-
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
-
用platformbuild平台编译调试。是关于用信号量来处理同步事件的程序!
用platformbuild平台编译调试。是关于用信号量来处理同步事件的程序!-Platformbuild compiled with debugging platform. Is about the use of semaphores to handle synchronization events program!
- 2022-01-22 16:07:32下载
- 积分:1
-
这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头...
这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。 dinimicky_hu对原程序做了修改和优化,使用了函数指针数组,并修改了一个BUG-The head file of this programme includes 4 methods of sorting : Bublle sorting,insertion sorting,quick sorting and selection sorting.Some
template technics are included in the head file in order to make these sorting metods achieved in the same time . The source code is recomposed and optimized by Dinimicky_hu , using the some arrays of function pointer ,and amened some bugs.
- 2022-07-19 03:30:28下载
- 积分:1
-
可以自定义IP段、自定义端口段、扫描线程数的扫描端口程序!...
可以自定义IP段、自定义端口段、扫描线程数的扫描端口程序!-Can customize the IP paragraph, custom port paragraph, scanning threads port scanning process!
- 2022-02-25 04:50:06下载
- 积分:1
-
课程设计我靠 只能说地方开始晕 太少了
课程设计我靠 只能说地方开始晕 太少了-wobuhuiwoyunzenm youxian xiaone ?
- 2022-03-24 02:44:59下载
- 积分:1
-
本人写的一个软计算器,可以在文本框中输入算式,感觉比较好用...
本人写的一个软计算器,可以在文本框中输入算式,感觉比较好用-I wrote a soft calculator, you can enter the formula in the text box, I feel relatively easy to use
- 2022-04-22 03:28:33下载
- 积分:1
-
2410 wince introduce
2410 wince introduce
- 2022-05-24 19:51:04下载
- 积分:1
-
这是用单纯形法发来进行函数优化的程序,可以运行成功,需要的就下吧...
这是用单纯形法发来进行函数优化的程序,可以运行成功,需要的就下吧-This is sends in with the simplex method carries on the procedure
which the function optimizes, may move successfully, download if you need
- 2022-05-06 02:02:01下载
- 积分:1
-
可生成噪声的c程序:标准c编程环境,可以用于声音方面的特殊需求...
可生成噪声的c程序:标准c编程环境,可以用于声音方面的特殊需求-generates noise c : c standard programming environment that can be used in the voice of special needs
- 2022-03-01 09:52:36下载
- 积分:1
-
一个图象处理的源代码,有平移,拉伸,变换,显示灰度直方图等功能(VC)...
一个图象处理的源代码,有平移,拉伸,变换,显示灰度直方图等功能(VC)-the source code can deal with image, there are panning,stretching,shiftting and showing gray vertical square image functions(VC)
- 2022-08-18 11:47:21下载
- 积分:1