-
本程序已将数据库中的数据导入list列表中.点击打印按钮将生成预览界面,打印列表中内容....
本程序已将数据库中的数据导入list列表中.点击打印按钮将生成预览界面,打印列表中内容.-This procedure has been in the database to import list data list. Click the Print Preview button to generate the interface, print the contents of the list.
- 2023-08-10 01:10:04下载
- 积分:1
-
Point to point net program
点对点网络聊天程序之服务器端!!!适合于初学者-Point to point net program
- 2022-03-12 04:11:25下载
- 积分:1
-
ASP动感购物系列拍卖程序
ASP动感购物系列拍卖程序 -Dynamic ASP to ASP dynamic series of the auction process to the auction process series
- 2023-03-02 06:35:03下载
- 积分:1
-
在线招聘门户网站
在线招聘门户系统提供了获取驰名的公司中工作的好方式。在此系统中,有求职者和提供者的工作......,求职者检查作业可用性通过他们的帐户并上传自己的简历。作业提供商输入新作业的详细信息和他们可以查看求职简历。
- 2023-01-29 06:05:03下载
- 积分:1
-
I2C总线协议模拟tc源代码
I2C总线协议模拟tc源代码-I2C bus protocol source code simulation tc
- 2022-02-20 04:45:02下载
- 积分:1
-
排序,冒泡算法
一些简单的小程序。就是排序冒泡,算法,是用vc编译的c++程序,全部验证正确,亲身实验!
- 2022-02-21 04:57:58下载
- 积分:1
-
[C/C++]哈夫曼编码及译码
构造赫夫曼树 HT , 并求出 n 个字符的赫夫曼编码 HC
//将结果存入 hufTree.txt...
[C/C++]哈夫曼编码及译码
构造赫夫曼树 HT , 并求出 n 个字符的赫夫曼编码 HC
//将结果存入 hufTree.txt-[C/C] Huffman coding and decoding structure HT Huffman tree, and obtained n characters of Huffman coding HC// results deposited hufTree.txt
- 2022-01-21 01:32:58下载
- 积分:1
-
Details of MFC of VC++ of the study, for beginners, this is a very good program,...
详细介绍VC++之MFC的学习,对初学者来说这是一个很不错的程序啊,希望的对大家有所帮助!-Details of MFC of VC++ of the study, for beginners, this is a very good program, ah, want to help all of you!
- 2022-07-11 07:34:11下载
- 积分:1
-
mfc 最好画图工具
使用mfc基于vc6开发的画图工具,便于初学者学习画图用。
- 2022-03-20 23:02:36下载
- 积分: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