-
包含DEMO(ThreadPoolDemo.rar),源代码 thread_pool.rar(只有一个HPP文件)及经过裁减的Boost1.32库;之后以用Bo
包含DEMO(ThreadPoolDemo.rar),源代码 thread_pool.rar(只有一个HPP文件)及经过裁减的Boost1.32库;之后以用Boost是因为ThreadPool中用到了 Boost库的线程组件。-Contains the DEMO (ThreadPoolDemo.rar), the source code thread_pool.rar (there is only one HPP files) and after reduction of Boost1.32 database after using Boost is because the ThreadPool used the Boost thread library components.
- 2022-03-19 16:31:51下载
- 积分:1
-
Berkey DB的数据库创建,多线程查询的例子,给大家参考。
Berkey DB的数据库创建,多线程查询的例子,给大家参考。-Berkey DB database creation, multi-threaded for example, for your reference.
- 2022-05-19 18:45:42下载
- 积分:1
-
beginer线程程序实例
Thread program example for beginer
- 2022-02-02 16:21:09下载
- 积分:1
-
delphi的进程间通讯的例子,学习Delphi下的Windows API编程的好例子...
delphi的进程间通讯的例子,学习Delphi下的Windows API编程的好例子-delphi the inter-process communication examples, Delphi study of the Windows API programming examples of the good
- 2023-01-09 07:35:03下载
- 积分:1
-
windows平台的串口接收程序,接收声音采集数据,采用多线程编程...
windows平台的串口接收程序,接收声音采集数据,采用多线程编程-serial windows platform to receive the procedure, receiving the voice data collection, using multi-threaded programming
- 2022-11-23 05:50:04下载
- 积分:1
-
使用PSAPI实现工艺信息显示系统
利用psapi实现的显示系统进程信息-use psapi achieve process information display system
- 2022-09-09 14:15:03下载
- 积分:1
-
windows多线程编程dos版本改版本在windows consel下实现
windows多线程编程dos版本改版本在windows consel下实现-windows multithreaded programming dos version changed version of the windows under consel
- 2023-04-23 08:05:03下载
- 积分:1
-
a USB drive for safe removal!!
a USB drive for safe removal!!
- 2022-04-08 15:20:31下载
- 积分:1
-
进程管理子系统,希望喜欢
进程管理子系统,希望喜欢-process management subsystem, like
- 2022-10-21 20:40:03下载
- 积分:1
-
我编了一个类似Windows 2000 上性能监视器的程序。在这个程序中,我创建了一个文档对象和几个视图。文档对象负责有规律地采集数据,然后通知相关的视图以不同...
我编了一个类似Windows 2000 上性能监视器的程序。在这个程序中,我创建了一个文档对象和几个视图。文档对象负责有规律地采集数据,然后通知相关的视图以不同的格式显示这些数据。文档对象为了有规律地采集数据,它需要一个定时(time)事件。但是,文档不是一个基于窗口的对象,所以它没有这样的定时事件。我权衡了三种解决方案: 1、在其中的一个视图中创建定时器。当事件发生时通知文档对象获取数据。 2、为每一个文档(或在每个文档内)创建一个单独的线程,以便这个线程能有规律地创建时间事件。 3、在CMainFrame中创建一个定时器并从中调用文档函数这三种方法我都不满意。能否给出一种更好的解决方案?
- 2023-07-11 15:35:03下载
- 积分:1