【网学提醒】:本文主要为网上学习者提供日常工作中的备忘录程序设计及实现,希望对需要日常工作中的备忘录程序设计及实现网友有所帮助,学习一下吧!
资料包括: 论文(20页5081字) 源码 图纸
说明:摘 要
本文将介绍如何使用VFP编程来实现日常工作备忘录的管理。由此实现以下几种功能:
1.日记。通过此软件可以让您记录每天的工作情况及个人事情。
2.工作提醒。使用者可以对一些在特定时刻需要做的重要事情通过此软件以发出鸣叫声音自动实现提醒。
3.周期性提醒。使用者也可以对周期性的事件如每星期的固定时间上课给予自动提醒。
4.阴阳历的查看。可以通过选择年份、月份以及日期来指定某天的日记记录,并对某天阳历采用控件转换成农历。
5.日记的查找。对于以往做的事情可以通过多种方法查找您以前的日记记录。
关键词:vfp,备忘录,日记,提醒
Abstract
The main work of this paper is introduce how to use VFP programming the managerment of daily work, so the soft can manage several functions:
1.diary:The software can note these things that you have done.
2.remind:It can remind the user to do the important things.
3.regular remind:It can remind the user do regular things on fixed time.
4.view lunar calendar:It can view lunar calendar through solar calendar.
5.the search of diary:It can serch the detail of diary.
[Keywords] vfp, memoire,diary,remind
参考文献:微软公司 《Visual Foxpro 6.0 中文版
程序员指南》 北京希望电脑公司
微软公司 《Visual Foxpro 6.0 中文版语言参考手册》 北京希望电脑公司
李春葆 《Visual FoxPro7.0数据库系统设计与开发》 清华大学出版社
瓮正科 《Visual FoxPro数据库开发教程(第2版)》 清华大学出版社
作者点评:综上所述,利用VFP实现备忘录的目标是切实可行的,在这其中需要我们了解VFP的各种特性其中包括类的概念,当然我们也可通过其他面向对象的高级语言来实现。