资源列表
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
xiancheng
- 线程的创建,挂起与解挂,通过C语言实现该功能,程序清晰易懂。-Thread creation, hang with the solution linked to the function through the C language, the program clear and understandable.
EnumWindow
- 枚举系统进程与窗口,窗口与进程关联,枚举子窗口,运用ImageList截取系统图标,枚举进程子模块,可以对任意一个窗口发送任意的消息.对学习系统进程、窗口管理、进程枚举、窗口枚举、窗口消息很有帮助-Enumeration system processes and the window, the window associated with the process, enumerate child windows, the use of the system ImageList icon inte
FinderDemo
- 多线程的VC++高速文件搜索代码,设置路径、文件名、包含字符、线程数,程序会快速运行起来,不过你的硬盘可要忙的不亦乐呼了,一般情况下,搜索文件速度受制约的是硬盘,而不是程序本身。 -Multithreaded VC++ high-speed file search code, set the path, file name, including the characters, the number of threads, the program will quickly run up, bu
使用自定义消息进行线程间的通
- 使用自定义消息进行线程间的通信 对初学者大有裨益-Using a custom message communication between threads of great benefit for beginners
MemEdit
- 一個內存修改軟件,可以搜索查看修改內存。-Read Write Search Process Memoery
code
- 多线程在Visual C#网络编程中的应用,如何使用C#同步对多线程环境中共享资源的访问等,-多线程在Visual C#网络编程中的应用,如何使用C#同步对多线程环境中共享资源的访问等。