您现在的位置:多问网软件下载毕业设计论文计算机毕业设计JSP毕业设计电信企业CRM中关联分析问题研究与系统实现下载

电信企业CRM中关联分析问题研究与系统实现

  • 名称:电信企业CRM中关联分析问题研究与系统实现
  • 类型:JSP毕业设计
  • 授权方式:免费版
  • 更新时间:06-09 23:50:53
  • 下载要求:无需注册
  • 下载次数:383
  • 语言简体中文
  • 大小:0 Bytes
  • 推荐度:3 星级
电信企业CRM中关联分析问题研究与系统实现简介

标签:JSP毕业设计论文,JSP毕业论文,JSP源代码, 本站提供电信企业CRM中关联分析问题研究与系统实现免费下载,http://www.duowen123.com

摘 要
1936年里昂惕夫产业关联度计量模型诞生以来,在政治经济等决策部门广泛应用,模型本身也得到了不断充实和发展,并扩散到多学科领域,其基本工具和方法,可用来进行一国或多国产业间的生产波及效果、产业关联度和产业关联整体效果分析,以支持产业或经贸决策。
电信产业中电信行业提供的服务与用户之间存在着关联作用,随着信息技术和人们生活水平的提高,对信息服务的要求的逐渐增加,电信行业之间的相互竞争越来越激烈,信息服务与客户之间关联作用越来越被电信行业所看重,对电信业以及电信行业提供的服务的发展都带来很大的影响。而传统的电信产业价值链在新形势下也发生了变革,从横向上和纵向上进行拓展,成为一个协同作业的价值网络,网间各节点呈竞争合作关系。
本文以关联理论为基础,分析了电信产业提供的服务与客户之间的关联关系,阐述了这种关联作用对于电信行业发展的影响。使用APRRORI算法,从产业关联的角度分析了电信行业提供的信息服务与客户之间的关联关系。为电信行业保留客户提出了科学的依据。

关键词:关联分析,APRRORI算法,Java

Correlation Analysis and System Application of CRM in the Telecommunications Industry
Abstract
1936 Leontief Industry Association of econometric model since the birth of the political and economic decision-making departments, such as extensive application of the model itself has been constantly strengthened and developed and spread to more areas of its basic tools and methods that can be used to conduct a State Or more of the industries affected the production of results, industry association of industry and the overall effect of association to support industry or economic decision-making.
The telecommunications industry in the telecommunications industry and users of the services provided there is a correlation between the role of information technology and the improvement of people's living standards, the information service the requirements of a gradual increase, the telecom industry between the increasingly fierce competition, information services Linkages between customers and the growing role of the telecommunications industry was valued by the telecommunications industry and the services provided by the telecommunications industry have brought the development of very great impact. While the traditional telecom industry value chain under the new situation has also undergone a transformation, from the horizontal and vertical on the expansion, as the value of a collaborative network, a network of nodes competitive and cooperative relations.
In this paper, based on the theory of association, of the telecommunications industry and the services provided by the link between customer relations, expounded the role of this association for the telecom industry development. APRRORI the use of algorithms, from the perspective of industry association of the telecommunications industry to provide information and customer services between the associations. For the telecommunications industry to retain customers with a scientific basis.
Keywords: Correlation Analysis, APRRORI algorithm, Java

功能需求
本系统模块最重要实现的目标是对电信用户手机用户消费记录级用户基本信息进行分析,从大量的数据中发现数据之间的关联,以帮助电信行业做出相应的决策,该模块主要要求用户输入最小可信度和最小支持度的数据,并经过使用APRIORI算法进行分析,得到手机用户与电信服务之间的关联关系,主要完成客户兴趣与短信订阅关联分析、客户职业与短信订阅关联分析和客户购买产品关联分析。并依据该关联效地组织企业资源,培养以客户为中心的经营行为以及实施以客户为中心的业务流程,并以此为手段来提高企业的盈利能力、收入,提高客户满意度,保持更多客户,获得更大利润。

Java技术 APRIORI算法 struts技术 SQL Server 2000数据库
 





目 录   16000字
任务书    I
摘要    II
ABSTRACT    III
第1章 绪论    1
1.1 选题背景……………………………………………………………...…. 1       
1.2 本课题意义…………………………………………………………...…. 1
1.3 研究设想……………………………………………………………....… 1
1.4 实现方法……………………………………………………………...…..2
1.5 预期结果…………………………………………………………...…..…2
第2章  需求分析    4
2.1功能需求    4
2.2性能需求分析    4
2.3 输入输出需求    5
2.4数据管理需求    5
2.5故障处理需求    6
2.6 系统运行环境    6
2.6.1 系统配置概述    6
2.6.2 JSDK的安装和配置    6
2.6.3 安装和配置TOMCAT    7
第3章  相关技术    8
3.1 JAVA技术    8
3.2 APRIORI算法介绍    9
3.3 SQL SERVER 2000数据库    13
3.4 STRUTS技术    14
第4章  概要设计    16
4.1 模块设计    16
4.2 数据库设计    17
4.2.1 数据库技术概述    17
4.2.2 数据表结构    17
4.2.3 数据库连接    20
第5章  详细设计与实现    21
5.1 系统设计思想    21
5.2 模块设计    21
5.2.1 功能描述    21
5.2.2 界面设计    22
5.2.3 详细设计描述    22
5.3 系统模块实现    23
5.3.1客户兴趣与短信订阅关联分析    23
5.3.2客户职业与短信订阅    24
5.3.3产品关联分析    24
第6章  系统测试与性能分析    33
6.1系统测试目标及测试环境    33
6.2测试方法    33
6.3性能分析    33
6.4测试结论    36
第7章  结  论    37
参考文献    38
致   谢    39

企业(8)电信(1)CRM(1)关联(1)

,大小:0 Bytes
相关热词搜索: tag: JSP毕业设计,JSP毕业设计论文,JSP毕业论文,JSP源代码,毕业设计论文 - 计算机毕业设计 - JSP毕业设计
上一篇:基于BS模式在线考试系统的设计与实现
《电信企业CRM中关联分析问题研究与系统实现》相关下载
下载评论
联系我们 | 网站地图 | 范文大全 | 管理资料 | 驾照考试 | 教学资料 | 名言大全 | 软件下载
Copyright @ 多问网 all rights reserved
学生评语_教案设计_小学语文试卷
1 2 3 4 5 6 7 8 9 10 11 12