山西应用科技学院毕业论文格式范文最新标准

山西应用科技学院

本科生毕业设计(论文)

( 2014届 )

题 目:中小型企业客户信息管理系统设计与实现 Design and implement of Customers Resource Management System of the SME

学 院: 山西应用科技学院*学院

专 业: 计算机科学与技术

学生姓名: 张青道 学号: 14190121

指导教师: 赵 民 职称: 教授

完成时间: 2015年4月10日

本模板适合所有专业,已经设置首页目录不显示页码,正文部分的标题更改之

后,在目录上右键->更新域,就会自动更新目录。正文内容替换成自己文字即可。

目 录

摘要 …….........…...……...…………………………………………………………………….....1

英文摘要….........…...……...…………………………………………………………………….....1

第一章 引言 ....................................................... 2

1.1.系统开发背景 ................................................................................................................................ 2

1.2.国内外研究现状 ............................................................................................................................ 3

1.3.系统建设目标 ................................................................................................................................ 4

1.4.开发客户信息管理系统的意义 .................................................................................................... 4

第二章 系统开发的相关技术介绍和分析 ............................... 5

2.1. SQL技术 ...................................................................................................................................... 5

2.2. OOP(面向对象)技术 .................................................................................................................... 5

2.3. ADO.NET技术 ............................................................................................................................ 5

2.4. CRYSTAL REPORTS (水晶报表)技术 ............................................................................................ 5

第三章 系统的需求分析 ............................................. 6

3.1系统的业务流程图分析 ................................................................................................................ 6

3.2系统的功能需求分析 .................................................................................................................... 6

3.3系统E-R图 ................................................................................................................................... 6

3.4系统数据流图 ................................................................................................................................ 6

第四章 系统的总体设计 ............................................. 8

4.1系统的结构设计 ............................................................................................................................ 8

4.1.1系统网络结构设计 ................................................................................................................. 8

4.1.2系统逻辑结构 ......................................................................................................................... 8

4.2数据库设计 .................................................................................................................................... 8

第五章 系统的详细设计与实现 ....................................... 9

5.1程序编码规范 ................................................................................................................................ 9

5.2公共类库设计 ................................................................................................................................ 9

5.2.1数据访问类库设计 ..................................................................................................................... 9

5.2.2控件绑定和字符串验证类设计 ................................................................................................. 9

5.3系统主要功能模块的设计与实现 ................................................................................................ 9

5.3.1系统登录模块设计与实现 ......................................................................................................... 9

5.3.2系统主窗体模块设计与实现 ................................................................................................... 10

第六章 总结 ...................................................... 10

第六章 致谢 ...................................................... 10

参考文献 ......................................................... 11

正文: 中小型企业客户信息管理系统设计与实现

中小型企业客户信息管理系统设计与实现

山西应用科技学院 计算机科学与技术专业 张青道

指导老师:赵民(教授)

摘要: 随着信息技术的应用,特别是计算机应用技术越来越深入且广泛的应用,为客户资源管理现代化提供了重要手段。介绍在Visual C#与SQL Server开发环境下客户资源管理系统的设计方法和具体的实现过程。该系统适合中小型企业对客户资源的有效管理,从而为企业带来长久的竞争优势。因此,如何根据用户需求,设计并实现适合于中小型企业的功能完善、易于操作、部署方便、经济安全的客户资源管理系统是本文需要解决的主要问题。

关键字: 客户信息管理系统; Visual C#; SQL; C/S模式;

Design and implement of Customers Resource

Management System of the SME

Zhang Qingdao Director: Zhao ming

Abstract: With application of information technology, especially more and more widespread and profound application of computer technology supplies important methods for the modernization of the customer′s resource management system. This article introduces the design method and detailed process of customer management system under the environment of Visual C# and SQL Server. The system is adapted to small Enterprises managing customer resources; it brings development advantages for Enterprises. Therefore,how to user needs, design and realization of small and medium-sized enterprises improve the function and easy operation, the deployment of convenience, economic security, customer resource management systems need to be addressed in this paper is the main problem.

Key Words: customer management system; Visual C#; SQL; C/S structure

山西应用科技学院

本科生毕业设计(论文)

( 2014届 )

题 目:中小型企业客户信息管理系统设计与实现 Design and implement of Customers Resource Management System of the SME

学 院: 山西应用科技学院*学院

专 业: 计算机科学与技术

学生姓名: 张青道 学号: 14190121

指导教师: 赵 民 职称: 教授

完成时间: 2015年4月10日

本模板适合所有专业,已经设置首页目录不显示页码,正文部分的标题更改之

后,在目录上右键->更新域,就会自动更新目录。正文内容替换成自己文字即可。

目 录

摘要 …….........…...……...…………………………………………………………………….....1

英文摘要….........…...……...…………………………………………………………………….....1

第一章 引言 ....................................................... 2

1.1.系统开发背景 ................................................................................................................................ 2

1.2.国内外研究现状 ............................................................................................................................ 3

1.3.系统建设目标 ................................................................................................................................ 4

1.4.开发客户信息管理系统的意义 .................................................................................................... 4

第二章 系统开发的相关技术介绍和分析 ............................... 5

2.1. SQL技术 ...................................................................................................................................... 5

