-
XP下关于快速切换用户功能的相关编程
XP下关于快速切换用户功能的相关编程-XP users of the rapid switching functions related programming
- 2022-07-22 16:09:31下载
- 积分:1
-
本程序有两个功能,第一通过指定路径修改文件夹的命名,第二通过指定路径修改文件的名称。...
本程序有两个功能,第一通过指定路径修改文件夹的命名,第二通过指定路径修改文件的名称。-This procedure has two functions, first by specifying the path to modify the folder name, and the second to modify the file by specifying the path name.
- 2022-07-20 15:43:58下载
- 积分:1
-
日期查询在SQL中
日期查询在SQL中-date for the SQL
- 2023-04-04 03:05:04下载
- 积分:1
-
"Microsoft Windows CE program design" book on the source code
《Microsoft Windows CE 程序设计》书上的源代码-"Microsoft Windows CE program design" book on the source code
- 2022-06-16 19:39:38下载
- 积分:1
-
风云压力测试10。0所有封装好的VC原代码
有一定的学习研究作用 大家可以下载来...
风云压力测试10。0所有封装好的VC原代码
有一定的学习研究作用 大家可以下载来-Stress tests Fengyun 10.0 best VC all package source code has a certain role of U.S. research study can be downloaded to
- 2022-05-29 14:23:17下载
- 积分:1
-
《visual c++6.0实用教程》(杨永国)第六章源代码,自己编写。讲述了怎样为对话框增加菜单,添加右键快捷菜单等内容。...
《visual c++6.0实用教程》(杨永国)第六章源代码,自己编写。讲述了怎样为对话框增加菜单,添加右键快捷菜单等内容。
- 2022-06-11 11:30:09下载
- 积分:1
-
Key access VB application for Windows CE on S3C2440
Key access VB application for Windows CE on S3C2440
- 2022-03-22 19:59:18下载
- 积分:1
-
使用JAVA语言实现下列功能的系统 a) 系统能接受用户输入一个文件名,该文件名对应的文件A可能包含中文,英文字符,换行回车等字符。 b) 系统在确认用户输...
使用JAVA语言实现下列功能的系统 a) 系统能接受用户输入一个文件名,该文件名对应的文件A可能包含中文,英文字符,换行回车等字符。 b) 系统在确认用户输入的文件A存在后对文件A进行处理,生成另外一个文件B,要求文件B显式包含文件A的所有内容,并且不改变文件A中的已经有的内容。 c) 系统在文件A不存在的情况下,可以发现B中保留的A的内容被修改过。这种修改包括删除/增加A的某行信息,在A的内容中增加/删除/修改某个字符。-use JAVA following a function of the system) system will accept user input a name, the name of the paper document may contain A Chinese and English characters such as newline characters enter. B) System user input in identifying the existence of a document after document A pair of processed produce another document B, B requested documents Explicit document contains all the elements of A and A does not change the document has some content. C) A system in the document did not exist circumstances, it can be found B of A to retain the content has been modified. Such changes include the deletion/A increased to a certain line of information in the contents of A Increase/delete/change certain characters.
- 2022-03-22 01:16:46下载
- 积分:1
-
直流无刷电机控制仿真,狠好,很全的,在外国网站下的
直流无刷电机控制仿真,狠好,很全的,在外国网站下的-Brushless DC motor control simulation, hard, and very wide, and in foreign countries under the site
- 2022-11-28 06:35: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