文件名称:clock
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.82mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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.
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/clock.clw
clock/clock.cpp
clock/clock.dsp
clock/clock.dsw
clock/clock.h
clock/clock.ncb
clock/clock.opt
clock/clock.plg
clock/clock.rc
clock/clockDlg.cpp
clock/clockDlg.h
clock/Debug/clock.exe
clock/Debug/clock.ilk
clock/Debug/clock.obj
clock/Debug/clock.pch
clock/Debug/clock.pdb
clock/Debug/clock.res
clock/Debug/clockDlg.obj
clock/Debug/Dlg.obj
clock/Debug/StdAfx.obj
clock/Debug/vc60.idb
clock/Debug/vc60.pdb
clock/Dlg.cpp
clock/Dlg.h
clock/ReadMe.txt
clock/res/bitmap1.bmp
clock/res/bitmap2.bmp
clock/res/clock.ico
clock/res/clock.rc2
clock/resource.h
clock/StdAfx.cpp
clock/StdAfx.h
clock/Debug
clock/res
clock
clock/clock.aps
clock/clock.clw
clock/clock.cpp
clock/clock.dsp
clock/clock.dsw
clock/clock.h
clock/clock.ncb
clock/clock.opt
clock/clock.plg
clock/clock.rc
clock/clockDlg.cpp
clock/clockDlg.h
clock/Debug/clock.exe
clock/Debug/clock.ilk
clock/Debug/clock.obj
clock/Debug/clock.pch
clock/Debug/clock.pdb
clock/Debug/clock.res
clock/Debug/clockDlg.obj
clock/Debug/Dlg.obj
clock/Debug/StdAfx.obj
clock/Debug/vc60.idb
clock/Debug/vc60.pdb
clock/Dlg.cpp
clock/Dlg.h
clock/ReadMe.txt
clock/res/bitmap1.bmp
clock/res/bitmap2.bmp
clock/res/clock.ico
clock/res/clock.rc2
clock/resource.h
clock/StdAfx.cpp
clock/StdAfx.h
clock/Debug
clock/res
clock
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.