搜索资源列表
LF_ThreadPool
- 一个在《ACE程序员指南》16章的线程池的例子,但是书上的代码有问题。我进行了修改,使得多线程的运行更加健壮,不会出现当队列中无消息时,线程池迅速消失的BUG。相信很多ACE初学者发现了此问题,在此卖弄一下。-an "ACE Programmer's Guide" Chapter 16 of the thread pool examples, but the book on the code problems. My modified so that the mult
operation_out
- 对《分布式操作系统》书中外“科手术调度系统”的java实现,重点在于临界区的概念的实践-right "distributed systems" foreign books "surgery scheduling system" to achieve the java, with a focus on the critical areas of the concept of practice
webHttp
- 简单的web http服务器程序,实现了上传和下载的功能,当然用了多线程,不过功能很简单,我也是从书上找的,不过调试了我半天时间-simple http web server, achieving upload and download functions, of course with a multithreaded, but functional is very simple, I also find books, but I debug a long time
win32mt
- Win32多线程程序设计 一书的付盘代码 英文版的-Win32 multithreaded programming on a pay - the English version of the code
win2k_samples_code
- 本源码系《windows内部解密》一书自带光盘,包括了其中的所有源码。-Department "declassified internal windows," a book onboard optical discs, including one of the all-source.
6_9
- 书上的例子,用于C++ 的入门等需求,可以作为初学者的例子-book example, the entry for C and other needs, as the example of a beginner
duoxianchengchenxushejicd
- 多线程程序设计的配书光盘,用C++描述的-multithreaded programming distribution on CD-ROM, with the C Descr iption
WindowsMulti-thread
- Windows环境下的多线程编程原理与应用一书的源码,原书中没有提供源码,是本人根据文中内容自己创建的源码。 提供了所有Win32下的多线程编程源码,包含有事件、mutex、信号量等等。 多线程设计难得的源码。
C++MultiThreadProgramming
- 全书分为13章,全面讲解构建多线程架构与增量多线程编程技术。第1章介绍了用于构建面向对象程序的不同类型 C++组件,以及如何使用这些组件来构建多线程架构。第2、3、4章简要介绍进程、线程、多任务处理、多线程化、 规划以及线程优先权的概念。第5章讨论进程间和线程间通信。第6章讨论线程和进程同步与合作,详细讨论临界区 、死锁、数据竞争以及无限延迟方面的主题。第7-10章讲解用于线程同步、线程间通信以及多线程处理的C++组件 。第11章讨论C++对象在多线程环境
DelphiDLL
- Delphi中的DLL封装和调用对象技术及配书源码
Windowsmutithread
- 《Windows多线程技术实例》一书的配套代码,大家可自由取其源代码做学习,研究之用
programs
- POSIX多线程程序设计 的源代码,此软件包包括书中的例子程序和部分习题答案。
Win32MultiThreadProgrammingDesign
- Win32 多线程程序设计(pdf).rar是候捷翻译的一本关于对多线程序书
classicalchat
- 这是一个按照书上敲下来的聊天类似QQ,其中加入了多线程的应用
111
- 《Visual C++精彩实例详解》随书光盘第30章 多线程串口Modem远程数据通信
POSIX
- 《POSIX多线程编程》随书配套源码,经典的教程
CWinThread.rar
- 这是一个关于CWinThread以及利用继承自CWinThread使用多线程的程序! 1,尽量使用DECLARE_DYNCREATE,这样能够动态创建。 2,继承自CWinThread,所以可以使用CreateThread()函数进行线程创建,在最开始我被书上的AfxBeginThread(RUNTIME_CLASS(CMyClass))误导了,还以为一定要按照这种方式创建线程呢。 3,查MSDN的同时,也要注意思考C++的机制,这样才能有的放矢地顺利解决问题。,This is a stu
Win32Duoxiancheng
- Win32多线程!候睫翻译的,书中经典代码-Win32 multi-threaded! Designate eyelashes translation book classic code
dxc
- 多线程程序的编写一书详细讲解了,如何编写delphi多线程应用-Procedures for the preparation of multi-threaded
MultiThreadCopyFile1
- 有关于多线程编程的几个有用的实例,此为Windows多线程编程一书中的应用实例之一。-Multi-threading programming on a few useful examples, the programming for a multi-threaded Windows application, one of the book.