论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 电子通信论文
毕业论文标题:

多功能数据挖掘平台的CS架构扩展的研究与实现

 本文ID:LWGSW5305 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 多功能数据挖掘平台的CS架构扩展的研究与实现 (收费:10800 积分)  

电子通信论文编号:TX237  论文字数:19728,页数:47

目录
摘  要 I
Abstract II
第一章 课题背景 1
1.1 课题来源 1
1.2 课题背景与意义 1
1.2.1 课题背景 1
1.2.2 课题意义 1
1.3 应解决问题 2
1.4 技术要求 2
1.4.1 熟悉C/S架构 2
1.4.2 熟悉Java网络编程 5
1.4.3 了解Eclipse SWT/Jface 7
1.5 小结 8
第二章 国内外研究现状 9
2.1 国外研究现状 9
2.1.1 Weka 10
2.1.2 Intelligent Miner 11
2.2 国内研究现状 12
2.2.1 AlphaMiner 12
2.2.2 MFDM 13
2.3 小结 14
第三章 需求分析 15
3.1 架构扩展 15
3.1.1 描述 15
3.1.2 为什么进行架构扩展 15
3.1.3 如何进行架构扩展 15
3.2 功能分析 16
3.2.1 架构原理 16
3.2.2 功能描述 16
3.2.3 开发环境 16
3.2.4 需求描述 16
3.2.5 系统流程图 17
3.2.6 业务描述 18
3.3 开发工具简介 19
3.3.1 Eclipse简介 19
3.3.2 Eclipse平台结构 19
3.4 小结 20
第四章 系统设计与实现 21
4.1 总体设计 21
4.1.1 系统目标设计 21
4.1.2 系统功能分析 21
4.2 详细设计 21
4.2.1 系统模块设计 21
4.2.2 系统功能模块图 23
4.2.3 应用系统HIPO图 23
4.3 功能模块设计 24
4.3.1 客户端 24
4.3.2 服务器端 25
4.3.3 通信子协议包数据结构 28
4.4 小结 29
第五章 测试报告 30
5.1 系统客户端主界面 30
5.2 客户端操作流程 30
5.2.1 操作流程描述 30
5.2.2 操作流程图 34
5.3 系统服务器流程 35
5.4 远程执行性能评测 36
5.5 小结 39
结束语 40
致  谢 41
参考文献 42

摘  要
 本文详细介绍了客户/服务器架构以及基于此架构的一个简单实现。一般来说,处理数据时个人PC机计算能力通常比较有限,常常不能满足大数量的处理要求。这时若将系统扩展为客户/服务器的模式,既能降低客户端软件成本,又能减轻客户机负担。针对这种系统,本文采用客户/服务器架构开发了一种求圆周率的简单应用。
 客户机/服务器架构是一种软件系统体系结构,通过它可以充分利用两端硬件环境的优势,将任务合理分配到客户端和服务器端来实现,降低了系统的通讯开销。它还可以增加数据存储业务扩展为三层客户/服务器架构。
 本文首先介绍了相关的背景知识,包括课题的来源、背景、意义及相关的技术知识,而后对整个系统进行了需求分析,主要是对客户端的需求分析,然后对系统进行了总体设计和详细设计,主要设计了客户端与服务器端各自的功能模块,详尽介绍了各模块的执行原理,并给出了各自的执行流程图,最后执行应用程序,给出测试报告。
    测试报告表明,本地任务执行和远程执行都能取得令人满意的结果。

关键词:客户/服务器,圆周率,需求分析,详细设计

Abstract
 This paper describes a client / server architecture and a simple realization based on the architecture. In general, the processing of personal data in PC-computing power is usually limited, and often cannot  meet the large number of processing requirements. Then if the system should be extended for client / server model, client software can reduce costs, but also reduce the burden on the client. In view of this system, using client / server architecture for the development of a simple application of pi.     Client / server architecture is a software system architecture, which can take full advantage of the advantage of both ends of the hardware environment, the rational allocation of tasks to the client and server-side to achieve, reducing the overhead of communication systems. It also can increase the data storage business expansion for the three-tier client / server architecture.     This paper first introduces the relevant background knowledge, including the source of the subject, background, significance and relevance of technical knowledge, and then the whole system needs analysis, mainly for analysis of client needs, and then on the system design and detailed design .The main design of the client and server-side function of the respective modules, each module includes detailed descriptions of the implementation of the principle, and given the implementation of their flow chart, and finally the implementation of applications, given a test report.      Test report shows that the implementation of local and long-range implementation of the task can be a satisfactory outcome.

KeyWords: Client / server,Pi, Needs analysis, Detailed design


相关论文
本论文在电子通信论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:TMS320 5000DSP最小系统板硬件设计 下一篇:基于STC89C52RC串口通信控制系统..
Tags:多功能 数据挖掘 平台 架构 扩展 研究 实现 【收藏】 【返回顶部】
会计论文
电子机电论文
金融论文
电气自动化论文
模具设计
化学工程与工艺
机械设计
电子通信论文
英语论文
行政管理论文
物流论文
电子商务论文
法律论文
国际贸易论文
财务管理论文
人力资源论文
市场营销论文
土木工程论文
工商管理论文
工程管理论文
汉语言文学论文
教育管理论文
测控专业论文
交通工程论文
旅游管理论文
新闻专业论文
艺术设计
教育技术学论文
应用物理学论文
轻化工程论文
德语专业论文
给水排水工程
服装设计与工程
食品生物技术
材料科学与工程
电视制片管理
工业工程论文
文化产业管理
包装工程论文
印刷工程论文
信息管理论文
制药工程论文
生物工程论文
电子信息工程
信息计算科学
电气工程论文
通信工程论文
财务会计毕业论文
电子商务毕业论文
现代教育技术
信息管理专业
心理学专业
数学与应用数学
数学教育
护理学毕业论文
其他专业论文
历史学论文
学前教育毕业论文
小学教育毕业论文
教育管理毕业论文
法律专业毕业论文
汉语言文学毕业论文
工商管理毕业论文
人力资源毕业论文
营销专业毕业论文
物流专业毕业论文
计算机论文
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供电子通信论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号