-
a general purpose class for multithreaded applications. Derive your class from i...
a general purpose class for multithreaded applications. Derive your class from it, call the constructor with the proper number of threads and populate the lpfns member before starting threads.
The main advantage is that you do not need to bother with the details of making the static method separate from your class and then passing the this pointer to it. CMultithreaded allows you to have all of your class methods in-class, even if they are to be run on separate threads. It is also a good example of RAII.
- 2023-02-05 08:40:03下载
- 积分:1
-
TSP problem (also known as: traveling salesman problem, traveling salesman probl...
TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-TSP problem (also known as: traveling salesman problem, traveling salesman problem) Common genetic algorithm matlab program
- 2022-03-19 09:44:08下载
- 积分:1
-
一个用c++编写的N阶的递归算法,很适用。供大家学习
一个用c++编写的N阶的递归算法,很适用。供大家学习-1 with c++ written in N-order recursive algorithm is applied. For them to learn
- 2022-01-25 23:53:14下载
- 积分:1
-
获取指定进程的内存和cpu信息,vs2005 MFC实现
获取指定进程的内存和cpu信息,vs2005 MFC实现-get the mem and cpu information of the local computer
- 2022-07-12 07:43:12下载
- 积分:1
-
VC源代码,实现获取本机通讯簿(Outlook Express和Outlook2000)的内容,如:联系人名字、联系人邮件地址...
VC源代码,实现获取本机通讯簿(Outlook Express和Outlook2000)的内容,如:联系人名字、联系人邮件地址-VC source code, to achieve access to the machine address book (Outlook Express and Outlook2000) content, such as : contact names, contacts email addresses
- 2022-01-20 23:14:10下载
- 积分:1
-
用visual c++ 6.0 实现的科学计算器,输入表达式,计算出结果。...
用visual c++ 6.0 实现的科学计算器,输入表达式,计算出结果。-Using visual c++ 6.0 to achieve a scientific calculator, enter the expression to calculate the result.
- 2022-03-30 00:42:15下载
- 积分:1
-
数据报表设计器示例程序
数据报表设计器示例程序-Data Report Designer sample program
- 2023-02-11 05:30:03下载
- 积分:1
-
利用中点算法实现画整圆,利用c语言在turboc下编程
利用中点算法实现画整圆,利用c语言在turboc下编程-Algorithm using the midpoint of painting the entire round, using c language programming in the next TurboC
- 2022-01-25 22:32:40下载
- 积分:1
-
空气性质表
本程序基于苏联1973版《锅炉机组热力计算标准方法》一书中P203页的空气性质项目编写,包含空气的焓值,导热率,运动粘度,导热系数,普朗特数的计算。回车键即为计算,按键即为esc退出。使用select case 语句进行判断,结构简洁,界面友好。
- 2022-01-21 23:26:43下载
- 积分:1
-
C/C++教程,源程序实例,小而精好实用
C/C++教程,源程序实例,小而精好实用-C/C tutorial, example source, a small but good practical
- 2023-03-11 06:40:03下载
- 积分:1