-
签页形式的对话框
签页形式的对话框-signed forms of dialog page
- 2022-01-25 21:24:52下载
- 积分: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
-
literacy bmp file for beginners
读写bmp文件用于初学者-literacy bmp file for beginners
- 2023-06-28 06:25:03下载
- 积分:1
-
Control area network implemented without while loop
Control area network implemented without while loop
- 2022-04-20 23:14:36下载
- 积分:1
-
一个Undo和Redo的例子,值得研究
一个Undo和Redo的例子,值得研究--An example of undo and redo,worth discussing
- 2022-05-13 14:44:57下载
- 积分:1
-
VC开发的交通地图管理程序,需要的赶快下啊
VC开发的交通地图管理程序,需要的赶快下啊 -VC traffic maps the development of management procedures, need to hurry, under ah
- 2022-03-13 06:02:09下载
- 积分:1
-
这是一个色子的游戏源代码,采用VISUAL C++开发的。
这是一个色子的游戏源代码,采用VISUAL C++开发的。-This is a game of bosons source code, the use of VISUAL C++ Development.
- 2022-05-06 02:41:17下载
- 积分:1
-
这是一个用C实现的S变换
This is a C implementation of the Stockwell Transform
- 2022-02-21 06:33:50下载
- 积分:1
-
100行代码的DES实现,用C编写,供大家参考
100行代码的DES实现,用C编写,供大家参考-100 lines of code to achieve the DES, using C to prepare for your reference
- 2022-02-12 21:56:41下载
- 积分:1
-
用C语言实现的卡尔曼滤波+小波分析结合的数字信号处理方法,所有子函数与主函数包含在两个文件中...
用C语言实现的卡尔曼滤波+小波分析结合的数字信号处理方法,所有子函数与主函数包含在两个文件中-With the C language implementation of the Kalman filter+ wavelet analysis combined with digital signal processing method, all the main function subroutine contained in the two documents
- 2022-07-21 18:25:23下载
- 积分:1