-
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
-
Agenda simples java (java sample agenda)
Agenda simples java (java sample agenda)
- 2023-01-18 23:35:04下载
- 积分:1
-
加权峰值信噪比与噪声的比值
此之间的函数计算峰值信噪比(加权峰信号 - 噪声比) %两个图像。答案是分贝(dB)。
- 2022-07-08 11:52:11下载
- 积分:1
-
asdasdasdasdasd
阿斯达斯达斯达斯达斯达斯达斯达斯
- 2022-06-19 00:03:06下载
- 积分:1
-
jsp简单电商网站设计
实现功能登陆、注册、个人中心、购物车增删改、动态商品页面
- 2022-02-02 01:57:50下载
- 积分:1
-
skype api application6
skype api application6
- 2022-03-25 03:57:00下载
- 积分:1
-
即时聊天软件
应用背景这是一个用C++编写的,基于UDP的远程聊天软件,支持单人私聊,多人群聊,以及服务器广播等基本功能,可供相关方面的初学者参考学习使用。关键技术
本程序以C++为编程语言,用MFC为框架,cs网络架构,udp套接字,压缩包内分为客户端和服务端两个程序,vc6编译通过。
- 2022-01-20 23:26:56下载
- 积分:1
-
分形草的程序源代码,按空格键可以随机产生不同的分形草图形...
分形草的程序源代码,按空格键可以随机产生不同的分形草图形-Fractal grass source code, press the space bar can be randomly generated different fractal graphics grass
- 2022-06-13 20:57:18下载
- 积分:1
-
Foreign Repeater, please install MS Player6.2.
外语复读机,请先安装MS Player6.2.-Foreign Repeater, please install MS Player6.2.
- 2022-08-10 06:14:48下载
- 积分:1
-
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形...
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?采用分治递归-Parts mutilation given width W of a rectangular plate, rectangular plate of height restrictions. Is the need to cut out from the board, respectively, n-height hi, a width of the rectangular parts wi. Parts of the rules of cutting height direction and the direction of rectangular plates with a high degree of consistency. Asked how to make the use of cutting rectangular plate height h the smallest? Recursive use of sub-rule
- 2023-04-23 19:05:03下载
- 积分:1