需要购买设计请加我们的QQ962120665,电话18730072785 |
VC|MFC|PC闹钟|整点报时
文件格式:word+PPT
本科毕业设计 基于VC的PC闹钟设计
一套完整的毕业设计,包括任务书、开题报告、论文正文、毕业答辩PPT、外文翻译。
有预览文件请查看。
论文正文共25页。共16405个字符数(不计空格)。整套压缩包大小:2.10MB。
外文翻译 MFC Programming and C++ related technologies(MFC程序设计与C++相关技术) 共3674个字符数(不计空格)。
基于VC的PC闹钟设计
摘要:本次毕业设计的主要内容是利用VC++6.0应用程序开发环境,设计与实现一个基于对话框的时钟软件。此设计是在Win32控制台上进行的,围绕pc闹钟这个目标,逐步运用VC通过编程来实现闹钟的各项功能。其中包含整点报时、时钟显示,及定时等功能。此外,还可拓展一些节日提醒、备忘录、友情提示,钟表flash显示等。此设计中利用MFC中与定时器相关的函数,实现计时和时钟的定时刷新。此项设计可以实现大部分你所能够想到的功能,而且添加起来非常方便,不需要将所有的程序重新编写,只需添加相应代码。
此项PC闹钟的特点:不但具有一般闹钟所具有的整点报时功能,还有方便的时间提醒功能,她让你的时间安排更合理,工作更高效,而且操作方便。可以当做日历和日程表使用,还有计时等功能。最重要的是不影响电脑运行速度,占用很少的系统资源。
关键词:VC;MFC;PC闹钟;整点报时
Base on VC PC alarm clock design
Abstract:The main content of this graduation project designs and complements a time clock software based on dialog using the application development environment of VC++6.0. This software runs on Win32 console, and programs on VC to realize the functions of alarm clock aiming at the target of PC alarm clock. The functions of this software includes hourly chime, clock display, setting time etc. Besides, the functions of festival remind, memorandum and so on are added too. The design realize the time and the timing of the clock refresh using functions related to timer in MFC. This design can realize most of the functions you can image, and it is very easy to add other functions because that just need to add corresponding code without recoding all of the programs.
The characteristic of this PC alarm clock includes not only the functions of usual alarm clock, but also the function of time remind. It can help you arrange your time reasonable and work more efficient with very simple operation. It can be used as a calendar or a timer. The most important of all, this design take a few system resources, so it does not influence the running speed of the computer.
Keyword:VC,MFC,PC alarm clock,on time alarm
目 录
摘要 I
Abstract II
第一章 绪 论 1
1.1 选题背景和意义 1
1.2 选题目的 1
1.3 本设计的研究内容 1
1.4 本设计的优点 1
第二章 关键技术 3
2.1 VC++ 3
2.2 MFC 4
第三章 系统总体方案设计 6
3.1 系统的整体框图及简介 6
3.2 系统的设计方案 6
3.2.1 对话框建立 7
3.2.2 功能设计 9
3.2.3 整合设计 9
第四章 系统功能与实现 10
4.1 功能展示 10
4.2 系统程序设计 12
4.2.1 软件启动模块 12
4.2.2 初始化对话框 15
4.2.3 系统时间显示 15
4.2.4 钟表显示 16
4.2.5 软件介绍 18
结 论 19
参考文献(References) 20
致 谢 21