资源列表
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
FIFO
- 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,把各种算法用C语言实现-Process scheduling algorithm FIFO, priority number scheduling algorithm, time slice rotation scheduling, hierarchical scheduling algorithm, the various algorithms using C language
MutilThread
- 多线程的应用实例,使用临界区对两个线程进行同步。是多线程入门的资料-Multi-threaded application example of using critical sections to synchronize the two threads. Data entry is a multi-threaded