搜索资源列表
ossystem
- 基于DOS的多任务系统的实现 1. 用C语言完成线程的创建和撤消,并按优先权加时间片轮转算法对多个线程进行调度; 2. 改变时间片的大小,观察结果的变化。思考:为什么时间片不能太小或太大; 3. 假设两个线程共用同一软件资源(如某一变量,或某一数据结构),请用记录型信号量来实现对它的互斥访问; 4. 假设有两个线程共享一个可存放5个整数的缓冲,一线程不停的计算1到50的平方,并将结果放入缓冲中,另一个线程不断的从缓冲中取出结果,并将他们打印出来,请用记录型信号量实现这一生产者和消
Thread
- 操作系统进程并发模拟系统,以时间片轮处理的方式实现了简单的线程功能,并基于此架构实现多种方式并发运行的进程模拟系统-Concurrent simulation system for the operating system process to the time slice of the way round to deal with a simple thread function and based on this framework a variety of ways to achieve
time-slice
- 操作系统处理机处理线程时间片轮转算法实现 -Operating system processor time slice rotation algorithm processing thread
main-fun
- 操作系统DOS多任务系统代码 有关时间片轮转、线程间切换、线程间通信、-自动检测中英文中译英英译中百度翻译 翻译结果(中 > 英)复制结果 Operating system DOS multi task system code The time slice rotation, switching between threads, thread communication