-
模拟银行提款机程序,用文件存储数据,实现存款、提款、转账等程序...
模拟银行提款机程序,用文件存储数据,实现存款、提款、转账等程序-ATMs simulation program, data file storage and achieve deposits, withdrawals, transfers and other procedures
- 2022-07-02 22:01:17下载
- 积分:1
-
电子地图瓦片自动融合与转换
"产品名称:天地图瓦片自动融合与转换程序。"; 版本:1.1"; "说明:天地图瓦片自动融合程序,能实现对瓦片的分块融合,以及不同坐标系之间的的转换。在地理信息行业中有广泛的应用。。
- 2022-01-25 20:18:34下载
- 积分:1
-
微软的WPF入门类书籍,可以参阅一下,是一个WPF的入门
微软的WPF入门类书籍,可以参阅一下,是一个WPF的入门-Introduction to Microsoft" s WPF books, you can see what
- 2022-07-12 12:31:26下载
- 积分:1
-
vc++学习资料,包括“孙鑫老师《vc++深入详解》1
vc++学习资料,包括“孙鑫老师《vc++深入详解》1-20课笔记”“VC++编程指南”“vc经典教程”-vc++ learning materials, including
- 2022-03-31 19:58:35下载
- 积分:1
-
Median filter on the image of some reference articles, useful, the more the bett...
关于图像中值滤波的一些参考文章,很有用,多多益善!-Median filter on the image of some reference articles, useful, the more the better!
- 2022-02-07 07:56:30下载
- 积分:1
-
基于Win32API的控件
基于Win32API的控件-based on the control Win32API
- 2022-12-28 08:05:03下载
- 积分:1
-
C/C++教程,源程序实例,小而精好实用
C/C++教程,源程序实例,小而精好实用-C/C tutorial, example source, a small but good practical
- 2022-11-01 17:40:03下载
- 积分:1
-
使用MFC编写的软件可以看到万年历的农历日期,战俘…
利用mfc编写万年历软件可以察看阴历的日期,功能强大,但是代码简单-use mfc hefty almanac preparation software can see the lunar calendar dates, powerful, but simple code
- 2022-08-15 06:23:13下载
- 积分: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
-
From memory to restore abnormal interruption due to system loss of text.
从内存中恢复由于系统异常中断而丢失的文本内容。-From memory to restore abnormal interruption due to system loss of text.
- 2023-03-14 23:20:03下载
- 积分:1