资源列表
VCplusplusMultithreadedProgramming
- 多线程编程在开发中具有重要地位,vc++多线程编程,不错的参考资料。-Multithreaded programming has an important role in the development, vc++ multi-threaded programming, a good reference.
jinchengtongxin
- Windows下实现两个进程之间的通信。源码。-Windows to achieve communication between two processes. Source.
ProcessorScheduling
- 可利用先来先服务、短作业优先、响应比高者优先、多级反馈队列模型、时间片轮转法等,来实现处理机的调度。-Available first come first serve, short job priority, the response is high and is preferred, multi-level feedback queue model, time slice rotation law, to achieve the processor scheduling.
EXP
- 多线程 实例 多线程并发窗口 .net平台 实现三个窗口并发显示文字 -Concurrent multi-threaded multi-threaded window instance. Net platform concurrent three windows display text
myweb
- 多线程pthread_create。网页服务器端代码-Multi-threaded pthread_create. Web server-side code
EventTst.04
- EventTst 事件测试 EventTst 事件测试-EventTst 事件测试EventTst 事件测试
Win32MultithreadedProgramming(perfectVersion)
- Win32多线程程序设计(完美版)凡是 C/C++ 程序开发人员,并有 Windows 程序设计经验企图对线程、线程池、线程同步、核心对象、overlapped I/O完成端口等等 in Win32获得更坚实之认识者,本书就是针对你们而写的。-Win32 Multithreaded Programming (perfect version) Any C/C++ application developers, and Windows programming experience in an att
stringSearch10
- 在指定目录下的所有文件中,搜索 查找提定的多个字符串 可以创建指定个数的线程,最多30个,并支持设置各个线程的优先级-String Search
MultiThread_Data
- delphi多线程开发例子,非常实用!学习线程编程的好例子.多线程实现数据采集源码-delphi multithreading example, very useful! A good example of learning multithreaded programming
threads
- 这是一个用c++编写的解决生产者与消费者问题的多线程程序 -This is a work written in c++ to solve the problem of producers and consumers, multi-threaded program
RealTemp_360
- Gets the processors temperature-Gets the processors temperature
The_concurrent_threads_with_synchronous_simple_exa
- 1创建一个打印循环的线程 2创建二个打印循环的线程 3用临界区来处理二个打印循环的线程 4用互斥体来处理2个打印循环的线程 5用信号量来处理2个打印循环的线程-1 create a printed circulation threads 2 create two print circulation threads 3 by the critical area to deal with two print circulation threads 4 with th
