搜索资源列表
cpp
- 由于UNIX系统是分时多用户系统, CPU按时间片分配给各个用户使用, 而在实质上 应该 说CPU按时间片分配给各个进程使用, 每个进程都有自己的运行环境以使得在CPU 做进程 切换时不会\"忘记\"该进程已计算了一半的\"半成品\".-UNIX system is due to the multiple user system, CPU time allocated to each unit users, but in essence, it should be said
OpenandShutDownSystem
- 利用vc++编写的操作win系统的程序,主要实现开关机程序.初次编写,希望能提供帮助-use vc prepared by the operating system win the procedures main switching machine procedures. The initial preparation, hope can help
SwitchListProcessewws
- 本例的进程处理器程序实现了进程的列举、进程的切换、启动新的进程、*进程、命令行处理等功能。-cases the processors in the process realized by the enumeration process, the process of switching and started a new process, killing process, Command-line processing capabilities.
SwitchListProcesses
- 本例的进程处理器程序实现了进程的列举、进程的切换、启动新的进程、*进程、命令行处理等功能。-cases the processors in the process realized by the enumeration process, the process of switching and started a new process, killing process, the command line processing capabilities.
process_source
- 启动、管理、切换进程源代码 这是一个可重用的类-start, management, source code switching process is a reusable cla
JCDD
- 通过优先权法和轮转算法的模拟加深对进程概念和进程调度过程的理解,掌握进程状态之间的切换,同时掌握进程调度算法的实现方法和技巧。-Through the priority and Round Robin simulation concepts and deepen their understanding of the process of understanding the process of the activation process and master the process of sw
lsCommDemo
- 一个VC++比较简易的多线程串行通讯接口,具有切换查询和自动接收两种模式,进行对串口数据收发-A relatively simple VC++ multi-threaded serial communication interface with switching queries and automatically receive two modes for sending and receiving of serial data
Dining-philosophers-problem
- 哲学家就餐问题 实现5个哲学家5支筷子的就餐问题涉及到AND型信号量,线程的阻塞唤醒切换功能-Dining philosophers problem to achieve five dining philosophers five chopsticks issues related to the AND-type semaphore, blocking thread switching wake
library
- 多线程 + 信号量(无名信号量)的模拟程序: 阅览室模型:假设阅览室内共有3个座位,阅览室外等待区有5个座位。读者的行为如下:1) 读者到达阅览室时必须先在前台自助登记读者信息,离开时注销。前台每次仅允许一位读者进行登记或注销。2)若读者发现阅览室已满,他可以在阅览室外的等待区等待,3)如果等待的座位也没有了,则放弃等待,离开。 -a simple program about switching among multiple threads
