文档介绍:学士学位论文
题目:银行信贷管理系统
——信贷分析模块设计
设计人:
指导教师:
所属系部:计算机科学与技术学院
专业班级:计算机科学与技术0354
2007年 1 月 5 日
摘要
银行信贷管理系统主要由贷款管理系统、信贷分析系统、数据查询系统、报表打印子系统四部分组成。该系统是软件工程技术、SQL Server技术和Visual Basic编程技术的综合应用。
本文着重描述了数据维护模块的分析、设计、实现全过程。在系统进行详细分析的基础上,对数据维护模块提出了具体的功能和性能要求。在设计阶段,对银行信贷管理系统中数据维护子系统的登录、密码修改、设备信息添加、设备信息修改及设备信息删除等功能运用Visual Basic编程技术进行了设计。建立数据库时采用了关系型数据库管理系统 SQL Server 进行数据的组织与管理。
测试和运行结果表明,数据维护子系统达到了设计要求,能够满足系统的需要。
关键词: 银行信贷管理系统数据维护数据库
Abstract
The management system of bank credit mainly consists of three portions, . provide a loan of manage system, credit of analysis system ,data inquiry subsystem, and statement printing subsystem. The system is a synthetic application of soft engineering technology, SQL Server technology, and Visual Basic program technology.
This essay chiefly describes the whole process of analysis, design, achievement in data maintain module. On the basis of system’s detailed analysis, we puts forward concrete request in function and performance for data maintain module. In the design phase, we develop a loan of manage system, credit of analysis system ,data inquiry subsystem, and statement printing subsystem and other functions of data maintain subsystem for the management system of bank credit by Visual Basic program technology. When setting up a database, anize and operate data by SQL Server in related database management system.
The results of check and run prove that data maintain e up to the design request and satisfy the system needs.
KEYWORDS: The management system of bank credit Data Maintain Database
目录
摘要 2
Abstract 3
第一章 系统概述 5
项目研究意义和立项依据 5
项目研究的意义 5
银行信贷管理系统需求背景 7
本系统简介 9
系统功能模块 9
系统功能介绍 9
系统开发环境及工具 10
系统开发环境 10
开发工具简介 10
第二章银行信贷管理系统需求分析 15
可行性分析 15
经济可行性 15
技术可行性 15
操作可行性 16
分析系统需求 16
建立系统概念模型 17
系统设计的实体及实体属性 17
系统功能需求 19
系统分析流程图 19
系统流程图 19
数据流图 20
系统数据储存字典 21
第三章银行信贷管理系统总体设计 23