-
这段代码说明了如何使用C++和Win32 API函数创建一个简单的窗口
This code explains how to create a simple window using c++ AND WIN32 APi
- 2022-05-18 17:20:13下载
- 积分:1
-
OPCClient端和Server端的演示代码
OPCClient端和Server端的演示代码-OPCClient-side and Server-side presentation code
- 2022-01-26 08:07:48下载
- 积分:1
-
vc++链表,可以实现链表内的头文件等的链接
vc++链表,可以实现链表内的头文件等的链接-vc Chain, Chain can be achieved within the first links to documents
- 2022-02-06 03:11:29下载
- 积分:1
-
windows格式化的源程序
windows格式化的源程序-windows formatting of the source
- 2022-02-11 23:24:59下载
- 积分:1
-
马踏棋盘,即从8*8的棋盘中任一点出发,按马的走法走,直至走完整个棋盘,并且每一步不能重复。找出一条走的路线,如不能走,异常....
马踏棋盘,即从8*8的棋盘中任一点出发,按马的走法走,直至走完整个棋盘,并且每一步不能重复。找出一条走的路线,如不能走,异常.-chessboard horse riding, from 8* 8 chessboard term point of view, Ma by the law to go until the end of the whole chessboard, and each step be repeated. Go find a route, if we can not go, abnormal.
- 2022-04-22 19:27:56下载
- 积分:1
-
a more powerful PC. In addition to traditional PC desirable under the Road infor...
一台功能更强大的PC机。除了传统PC机所期望的路况信息外,我们还可以获得更多额外的网络信息
- 2022-12-02 13:15:04下载
- 积分:1
-
实现计算机图形学的Cohen Sutherland 算法 实现剪裁 颜色填充等功能 功能强大 代码可重用性强...
实现计算机图形学的Cohen Sutherland 算法 实现剪裁 颜色填充等功能 功能强大 代码可重用性强-implement the Cohen Sutherland arithmetic on computer graphics,implement cutting filling collor ,with a powerful reused function
- 2022-01-26 04:23:59下载
- 积分:1
-
基于数据链路层的RPC编程,在C SHELL中实现编写
基于数据链路层的RPC编程,在C SHELL中实现编写-Based on the data link layer of the RPC program to achieve in the preparation of C SHELL
- 2023-04-24 00:50:03下载
- 积分: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
-
The realization of the Screen PowerWord similar functions, procedures for smalle...
实现类似金山词霸的屏幕取词功能,程序较小,可以加入大家的程序中使用。-The realization of the Screen PowerWord similar functions, procedures for smaller, you can join the proceedings.
- 2022-02-14 03:31:04下载
- 积分:1