- 1、本文档共44页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
毕业设计(论文)-基于C#的自助银行模拟系统精选
编号:
某某大学
毕业论文(设计)
题目 自助银行模拟系统的设计与实现
院 (系) 信息工程学院
专 业 信息工程
学生姓名 某某某
成 绩
指导教师 某某 (职称) 副教授
2011年3月摘要
自助银行是 Automatic Teller Machine 的缩写,意为自动柜员机。它是一种高度精密的机电一体化设备,利用磁卡或智能IC卡储存用户信息并通过加密键盘(EPP)输入密码然后通过银行内部网络验证并进行各种交易的金融自助设备。自助银行的功能主要包括:现金取款、现金存款、现金存取款、余额查询、本行或异行转账、修改密码等基本功能;有些多功能自助银行还提供诸如存折打印、对账单打印、支票存款、信封存款、缴费、充值等一系列便捷服务。。经过需求分析,在数据库方面,本项目使用SQL SEVER 2000数据库管理系统;在应用程序开发方面,使用微软公司的VS.NET的C#开发工具,利用其提供的各种面向对象的开发工具,其中最主要的是ADO.NET;在网络查询方面,使用C#技术,开发语言也是C#.NET。
。
关键词:; C#.NET;SQL; ADO.NET; C#
Abstract
The application of electronic label and SQL database in an automatic storage management systems development mainly includes three aspects of designing and realizing, that is the backstage database, the code of the database correspondence, and the report inquiring based on the network. The database must have the uniformity, the integrity and the secure characteristics; the code the database correspondence could realize the appending, update and omitting functions of the database; the network report form inquiry should achieve report form inquiry functions.
After carefully analyzing enterprise demand, SQL the SEVER 2000 database management system is employed in this project; in the application procedure development aspect, Microsoft Corporations VS.NET C# development kit is brought in, whose object-oriented development kits is utilized, especially the ADO.NET; In the network inquiry aspects, the C# technology is taken into use, whose development language is C# NET.
This project has established the database, completed the database correspondence codes, realized report form inquiry based on the network..
Key words: Stock management system;;C#.NET;SQL;ADO.NET; C#目录
摘 要 I
Abstract II
目 录 III
第一章 概述 1
1.1课题名称及其来源 1
1.2 信息系统与管理信息系统 1
1.3 自助银行模拟系统的现状与发展趋势 2
1.4 自助银行模拟系统的意义 3
第二章 系统分析 4
2.1 系统的功能 4
2.2 用户需求分析 4
2.2.1应用程序结构确定 4
2.2.2 确定系统开发环境 5
第三章 开发工具简介 6
3.1 Microsoft Visual Studio .
文档评论(0)