资源列表
RamSimulation
- 内存分配的模拟代码,通过新建任务来模拟真实系统内存分配的实现代码。-Simulation code for memory allocation, through the new task to simulate the real system memory allocated to achieve the code.
test
- 设计进程管理的部分代码,要求设计创建和撤销线程-Design process management part of the code, to design creation and revocation of a thread
damemoWin
- windows下的守护进程,可以灵活设置守护的方式,该守护进程不仅能定时点名进程管理器中的进程,还可以实时发现某个进程中的线程僵死或挂起的情况并强行终止。-I can t write english
MultiThread
- 这是一个多线程程序,从底层知道多线程的工作原理!-This is multithread source code!
11111111DLL
- 搞定远程进程注入DLL——以ShellCode之名-Gao Ding remote process into the DLL- the name to ShellCode
PspCidTable
- 一种基于PspCidTable的进程检测方法-The process of a detection method based on PspCidTable
ErrorShow
- 如何利用Windows提供的一些底层函数,查看进程信息.-How to use Windows to provide some of the low-level functions, view the process information.
ProcessInfo
- 如何利用windows提供的API来获取异常信息,涉及一些系统安全机制。-How to use the windows provided by the API to obtain exception information and involve a number of system security mechanisms.
Multithreadedinstances
- 多线程实例.该实例主要是创建线程池,然后根据实际的需要,让线程执行各自的代码。-Multi-threaded instances. The key is to create an instance of the thread pool, and then the actual needs, let the thread implementation of their code.
ServiceDaemon
- 服务进程,而且是多线程的 服务进程,而且是多线程的-service progrma ,mutile threads
Chapter15
- 学习多线程编程,包括火车站售票系统模拟程序和网络聊天室程序-Learning multi-threaded programming, including the train station ticketing system simulation programs and Internet chat rooms program
createprocess
- 输入实验提供的代码后,可以输入createpc命令创建进程,输入showdetail显示每个进程及其子进程的信息,测试命令解释如下: 1) createpc 创建进程命令。 参数: 1 pid(进程id)、 2 ppid(父进程id)、3 prio(优先级)。 示例:createpc(2,1,2) 。创建一个进程,其进程号为2,父进程号为1,优先级为2。 2) showdetail 显示进程信息命令。 3) exit 退出命令行。 -Experiment to prov