文件名称:clock

介绍说明--下载内容均来自于网络,请自行研究使用

1.  首先建立一个基本对话的exe工程,并命名为time;

2.  在BOOL CTimeDlg::OnInitDialog()函数内建立一个计时器,SetTimer(1,1000,NULL)

3.  再用classwizard建立消息响应函数void CTimeDlg::OnTimer(UINT nIDEvent),在里面输入代码如下:Invalidate()

4.  再用classwizard建立消息响应函数void CTimeDlg::OnDestroy(),在里面输入代码如下:KillTimer(1) 以此来消除计时器;

5.  在void CTimeDlg::OnPaint()里输入上面的算法;

6.  为CtimeDlg类添加头文件math.h,代码:#include "math.h"。

7.  编译、链接、运行。

-1. First, the establishment of a basic dialogue exe project, and named the time 2. In the BOOL CTimeDlg:: OnInitDialog () function is the establishment of a timer, SetTimer (1,1000, NULL) 3. Then the establishment of the message to respond to classwizard function void CTimeDlg:: OnTimer (UINT nIDEvent), enter the code inside is as follows: Invalidate () 4. then classwizard set-up message response function void CTimeDlg:: OnDestroy (), enter the code inside the following: KillTimer (1) to this to eliminate the timer 5. void CTimeDlg:: OnPaint () where importation of the above algorithm 6. CtimeDlg class to add header file for the math.h, the code:# include " math.h" . 7. Compile, link and run.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

时钟.doc

clock\clock.aps

.....\clock.clw

.....\clock.cpp

.....\clock.dsp

.....\clock.dsw

.....\clock.h

.....\clock.ncb

.....\clock.opt

.....\clock.plg

.....\clock.rc

.....\clockDlg.cpp

.....\clockDlg.h

.....\Debug\clock.exe

.....\.....\clock.ilk

.....\.....\clock.obj

.....\.....\clock.pch

.....\.....\clock.pdb

.....\.....\clock.res

.....\.....\clockDlg.obj

.....\.....\Dlg.obj

.....\.....\StdAfx.obj

.....\.....\vc60.idb

.....\.....\vc60.pdb

.....\Dlg.cpp

.....\Dlg.h

.....\ReadMe.txt

.....\res\bitmap1.bmp

.....\...\bitmap2.bmp

.....\...\clock.ico

.....\...\clock.rc2

.....\resource.h

.....\StdAfx.cpp

.....\StdAfx.h

.....\Debug

.....\res

clock

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org