-
二叉树的所有非递归算法
此程序包含了所有二叉树的非递归算法算法,前序、中序、后续。并附有大量的注释,有助于你对二叉树的理解
- 2022-09-18 21:25: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
-
a keyboard can display information in small programs, with vb do.
一个可以显示键盘信息的小程序,用vb做的。-a keyboard can display information in small programs, with vb do.
- 2022-02-07 19:29:05下载
- 积分:1
-
ZOK Lame Wrapper
ZOK Lame Wrapper
- 2022-07-03 07:47:09下载
- 积分:1
-
包含visual C++编程的各个方面,适合初学者研读,也适合有经验的的程序员参考。操作步骤详细。...
包含visual C++编程的各个方面,适合初学者研读,也适合有经验的的程序员参考。操作步骤详细。-A very good reference data, it contain kinds aspects of visual C++ programming.Not only is it suitable for beginners,but also suitable for experienced programmers. Welcome to download.
- 2022-06-13 01:15:41下载
- 积分:1
-
一个简单的基于对话框的按钮,定时器使用例子
一个简单的基于对话框的按钮,定时器使用例子-a simple button on the dialog box, use examples timer
- 2022-06-26 17:55:47下载
- 积分:1
-
At the same time abreast, every three months exports calendar condition , import...
每三个月同时并排输出日历情况,输入年月即可。-At the same time abreast, every three months exports calendar condition , imports days being OK.
- 2022-07-02 11:36:25下载
- 积分:1
-
这是一个MidPointLine程序源代码
这是一个MidPointLine程序源代码-MidPointLine source code
- 2022-05-18 08:10:51下载
- 积分:1
-
here, including almost all of the data structure of the small simple procedures...
在这里,包含了几乎所有的数据结构的简单小程序,希望大家会喜欢!
- 2022-07-20 00:21:28下载
- 积分:1
-
遍历进程和结束进程的几种常见方法,可以获取进程文件名!...
遍历进程和结束进程的几种常见方法,可以获取进程文件名!-Ergodic process and the end of the process of several common methods, the process can get the file name!
- 2022-01-27 12:48:04下载
- 积分:1