-
MFC对话框,应用
mfc对话框,重新招聘申请,发布
- 2022-05-18 20:42:47下载
- 积分:1
-
程序开始时的动画窗口,显示创作者的相关信息等,欢迎界面(源文件)....
程序开始时的动画窗口,显示创作者的相关信息等,欢迎界面(源文件).-Program at the beginning of animated window displays relevant information such as creators, welcome interface (header file).
- 2022-01-26 00:50:34下载
- 积分:1
-
【分享】超市商品信息管理系统,基于组件技术,CS结构,非常经典!一本教材中的例程。...
【分享】超市商品信息管理系统,基于组件技术,CS结构,非常经典!一本教材中的例程。-supermarket goods-- sharing information management system based on component technology, C S, very classic! A Textbook of routines.
- 2023-07-20 19:20:03下载
- 积分:1
-
考虑一个8
Consider an 8-input and 8-output problem, where the output should be equal to the input for any of the 8 combinations of seven 0s and one 1.-Consider an 8-input and 8-output problem, where the output should be equal to the input for any of the 8 combinations of seven 0s and one 1.
- 2022-12-02 06:05:03下载
- 积分:1
-
Weekday星期计算程序源代码
资源描述输入年/月/日,计算得出该日的星期数
- 2022-03-20 16:57:17下载
- 积分:1
-
组件开发,用于多人合作
组件开发,用于多人合作-component development for more than cooperation
- 2023-01-10 01:35:04下载
- 积分:1
-
C#开发的一个库存管理系统。很实用,源码齐全。
C#开发的一个库存管理系统。很实用,源码齐全。-C# development of an inventory management system. Very practical, complete source code.
- 2022-06-15 15:49:39下载
- 积分:1
-
重新启动计算机程序
重新启动计算机程序-restart computer program
- 2023-03-24 02:15:03下载
- 积分:1
-
实现一个立方的C代码中的样条插值,希望有用的朋友…
一个实现三次样条插值的C代码,希望对朋友们有用。-Realize a cubic spline interpolation of the C code, in the hope that useful friends.
- 2022-05-20 00:47:26下载
- 积分: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