优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

婚介客户关系管理系统的设计与实现(VB SQL2000)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:
毕业设计(www.think58.com)

摘 要
随着IT技术的发展,人们的日常生活、学习已经离不开计算机。未来社会人们的生活和工作将越来越依赖于数字技术的发展,越来越数字化、网络化、虚拟化。计算机的发展历程以及目前的应用状况和发展趋势,可以充分地相信计算机技术将极大的改变我们的生活和工作方式,甚至社会的价值观也会发生某种变化。
本设计尝试用VB架构一个婚介客户管理系统,以推进客户约见无纸化,办公过程电子化,管理方式智能化的发展。本文从理论和实践两个角度出发,对一个具有数据分析功能的婚介客户管理系统进行设计与实现分析。论文首先较为详尽地介绍了面向对象分析与设计的有关概念与技术,特别深入介绍了在本系统中运用到的知识,如:面向对象的分析设计流程;系统中所用到的开发技术VB的特点、结构框架以及使用方法。接着对婚介客户管理系统的可行性进行了分析,然后对系统的设计思想、设计目标与系统的整体结构进行了明确的规划。最后对系统的主要页面、数据库、应用程序的设计与实现作了较为详细的讲解。
本婚介客户管理系统是运用VB技术来实现的,并以SQL为数据库。其主要功能有:登录功能、会员管理功能、会员查询功能、约见管理功能、约见查询等系统功能,数据备份等。论文在撰写过程中,力求将理论与实践应用相结合,对各种理论进行阐述的同时配合系统从实际应用和操作技巧上加以说明,希望能够更充分地体现到这些知识与技术在本系统中的应用与实现。 [资料来源:http://think58.com]

关键词:面向对象分析与设计,VB,SQL

[资料来源:http://think58.com]

 
Abstract
Along with the development of Internet technology, daily life can not already do without the network. The life and work of the social people of future will depend on the development of digital technology more and more ,Digitize more and more, the networking, electronic, virtual. Development course and present application state and development trend of Internet, can believe network technology great change life and working way of us fully, Even a certain change will take place in the values of the society.
  This procedure tries to build up a bookshop in the network with VB, So that every customer neednt go out and can do shopping easily through surfing the Net at home .this article is analyzing the design and realization of an online bookshop with Data Mining function, from the views of theory and practice. Starting with introducing concepts and techniques of OOA and OOP in detail, especially introducing the knowledge which apply for this system, such as: the feature and flow of OOA and OOP analyzing the feature、structure and using method of developing techniques VB and ADO.NET which using in my system. And then, this article analyses the feasibility of the system, then minutely layouts the design thoughts, goals and the system holistic framework. At last, this article minutely explains the design and realization of Web page layout, data base and application program of our system.

[资料来源:http://think58.com]


  This online bookstore system uses VB technology to realize on Visual Studio.Net platform. Its main function has: manage users, new books on sale, look for classified books, search books, collect favorite book, process of purchase, sales list, the comment of the books, websites management, etc. 
During the course of writing this article, I strive to integrate theory and practice. While expatiating the different kind of theories, I illuminate the application and operation skill combining the system so as to fully incarnate the application of these theories and techniques to this system. [资料来源:http://www.THINK58.com]

   Key words:,VB,SQL(英文翻译可能有部分不符,请自行校对) [来源:http://think58.com]

 

[来源:http://www.think58.com]


目 录
摘 要 1
Abstract 2
第1章 选题背景 1
1.1婚介客户管理系统的开发背景 1
1.2婚介客户管理系统的现状 2
1.3婚介客户管理系统的优势 2
1.4 任务概述 3
1.4.1目标:建立完善的婚介客户管理系统系统 3
1.4.2婚介客户管理系统特点 3
第2章 解决方案的选择 4
2.1 系统说明 4
2.1.1.硬.软件环境 4
2.2 开发计划 5
2.3可行性分析 5
2.3.1 风险分析 5
2.3.2 技术可行性 5
2.3.3 操作可行性 5
2.4 设计方案:对涉及工具和技术的相关说明 6
2.4.1 SQL 6
2.4.2 VB 6
第3章 需求分析 8
3.1系统分析的任务与步骤 8
3.1.1 系统分析的任务 8
3.1.2 系统分析的步骤 8
3.2现有系统概况 8
3.3 功能需求 9
3.3.1 操作员部分 9
3.3.2 管理员部分 9
3.4系统实体分析 10
3.5系统的数据库设计 10
3.5.1 概念设计 10
第4章  总体设计 13
4.1 系统系统功能说明 13
4.1.1总体功能 13
4.1.2非功能性需求 13
4.2 建立数据库模型 14
第5章 详细设计 16

[资料来源:www.THINK58.com]

5.1系统登陆界面窗体及功能的实现 16
5.2系统总控窗体及功能的实现 17
5.3系统管理窗体及功能的实现 18
5.4系统用户管理窗体及功能的实现 20
5.5会员管理窗体及功能的实现 21
5.6约见管理窗体及功能的实现 24
第6章  系统测试 27
6.1系统测试的目的 27
6.2面向对象系统测试方案 27
总结 28
致 谢 30
参考文献 31 [来源:http://www.think58.com]

预览图:

[资料来源:http://THINK58.com]


 

[来源:http://www.think58.com]

毕业设计(www.think58.com)