-
本程序为航空系统陀螺测试仪的主程序,为航空发动机测试编写...
本程序为航空系统陀螺测试仪的主程序,为航空发动机测试编写-This is the main program of the peg-top testing instrument used in aeronautic system, for the testing of aeronautic engines.
- 2022-03-29 02:21:10下载
- 积分: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
-
Matlab编程,维特比软
program in matlab, viterbi soft
- 2023-06-15 15:10:03下载
- 积分:1
-
VB 中实现按位移动,就像c中的>>命令
VB 中实现按位移动,就像c中的>>命令
-VB in mobile realize bitwise, like c in
- 2022-03-23 01:53:59下载
- 积分:1
-
伪随即码生成C++源码,所有功能 都封装在类中 。
伪随即码生成C++源码,所有功能 都封装在类中 。-Then pseudo-code to generate C++ source code, all functions are encapsulated in the class.
- 2022-02-13 11:37:35下载
- 积分:1
-
VC++程序员编程教程,很好的电子书籍,chm格式,有很多实例
VC++程序员编程教程,很好的电子书籍,chm格式,有很多实例-VC++ Programmer programming tutorial, very good e-books, chm format, there are many examples of
- 2022-02-10 00:36:41下载
- 积分:1
-
英文单词拼写检查程序,并推荐正确的单词…
英文文章中单词拼写检查,并推荐可能存在的正确单词示例源码-Article in the English word spelling checker, and recommend the correct word there may be examples of source
- 2022-02-22 00:57:54下载
- 积分:1
-
java3d,一个贴皮的程序,在圆筒上贴一个图片
java3d,一个贴皮的程序,在圆筒上贴一个图片-java3d, a paste percutaneous procedure, a picture posted in the cylinder
- 2022-06-13 12:28:16下载
- 积分:1
-
arreglo unidimensional en visual
arreglo unidimensional en visual
- 2022-08-07 18:10:16下载
- 积分:1
-
card and customer management source of a very old VF procedures! We hope to usef...
名片及客户管理源程序 很老的一个VF程序! 希望对大家有用!-card and customer management source of a very old VF procedures! We hope to useful!
- 2022-02-04 22:10:22下载
- 积分:1