-
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
-
MulThread
一个简单的多线程计数实例,带有挂起和唤醒的功能(A simple count of instances of multi-threaded, with suspend and wake-up function)
- 2010-11-09 12:57:23下载
- 积分:1
-
dining-philosophers-varellow
windows下使用多线程对哲学家就餐问题进行仿真(Dining philosophers problem algorithm simulation)
- 2014-05-10 12:27:50下载
- 积分:1
-
seurcr
汉诺塔问题的代码 仅可做参考 嘻嘻 不错的源码,很好(Hanoi tower problem code Only for your reference Hee hee good source code, very good)
- 2017-07-25 15:41:29下载
- 积分:1
-
Win32
关于win32多线程编程的书籍,很不错的资源,欢迎大家下载(win32 Multi-threaded programming)
- 2013-04-26 00:20:42下载
- 积分:1
-
ADcard
研华AD板卡通过visual c++实现控制,多线程(Advantech AD Card through visual c achieve control, multithreading)
- 2020-09-10 11:48:01下载
- 积分:1
-
VB6-Thread
VB6纯API实现的多线程源码,稳定、方便、实用的VB6多线程技术,万能的VB(VB6 Thread)
- 2020-11-02 22:59:52下载
- 积分:1
-
multithread1.1
labwindows/cvi 多线程实例 经过自己修改(labwindows/cvi multi-threaded example after their changes)
- 2013-06-12 21:55:43下载
- 积分:1
-
Process
VC++系统开发实例精粹 进程查看程序代码 Process(VC++ instance of the essence of the process of system development Process view code)
- 2011-05-28 18:57:44下载
- 积分:1
-
UIThreadDemo
UI间线程数据传输,初学者可以参考消息收发机制。(UI data transmission between threads)
- 2016-11-24 10:20:12下载
- 积分:1