-
VB做的数学计算,一些小工具,不错,大家分享,
VB做的数学计算,一些小工具,不错,大家分享,-VB to do mathematical calculations, some small tools, good share, thank you
- 2022-02-25 07:48:02下载
- 积分:1
-
几个界面、ADO等方面的示例程序.zip
几个界面、ADO等方面的示例程序.zip-several examples of user interface and ADO
- 2022-03-05 23:02:52下载
- 积分:1
-
对文档的背景颜色修改
对文档的背景颜色修改-right color of the background document changes
- 2022-03-20 09:28:28下载
- 积分:1
-
A C++ simulation play 21:00 licensing CODE, wanted to write a little late for th...
一个C++模拟播放21:00的授权代码,想写一点迟到的人看项目
- 2022-02-15 11:02:02下载
- 积分:1
-
vb 自动关机程序
vb 自动关机程序-vb automatic shutdown procedures
- 2022-02-10 00:08:25下载
- 积分:1
-
一个声音记录,回放的程序,同时显示当前声音的电平,可以改造为一个网络点对点的语音通讯程序...
一个声音记录,回放的程序,同时显示当前声音的电平,可以改造为一个网络点对点的语音通讯程序-a voice recording and playback procedure, and the voice of the show current levels, can transform a network of point-to-point voice communications procedures
- 2022-03-26 03:58:30下载
- 积分:1
-
学习c51单片机时写的时钟程序,提供给刚学单片机的朋友参考用...
学习c51单片机时写的时钟程序,提供给刚学单片机的朋友参考用-C51 Singlechip when learning to write the clock procedures, available to just friends in school single-chip reference
- 2022-03-16 14:10:44下载
- 积分:1
-
VC调试信息监视器(Visual C++ Custom Debug Monitor)源码,用于程序调试...
VC调试信息监视器(Visual C++ Custom Debug Monitor)源码,用于程序调试-VC monitor debugging information (Visual C++ Custom Debug Monitor) source code for program debugging
- 2022-04-02 09:09:58下载
- 积分:1
-
学生成绩管理系统。当中存在的DBF文件需要先下载并安装CDBF软件才能查看。...
学生成绩管理系统。当中存在的DBF文件需要先下载并安装CDBF软件才能查看。-Student grade management system developed by Excel and access.
- 2022-02-12 06:30:59下载
- 积分: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