资源列表
DllPatch
- DLL内存补丁,可查找进程中的dll模块,对dll模块的基地址相对偏移处修改内存,相比流行的进程内存补丁更进了一步-DLL memory patch can be find in the process of dll module, dll modules of relatively offset base address corrections memory, compared to the process of popular memory patch has taken one step
JCDD
- 通过优先权法和轮转算法的模拟加深对进程概念和进程调度过程的理解,掌握进程状态之间的切换,同时掌握进程调度算法的实现方法和技巧。-Through the priority and Round Robin simulation concepts and deepen their understanding of the process of understanding the process of the activation process and master the process of sw
MCkThread
- 对VC的多线程封装,支持面向对象,可以实现线程同步-VC Thread Programing ,can Lock、Unlock
RoundRobin
- 这个c程序是简单模拟进程调度,使用方法是简单轮转法和优先算法-C procedures for the simulation process is a simple scheduling, the use of a simple rotation law and the priority algorithm
ThreadTest
- 模拟多进程共享临界资源 1、实现两个进程模拟进入临界区的用户进程,当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程提出申请;申请返回,表示进入了临界区。在临界区中等待一段随机时间,并显示:“进程x正在临界区…”;当时间结束,显示:“进程x退出临界区…”,同时向管理进程提出退出申请;当申请返回,显示:“进程x已退出临界区。” 2、一个进程作为原语的管理进程,接受其他进程的临界区进入请求:如果允许进入,则设置相应变量,然后返回;如果不允许进入,则进入循环等待,直到允许为止
Process_Patcher
- This a small example of how to read from and write to an active process.-This is a small example of how to read from and write to an active process.
myProcess
- 该头文件中包含查看、结束进程,提升程序权限三个函数。-the .h file contains three functions as folloows: FindProcess(), KillProcess() and EnableDebugPrivilege().
mult_progress
- 多线程程序实例,里面包含文件:Threads.cls Module1.bas 等,主窗体中用简单的代码演示多线程。-Examples of multi-threaded program, which include file: Threads.cls Module1.bas and so on, the main form with a simple demonstration of multi-threaded code.
kkk
- 进程通信的例子,已经过调试,非常非常好用-Examples of the process of communication, has been commissioning, easy to use
905186
- 操作系统课程设计\存储管理---动态分区分配算法的模拟-Operating systems curriculum design \ storage management--- the distribution of dynamic partitioning of the simulation algorithm
Factors_IPC_Efficency
- 一篇非常实用的关于进程间通讯在网络中应用的效率问题的文章-An article about the IPC s efficiency in the network communication. The author used lots of mathmatical model to illustrate the theory.
Win32SmallMThreadChatClient
- win2简单聊天程序客户端,用到了多线程-win2 client simple chat program