-
HideProcess_forC
XP隐藏进程C代码,直接调用即可。。。。。。。。。。。。。。(XP hidden process C code, you can call directly.)
- 2009-03-30 13:51:40下载
- 积分:1
-
jinchengdiaodu2
进程调度算法,使用类做的先来先服务算法进行调度(Process scheduling algorithm, using the class to do a first-come first-served scheduling algorithm)
- 2009-12-10 21:24:29下载
- 积分:1
-
InterfaceThread
实例12-1:使用用户界面线程实例 联合开发网 - pudn.com
- 2012-07-09 14:43:05下载
- 积分:1
-
TEST3
线程的同步控制.可以看出线程的同步和互斥!里面的代码以及函数都很简单(Thread synchronization control)
- 2013-10-30 19:41:13下载
- 积分:1
-
mappings
功能是仲裁访问的互斥体,包含创建数据文件,创建仲裁的互斥体,根据文件创建100个线程来读写,关闭对象(Function is to arbitrate access mutex,Includes creating a data file, create a mutex arbitration, creates 100 threads to read and write in the paper, close the object)
- 2014-04-23 14:51:26下载
- 积分:1
-
3910496
利用远程线程实现进程隐藏,给QQ发送的消息加上小尾巴(Remote thread hidden process, QQ sent to the news with a small tail)
- 2007-06-28 15:12:49下载
- 积分:1
-
thread_pool
基于pthread的线程池的VC实现,可集成到多线程系统中使用。(implementation of thread pool based on PThread. developed under VC2008)
- 2015-02-13 10:54:11下载
- 积分:1
-
tlrdl74
绘图软件,内涵对象参数设计,值得参考,仅供参考(Drawing software, content object parameter design, worth reference, only for reference)
- 2018-10-19 08:52:29下载
- 积分:1
-
ThreadTest
多线程,创建子线程,包括信号量、事件、互斥等线程资源保护机制。(Multi-threaded, create sub-threads, including semaphores, events, mutexes, thread and other resource protection mechanism.)
- 2013-12-11 15:52:42下载
- 积分:1
-
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