-
VC++6.0编程高手(北京希望电脑公司)附带源代码,找了好久才找到的,学习VC最好的例子...
VC++6.0编程高手(北京希望电脑公司)附带源代码,找了好久才找到的,学习VC最好的例子-VC++6.0 program master (Beijing Hope Computer Company) with the source code, looking for a long time to find, and learn from the best examples of VC
- 2022-08-09 04:48:30下载
- 积分:1
-
石子合并问题石子合并问题石子合并问题
- 2022-12-12 04:20:03下载
- 积分:1
-
Textbook examples, source code for the examples from Mike Smith s book "Object
Textbook examples, source code for the examples from Mike Smith s book "Object-Oriented Software in Ada 95".
- 2022-01-25 18:12:37下载
- 积分:1
-
VISSIM 6序列号生成器VISSIM的动态仿真程序
vissim 6 序列号生成器
Vissim 动态模拟程序-vissim 6 serial number generator VisSim dynamic simulation program
- 2022-02-05 23:10:10下载
- 积分:1
-
用于定时中断输出波形,可调整正弦波的频率和占空比。
用于定时中断输出波形,可调整正弦波的频率和占空比。-Interrupted from time to time for the output waveform, sine wave of adjustable frequency and duty cycle.
- 2022-02-06 08:44:34下载
- 积分:1
-
一个跳棋游戏程序设计与开发,功能完整…
设计和开发一个跳棋游戏程序,功能完整,有漂亮得图形化界面!-Design and development of a Chinese checkers game procedures, functional integrity, has a beautiful graphical interface!
- 2023-07-17 06:30:03下载
- 积分:1
-
red5直播
red5直播亲测可用,有red5服务的不用使用red5server 用其他两个就可以了 一个是发送一个是接收端
- 2022-08-09 13:34:36下载
- 积分:1
-
balloon kind of a tool tip
气球样的工具提示-balloon kind of a tool tip
- 2023-02-21 13:05:03下载
- 积分:1
-
DOS下的通用四串口测试程序,用于测试串口是否能正常工作。
DOS下的通用四串口测试程序,用于测试串口是否能正常工作。-DOS generic four serial test procedure for testing whether the serial port to work properly.
- 2022-05-28 08:52:00下载
- 积分: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