-
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
-
一个可以进行符号运算的工具,能支持用户自定义编程,进行求导,微分等运算...
一个可以进行符号运算的工具,能支持用户自定义编程,进行求导,微分等运算-a symbolic computation can be a tool to support user-defined programming, derivative, differential, etc. Operational
- 2022-02-21 01:26:26下载
- 积分:1
-
这是一个我自己开发的垃圾文件清理工具 希望指教
这是一个我自己开发的垃圾文件清理工具 希望指教-This is a development of my own garbage clean-up tools hope paper shortage
- 2022-08-10 17:35:29下载
- 积分:1
-
vb 6.0 写的通迅录,实现增、删、查功能。
vb 6.0 写的通迅录,实现增、删、查功能。-vb 6.0 recorded in written communication, the realization of the increasing deleted, check function.
- 2022-02-04 22:36:14下载
- 积分:1
-
WinCE EVC4.2 TCP/IP服务器端程序,可以监听客户端的信号,并对每个客户端分别建立联系...
WinCE EVC4.2 TCP/IP服务器端程序,可以监听客户端的信号,并对每个客户端分别建立联系
- 2022-07-04 00:29:39下载
- 积分:1
-
The prisoner s dilemma constitutes a problem in game theory. It was originally f...
The prisoner s dilemma constitutes a problem in game theory. It was originally framed by Merrill Flood and Melvin Dresher working at RAND in 1950. Albert W. Tucker formalized the game with prison sentence payoffs and gave it the "prisoner s dilemma" name (Poundstone, 1992).
- 2022-01-26 05:35:13下载
- 积分:1
-
这是mfc程序,实现环境为VC++,希望大家有用
这是mfc程序,实现环境为VC++,希望大家有用-This is mfc procedures, the environment for VC++, you want useful
- 2022-05-23 05:02:54下载
- 积分:1
-
A very good c++ Learning video, was very detailed and thorough! Suitable for c++...
一部很好的c++学习视频,讲得非常详细,透彻!适合c++初学者使用,学习!-A very good c++ Learning video, was very detailed and thorough! Suitable for c++ Beginners use to learn!
- 2023-08-24 20:30:10下载
- 积分:1
-
软件学院数据结构与算法分析实验报告
Huffman编码(二叉树应用)...
软件学院数据结构与算法分析实验报告
Huffman编码(二叉树应用)-School of Software Data Structures and Algorithm Analysis lab report Huffman coding (binary application)
- 2022-02-24 14:51:21下载
- 积分:1
-
ocx事件,方法,属性
呼叫中心客户端的使用的ocx,集成的事件,方法,属性,事件时参数的传递,方法的调用等功能,是呼叫中心ocx学习不可多得的源代码。
- 2022-03-14 15:58:46下载
- 积分:1