资源列表
message1
- Solution: Messages on spoj
main
- 使用C语言实现生产者消费者流程,生产者产生数据以供消费者使用,双方共享内存。-The producer-consumer processes, producers produce data for consumers to use, and the two sides shared memory.
CriticalSectionEx
- CCriticalSectionEx 类封装类windows 临界区保护功能,用于进程内,对多线程对公用资源的保护-CCriticalSectionEx type of package type windows critical protection for the process of multi-threaded on the protection of public resources
huan111
- 操作系统中 内存分配 页式管理算法c语言实现-operating system memory allocation algorithms page management c Language
Test5
- 解决多线程播放时间 可以播放多个文件 并同时节省缓冲时间-Solve the multi-threaded playback time can play multiple files and at the same time to save the buffer time
killproc
- 强制结束进程代码,值得一看的东东,会有帮助-code which can force kill process
tcpclient
- 进程通信的客户端程序-an client program of communication between processes
Tool7647636
- 与大家一起分享此源码Tool7647636的功能会让你获得很大的收益-And share the source Tool7647636 function will lead you to great benefits
proccreate
- 功能是创建传递过来的进程的克隆过程并赋于其ID值,确定进程在列表中的位置,从第二个参数中提取克隆ID,检查是否有创建子进程的需要,发送新进程的命令行和克隆号-Function is to create a process to pass over the cloning process and assigns the value of its ID,Determine the position in the list of processes to extract clone ID from t
stopprocessifstartedbefore
- 这段脚本的功呢功能是,枚举出所有运行超过一定时间的指定进程,然后依次将其终止。并将操作记录在系统事件日志中。-this scr ipt? Reactive functional, except that all operations over a period of time specified process, to be followed be terminated. Will operational records in the system log events.
mThread
- 操作系统中的线程设计实例,计算机进程运行程序的一个表现-Threads in the operating system design example, a computer process running the program performance
KillApp
- VC中终止其他进程的引用文件,用Include应用后就可以直接调用。