搜索资源列表
cp
- 操作系统模拟生产着消费者问题,包括缓冲池满或空之后的阻塞、唤醒处理以及对于缓冲池访问权的阻塞、唤醒处理。个人编写,与网上版本不同-Simulate the production of consumer operating systems, including the buffer pool is full or empty block after the wake-up process and for blocking access to the buffer pool, wake-up pro
system1
- 操作系统的进程调度实验,可以*进程,挂起进程,唤醒进程等功能-Operating system process scheduling experiment, you can kill the process, suspend the process of wake-up process and other functions
os1
- 完成了“进程控制”。 其实验目的是, 1. 利用简单的结构和控制方法模拟进程结构、进程状态和进程控制。 2. 了解6个原语,创建进程(C),终止进程(e),唤醒进程(w),阻塞进程(b),调度进程(p),时间到(t) 3. 理解PCB的含义,PCB是进程存在的唯一标志,它记录着进程标识符,处理机状态,进程调度信息和进程控制信息 4. 掌握进程状态的转换 5.了解内存的分配和回收算法。 -Complete process control. Experimen
jcdd
- 进程演示系统,包括创建新进程.查看运行进程,换出某个进程,*运行进程,唤醒某个进程的功能-Process demonstration system, including the view running processes to create a new process to swap out a process, kill running processes, and wake-up function in a process
pprocess
- 操作系统进程管理,主要包括进程的创建、撤消、唤醒等-Operating system process management, including the creation of the process, undo, wake up, etc.
xianlaixianfuwu
- 进程调度算法模拟程序设计 实验内容 1、 可以用任何语言设计模拟的PCB结构 提示:应该包括模拟进程名称,模拟进程运行总时间,模拟进程进入就绪队列时间,模拟进程已运行时间,模拟进程状态,模拟响应比值。 2、 建立进程就绪队列 3、 编制高响应比优先调度算法实现进程调度的模拟过程 要求: (1) 在屏幕上模拟显示出正在执行的进程的执行情况以及处于就绪和阻塞状态的进程的情况 (2) 可以随时建立模拟进程; (3) 可以阻塞正在执行的模拟进程;可以唤醒阻塞的模拟进
xgwakeup
- 远程唤醒软件,用于局域网络上远程开启其它机器,主要是通过唤醒网卡功能实现-Remote Wake software
jin-cheng-guan-li-xi-tong
- 进程管理系统:定义PCB的数据结构,用链表的形式管理进程,采用多级反馈队列调度的算法模拟进程的控制,最终完成有创建、撤销、调度、阻塞、唤醒进程等功能-Process Management Systems: Define the PCB data structure, with the form of chain management processes, the use of multi-level feedback queue scheduling algorithm simulation p
thread
- 生产者,消费者线程并发进行,生产者发现缓冲区满了则唤醒消费者,自己睡眠。消费者发现缓冲区空了,唤醒生产者,自己睡眠。-The producer, the consumer thread, producers have found that the buffer is full, wake up the consumers, their sleep. Consumers find the buffer is empty, awaken the producers, their sleep.