-
一个C++存储类
一个C++存储类-a Class C storage
- 2022-03-15 05:06:19下载
- 积分:1
-
nrComponent for any Port
nrComponent for any Port
- 2023-05-17 18: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
-
在ArcGIS环境下,查找某个多边形的相邻接的多边形
在ArcGIS环境下,查找某个多边形的相邻接的多边形-in ArcGIS environment, the search for a polygon are adjacent polygon
- 2023-01-02 19:35:15下载
- 积分:1
-
两个wav文件 的合成
两个wav文件 的合成-Synthesis of two wav file
- 2022-02-11 12:18:58下载
- 积分:1
-
VC++中轻松实现滑动控件
VC++中轻松实现滑动控件-easily achieve sliding control
- 2022-06-28 18:46:01下载
- 积分:1
-
从高精密工业摄像机采集单帧图像,并存储到内存的程序
从高精密工业摄像机采集单帧图像,并存储到内存的程序-From high-precision industrial cameras capture single frame images, and stored procedures into memory
- 2022-02-09 11:19:04下载
- 积分:1
-
RSS Subscribe to a realization of the functional process somewhat similar to sma...
一个实现RSS订阅功能的小程序 有点类似于飞火流星-RSS Subscribe to a realization of the functional process somewhat similar to small ball
- 2023-04-04 13:35:03下载
- 积分:1
-
An image management procedures users through the program, in seconds to find th...
一个图片管理程序;用户可以借助于该程序,在数秒钟内找到自己计算机上的图片,加以编辑并进行欣赏。-An image management procedures users through the program, in seconds to find their own pictures on your computer, edit and enjoy.
- 2022-11-27 19:40:03下载
- 积分:1
-
查看主机的接口,并显示接入设备名称,序列号,厂家等信息...
查看主机的接口,并显示接入设备名称,序列号,厂家等信息-Show host interface, and display the access equipment name, serial number, manufacturer information, etc.
- 2023-05-09 00:40:02下载
- 积分:1