-
processDispatch
进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:
1.先进先出调度算法;
2.基于优先数的调度算法;
3.最短执行时间调度算法
确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:
1.当前执行进程;
2.就绪队列;
3.等待队列
附:此程序可直接运行,是操作系统课的经典实验.
(scheduling process simulation program : Suppose a 10 CPU in the process of implementation, respectively :)
- 2021-05-07 04:28:36下载
- 积分:1
-
uwtun
可以显示当前正在运行的进程,选择截杀,可以为自己的进程添加注释(Can display the current running process, the choice put away, you can add a comment for your process)
- 2017-04-14 05:08:49下载
- 积分:1
-
30443
粒子时钟源码例程,程序结合易语言多线程支持库和易语言模块GDIPlus类.ec,调用API函数实现时钟粒子的物理运动效果。(Particle clock source routines, programs combined with easy language and easy multi-threading support library module GDIPlus language classes .ec, call the API function to achieve the physical movement of the clock particle effects.)
- 2014-12-19 23:42:02下载
- 积分:1
-
kode__toe
I wrote the box source code
- 2018-11-26 04:18:39下载
- 积分:1
-
Posix_Thread
这个是关于posix线程编程的书籍,需要的请下载(This is about posix thread programming books, need to download)
- 2013-09-03 21:46:37下载
- 积分:1
-
325031
监视文件夹源码,程序结合易语言模块线程池新1.1.ec,调用API函数实现监视文件夹功能。(Watched folder source, the program combined with easy language module thread pool new 1.1.ec, call the API function monitoring folder feature .)
- 2016-10-31 17:49:06下载
- 积分:1
-
9154269
学习WINDOWS网络编程入门的好资料,希望对初学网络编程的人有帮助()
- 2018-06-14 13:13:55下载
- 积分:1
-
qndpafi
用易语言做的TXT文本分割工具源码,可以用来易语言爱好者学习()
- 2018-03-30 20:41:06下载
- 积分:1
-
Thread
线程简单例子 C#实现 vs2008开发工具 简单例子(Threads simple example vs2008 C# development tool to achieve a simple example)
- 2011-11-18 08:32:41下载
- 积分: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