-
内容拖放的演示, 主要实现列表内容之间的拖放交换
内容拖放的演示, 主要实现列表内容之间的拖放交换-Drag and drop the contents of the demonstration, list the contents of the main drag and drop between the exchange
- 2022-01-27 12:20:21下载
- 积分:1
-
参考源码,学习例子
参考源码,学习例子-reference source, study examples
- 2022-04-22 02:22:27下载
- 积分:1
-
a opening image file program. having some algorithms in common use.
一个打开图象文件的程序!里面有一些常用的算法!-a opening image file program. having some algorithms in common use.
- 2022-12-27 16:25:04下载
- 积分:1
-
This is a book on the 24
这是书上的关于24点游戏的代码,就是4张扑克牌用加减乘除凑24的游戏,VC编的,希望对大家有帮助-This is a book on the 24-point game of the code, that is, four cards together with calculation of 24 games, VC series, and they hope to help everyone
- 2022-07-20 15:26:57下载
- 积分:1
-
关于windriver驱动USB的教程,英文版,其中有stream传输模式
关于windriver驱动USB的教程,英文版,其中有stream传输模式-About windriver Drive USB, tutorials, in English, which stream transmission mode
- 2023-04-24 06:50:03下载
- 积分:1
-
应用程序管理
HMIS 是一个革命性的解决方案提供的端到端功能可以简化医院管理 — — 所有这些费用,提供最快的投资回报率访问正确的信息和复杂的任务和工作流的自动化是 theHMIS,能够使员工能花 mor 的关键和重点。
- 2022-06-02 18:23:39下载
- 积分:1
-
利用vc编写的源代码用于数字图像处理中hough变换检测直线
利用vc编写的源代码用于数字图像处理中hough变换检测直线-Source code written using vc for digital image processing in the detection of a straight line hough transform
- 2022-11-03 20:15:03下载
- 积分:1
-
Windows Mobile homeskin
windows 手机homeskin-windows mobile homeskin
- 2022-02-05 02:08:15下载
- 积分:1
-
文件加密
带资源管理器,界面不错,主要用来文件加密。
- 2022-04-22 06:52:37下载
- 积分: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