-
improved interface DLL, the only buttons, edit box, check box design!
改善界面的动态连接库,只提供按钮,编辑框,复选框的设计!-improved interface DLL, the only buttons, edit box, check box design!
- 2022-09-10 14:20:03下载
- 积分:1
-
测试RGB三种不同值时的颜色值,方便观察需要设置的颜色.
测试RGB三种不同值时的颜色值,方便观察需要设置的颜色.-Test three different values of RGB color values, to facilitate observation of the need for color.
- 2022-03-20 21:49:34下载
- 积分:1
-
一张flash网页,可已添加连接,作为学习制作flash网站使用
一张flash网页,可已添加连接,作为学习制作flash网站使用-A flash page can be added to connect, as learn how to make use of flash site
- 2022-01-26 06:39:44下载
- 积分:1
-
水质监测系统
采用美国YSI公司的YSI-600QS多参数水质探头,实时地采集显示并保存养殖水的温度,pH,电导率,盐度,ORP,溶解氧等参数,以图表,棒图,趋势图等方式进行显示。
- 2023-07-02 22:45:04下载
- 积分: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
-
实时测试按键的键盘码和鼠标的位置
实时测试按键的键盘码和鼠标的位置-real-time testing the keyboard keys and mouse code position
- 2022-06-20 01:05:00下载
- 积分:1
-
“=”号重载的注意事项
“=”号重载的注意事项-"=" Heavy matters to the attention of
- 2022-03-07 03:48:31下载
- 积分:1
-
模拟Windows中的画图程序,可以扩展为其它的东西
模拟Windows中的画图程序,可以扩展为其它的东西-Simulation of Windows in the drawing process can be extended for other things
- 2022-02-07 02:42:26下载
- 积分:1
-
一个用c++编写的网页程序,可以作为大家的学习
一个用c++编写的网页程序,可以作为大家的学习-Using a web page written in c++ program can be used as our learning
- 2022-03-15 22:38:37下载
- 积分:1
-
用于更改系统桌面背景,虽然微软本身有一个动态库提供了这个功能,但是这个库本身系统不带。因此用Delphi编写了这个程序,用于设置自动更换桌面背景...
用于更改系统桌面背景,虽然微软本身有一个动态库提供了这个功能,但是这个库本身系统不带。因此用Delphi编写了这个程序,用于设置自动更换桌面背景-Change the system for the desktop background, while Microsoft itself has a dynamic library provides this functionality, but the library system does not take itself. Delphi therefore prepared to use this procedure for the automatic replacement of desktop background
- 2022-02-14 04:01:07下载
- 积分:1