-
windows pthread库实现源码
linux下多线程是采用pthread库实现,所以如果将程序放到windows时移植工作比较大,pthread库在windows平台实现了pthread接口,与linux兼容,为跨平台实现。
- 2023-06-26 22:15:04下载
- 积分:1
-
多项式的加减乘除运算,刚学C++写的,不是很好!
多项式的加减乘除运算,刚学C++写的,不是很好!-Polynomial addition and subtraction, multiplication and division calculations, just places C++ Write is not good!
- 2022-08-20 00:07:32下载
- 积分:1
-
一个网络电话C++build
一个网络电话C++build-a telephone network build C
- 2023-07-14 18:50:05下载
- 积分:1
-
A full set of tiger billion network marketing tool software (8) Registration No.
全套亿虎网络营销工具软件(8款)注册号
-A full set of tiger billion network marketing tool software (8) Registration No.
- 2022-02-06 17:31:04下载
- 积分:1
-
本程序是基于Windows系统SDK编程,它表示在窗口中不同的区域显示不同的光标,这对于SDK编程有一定的帮助和理解...
本程序是基于Windows系统SDK编程,它表示在窗口中不同的区域显示不同的光标,这对于SDK编程有一定的帮助和理解-this program is based on the Windows SDK programming system, it said in the window different regions show different cursor, which SDK programming will help and understanding
- 2022-11-26 12:55:02下载
- 积分:1
-
sensor network source code
sensor network source code
- 2022-03-01 23:41:02下载
- 积分:1
-
Lot of basic practical C++ source code, suitable for beginners to use, such as r...
许多基础实用的C++源码,适合初学者使用,如递归反转字符串-Lot of basic practical C++ source code, suitable for beginners to use, such as recursive string inversion. . . . .
- 2022-02-12 00:05:34下载
- 积分:1
-
一个绝妙的Firewall,可以为初学者作一个非常GOOD的示范,程序已经测试成功,一个比较完整的包过滤类型...
一个绝妙的Firewall,可以为初学者作一个非常GOOD的示范,程序已经测试成功,一个比较完整的包过滤类型-A good firewall, a good example for the starters, program tested, a full package filter type
- 2022-02-21 06:00:25下载
- 积分:1
-
类似电影里的字幕的模拟,有水平效果的字幕,也有垂直效果的字幕...
类似电影里的字幕的模拟,有水平效果的字幕,也有垂直效果的字幕-Similar to the movie
- 2022-05-23 06:38:31下载
- 积分:1
-
watchDog可偵測程式是否關閉
可將執行中的程式,關閉,及重開。亦可以透過socket連線,來偵測是否程式已死當。其相關重要功能:重開機功能://重新開機void CWatchDogDlg::setSystemReboot(){msg = "準備關機重開!";::SendMessage(this->GetSafeHwnd(),MSG_STATUS_TOTAL,(WPARAM)&msg,0);CExitWindows m_ExitWindows;//m_ExitWindows.Restart(); m_ExitWindows.ForceReStart();}關閉程式:///關閉程式bool CWatchDogDlg::closeExeProcess(CString processName){processName.MakeLower();HANDLE hSnapShot;PROCESSENTRY32 pEntry;pEntry.dwSize =sizeof(pEntry);BOOL hRes;bool Found = FALSE;//Get the snapshot of the systemhSnapShot=CreateToolhelp32Snapshot (TH32CS_SNAPALL,NULL);//Get firs
- 2022-02-16 07:28:21下载
- 积分:1