-
用vc++mfc做的时钟
#include "stdafx.h"#include"windows.h"#include "clock.h"#include "clockDlg.h"#include"math.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif/////////////////////////////////////////////////////////////////////////////// CAboutDlg dialog used for App Aboutclass CAboutDlg : public CDialog{public: CAboutDlg();// Dialog Data //{{AFX_DATA(CAboutDlg) enum { IDD = IDD_ABOUTBOX }; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAboutDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL// Implementationprotected: //{{AFX_MSG(CAboutDlg) //}}AFX_MSG DECLARE_MESSAGE_MAP()
- 2022-08-21 22:08:38下载
- 积分:1
-
sdf sd
sdf sd-sdf sdf sd
- 2023-02-23 01:35:05下载
- 积分: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
-
good! The use of free code
不错的!代码使用免费-good! The use of free code
- 2022-01-25 14:47:26下载
- 积分:1
-
svm training is a good way to fast, source code integrity, simple and understand...
smo是训练svm的一种快速的好方法,源代码完整,简单易懂.-svm training is a good way to fast, source code integrity, simple and understandable.
- 2022-03-02 20:43:24下载
- 积分:1
-
- 2022-11-25 06:45:03下载
- 积分:1
-
基于jsp的健身系统开发
为了人们的健康着想,我通过调查分析之后,开发这个基于jsp的网上健身本系统,我认为这是必要的,为了人们的健康着想,也会必须的
- 2023-02-25 08:30:06下载
- 积分:1
-
用来验证XML文档的良构性与有效性。
用来验证XML文档的良构性与有效性。-XML document used to verify the good conformation and validity.
- 2022-07-04 02:23:09下载
- 积分:1
-
用 c# 使用 WMI 的示例
WMI 使用 C# 与 Windows 窗体的样本。
Connector.cs,启动连接器到同一主机的客户端。
- 2022-12-29 23:10:03下载
- 积分:1
-
WebDownLoader 下载者附程序
WebDownLoader 下载者附程序-That those who download the WebDownLoader
- 2023-03-12 09:10:03下载
- 积分:1