-
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
-
Thread
线程简单例子 C#实现 vs2008开发工具 简单例子(Threads simple example vs2008 C# development tool to achieve a simple example)
- 2011-11-18 08:32:41下载
- 积分:1
-
AutoFinderDemo
使用多线程进行文件的查找,有一个缺点就是占用的资源太多了,但是速度会快。(Using multi-threaded file search, there is a drawback is that the resources too much, but the speed will be faster.)
- 2013-09-21 17:16:49下载
- 积分:1
-
RWCriticalSection_src
一种可以利用它来实现线程安全读写控制的模型,可以在vc下编译运行。(one can use it for reading and writing threaded control of the security model, the compiler running under vc.)
- 2005-06-15 22:24:09下载
- 积分:1
-
8137
post注册机源码,程序结合易语言扩展界面支持库、多线程支持库和互联网支持库,可以针对网站论坛循环注册。(Fillmore post source , the program combined with easy language support library expansion interface , multithreading support libraries and Internet support libraries , can be recycled registered for the website forum.)
- 2016-11-10 10:52:10下载
- 积分:1
-
TreadTest01
多线程简单例程,有三个线程,一个主线程,两个子线程,两个子线程分别同时进行计时并显示出来,其中一个每隔一秒计时一次,另一个每隔两秒计时一次(Multithreading simple routine, three threads, a main thread, the two sub-thread, two sub-thread timing and displayed every second timing once another tick once every two seconds)
- 2012-09-12 17:00:29下载
- 积分:1
-
amdqAPMEGA
基于 ATMEGA-16 的 PWM 与 Proteus 仿真(Simulation of PWM and Proteus based on ATMEGA-16)
- 2018-10-10 04:47:10下载
- 积分:1
-
8137
post注册机源码,程序结合易语言扩展界面支持库、多线程支持库和互联网支持库,可以针对网站论坛循环注册。(Fillmore post source , the program combined with easy language support library expansion interface , multithreading support libraries and Internet support libraries , can be recycled registered for the website forum.)
- 2016-07-03 13:19:05下载
- 积分:1
-
TEST3
线程的同步控制.可以看出线程的同步和互斥!里面的代码以及函数都很简单(Thread synchronization control)
- 2013-10-30 19:41:13下载
- 积分:1
-
qnqcopy
G728编码实现代码,视频会议用的,全部调试通过,(G728 coding implementation code, video conference, all debugging through,)
- 2017-06-01 06:33:44下载
- 积分:1