-
Small finite element program suitable for their own programming, more concise an...
有限元小程序,非常适合自己编程,比较简明,适合继续开发-Small finite element program suitable for their own programming, more concise and suitable for continued development of
- 2022-08-16 17:14:57下载
- 积分:1
-
分形算法与程序设计VC版的好书,值得推荐哟,欢迎下载!
分形算法与程序设计VC版的好书,值得推荐哟,欢迎下载!-fractal algorithms and program design VC version of the books recommend yo welcome to download!
- 2022-01-25 16:29:43下载
- 积分:1
-
该程序在matlab环境下,对16QAM进行了调制解调的仿真,并对过程作出了图形的演示...
该程序在matlab环境下,对16QAM进行了调制解调的仿真,并对过程作出了图形的演示-The program in the matlab environment, carried out on the 16QAM modulation and demodulation of the simulation, and process the graphics demo
- 2022-06-27 05:58:04下载
- 积分:1
-
一个呼出热键的示例,初学者可以参考一下
一个呼出热键的示例,初学者可以参考一下-exhaled a hotkey example, the reference for beginners
- 2023-08-27 08:15:04下载
- 积分:1
-
一个用户穷举系统Ras连接,并能手动断开连接的工具,适用于Adsl...
一个用户穷举系统Ras连接,并能手动断开连接的工具,适用于Adsl-Ras exhaustive system, a user connection, and can manually disconnect a tool for Adsl
- 2022-05-25 03:47:48下载
- 积分:1
-
Vc developed a way to switch production on a small program, simple and practical
一个用vc开发的关于开关制作的小程序,简单而且实用-Vc developed a way to switch production on a small program, simple and practical
- 2022-08-04 08:47:35下载
- 积分:1
-
一个抓音轨的控件
可以实现cd音轨的抓取工作
一个抓音轨的控件
可以实现cd音轨的抓取工作-a grasp soundtrack control can be achieved cd soundtrack work crawls
- 2023-08-15 07:50:03下载
- 积分:1
-
Inline combinational language in VC.
Can build the merit of combinational langu...
VC中的内联组合语言。
- 2022-04-20 03:30:29下载
- 积分:1
-
vc Programming 100 cases. Including interface, buttons, controls, dialog boxes,...
vc编程一百例。包括界面 ,按钮,控件,对话框,多媒体等等各方面的实例100个。-vc Programming 100 cases. Including interface, buttons, controls, dialog boxes, multimedia, etc. Examples of the 100.
- 2023-05-06 08:15: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