资源列表
Process-name-to-take-the-process
- 进程名取进程ID,VC++编写.利用进程名得到进程的ID号.-Process name to take the process
AppReceiveData
- 这个Windows应用程序利用多线程进行接收数据并入盘,也体现了虚拟内存和事件的使用。-Using the Multi_Thread Technology,this Windows program Reiceives data and Writes them into disk.It Also uses the Virtual RAM and event.
222932
- 带有切分窗口的用户字典查找程序,有查找记录和分类的功能,学习vc++的非常好的代码,强烈推荐()
Philosophers
- 哲学家就餐问题,他们每个人的左边都有一支筷子,解决死锁问题-Dining philosophers problem, the left side of each of them has a chopsticks, solve the deadlock problem
thread2_threadCommnicate
- windows 线程的三种通信方式,包括发消息,共享全局变量等。-three ways of communications between windows thread,include sendmessage ,share globals etc.
danwendangjinclz
- 利用VC++编程MFC中单文档的多线程的实例及说明文档,其中包含源代码,对于初学者非常有用,值得一看。-VC++ programming using MFC multi-threading in a single document, examples and documentation, including source code, very useful for beginners, worth a visit.
MTread
- 序工作者线程的实现(vc++多线程源程—一个多线程的实现)-Implementation of vc++ multi thread program worker thread
DrawLine 多线程画线的程序
- 这是一款用多线程画线的程序,对学习C++编写多线程程序很有帮助。-This is a line drawn with a multi-threaded program, write to learn C++ multi-threaded program helpful.
bankalgorithm
- 该程序实现了操作系统中控制进程的一个非常重要的算法-银行家算法。-The program implements the operating system to control the process of a very important algorithms- bankers algorithm.
producerandconsumer
- 生产者-消费者问题: *设置两类线程,一类为生产者,一类为消费者; *设置生产者消费者数据结构; *使用菜单随机启动生产者或消费者; *在窗口上显示生产者或消费者的执行状态; *随着线程的执行,更新窗口的显示。 -Producer- Consumer problem:* Set up two threads, a category for producers, a category of consumers * Set up producers and consumers
process
- 有关于多线程编程的几个有用的实例,此为Windows多线程编程一书中的应用实例之一。-Multi-threading programming on a few useful examples, the programming for a multi-threaded Windows application, one of the book.
ProcessList
- C++开发基于WIN32系统下,实现获取系统进程列表。-C++win32 to get system process list.