-
ScriptDocs about Microsoft Windows Scripting technologies a good book
ScriptDocs讲述Microsoft Windows 脚本技术的一本好书-ScriptDocs about Microsoft Windows Scripting technologies a good book
- 2022-07-23 10:46:01下载
- 积分:1
-
c/C++编程习惯:初学者最需要的东西.希望对各位点帮助.
c/C++编程习惯:初学者最需要的东西.希望对各位点帮助.-c/C++ programming habits: beginners are most in need of things. I hope to help you points.
- 2022-01-29 03:52:58下载
- 积分:1
-
GPS navigation path changes on the machine a small software, mainly for the regi...
GPS机器上修改导航路径的小软件,主要是对注册表的操作.-GPS navigation path changes on the machine a small software, mainly for the registry operation.
- 2022-03-29 15:25:13下载
- 积分:1
-
used in the calculation of what we normally play in 24 points, their input figur...
用于计算通常我们所玩的24点,可以自己输入数字,也可以自动生成-used in the calculation of what we normally play in 24 points, their input figures and can automatically generate
- 2023-03-07 23:15:03下载
- 积分:1
-
C++计算器,使用键盘操作,使用方便,且小而简单.
C++计算器,使用键盘操作,使用方便,且小而简单.-C++ Calculator, use the keyboard to operate and easy to use, and small and simple.
- 2022-05-13 05:54:01下载
- 积分:1
-
Asynchronous serial communication program source code
异步串口通信程序源代码,EVC4.0, Wince.net-Asynchronous serial communication program source code
- 2023-02-09 15:55:04下载
- 积分:1
-
监控进程并重启
基本原理为:1,在后台启动监控程序。2,监控程序一直对设定的进程窗口名称的进程进行监控。3,如果发现此进程窗口没有了或消失了,将自动在后台延时几十秒或设定时间后,然后启动此进程。
关键代码如下:
hWndMain=NULL;
hWndMain=::FindWindow(NULL,"录音系统平台");
if(hWndMain==NULL)
{
hWndMain=::FindWindow(NULL,"电话录音");
if(hWndMain==NULL)
{
/* memset(Buf,0,200);
sprintf(Buf, "%04d%02d%02d%02d%02d%02d: find no digitexe
",st.wYear,st.wMonth,st.wDay,st.wHour,st.wMinute,st.wSecond);
if( (log1 = fopen( "selfauto.log", "a+" )) != NULL ) //打开文件流
{
fprintf(log1,"%s
",Buf);
fclose(log1);
}*/
- 2022-11-05 05:20:02下载
- 积分:1
-
能对windows程序的托盘图标进行隐藏删除添加
能对windows程序的托盘图标进行隐藏删除添加-can windows procedures for the tray icon to delete hidden Add
- 2022-10-06 14:55:02下载
- 积分:1
-
Regular expression is cumbersome, but powerful, after the application of the Ins...
正则表达式是繁琐的,但是强大的,学会之后的应用会让你除了提高效率外,会给你带来绝对的成就感。只要认真去阅读这些资料,加上应用的时候一定的参考,掌握正则表达式不是问题-Regular expression is cumbersome, but powerful, after the application of the Institute will let you Apart from improving efficiency, will bring you the absolute sense of achievement. As long as a serious effort to read these data, together with the application of some reference time, to master regular expressions is not a problem
- 2022-08-10 18:11:17下载
- 积分:1
-
龟图,用vc实现,我写的第一个小程序,可以在dos环境下画出任意的直角图形...
龟图,用vc实现,我写的第一个小程序,可以在dos环境下画出任意的直角图形-turtles map, using vc realized, I wrote a small section of the procedure, the environment dos draw arbitrary rectangular graphics
- 2022-09-27 16:15:03下载
- 积分:1