-
one of the JAVA curricula design,including the basic functions of calculator and...
JAVA课程设计之一,有计算器的基本实现和基本的JAVA WINDOWS程序源码-one of the JAVA curricula design,including the basic functions of calculator and the basic source code of JAVA WINDOWS.
- 2023-05-03 09:25:03下载
- 积分:1
-
基于MO进行地图打印的VB程序
基于MO进行地图打印的VB程序-MO-based maps for the VB Print
- 2022-07-10 03:34:08下载
- 积分:1
-
Delphi6.0系统托盘控件,可以隐藏在任务栏的右下角
DELPHI6.0系统托盘控件,可以隐藏在任务栏的右下方-DELPHI6.0 system tray control, can be hidden in the bottom right of the taskbar
- 2022-12-27 21:05:03下载
- 积分:1
-
《Visual C++.NET 精彩编程百例》源代码
《Visual C++.NET 精彩编程百例》源代码
- 2022-03-11 06:29:43下载
- 积分:1
-
将二进制文件转化成数组
用法:
bin2txt binfile txtfile
注:bin2txt 为编译后生成的可执行程序,binfile为输入的...
将二进制文件转化成数组
用法:
bin2txt binfile txtfile
注:bin2txt 为编译后生成的可执行程序,binfile为输入的二进制文件,txtfile为输出的文本文件。-The binary file into an array Usage: bin2txt binfile txtfile Note: bin2txt generated for the compiled executable program, binfile input binary file, txtfile text file for output.
- 2022-04-27 10:15:09下载
- 积分:1
-
终端编程代码Eterm
终端编程代码Eterm-0.9.2.tar.gz-terminal programming code Eterm- 0.9.2.tar.gz
- 2022-11-30 20:15:08下载
- 积分:1
-
偏置式曲柄滑块机构 动画演示
偏置式曲柄滑块机构 动画演示-bias crank slider animation demo
- 2022-04-17 00:50:39下载
- 积分:1
-
opencv手势检测与识别
- 2022-07-17 18:27:30下载
- 积分:1
-
讲算法的课件,比较详细,包括大部分常见的算法
讲算法的课件,比较详细,包括大部分常见的算法-stresses courseware algorithm, in more detail, including the most common algorithm
- 2023-07-11 09:30: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