资源列表
VBgetallPrcoeessWinTitle
- VB获取Windows系统当前的所有进程,并枚举出窗口标题,得到desktop的句柄,得到desktop的第一个子窗体,循环所有的窗体。在所用到的方法中,有一个枚举所有进程的函数,这个函数可帮你快速找到当前运行的所有进程,你也可轻松的就将其应用到其它的应用程序中。-Capture all process , and windows Title , handle and so .
PC
- 生产者和消费者:C 有相应的文字说明与注释-Producers and consumers: C there is a corresponding text descr iption and Notes
j02140201
- 这个程序是举例,使用TimerTask来实现记录不同的时间记时.-is an example of this procedure, the use of TimerTask to achieve different from the time when the mind.
Set-process-as-critic
- Example made in VB about how to set a process as critic
sc
- 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度
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
os
- 模拟进程并发,能清楚的看到结果。在os可能会用到,对你可能有用。-Simulation process,Can clearly see the results. In the OS might need, to you may be useful.
ThreadModel
- 一个workhorsing线程的C++类封装,可以作为中间件方便地创建、启动、暂停、同步、释放一个线程。只需要在这个类上派生新的类,重载虚函数run(),这个函数包含需要被执行的代码
Vbyclwf
- Visual Basic实现程序互斥运行的方法-Visual Basic procedures for the operation of Mutual Exclusion
LU
- LU分解的串行算法(进行Cache优化),LU分解的多线程实现并行化。-LU decomposition of the serial algorithm (for Cache Optimization), LU decomposition of multi-threaded parallel.