学 号 0828014011
分类号
本科生毕业论文(设计)
题目:
个人理财系统设计
院
专
班
(系) 电子与信息工程系
业
级
计算机科学与技术
2008 级(1)班
学 生 姓 名
指导教师(职称)
刘 豪
方 昕
提 交 时 间
二 〇 一 二 年 六 月
摘 要
个人理财系统设计
刘 豪
(安康学院电子与信息工程系,陕西安康,725000)
摘 要 每 个人 在 日常 生活 及 投资 活 动中 ,都 希望 对 自己 的收 入 和支
出 做 到 心 里 有 数 ,从 记 录 的 信 息 中 可 以 看 到 主 要 消 费 方 向 ,通 过 相 应 的 调
整,以便制定出适合自身的一套理财计划,达到合理的经济统筹。此外,传
统的将余钱存入银行的方式已经不再适合现代经济发展,投资已经成为现
代人累积财富的主要方式。理财行为就是利用现有的具体及时的信息,通
过提供合理选择,找出代价最少、收益最大的理财方式让有限的资源得以
发挥最大的功用。个人理财系统的设计旨在帮助以家庭为单位的人群找到
合理的规划资金的方式,做到方便,快捷,有效的理财操作。
本系统主要包括以下几个模块:用户密码登陆,原始数据的汇入、修
改、注销、检索等,从而实现对个人债务和投资的收入与支出进行有效、
系统的管理。系统地分析了软件开发的背景及过程,介绍了软件的开发环
境,完成了数据库的设计以及具体界面的设计和功能。个人理财系统的设
计是基于 C#语言,以 Visual Studio 2005 作为开发平台,后台的数据库使
用 ACCESS 实现个人 理财 系统 的构 建。 本系 统基 本实 现了 个人 理财 的简
单功能,能够直观的提供个人理财。
关键词 个人理财;系统设计;ACCESS;Visual Studio 2005
Abstract
Design of Personal Financial Management System
Liu Hao
(Department of Electronic and Information Engineering,Ankang
University,Ankang,725000)
Abstract Everyone in the daily life and the investment activities, all want to their
income and expenditure do have no doubt, from the record of information, we can see
the major consumer direction, through the corresponding adjustment and to work out the
suitable for their own a set of financial planning, achieve reasonable economy as a
whole. In addition, the traditional will spare money deposited in Banks way is not fit for
investment has already become the main way of
the modern economic development,
modern people accumulated wealth. Financial behavior is the use of existing concrete
timely information, by providing reasonable selection, and find out the cost at least, the
largest financial returns way to make limited resources to play to the function of the
largest. Personal finance system designed to help family unit of people find reasonable
planning funds way, to be convenient, quick, effective financial operations.
This system mainly include the following several modules: user password to log in,
original data import, modify, cancellation, retrieval, etc, so as to achieve personal debt
and investment income and expenditure for effective, the system of management. The
system analyses the background and the software development process, introduces the
software development environment,
the completion of the database design and the
specific interface design and function. Personal finance system design is based on c #,
with Visual Studio 2005 as a development platform, and backstage database use
ACCESS realize personal finance system construction. The system basically achieved
personal finance simple function, can be intuitive to provide personal finance.
Key Words
Personal finance; System design; ACCESS; Visual Studio
2005
目 录
目 录
1 绪 论 ...............................................................................................................................................1
1.1 引 言 ........................................................................................................................................1
1.2 课 题 研 究 背 景 ......................................................................................................................1
1.2.1 国 内 外 研 究 现 状 ..........................................................................................................1
1.2.2 个 人 理 财 系 统 设 计 说 明 .............................................................................................1
1.3 研 究 目 的 及 意 义 ................................................................................................................. 2
1.4 本 论 文 的 主 要 内 容 .............................................................................................................3
2 系 统 需 求 分 析 ............................................................................................................................. 5
2.1 系 统 目 标 ...............................................................................................................................5
2.2 系 统 可 行 性 分 析 ................................................................................................................. 5
2.2.1 技 术 可 行 性 ...................................................................................................................5
2.2.2 经 济 可 行 性 ...................................................................................................................5
2.3 系 统 需 求 分 析 ......................................................................................................................6
2.3.1 系 统 需 求 分 析 概 述 ..................................................................................................... 6
2.3.2 系 统 需 求 分 析 方 法 ..................................................................................................... 6
2.3 系 统 功 能 需 求 分 析 .............................................................................................................7
3 系 统 总 体 设 计 ............................................................................................................................. 8
3.1 系 统 设 计 方 法 ......................................................................................................................8
3.2 系 统 架 构 ...............................................................................................................................8
3.3 系 统 功 能 模 块 细 分 .............................................................................................................9
4 数 据 库 的 设 计 ...........................................................................................................................10
4.1 数 据 相 关 理 论 ....................................................................................................................10
4.2 数 据 库 分 析 ........................................................................................................................ 11
4.3 数 据 库 概 念 结 构 设 计 ...................................................................................................... 11
4.4 数 据 库 逻 辑 结 构 设 计 ...................................................................................................... 12
5 系 统 实 现 与 测 试 .......................................................................................................................16
5.1 测 试 目 的 ............................................................................................................................ 16
5.2 系 统 测 试 ............................................................................................................................ 16
5.2.1 登 录 界 面 设 计 ............................................................................................................ 16
5.2.2 系 统 主 界 面 .................................................................................................................18
5.2.3 系 统 相 关 管 理 界 面 ................................................................................................... 21
5.3 系 统 使 用 说 明 ....................................................................................................................22
5.4 系 统 测 试 结 果 ....................................................................................................................22
6 总 结 与 展 望 ............................................................................................................................... 24
目 录
参 考 文 献 ........................................................................................................................................ 26
致 谢 .............................................................................................................................................28
附 件 ................................................................................................................................................. 30