搜索资源列表
VC写的一个线程池的管理实例
- 多线程编程系列。一个线程池实现的实例代码。很好。-series of multi-threaded programming. A thread pool to achieve the example code. Very good.
BankServer_and_BankClinent
- 本系统对银行的相关业务都做出了相关功能。而且用到了很多WINDOWS的核心技术,包括完成端口,线程池等技术。是提高WINDOWS编程能力的较好实例。-the banking system to the relevant business has made its related functions. And used a lot of the core Windows technology, including the completi
SmartThreadPool_11
- 线程池实例,1.1版本,用于代替.net自带线程池
《Windows核心编程(第四版)》中文版.rar
- 目 录 译者序 前言 第一部分 程序员必读 第1章 对程序错误的处理 1 1.1 定义自己的错误代码 4 1.2 ErrorShow示例应用程序 5 第2章 Unicode 11 2.1 字符集 11 2.1.1 单字节与双字节字符集 11 2.1.2 Unicode:宽字节字符集 12 2.2 为什么使用Unicode 13 2.3 Windows 2000与Unicode 13 2.4 Windows 98与Unicode 13
0 bug—C C++商用工程之道
- 《0 bug:C/C++商用工程之道》共分12个章节,主要针对C/C++语言在商用工程开发中的程序实战进行论述,从商用解决方案的角度来理解C和C++语言的程序设计技巧。具体内容包括商用工程开发思路、C/C++无错化程序设计、设计自己的工程库、Log日志管理系统等。该书可供各大专院校作为教材使用,也可供从事相关工作的人员作为参考用书使用。《0 bug:C/C++商用工程之道》主要针对C/C++语言在商用工程开发中的程序实战进行论述,从需求
多线程管理器源代码thread manager
- 一个多线程管理实例程序。对于win32系统编程和多线程编程的人是一个很好的东西。-a multithreaded case management procedures. Win32 system for programming and multi-threaded programming is a good thing.
VC写的一个线程池的管理实例
- 多线程编程系列。一个线程池实现的实例代码。很好。-series of multi-threaded programming. A thread pool to achieve the example code. Very good.
BankServer_and_BankClinent
- 本系统对银行的相关业务都做出了相关功能。而且用到了很多WINDOWS的核心技术,包括完成端口,线程池等技术。是提高WINDOWS编程能力的较好实例。-the banking system to the relevant business has made its related functions. And used a lot of the core Windows technology, including the completi
SmartThreadPool_11
- 线程池实例,1.1版本,用于代替.net自带线程池
objectthreadpool
- 面向对象的编程方式实现多线程池的一个实例,能够使初学者了解多线程开发原理-Object-oriented programming to achieve more than an instance of the thread pool, enabling beginners to understand the principle of multi-threaded development
MonitorSample
- c#多线程池的操作实例,绝对好使!已经经过 测试了!-good!
thread_pool
- 线程池调用实例—求斐波那契数(vs实现)-Examples of the thread pool to call- for Fibonacci (vs2005 )
ThreadPoolDemo
- 线程池的应用,针对java的jdk自带线程池的应用实例-ThreadPoolDemo
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.
libeventthreadpool
- libevent异步实例以及线程池的应用-libevent asynchronous examples and the application of a thread pool
iocpAndThread
- iocp模型封装 以及实例, 和线程池 实例 -iocp and threadpool
thread_pool
- 这是一个线程池实例程序。线程池是一种多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程.每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中.如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙.如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值
51CTO下载-29782196VC多线程编程大全(1)
- VC++多线程实例,为了补充C++没有线程池的缺憾(VC++ multithreaded instance)
VCThreadPool3
- 1.线程池管理器(ThreadPoolManager):用于创建并管理线程池 2.工作线程(WorkThread): 线程池中线程 3.任务接口(Task):每个任务必须实现的接口,以供工作线程调度任务的执行。 4.任务队列:用于存放没有处理的任务。提供一种缓冲机制。 网上的c/c++线程池多是linux下的,这个是VC6.0的线程池。其涉及的主要文件有:ThreadPoolManage、IThreadExcute、Temporaril
ThreadPoolTest4
- 以代码加注释的形式实现的Java线程池实例(Java thread pool instance implemented as code plus comment)