资源列表
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
philosophesdine
- 哲学家进餐问题算法用VC++程序实现,非常经典的程序,很不错的哦。源代码完全开放-Dining Philosophers algorithm uses VC++ program to achieve a very classic procedures, very good oh. Completely open source code
Work_Queue
- worker queue sources for multipul threads
threadpool
- 很经典的线程数源码了,只有头文件和源文件,可以自己建立工程调试-Classic threads source code, and only the header files and source files, it can do to establish engineering debugging
Win32_MultiThread
- 《Win32多线程程序设计》原码侯捷翻译,对深入掌握多线程有很好的启发作用-Win32 MutilThread