-
输入年/月/日,计算得出该日的星期数
输入年/月/日,计算得出该日的星期数 -importation year/month/day, calculated the date of the few weeks
- 2022-10-18 05:30:02下载
- 积分: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
-
用VC实现PC BIOS读取内容,保护和恢复
VC++ 对PC机BIOS 内容的读取、保存与恢复-VC PC BIOS to read the contents, preservation and restoration
- 2022-07-08 03:40:30下载
- 积分:1
-
c语言写的windows程序(有源码)
使用Devcpp,完全采用c语言写出windows程序,创建了一个窗口。通过本程序,你可以了解到使用纯C语言创建基本的windows程序的方法。
- 2022-02-12 04:59:31下载
- 积分:1
-
实现一个定时器的例子,用win32汇编实现,比较有意思
实现一个定时器的例子,用win32汇编实现,比较有意思-Example of realization of a timer, using win32 compilation of implementation, more interesting
- 2022-03-19 04:50:18下载
- 积分:1
-
你可以在windows上查看进程内部的内存分布情况
你可以在windows上查看进程内部的内存分布情况-you can see windows on the process of internal memory distribution of
- 2023-02-09 12:20:04下载
- 积分:1
-
java版的压缩制作工具
java版的压缩制作工具-making tool for compressing in java version
- 2022-11-13 18:20:03下载
- 积分:1
-
WindowsCE开发指南
WindowsCE开发指南-WindowsCE Development Guide
- 2022-01-21 05:38:43下载
- 积分:1
-
SSP从实验机!可以配置通信从平面,…
SSP从机器实验!可以配置从机通信,朋友门可以参考一下...希望对大家有帮助!-SSP from the experimental machine! Can configure communications from the plane, friends can make reference to the door ... we want to help!
- 2022-03-20 21:01:23下载
- 积分:1
-
这个sin(x)比上次那个好,也是库函数的实现.
这个sin(x)比上次那个好,也是库函数的实现.-the sin (x) down from that good, but also the realization of library functions.
- 2023-05-09 15:00:02下载
- 积分:1