搜索资源列表
Thread_Pool
- thread pool源码 主要利用boost开发的threadpool 感觉不错
threadpool
- 一个boost线程池,能够有效地减少内存碎片-A boost thread pool, which can effectively reduce the memory fragmentation
CPlusPlus_Boost_Thread_Program
- C++ Boost Thread 编程指南 标准C++线程即将到来。CUJ预言它将衍生自Boost线程库,现在就由Bill带领我们探索一下Boost线程库。 就在几年前,用多线程执行程序还是一件非比寻常的事。然而今天互联网应用服务程序普遍使用多线程来提高与多客户链接时的效率;为了达到最大的吞吐量,事务服务器在单独的线程上运行服务程序;GUI应用程序将那些费时,复杂的处理以线程的形式单独运行,以此来保证用户界面能够及时响应用户的操作。这样使用多线程的例子还有很多。 但是C++标准并没有涉
Boost.Thread
- 世界著名的Boost,这部分主要介绍了多线程编程。-World-renowned Boost, this part introduces the multi-threaded programming.
SrcThreadPoolDemo
- 包含DEMO(DemoTest_ThreadPool.rar),源代码 thread_pool_Hpp.rar(只有一个HPP文件)及经过裁减的Thread_pool_Dll库;之后以用Boost是因为ThreadPool中用到了 Boost库的线程组件。 适合初学者学习线程池。-Contains the DEMO (DemoTest_ThreadPool.rar), the source code thread_pool_Hpp.rar (there is only one HPP fil
BoostThread
- boost库中的thread库的使用~~给大家积极例子-boost library use of thread libraries give you a positive example of ~ ~ ~~~~~~~
boost-thread
- BOOST库线程库详细说明,可移植的下一代模板元编程。-BOOST library thread library details, the next generation of portable template meta-programming.
MemoryPool
- 采用boost内存数据库技术和线程池技术开发的内存池技术,支持内存回收,碎片合并-Using boost thread pool memory database technology and technological development of the memory pool technology to support garbage collection, debris merger
threadpool-0_2_5-src
- C++ Boost库创建线程池,实现多线程队列-C++ Boost library to create a thread pool, multi-threaded queue
BoostThreadpool
- 使用boost开发的线程池,使用方便,接口简单,可设置线程数目等-boost thread pool
boost-thread
- boost thread system. threads. simple program.
kthread.tar
- 简单的线程库,使用了C++11的thread并模仿其接口。主要目的是支持TR1中的TLS功能,同时模仿TR1中的Thread接口,在移除caffe中对boost的依赖有很大作用(VS2013不支持TLS)。-A simple thread library, which use the thread of C++11 and its interface. It can be used to support the TLS in C++ TR1. It is used to remove boost