资源列表
multipleThread.rar
- 本论文是关于用互斥量实现多线程,文章以进度条的读取为例子进行详细阐述,对于有意学习多线程编程的程序员有一定的帮助作用,This paper is about the amount of use of mutually exclusive multi-thread, the progress of the article to be read as an example for details, who intend to study multi-threaded programming to h
SharedMemmoryQueue.zip
- 这是一个通过共享堆内存实现的进程间通讯库.通过共享堆内存和实践驱动来支持多进程之间的通信.,This library supports inter process communication via shared memory access and event notification mechanism.
shengchanzheyuxiaofeizhe.rar
- 操作系统实验报告三——PV操作,生产者与消费者问题,Three experiments report the operating system- PV operation, the producer and consumer issues
Simulationofcommunicationsyste
- 本系统在vc环境下,实现多线程报文发送,类似于电子通信系统。,Vc of the system in the environment, the realization of multi-threaded message sent, similar to electronic communication systems.
PaxScript_importer.rar
- 多线程改造后的paxscr ipter源文件转换工具,可以批量导入转换源文件并保存转换记录!,The improved multi-threaded paxscr ipter source file conversion tool to convert source files import volume and save converted records!
KillProcess.rar
- 一个用于杀进程的小程序,工具是C++ Builder2007编写的,使用时,输入所要杀的进程名,就可以结束相应的进程.,A small program to kill the process, tools are C++ Builder2007 prepared, use, enter the name to kill the process, we can end the process.
barcode.rar
- EPL 语言条码打印的dll,建立自己的条码打印队列并使条码打印更容易。,EPL language print barcode dll, build your own print queues and make barcode printing easier.
shutdown.rar
- 结束进程的程序,可以强制结束使用的进程啊。有问题大家交流啊。,结束进程的程序,可以强制结束使用的进程啊。有问题大家交流啊。
SPY.rar
- 内核模式简单实现进程监控,包含创建进程监控与创建线程监控,Simple realization of kernel-mode process monitoring, including the creation process of monitoring and to create a thread monitor
process.rar
- 易语言 监视被保护的进程是否存在,不存在则重新启动进程,process
process
- 简单轮转法进程调度 #include "stdio.h" #define getpch(type) (type*)malloc(sizeof(type)) struct pcb { /* 定义进程控制块PCB */ char name[10] char state /*状态 */ int ntime /*需要的运行时间 */ int rtime /*已执行的时间 */ struct pcb* link /*下一个进程控制块的地址 */
705664236Excel
- 多线程间的通信,用API创建的线程与MFC创建的线程之间时行了比较。-Multi-threaded communication between