-
这是一本关于C++的基础教程,里面有大量的源程序代码,可供参考
这是一本关于C++的基础教程,里面有大量的源程序代码,可供参考-This is the one on the C++ The Basic Course, which has a large number of source code is available for reference
- 2022-10-30 17:45:03下载
- 积分: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
-
binary a 256 colors bitmap 二值化256色位图
binary a 256 colors bitmap 二值化256色位图-binary a 256 colors bitmap binarization 256 color bitmap
- 2022-03-06 19:46:25下载
- 积分:1
-
gfg
小票打印机驱动程序,适合[Version]Signature="$Windows NT$"Provider=%AUTHOR%LayoutFile=ntprint.infClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}Class=PrinterDriverVer=3/22/2011;; Manufacturer section;[Manufacturer]"POS58"=Generic, NTx86, NTamd64, NTia64;; Model sections. ; ; Each section here corresponds with an entry listed in the; [Manufacturer] section, above. The models will be displayed in the order; that they appear in the INF file.;[Generic]"POS58" = POS58Drv.GPD[Generic.NTx86]"POS58" = POS58Drv.GPD[Generic.NTamd64]"POS58" = POS58Drv.GPD[Generic.NTia64]"POS58" &n
- 2022-03-01 06:55:37下载
- 积分:1
-
Labview读写文本文件
该文件是利用基于计算机windows系统的Labview软件进行的程序编辑,可以实现对文本文件的输入和读取。该文件是在可视化平台进行操作和程序编辑的,具有灵活简便,易于读者理解,扩展程度高等优点。同时,由于作者能力水平有限,编辑的文件比较简单,仅供教学和平时学习参考,有不当之处敬请批评指正!
- 2023-02-04 22:25:02下载
- 积分:1
-
simple sumrine game, you can imporve it
simple sumrine game, you can imporve it
- 2022-02-10 08:55:15下载
- 积分:1
-
Visual C++6.0下实现图像的旋转
Visual C++6.0下实现图像的旋转-Visual C++6.0 under the rotating image
- 2023-03-16 09:50:03下载
- 积分:1
-
MFC技术内幕(配书源码CHAP09.rar
MFC技术内幕(配书源码CHAP09.rar-MFC Insider (book distribution source CHAP09.rar
- 2022-04-10 12:12:17下载
- 积分:1
-
wince设备自动更换图片的源代码,你一定不会说后悔的,自己原创!...
wince设备自动更换图片的源代码,你一定不会说后悔的,自己原创!
- 2022-04-12 14:15:59下载
- 积分:1
-
Visual Basic hide the name in the dialog box
Visual Basic在对话框中隐藏名称-Visual Basic hide the name in the dialog box
- 2022-06-26 08:47:44下载
- 积分:1