日常工作中的備忘錄程序設計及實現.rar
日常工作中的備忘錄程序設計及實現,1.3萬字 20頁包括具體的代碼摘要本文將介紹如何使用vfp編程來實現日常工作備忘錄的管理。由此實現以下幾種功能:1.日記。通過此軟件可以讓您記錄每天的工作情況及個人事情。2.工作提醒。使用者可以對一些在特定時刻需要做的重要事情通過此軟件以發(fā)出鳴叫聲音自動實現提醒。3.周期性提醒。使用者...
該文檔為壓縮文件,包含的文件列表如下:


內容介紹
原文檔由會員 xiaowei 發(fā)布
日常工作中的備忘錄程序設計及實現
1.3萬字 20頁
包括具體的代碼

摘 要
本文將介紹如何使用VFP編程來實現日常工作備忘錄的管理。由此實現以下幾種功能:
1. 日記。通過此軟件可以讓您記錄每天的工作情況及個人事情。
2. 工作提醒。使用者可以對一些在特定時刻需要做的重要事情通過此軟件以發(fā)出鳴叫聲音自動實現提醒。
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
目錄
一.VFP的簡單認識
二.備忘錄實現的目標
三.備忘錄實現的程序結構
四.幾則重要程序說明及相關代碼
五. 其他應注意的問題
五. 小結
六.參考文獻
七、參考文獻
微軟公司 《Visual Foxpro 6.0 中文版程序員指南》 北京希望電腦公司
微軟公司 《Visual Foxpro 6.0 中文版語言參考手冊》 北京希望電腦公司
1.3萬字 20頁
包括具體的代碼

摘 要
本文將介紹如何使用VFP編程來實現日常工作備忘錄的管理。由此實現以下幾種功能:
1. 日記。通過此軟件可以讓您記錄每天的工作情況及個人事情。
2. 工作提醒。使用者可以對一些在特定時刻需要做的重要事情通過此軟件以發(fā)出鳴叫聲音自動實現提醒。
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
目錄
一.VFP的簡單認識
二.備忘錄實現的目標
三.備忘錄實現的程序結構
四.幾則重要程序說明及相關代碼
五. 其他應注意的問題
五. 小結
六.參考文獻
七、參考文獻
微軟公司 《Visual Foxpro 6.0 中文版程序員指南》 北京希望電腦公司
微軟公司 《Visual Foxpro 6.0 中文版語言參考手冊》 北京希望電腦公司