-
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
-
In vc++ Cool interface developed under the procedures in this regard lovers help...
在vc++下开发超酷的界面程序,对这方面的爱好者很有帮助的-In vc++ Cool interface developed under the procedures in this regard lovers helpful
- 2023-07-03 07:45:03下载
- 积分:1
-
vc right word to use a call and modification
使用vc对word的调用及修改-vc right word to use a call and modification
- 2022-04-24 16:55:31下载
- 积分:1
-
这是一个字符串处理函数集,包括: IsNumeric――检查串是否为数字串 Upcase――变成大写串 Lowercase――变成小写串 Trim――截掉串尾的...
这是一个字符串处理函数集,包括: IsNumeric――检查串是否为数字串 Upcase――变成大写串 Lowercase――变成小写串 Trim――截掉串尾的空格 RTrim――截掉串开始处的空格 LTrim――截掉串尾的空格 right――从右到左截掉字符 left―― 从左到右截掉字符 mid――截掉从某个起始位置到右边位置的字符 zip文件中包含StringFunctins.h和StringFunctins.cpp是字符串处理函数的头文件和实现文件,main.cpp和main.h是一个控制台应用程序的头和实现,示范字符串处理函数的使用方法。-this a string functions,include:IsNumeric-check_up if the string is Numeric,Upcase-change to capital string,Lowercase-change to small string,Trim-cut blank of string tail,right-cut character from right to left,left-cut character from left to right,mid-cut character from mid to right,the zip file include StringFunctions.h and StringFunctions.cpp,which is using for string functions,main.cpp and main.h are head and implement of a console program,it demonstate the way of using string functions.
- 2022-12-09 07:15:03下载
- 积分:1
-
Napster服务端源程序
Napster服务端源程序-source Napster server
- 2023-08-22 00:25:04下载
- 积分:1
-
VB实现计算器程序
VB实现计算器程序-VB calculator program
- 2022-02-14 18:18:51下载
- 积分:1
-
c#写的一个小时钟程序
c#写的一个小时钟程序-written by a small clock procedures
- 2023-09-06 03:50:03下载
- 积分:1
-
很不错的视频聊天的源码,可以给大家提供一个参考。编译通过。...
很不错的视频聊天的源码,可以给大家提供一个参考。编译通过。-Very nice video chat source code, you can give us to provide a reference. Compile.
- 2022-02-26 05:14:45下载
- 积分:1
-
浏览器风格按钮使用例子
浏览器风格按钮使用例子 -浏览器风格按钮使用例子浏览器风格按钮使用例子
- 2022-01-28 15:00:44下载
- 积分:1
-
Keyboard arrow keys to control the keyboard arrow keys to move objects, control...
键盘方向键控制物体移动键盘方向键控制物体移动-Keyboard arrow keys to control the keyboard arrow keys to move objects, control objects Mobile
- 2023-06-25 10:40:03下载
- 积分:1