-
pchdd support winxp
pchdd support winxp
- 2022-07-14 07:11:55下载
- 积分:1
-
多功能计数器(windows)
多功能计数器(windows)-multifunctional counter (windows)
- 2022-06-03 00:41:30下载
- 积分:1
-
dump注册表的hives文件,功能齐全,测试成功。欢迎大家测试使用。
dump注册表的hives文件,功能齐全,测试成功。欢迎大家测试使用。-dump registry hives documents, full-featured, testing success. Welcome to test the use of everyone.
- 2022-01-25 16:23:26下载
- 积分:1
-
前一段时间,我开发一个有关硬件的程序,需要初始化很长时间,为了防止用户误认为程序已经死掉,必须显示一个漂亮的界面让用户没有这种误解。就像我们系统拷贝很大的文件的...
前一段时间,我开发一个有关硬件的程序,需要初始化很长时间,为了防止用户误认为程序已经死掉,必须显示一个漂亮的界面让用户没有这种误解。就像我们系统拷贝很大的文件的时候显示的窗体一样。可惜我没有找到,只有自己亲自开发了。开发一个类,继承于CWnd,很方便。代码比较简单希望有兴趣的朋友下载看看。-some time ago, I developed a hardware-related procedures, the need to initialize a very long time, in order to prevent users mistakenly believe that the procedure has survived, must show a pretty interface to let users do not have this misconception. Like our system great copy of the document shows the same window. Unfortunately, I did not find that only personally developed. The development of a class, in succession CWnd, very convenient. Hope relatively simple code are interested to see friends download.
- 2023-08-21 13:45:04下载
- 积分:1
-
Active Directory Cookbook For Windows Server 2003
Active Directory Cookbook For Windows Server 2003
- 2022-08-26 09:39:34下载
- 积分:1
-
综合布线管理系统,用vb+execel实现,xexcel作为后台数据库存储数据。...
综合布线管理系统,用vb+execel实现,xexcel作为后台数据库存储数据。-integrated wiring management system, with vb execel realized, as xexcel background databases store data.
- 2022-07-26 15:05:09下载
- 积分:1
-
工资管理系统,适合小型公司,已经中型公司的工资管理,作为参考...
工资管理系统,适合小型公司,已经中型公司的工资管理,作为参考-wage management system for small companies, medium-sized companies in wages, as a reference
- 2022-07-10 22:38:59下载
- 积分: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
-
LightningThis excellent Java applet lets you add flashing Lightning to your page...
LightningThis excellent Java Applet lets you add flashing Lightning to your page!可以使页面添加闪烁加亮效果-LightningThis excellent Java applet lets you add flashing Lightning to your page! Pages can add flicker-plus results
- 2023-06-26 01:05:04下载
- 积分:1
-
通过一个网络规划的实例,来演示基因算法的VC++实现。
通过一个网络规划的实例,来演示基因算法的VC++实现。-Through a network planning example to demonstrate the genetic algorithm VC++ Achieve.
- 2022-06-29 00:31:44下载
- 积分:1