- 相關(guān)推薦
家庭理財(cái)系統(tǒng)Delphi+SQL
畢業(yè)論文
目 錄
前言 1
1 緒論 2
1.1 系統(tǒng)簡(jiǎn)述 2
1.2 Delphi簡(jiǎn)介 2
1.2.1 Delphi的基本形式 2
1.2.2 Delphi特點(diǎn) 3
1.2.3 Delphi的數(shù)據(jù)庫(kù)特性 3
1.2.4 Delphi數(shù)據(jù)庫(kù)應(yīng)用的體系及開(kāi)發(fā)方法論 4
1.2.5 Windows下的Delphi編程環(huán)境 5
1.3 SQL Server 2000 簡(jiǎn)介 6
1.3.1 SQL的歷史 6
1.3.2 SQL優(yōu)點(diǎn) 7
1.3.3 SQL Server特點(diǎn) 7
1.3.4 SQL Server數(shù)據(jù)庫(kù)體系結(jié)構(gòu) 8
2系統(tǒng)需求分析 10
2.1 數(shù)據(jù)表功能需求 10
2.1.1 基本信息模塊 10
2.1.2 計(jì)劃和固定信息模塊 11
2.2 系統(tǒng)設(shè)計(jì)功能需求 12
2.3 性能需求 15
2.3.1 系統(tǒng)管理需求 15
2.3.2 系統(tǒng)運(yùn)行需求 15
3系統(tǒng)設(shè)計(jì)概要 16
3.1 系統(tǒng)描述 16
3.2 系統(tǒng)功能模塊分析 16
3.3 功能結(jié)構(gòu)設(shè)計(jì)分析 18
3.4 系統(tǒng)流程分析 19
4 數(shù)據(jù)庫(kù)設(shè)計(jì) 21
4.1 創(chuàng)建數(shù)據(jù)庫(kù) 21
4.2 數(shù)據(jù)庫(kù)邏輯結(jié)構(gòu)設(shè)計(jì) 21
4.2.1 用戶信息表 22
4.2.2 收入信息表 22
4.2.3 支出信息表 22
4.2.4 銀行帳戶信息表 23
4.2.5 借貸信息表 23
4.2.6 未來(lái)收支計(jì)劃信息表 23
4.3 創(chuàng)建ODBC數(shù)據(jù)源 24
5 系統(tǒng)界面及功能的具體實(shí)現(xiàn) 26
5.1系統(tǒng)登錄界面 26
5.2系統(tǒng)主界面 28
5.3 收入系統(tǒng)模塊 29
5.4 支出系統(tǒng)模塊 32
5.5 銀行帳戶系統(tǒng)模塊 34
5.6 借貸系統(tǒng)模塊 37
5.7 未來(lái)收支計(jì)劃系統(tǒng)模塊 40
5.8 貨幣利率模塊 42
5.9 股票管理模塊 42
5.10 通訊錄管理模塊 42
5.11 系統(tǒng)用戶管理模塊 42
6 系統(tǒng)測(cè)試與運(yùn)行 45
6.1 測(cè)試 45
6.2 運(yùn)行和結(jié)果 45
7 結(jié)束語(yǔ) 46
參考文獻(xiàn) 47
致謝詞 48
家庭理財(cái)系統(tǒng)
摘要: 家庭理財(cái)系統(tǒng)是按照家庭成員對(duì)自身財(cái)產(chǎn)的管理要求,根據(jù)相關(guān)的管理經(jīng)驗(yàn),以記錄信息、提示信息,提供良好的操作平臺(tái)為根本目的,并將收入管理、支出管理、借貸管理、銀行帳戶管理、未來(lái)收支管理等方面有機(jī)的組成1個(gè)整體。本論文主要介紹家庭理財(cái)系統(tǒng)的開(kāi)發(fā)過(guò)程和所涉及到的問(wèn)題及解決方法。
本論文共分6章,各章內(nèi)容安排如下:第1章緒論,簡(jiǎn)要的介紹了本系統(tǒng)的選題背景以及本文所做的工作和安排,并介紹了家庭理財(cái)系統(tǒng)、家庭理財(cái)系統(tǒng)開(kāi)發(fā)工具、相關(guān)語(yǔ)言以及數(shù)據(jù)庫(kù)的基本知識(shí);第2章系統(tǒng)需求分析,主要分析了系統(tǒng)應(yīng)該達(dá)到的目標(biāo)以及實(shí)現(xiàn)本系統(tǒng)的1些要求;第3章系統(tǒng)設(shè)計(jì)概要,主要總體規(guī)劃了系統(tǒng)的設(shè)計(jì)理念和步奏;第4章系統(tǒng)數(shù)據(jù)庫(kù)設(shè)計(jì),主要分析了系統(tǒng)相關(guān)數(shù)據(jù)庫(kù)各表的設(shè)計(jì)與實(shí)現(xiàn);第5章系統(tǒng)詳細(xì)設(shè)計(jì),包括系統(tǒng)功能詳細(xì)介紹、主要功能模塊、程序流程圖設(shè)計(jì)以及安全保密設(shè)計(jì)和關(guān)鍵代碼分析;第6章系統(tǒng)的運(yùn)行與測(cè)試,描述系統(tǒng)的具體運(yùn)行與測(cè)試過(guò)程等。
關(guān)鍵字:Delphi 7;SQL SERVER;家庭理財(cái)系統(tǒng);模塊
Family Financing System
Abstract: The Family Financing System is an organic in accordance with their own family members to the property management requirements, according to the relevant management experience, to record information, presentation of information, providing a good platform for fundamental purpose, and revenue management, expenditure management, loan management, bank account management, and future management of the composition of an organic whole. In the following sections, we will develop individual family financial management system, for example, about their development process and the issues involved and the solutions.
This paper is divided into six chapters, each chapter is organized as follows : chapter Ⅰis a brief introduction of the background and anraugement of the system, It introduces the development tools, languages and databases knowledge; Chapter II, system requirement analysis main objective of the system and some of the requirements are given; Chapter III, system design outline, the main l planning of the system design concepts and steps are covered; Chapter IV desiqu of database, it introduces the main database analysis system related to the design and realization of the database tables; Chapter V shows the system functions in detail, such as main function modules, procedures flowchart design and security design and analysis of key codes; Chapter VI is the operation and testing of the system, which describies the specific operation and testing process of the system.
Keyword: Delphi 7;SQL SERVER; The Family Financing System;modular
前言
很多人1輩子不知道自己的錢財(cái)進(jìn)出情形,而除非你是億萬(wàn)富翁,并有專人替你理財(cái),否則這樣的不清不楚遲早會(huì)帶來(lái)麻煩,甚至災(zāi)難。在進(jìn)行理財(cái)前,有必要先弄清楚自己有多少財(cái)好管理,其次要設(shè)定理財(cái)目標(biāo),之后是如何選擇投資渠道來(lái)使家庭的財(cái)富穩(wěn)步增值。
僅僅知道了理財(cái)?shù)闹匾允遣粔虻,還應(yīng)及早行動(dòng)。而且投資理財(cái)致富,在收益1定的情況下,由于復(fù)利的作用,時(shí)間與財(cái)富的增長(zhǎng)是成正比例的。因此,非常重要的1點(diǎn)是及早行動(dòng),并不是有些人所誤解的:理財(cái)不是年輕人的事,在年輕時(shí)代應(yīng)盡情享受,待年長(zhǎng)之后,慢慢再來(lái)理財(cái)不遲;或是認(rèn)為理財(cái)是富人的事,我們普通老百姓沒(méi)多少財(cái)可理,起碼也得等到積蓄了1定的資金以后再來(lái)談理財(cái)不遲,等等。其實(shí),理財(cái)能否致富,與金錢的多寡關(guān)聯(lián)性較小,而與時(shí)間長(zhǎng)短的關(guān)聯(lián)性卻較大。你可能年輕,沒(méi)什么積蓄,還不要成家立業(yè),結(jié)婚生子,購(gòu)房購(gòu)車,等等。即便如此,有計(jì)劃的安排長(zhǎng)周期的收支,在年輕時(shí)進(jìn)行借貸消費(fèi)也是1種明智的理財(cái)之道。因此,理財(cái)沒(méi)有必要非要等到什么時(shí)候,或積蓄了多少錢的時(shí)候才開(kāi)始,而應(yīng)該從早做起,從現(xiàn)在做起。
最后,理財(cái)要有計(jì)劃。常言道:凡事預(yù)則立。成功的理財(cái)要求有計(jì)劃、有步驟、持續(xù)地執(zhí)行及時(shí)調(diào)正自己的理財(cái)方案。
由于本畢業(yè)設(shè)計(jì)課題初涉SQL數(shù)據(jù)庫(kù)領(lǐng)域、對(duì)Delphi編程的首次嘗試,其中遇到了不少的困難,不足與失誤之處在所難免,故敬請(qǐng)各位老師、領(lǐng)導(dǎo)批評(píng)指正。
【家庭理財(cái)系統(tǒng)Delphi+SQL】相關(guān)文章:
排課系統(tǒng)的實(shí)現(xiàn)Delphi+SQL11-23
基于Delphi的試卷智能生成系統(tǒng)設(shè)計(jì)Delphi+SQL11-23
家庭理財(cái)系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)VB+SQL03-08
網(wǎng)吧監(jiān)控軟件Delphi+SQL05-15
delphi+sql辦公自動(dòng)化系統(tǒng)(+開(kāi)題報(bào)告源程序+論文正文+外文03-07
培養(yǎng)計(jì)劃制訂輔助軟件Delphi+SQL03-08
教研室輔助管理軟件Delphi+SQL03-08