基于vc的网络计费与web发布系统(附源程序).rar
基于vc的网络计费与web发布系统(附源程序),正文doc文件共53页,附开发源程序文件============================================摘 要1969年世界上第一个计算机网络arpanet诞生,在之后的近五十年里,网络管理一直是人们不断探索的课题。人们越来越意识到,现代网络的强大功能只有通过适当的网络管理,才能得到充分利用。而...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 莎士比亚 发布
正文DOC文件共53页,附开发源程序文件
============================================
摘 要
1969年世界上第一个计算机网络ARPANET诞生,在之后的近五十年里,网络管理一直是人们不断探索的课题。人们越来越意识到,现代网络的强大功能只有通过适当的网络管理,才能得到充分利用。而计费管理,作为网络管理中的一项重要内容,随着计算机网络技术的不断发展,人们对它也提出了更高的要求。
本文首先阐述了网络计费管理的概念和作用,对它所包含的内容和目前系统实现的常用技术方法进行了介绍,然后在此基础上,针对当前使用校园e卡查费不便利的现象,设计了具有基于时间计费和流量计费两大功能的个人版网络计费软件系统,详细阐述了该系统具体的实现过程,同时对它进行了测试与分析。在本文的最后,对该系统的发展前景进行了展望。本系统实现语言环境采用Visual C++ 6.0,后台数据库支持采用 SQL Server 2000,文中对它们也分别进行了简要的说明。
关键词:网络计费;数据采集;时间计费;流量计费;数据库
ABSTRACT
ARPANET, which is the first computer network in the world, came into being in 1969. In after all most fifty years, network management is the subject that people search after all the while. People have consciousness that the powerful function of modern network is not used well until by proper network management. With the development of computer network technology, counting management, which is one of the most important content in network, has been demanded higher.
This paper describe the definition and function of network counting management; introduce the usual method of the achieving system. Then aiming at the phenomena of inconvenience with campus e card, design the personal counting software system, which have the use of time counting and net traffic counting, and give the process for coming true after that. At the end of this paper, describe the process of testing and analysis. The system use Visual C++ 6.0 and SQL Server 2000, and this paper also introduce them.
Key word: network counting; data collection; time counting;
flux counting; database
目 录
第1章 绪论1
1.1 概述1
1.2 网络管理的背景1
1.3 网络计费1
1.3.1 网络计费的重要作用1
1.3.2 计费管理技术发展历程2
1.3.3 计费软件现状2
1.4 本课题的意义及本文所要做的工作3
第2章 网络计费管理的内容5
2.1 确定计费原则6
2.1.1 一次性安装费和月费6
2.1.2 基于所消耗的网络资源量的计费6
2.1.3 按时间计费7
2.2 数据采集8
2.2.1 基于路由器的计费数据采集方法8
2.2.2 基于监听的计费数据采集方法9
2.2.3 基于代理的计费数据采集方法10
2.3 设置定额11
2.4 供用户查询12
2.5 本章小结12
第3章 系统开发环境13
3.1 Visual C++ 6.013
3.1.1 Visual C++ 语言概述与语言基础13
3.1.2 消息机制与MFC类库16
3.2 基于文档和视图类的设计17
3.3 SQL Server 200019
3.3.1 概述19
3.3.2 ODBC20
3.4 本章小结20
第4章 时间计费系统的设计与实现21
4.1 项目开发流程21
4.2 时间计费系统的设计23
4.2.1 需求分析与概要设计23
4.2.2 模块功能细化及界面设计24
4.2.3 数据库结构设计26
4.3 时间计费系统的实现28
4.3.1 各模块的实现28
4.3.2 模块之间的连接31
4. 4 流量计费系统的设计33
4.4.1 概述33
4.4.2 需求分析与概要设计33
4.5 流量计费系统的实现34
4.5.1 数据采集34
4.5.2 绘制波形图35
4.5.3 计费36
4.6 系统的综合实现37
4.7 本章小结38
第5章 系统的测试与分析39
5.1 软件测试39
5.1.1 软件测试定义39
5.1.2 测试方法39
5.2 时间计费系统测试与分析40
5.2.1 数据测试40
5.2.2 前景分析42
5.3 流量计费系统测试与分析43
5.4 系统综合分析44
5.5 本章小结44
结论46
参考文献48
致谢49
附录50
============================================
摘 要
1969年世界上第一个计算机网络ARPANET诞生,在之后的近五十年里,网络管理一直是人们不断探索的课题。人们越来越意识到,现代网络的强大功能只有通过适当的网络管理,才能得到充分利用。而计费管理,作为网络管理中的一项重要内容,随着计算机网络技术的不断发展,人们对它也提出了更高的要求。
本文首先阐述了网络计费管理的概念和作用,对它所包含的内容和目前系统实现的常用技术方法进行了介绍,然后在此基础上,针对当前使用校园e卡查费不便利的现象,设计了具有基于时间计费和流量计费两大功能的个人版网络计费软件系统,详细阐述了该系统具体的实现过程,同时对它进行了测试与分析。在本文的最后,对该系统的发展前景进行了展望。本系统实现语言环境采用Visual C++ 6.0,后台数据库支持采用 SQL Server 2000,文中对它们也分别进行了简要的说明。
关键词:网络计费;数据采集;时间计费;流量计费;数据库
ABSTRACT
ARPANET, which is the first computer network in the world, came into being in 1969. In after all most fifty years, network management is the subject that people search after all the while. People have consciousness that the powerful function of modern network is not used well until by proper network management. With the development of computer network technology, counting management, which is one of the most important content in network, has been demanded higher.
This paper describe the definition and function of network counting management; introduce the usual method of the achieving system. Then aiming at the phenomena of inconvenience with campus e card, design the personal counting software system, which have the use of time counting and net traffic counting, and give the process for coming true after that. At the end of this paper, describe the process of testing and analysis. The system use Visual C++ 6.0 and SQL Server 2000, and this paper also introduce them.
Key word: network counting; data collection; time counting;
flux counting; database
目 录
第1章 绪论1
1.1 概述1
1.2 网络管理的背景1
1.3 网络计费1
1.3.1 网络计费的重要作用1
1.3.2 计费管理技术发展历程2
1.3.3 计费软件现状2
1.4 本课题的意义及本文所要做的工作3
第2章 网络计费管理的内容5
2.1 确定计费原则6
2.1.1 一次性安装费和月费6
2.1.2 基于所消耗的网络资源量的计费6
2.1.3 按时间计费7
2.2 数据采集8
2.2.1 基于路由器的计费数据采集方法8
2.2.2 基于监听的计费数据采集方法9
2.2.3 基于代理的计费数据采集方法10
2.3 设置定额11
2.4 供用户查询12
2.5 本章小结12
第3章 系统开发环境13
3.1 Visual C++ 6.013
3.1.1 Visual C++ 语言概述与语言基础13
3.1.2 消息机制与MFC类库16
3.2 基于文档和视图类的设计17
3.3 SQL Server 200019
3.3.1 概述19
3.3.2 ODBC20
3.4 本章小结20
第4章 时间计费系统的设计与实现21
4.1 项目开发流程21
4.2 时间计费系统的设计23
4.2.1 需求分析与概要设计23
4.2.2 模块功能细化及界面设计24
4.2.3 数据库结构设计26
4.3 时间计费系统的实现28
4.3.1 各模块的实现28
4.3.2 模块之间的连接31
4. 4 流量计费系统的设计33
4.4.1 概述33
4.4.2 需求分析与概要设计33
4.5 流量计费系统的实现34
4.5.1 数据采集34
4.5.2 绘制波形图35
4.5.3 计费36
4.6 系统的综合实现37
4.7 本章小结38
第5章 系统的测试与分析39
5.1 软件测试39
5.1.1 软件测试定义39
5.1.2 测试方法39
5.2 时间计费系统测试与分析40
5.2.1 数据测试40
5.2.2 前景分析42
5.3 流量计费系统测试与分析43
5.4 系统综合分析44
5.5 本章小结44
结论46
参考文献48
致谢49
附录50