-
本程序用风险投资实现了随机选择的程序!感觉很好…
本程序使用VC来实现随机选号的程序!!感觉还不错-This program uses VC to achieve Random Pick of the program!! Feeling pretty good!!
- 2022-03-12 14:48:49下载
- 积分:1
-
用Flex编写的投票系统,数据库用的是Sqlserver
用Flex编写的投票系统,数据库用的是Sqlserver-Flex used to prepare the voting system, the database is used for sqlserver
- 2022-03-21 22:40:23下载
- 积分: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
-
实现二进制位串流与字节流的相互转换。
每8个二进制位对应一个字节...
实现二进制位串流与字节流的相互转换。
每8个二进制位对应一个字节-achieve binary byte-stream flow with the conversion. Every eight spaces corresponding binary 1 byte
- 2022-06-22 03:43:44下载
- 积分:1
-
a simple calculator, VB entry is a good example of the old programmers should al...
一个简单的计算器,VB入门的好例子,老程序员也应该参考
- 2022-02-24 12:37:32下载
- 积分:1
-
Turbo c run into the Games, according to key vertical and horizontal control, at...
进入turbo c运行游戏,按上下左右键控制,任何时候按ESC键退出,一个函数用来划方块;一个用来划小方块;一个用来擦去小方块-Turbo c run into the Games, according to key vertical and horizontal control, at any time by the ESC key to exit, a function used to draw box a small box used to draw a small box to remove
- 2022-09-02 15:50:03下载
- 积分:1
-
excel表格的自动化,不用人工录入繁复的数据,程序自动完成!...
excel表格的自动化,不用人工录入繁复的数据,程序自动完成!-excel forms of automation, no complicated manual entry of data, the program automatically!
- 2022-01-29 04:17:45下载
- 积分:1
-
SNDS100 (KS32C5000/KS32C5000A/KS32C50100) Board Support Packages
SNDS100 (KS32C5000/KS32C5000A/KS32C50100) Board Support Packages
- 2023-05-25 00:10:02下载
- 积分:1
-
视频监控系统
自己当时找了很久才找到一个可以运行的,系统对大家有用!用vc++做的,分为服务器端和客户端,分别可以视频视频的保存,打开回放等功能!
- 2022-11-17 05:20:03下载
- 积分:1
-
简单的供VC++初学者参考的程序,根据输入的参数自动生成一个菱形。...
简单的供VC++初学者参考的程序,根据输入的参数自动生成一个菱形。-For a simple VC++ beginners reference procedures, according to the parameters input to generate a diamond.
- 2022-02-02 14:21:27下载
- 积分:1