资源列表
ProcessView
- 本程序可查看Windows当前的所有进程和它们所加载的模块,并可以保存到文件-this procedure can be found in all current Windows process and they are loaded modules, and the preservation of the document can be
Yesky
- JAVA,JBUILDER进程与多线程的实现-JAVA, JBUILDER process and the realization of multi-threaded
MulThreadDemoForBeginner
- 多线程----简单线程示例,非常实用,适合初学者学习多线程编程-multithreading-threaded simple examples, very practical, suitable for beginners to learn multithreaded programming
3ThreadDoc
- 多线程----介绍3种多线程同步方式(Critical Section,Mutex,Event)例子-introduced three kinds of multithreaded synchronization mode (Critical Section, Mutex, Event) example
caozuo02050210
- 操作系统课程设计----进程调度 LRU算法 内附设计报告-courses on operating system design process-scheduling algorithm containing LRU design report
zzxd
- 进程调用的各种算法(优先权调度和各种调度算法),以及相应的源代码。-process called algorithms (Priority Scheduling and various scheduling algorithm), and the corresponding source code.
DynamicMemoryManage
- 操作系统的内存分配源码,用vc编写,是优先分配,最小块合并,上下回收自动合并-operating system source code memory allocation using vc preparation is the priority, the most small merger The next automatic recovery merger
[delphi]MemDll_unit_example
- MemDll unit example,在内存中运行DLL。gooD-MemDll unit example, in memory running DLL. GooD!
CmdLineTest
- 获得运行程序的命令的参数。。。。。附带代码和例子程序-been operating procedures of the order parameter. . . . . Fringe code and examples of procedures.
dragonrajajiasu
- 龙族的外挂,实现照明,加速,捐款等-nationality of the external achieve lighting, speeding up, donations
operatingsystem
- 对进程的同步机制实践,利用pv操作实现对共享缓冲区的同步机制-the process of synchronization mechanism practice, the use of pv operation to achieve the shared buffer synchronization mechanisms
threadphilosopher
- 利用线程方案实现实现哲学家问题.设置五个信号量代表五把叉子,初使值均为1,表示5把叉子均可以取,设置五个线程代表5个哲学家,其值分别为0~4,规定奇数号的哲学家先拿起他左边的叉子,然后再去拿他右边的叉子 而偶数号的哲学家则相反.按此规定,将是1,2号哲学家竞争1号叉子,3,4号哲学家竞争3号叉子.即五个哲学家都竞争奇数号叉子,获得后,再去竞争偶数号叉子,最后总会有一个哲学家能获得两支叉子而进餐。而申请不到的哲学家进入阻塞等待队列,根FIFO原则,则先申请的哲学家会较先可以吃饭,因此不会出现饿死的