-
使用WMI进行查询
使用WMI进行查询-use WMI query
- 2022-04-28 21:13:15下载
- 积分:1
-
排序算法,包括了直接插入排序,冒泡排序,快速排序
排序算法,包括了直接插入排序,冒泡排序,快速排序-Sorting algorithm, including a direct insertion sort, bubble sort, quick sort, etc.
- 2022-01-23 10:50:07下载
- 积分:1
-
c++原代码
上机测试通过
作为教学用
c++原代码
上机测试通过
作为教学用-c++ original code on the test used as the medium through
- 2022-08-22 19:13:17下载
- 积分:1
-
定时关机程序,使用shutdown命令,还具有定时功能。
定时关机程序,使用shutdown命令,还具有定时功能。-Timing shutdown procedure, use the shutdown command, also has a timer function.
- 2022-10-13 10:15:03下载
- 积分:1
-
在qt环境下,如何建立程序与access数据库的连结的源码.
在qt环境下,如何建立程序与access数据库的连结的源码.-In qt environment, how to establish procedures and access links to the source database.
- 2023-03-02 13:30:03下载
- 积分:1
-
说明: 本书中所有的常用数值算法子过程按书中的章数分别放在以C开头的子目录中 。所有这些为验证上述子过程而编的验证过程按书中的章数分别放在以D开头的子 目录中。...
说明: 本书中所有的常用数值算法子过程按书中的章数分别放在以C开头的子目录中 。所有这些为验证上述子过程而编的验证过程按书中的章数分别放在以D开头的子 目录中。所有为验证过程而做的工程,按书中的章数分别放在以V开头的子目录中-Note : This book all the numerical algorithm commonly used for the process according to the book chapters to C respectively on the beginning of the subdirectories. All of these certification process for the above series of the certification process by chapters of the book were placed on the beginning of the D subdirectory. All of the verification process and the works done by the book"s chapters were placed on the V beginning of the subdirectory
- 2022-02-06 21:53:16下载
- 积分:1
-
有关于socket编程的
网络问空间爱你你传输服务的代码。一节公答谢小嘴...
有关于socket编程的
网络问空间爱你你传输服务的代码。一节公答谢小嘴-Socket programming on the network space love you ask your transmission service code. A public thank mouth
- 2022-04-10 01:34:43下载
- 积分:1
-
支持MPEG4编解码的播放器(要求显卡支持YUV的硬件支持),可播放IM4的文件。...
支持MPEG4编解码的播放器(要求显卡支持YUV的硬件支持),可播放IM4的文件。-support MPEG4 codec player (requiring support YUV graphics hardware support) IM4 can play in the paper.
- 2022-11-14 18:10:03下载
- 积分:1
-
运行或t停止进程
此示例显示如何运行任何进程或杀死进程运行。
这是非常简单和容易学。
在未来我将上传很多很多例子。
- 2022-04-06 22:33:00下载
- 积分: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