-
project
本程序用两种算法对五个进程进行调度,每个进程可有三个状态,并假设初始状态为就绪状态。初始优先数60。为了便于处理,程序中的运行时间以时间片为单位计算,各进程的优先数或轮转时间数以及进程需要运行的时间片数的初值均由用户给定。3) 在优先数算法中,进程每执行一次,优先数减3,CPU时间片数加1,进程还需要的时间片数减1,在轮转算法中,采用固定时间片,时间片数为2,进程每执行1次,CPU时间片数加2,进程还需要的时间数减2,并排列到就绪队列的尾上。(This procedure using two algorithms for five scheduling process, each process can have three states, and assuming that the initial state to the ready state. The initial priority number 60. To facilitate processing, the program runs in time for the unit time slices, each time slice process priority number or rotation time and the number of processes that need to run the initial value by the number given by the user. 3) the priority number algorithm, the process Each time, priority number minus 3, CPU time slices plus one, the process needs time slices minus one, in the Round Robin, the fixed time slice, the time slice number 2 , each process is d once, CPU time slices plus 2, the process needs time minus 2, and arranged into the tail of the ready queue.)
- 2016-05-19 13:18:40下载
- 积分:1
-
qndpafi
用易语言做的TXT文本分割工具源码,可以用来易语言爱好者学习()
- 2018-03-30 20:41:06下载
- 积分:1
-
MulThread
一个简单的多线程计数实例,带有挂起和唤醒的功能(A simple count of instances of multi-threaded, with suspend and wake-up function)
- 2010-11-09 12:57:23下载
- 积分:1
-
5872754
工程计算中经常用到的数值vc算法,对于进行数值模拟的网友很有用()
- 2018-04-09 16:51:05下载
- 积分:1
-
WindowsForms_CeShi
自己写了一个主线程等待多个线程执行.有二种方式去进行。对多线程很有帮助。(Write a main thread waits for multiple threads of execution. There are two ways to proceed. Multi-threaded helpful.)
- 2014-01-27 14:48:53下载
- 积分:1
-
QT多线程实现 ThreadFromQThread
说明: QT多线程实现,功能虽然不是很强大,但是很容易懂(QT multi-threaded implementation, although not very powerful, but easy to understand)
- 2020-07-06 17:46:23下载
- 积分:1
-
pthread_1
这是介绍标准的多线程编程的一些资料和代码,介绍的比较详细(This is the standard on multi-threaded programming some of the information and codes, and a more detailed briefing)
- 2005-07-06 11:37:20下载
- 积分:1
-
2500011
IP地址映射表源码,例程程序结合易语言多线程支持库,调用API函数实现枚举IP地址映射表。(Source IP address mapping table , a routine procedure combining easy language support for multithreading library , call the API functions to enumerate IP address mapping table.)
- 2016-09-18 14:53:05下载
- 积分:1
-
2282873
c#开发手机程序,手机接收和发送数居包的程()
- 2018-04-22 04:56:47下载
- 积分:1
-
SimElavotor
电梯运行模拟程序,用多线程根据参数设置自动实现(Elevator running simulation program, using multiple threads parameter is set automatically according to)
- 2010-01-21 09:16:31下载
- 积分:1