资源列表
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
sc
- 进程的创建源代码 还有实验指导书,希望大家多多帮忙-thanck you
CPUCONTROL
- 通过线程的读写与休眠,控制Cpu占有率曲线按指定的方式呈现(正弦,矩形,三角波)-Control the state figure of cpu in the taskmanager by the method of working and sleeping the thread.
mtgdi
- VC++基础编程:面向对象多线程框架。 -VC++ based programming: object-oriented framework for multi-threading.
listprocess
- 强制结束进程:列出系统全部进程,并进行强制结束-Forcing an end to the process: List system, all the processes, and an end to mandatory
process
- 模拟任务管理器程序,包含进程的创建,挂起,*等。改程序的功能还有对进程的调度功能-Analog Task Manager program,include create a process,suspend,kill and so on.The program also has function that can dispatch process
ccriticalsection
- ccriticalsection线程同步-ccriticalsection Thread Synchronization
