-
VC++ doc
VC++教程
VC++入门code,有老师的讲解和文档说明
很全面-VC++ doc
- 2022-06-13 04:21:57下载
- 积分:1
-
With regard to split the source window, the window divided into four parts, incl...
关于窗口分割的源程序,把窗口分割为4部分,包括动态分割和静态分割!挺好的-With regard to split the source window, the window divided into four parts, including dynamic segmentation and static segmentation! Quite good
- 2022-06-17 00:13:50下载
- 积分:1
-
提取outlook电子邮件附件
这是源代码中提取电子邮件附件 Microsoft outlook。欢迎下载,试用。谢谢您的支持 !
- 2022-06-27 14:46:03下载
- 积分:1
-
C# doc批量转txt源码,是基于C#编写而成的,欢迎下载
C# doc批量转txt源码,是基于C#编写而成的,欢迎下载-C# doc to txt source volume is based on C# has been prepared by, and welcome to download
- 2022-07-24 00:44:52下载
- 积分:1
-
实现边锋等网络棋牌游戏的解锁定时候的验证计算过程。
实现边锋等网络棋牌游戏的解锁定时候的验证计算过程。-Realize winger board games-to-peer network solution authentication lock time calculation process.
- 2022-08-09 22:35:09下载
- 积分: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
-
这个上传样本
this upload sample-this upload sample................
- 2023-01-24 22:55:03下载
- 积分:1
-
以前做的一个作业,模拟记事本,还不完善。
以前做的一个作业,模拟记事本,还不完善。-before doing an operation, simulated notebook, is not perfect.
- 2022-01-25 22:09:30下载
- 积分:1
-
java聊天室代码
这是java8书上的一个经典例子,通过java创建出一个聊天室。
- 2022-03-20 17:46:48下载
- 积分:1
-
算符优先分析程序 实验时做的一个小程序
算符优先分析程序 实验时做的一个小程序-Operator priority analysis program to do the experiment a small program
- 2022-05-08 07:03:11下载
- 积分:1