资源列表
ThreadModel
- 一个workhorsing线程的C++类封装,可以作为中间件方便地创建、启动、暂停、同步、释放一个线程。只需要在这个类上派生新的类,重载虚函数run(),这个函数包含需要被执行的代码
os
- 模拟进程并发,能清楚的看到结果。在os可能会用到,对你可能有用。-Simulation process,Can clearly see the results. In the OS might need, to you may be useful.
memery
- 操作系统中内存分配调度,用c编写的代码,可能有不完善之处,望各位能指出并改正-operating system memory allocation scheduling, c prepared with the code may be flawed, the hope that you can correct and
JC
- 此为操作系统进程调度程序,有优先数调度。
jinchengdiaodu
- 通过先进先出算法和轮询算法模拟实现进程调度-Through the FIFO algorithm and simulation to achieve the process of polling scheduling algorithm
sc
- 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度
Set-process-as-critic
- Example made in VB about how to set a process as critic
j02140201
- 这个程序是举例,使用TimerTask来实现记录不同的时间记时.-is an example of this procedure, the use of TimerTask to achieve different from the time when the mind.
PC
- 生产者和消费者:C 有相应的文字说明与注释-Producers and consumers: C there is a corresponding text descr iption and Notes
VBgetallPrcoeessWinTitle
- VB获取Windows系统当前的所有进程,并枚举出窗口标题,得到desktop的句柄,得到desktop的第一个子窗体,循环所有的窗体。在所用到的方法中,有一个枚举所有进程的函数,这个函数可帮你快速找到当前运行的所有进程,你也可轻松的就将其应用到其它的应用程序中。-Capture all process , and windows Title , handle and so .
multithreadpriority
- 关于线程优先级别的程序 很简单 主要是体现线程优先级别的作用以及时间分片的-thread priority levels on the procedure is very simple primarily reflects thread priority levels and the role of the time slicing
jinchengdiaodu
- 模拟操作系统进程管理的程序,能够动态创建进程、悬挂进程、杀死进程; 可以为任意一当前进程创建子进程; 显示系统当前各个进程的状态。