2.2. OOP(面向对象)技术 .................................................................................................................... 5

2.3. ADO.NET技术 ............................................................................................................................ 5

2.4. CRYSTAL REPORTS (水晶报表)技术 ............................................................................................ 5

第三章 系统的需求分析 ............................................. 6

3.1系统的业务流程图分析 ................................................................................................................ 6

3.2系统的功能需求分析 .................................................................................................................... 6

3.3系统E-R图 ................................................................................................................................... 6

3.4系统数据流图 ................................................................................................................................ 6

第四章 系统的总体设计 ............................................. 8

4.1系统的结构设计 ............................................................................................................................ 8

4.1.1系统网络结构设计 ................................................................................................................. 8

4.1.2系统逻辑结构 ......................................................................................................................... 8

4.2数据库设计 .................................................................................................................................... 8

第五章 系统的详细设计与实现 ....................................... 9

5.1程序编码规范 ................................................................................................................................ 9

5.2公共类库设计 ................................................................................................................................ 9

5.2.1数据访问类库设计 ..................................................................................................................... 9

5.2.2控件绑定和字符串验证类设计 ................................................................................................. 9

5.3系统主要功能模块的设计与实现 ................................................................................................ 9

5.3.1系统登录模块设计与实现 ......................................................................................................... 9

5.3.2系统主窗体模块设计与实现 ................................................................................................... 10

第六章 总结 ...................................................... 10

第六章 致谢 ...................................................... 10

参考文献 ......................................................... 11

正文: 中小型企业客户信息管理系统设计与实现

中小型企业客户信息管理系统设计与实现

山西应用科技学院 计算机科学与技术专业 张青道

指导老师:赵民(教授)

摘要: 随着信息技术的应用,特别是计算机应用技术越来越深入且广泛的应用,为客户资源管理现代化提供了重要手段。介绍在Visual C#与SQL Server开发环境下客户资源管理系统的设计方法和具体的实现过程。该系统适合中小型企业对客户资源的有效管理,从而为企业带来长久的竞争优势。因此,如何根据用户需求,设计并实现适合于中小型企业的功能完善、易于操作、部署方便、经济安全的客户资源管理系统是本文需要解决的主要问题。

关键字: 客户信息管理系统; Visual C#; SQL; C/S模式;

Design and implement of Customers Resource

Management System of the SME

Zhang Qingdao Director: Zhao ming

Abstract: With application of information technology, especially more and more widespread and profound application of computer technology supplies important methods for the modernization of the customer′s resource management system. This article introduces the design method and detailed process of customer management system under the environment of Visual C# and SQL Server. The system is adapted to small Enterprises managing customer resources; it brings development advantages for Enterprises. Therefore,how to user needs, design and realization of small and medium-sized enterprises improve the function and easy operation, the deployment of convenience, economic security, customer resource management systems need to be addressed in this paper is the main problem.

Key Words: customer management system; Visual C#; SQL; C/S structure


    相关文章

    山西中医学院毕业论文格式范文最新标准

    山西中医学院 本科生毕业设计(论文) ( 2014届 ) 题 目:中小型企业客户信息管理系统设计与实现 Design and implement of Customers Resource Management System of the ...

    甘肃政法学院毕业论文格式范文最新标准

    甘肃政法学院 本科生毕业设计(论文) ( 2014届 ) 题 目:中小型企业客户信息管理系统设计与实现 Design and implement of Customers Resource Management System of the ...

    上海海事大学毕业论文格式范文最新标准

    上海海事大学 本科生毕业设计(论文) ( 2014届 ) 题 目:中小型企业客户信息管理系统设计与实现 Design and implement of Customers Resource Management System of the ...

    浙江师范大学毕业论文格式范文最新标准

    浙江师范大学 本科生毕业设计(论文) ( 2014届 ) 题 目:中小型企业客户信息管理系统设计与实现 Design and implement of Customers Resource Management System of the ...

    湖南中医药大学毕业论文格式范文最新标准

    湖南中医药大学 本科生毕业设计(论文) ( 2014届 ) 题 目:中小型企业客户信息管理系统设计与实现 Design and implement of Customers Resource Management System of the ...

    安徽农业大学毕业论文格式范文最新标准

    安徽农业大学 本科生毕业设计(论文) ( 2014届 ) 题 目:中小型企业客户信息管理系统设计与实现 Design and implement of Customers Resource Management System of the ...

    怎样填写个人简历

    怎样填写"本人经历"? 填写"本人经历",一般从7周岁或上小学时开始,起止年月要衔接.应注意不要遗漏,重要经历要写上证明人."何地.何部门"应尽量写全称."何职务&quo ...

    云南财经大学学术期刊分级目录

    云南财经大学学术期刊目录 (2010年4月29日发布) 为引导广大教师在合适的期刊发表学术论文,学校按其学术影响和社会认可程度,将学术期刊依次划分为特别类.权威类.核心AA类.核心A类.核心BB类.核心B类.核心C类和D类(一般)共八类.其 ...

    重庆大学毕业论文任务书范文模板

    文档编号:0000 814 优秀毕业设计 重庆大学毕业论文任务书 目录 目录 ........................................................... 2 重庆大学(设计)论文任务书 (模板一) ...