学校编码 :10384 分类号密级 学号 : UDC 硕士学位论文 基于云的分布式机器学习框架 Cloud Based Distributed Machine Learning 蒋文瑞 指导教师姓名 : 倪子伟副教授 专 业名称 : 计算机技术 论文提交日期 :2013

Size: px
Start display at page:

Download "学校编码 :10384 分类号密级 学号 : UDC 硕士学位论文 基于云的分布式机器学习框架 Cloud Based Distributed Machine Learning 蒋文瑞 指导教师姓名 : 倪子伟副教授 专 业名称 : 计算机技术 论文提交日期 :2013"

Transcription

1 学校编码 :10384 分类号密级 学号 : UDC 硕士学位论文 基于云的分布式机器学习框架 Cloud Based Distributed Machine Learning 蒋文瑞 指导教师姓名 : 倪子伟副教授 专 业名称 : 计算机技术 论文提交日期 :2013 年 论文答辩时间 :2013 年 学位授予日期 :2013 年 月 月 月 答辩委员会主席 : 评阅人 : 2013 年月 IV

2 厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成果 本人在论 文写作中参考其他个人或集体已经发表的研究成果, 均在文中以适当方式明确标 明, 并符合法律规范和 厦门大学研究生学术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研究 成果, 获得 ( ) 课题 ( 组 ) 经费或实验室的资助, 在 ( ) 实验室完成 ( 请在以上括号内填写课题或课题组负责人或 实验室名称, 未有此项声明内容的, 可以不作特别声明 ) 声明人 ( 签名 ): 年 月 日

3 厦门大学学位论文著作权使用声明 本人同意厦门大学根据 中华人民共和国学位条例暂行实施办法 等规定保 留和使用此学位论文, 并向主管部门或其指定机构送交学位论文 ( 包括纸质版和 电子版 ), 允许学位论文进入厦门大学图书馆及其数据库被查阅 借阅 本人同 意厦门大学将学位论文加入全国博士 硕士学位论文共建单位数据库进行检索, 将学位论文的标题和摘要汇编出版, 采用影印 缩印或者其它方式合理复制学位论文 本学位论文属于 : ( )1. 经厦门大学保密委员会审查核定的保密学位论文, 于年月日解密, 解密后适用上述授权 ( )2. 不保密, 适用上述授权 ( 请在以上相应括号内打 或填上相应内容 保密学位论文应是已经厦门大学保密委员会审定过的学位论文, 未经厦门大学保密委员会审定的学位论文均为公开学位论文 此声明栏不填写的, 默认为公开学位论文, 均适用上述授权 ) 声明人 ( 签名 ): 年月日

4 摘要 摘要 如今, 数据挖掘在生活中也扮演着越来越重要的角色, 不管是公共事业还是私人行业 银行业, 保险业, 医疗业, 零售业大量的使用数据挖掘来发掘金融 欺诈, 评估金融风险, 减少成本, 加强研究, 增加销售额等等 然而激增的数据为传统的数据挖掘方式提出了严重的挑战 商业巨头 Google, Yahoo 和 Amazon 需要浏览 TB 与 PB 级的数据来发掘哪些网站是最有吸引力的, 哪些书籍是最受欢迎的, 哪些广告应该呈现给浏览者 传统的工具面对这些情形越来越显无能为力 在这样的背景下,Google 提出了 MapReduce 处理模型,Doug Cutting 基于此开发了开源系统 Hadoop,CMU 提出了 GraphLab 处理模型 这些模型与框架能有效地处理海量数据 然而单纯的这种模型与框架并不能直接用于数据的分析 在这样的背景下, 本文提出 CB-DML( 基于云的分布式数据挖掘 ) 模型, 利用 MapReduce 和 GraphLab 强大的并行机制, 并结合经典的数据挖掘算法, 提供可扩展的机器学习能力, 从海量数据中挖掘高价值量的重要信息 本文事先充分研究了机器学习算法的可并行性, 并行方式及并行策略 并研究了 Mapreduce 源代码, 框架并行特性, 使用场景及框架本身的性能优化策略 最终实现了基于云的分布式机器学习框架 CB-DML, 提供 6 大类并行机器学习算法 : 聚类 分类 线性回归 统计 图处理 相似项挖掘 部分机器学习算法在并行化之前, 亦做了相关的改进与优化 CB-DML 最终在自建的分布式集群上测试通过, 性能表现优越, 与此同时, 框架最终还应用于实际的工业场景 时间序列分析, 并表现出了优良的性能 关键词 : 机器学习, MapReduce, GraphLab,CB-DML I

5

6 Abstract Abstract Today, Data mining is becoming increasingly common in both the private and public sectors. Industries such as banking, insurance, medicine, and retailing commonly use data mining to detect fraud, assess risk, reduce costs, enhance research, and increase sales. The exponential growth of data first presents challenges to traditional data mining tools. Businesses such as Google, Yahoo and Amazon need to go through terabytes and petabytes of data to figure out which websites were popular, what books are in demand, and what kinds of ads appeal to people. Existing tools were becoming inadequate to process such large data sets. Then Google was the first to publicize MapReduce, Doug Cutting developed an open source version of it called Hadoop and CMU developed GraphLab after then System they had used to scale their data processing needs. In this backgraoud, we propose CB-DML(Cloud based- Distributed Machine Learning) model, a scalable machine learning platform Leveraging the power of MapReduce and GraphLab. It gives scalable parallel machine learning services, making large data sets not a barrier any more. We researched parallelism, parallel way and strategies of the ML algorithms. Also researched MapReduce source code, parallel features of the framework and performance optimization strategy of the framework itself. CB-DML was realized ultimately, giving parallel machine learning algorithms like: clustering, classification, regression, statistical, graph processing, similarity mining. Part of the machine learning algorithms were improved and optimized before parallelization. CB-DML was tested giving perfect performance on our own cluster. At the same time, the model was applied to actual industrial scene - time series analysis, and exhibited excellent performance. Key Words: Machine Learning, MapReduce, GraphLab, CB-DML III

7

8 目录 目 录 摘要... I Abstract... III 第一章概述 研究背景 数据挖掘与工业应用 研究现状 课题研究目的及意义 本文主要工作及文章结构... 6 第二章 CB-DML 总体设计架构图及设计原则 CB-DML 整体架构图 CB-DML 功能模块 CB-DML 设计原则 第三章分布式框架相关理论 MapReduce 概述 GraphLab 第四章机器学习算法详述 CB-DML 算法选取依据 所选算法详述 第五章分布式机器学习算法设计与实现 并行化 K-means 并行 C 并行朴素贝叶斯 并行 KNN 并行 TF-IDF 并行 PageRank 并行相似性挖掘系统 V

9 目 录 5.8 并行回归模型 第六章 CB-DML 处理大数据性能测试 实验环境 Hadoop 集群搭建 集群性能调优 性能测试 第七章总结与展望 工作总结 未来工作展望 参考文献 攻读硕士学位期间发表论文及科研情况 致谢 VI

10 Contents Contents Abstract(CH)... I Abstract(EN)... II Chapter 1 Introduction Research Backgroud Data Mining and Industrial Application Research Status Research Purpose and Significance Main Research Contents and Outline... 6 Chapter 2 CB-DML Architecture and Design Principles CB-DML Architecture CB-DML Function Module CB-DML Design Principles Chapter 3 Distributed Framework Theory MapReduce GraphLab Chapter 4 Machine Learning Algorithms Overview CB-DML Algorithms Selection Introduction to the Selected Algorithms Chapter 5 Distributed ML Algorithm Design and Implementation Parallel K-means Parallel C Parallel Naïve Bayes Parallel KNN Parallel TF-IDF Parallel PageRank Parallel Similarity Mining System Parallel Regression Model VII

11 Contents Chapter 6 CB-DML - Performance Enviroment Hadoop Cluster Constrution Cluster Performance Tuning Performance Testing Chapter 7 Conclusion and Prospect Conclusion Prospects of Future Reference Publications Acknowledgements VIII

12 第一章概述 第一章概述 1.1 研究背景 数据挖掘与工业应用 数据挖掘在工业与生活中扮演着越来越重要的角色, 不管是公共事业还是私 人行业 银行业, 保险业, 医疗业, 零售业大量的使用数据挖掘来发掘金融欺 诈, 评估金融风险, 减少成本, 加强研究, 增加销售额等等 数据挖掘诞生由来已久, 图 1-1 揭示了它的诞生 图 1-1 数据挖掘的诞生 数据挖掘在工业应用中的统计如图 1-2 所示 : 1

13 基于云的分布式机器学习框架 CRM/ consumer analytics Banking Health care/ HR Fraud Detection Direct Marketing/ Fundraising Finance Telecom / Cable Science Insurance Advertising Education Web usage mining Credit Scoring Retail Medical/ Pharma Manufacturing e-commerce Social Networks Search / Web content mining Government/Military Biotech/Genomics Investment / Stocks Entertainment/ Music Security / Anti-terrorism Travel / Hospitality Social Policy/Survey analysis Junk / Anti-spam Other 图 1-2 数据挖掘在工业中应用情况 在工商业中, 数据的存在形式是丰富多样的, 其大小更是呈现飞速增长, 截 至 2011 平均的数据吞吐量已按照 PB 级计算 1.2 研究现状 0.0% 5.0% 10.0% 15.0% 20.0% 25.0% 30.0% 数据挖掘在工业中扮演者举足轻重的角色, 然而, 激增的数据为传统的数据 挖掘方式提出了严重的挑战, 如今, 数据无处不在, 而其增长速度更是超出人 们的想象 商业巨头 Google, Yahoo 和 Amazon 需要浏览 TB 与 PB 级的数据来 发掘哪些网站是最有吸引力的, 哪些书籍是最受欢迎的, 哪些广告应该呈现给浏 览者 传统的工具面对这些情形越来越显无能为力 图 1-3 揭示 2010 与 2011 待分析数据的增长情况 : 2

14 第一章概述 图 与 2011 数据增长统计 在这样的背景下, 需要一些有力的工具或平台来存储 分析与日俱增的大数 据, 并且这些框架还必须要满足低成本的要求, 基于这样的一个需求, 接下来本 文介绍分布式框架的研究现状, 着重介绍 Google Mapreduce [1], Apache Hadoop [2] 以及 CMU Graphlab [3] 等平台的研究与诞生 MapReduce 处理模型是由 Google 提出 [4], 基于此基础,Doug Cutting 此开发 了开源系统 Hadoop [5] 这种模型与框架能有效地处理海量数据 Hadoop 的两 大核心构件是 HDFS [6] 与 MapReduce, 其中 HDFS [7] 用于大数据的分布式存储, 其具有极强的低成本性和可扩展性, 能完美的满足云的需求, 而 MapReduce 则 用于数据的高效 实时分析, 在保证能应对大数据的前提下, 依然保持着运算高 效率 然而 MapReduce 和 Hadoop 并非是万能的, 这也就引出了本文所用的 GraphLab 平台 : MapReduce 适用于数据任务之间独立性强的计算, 对于那些富含迭代的运算 或者数据任务之间有交互的计算不适合 这个来源于 Mapreduce 的信息交互方式 是 I/O 方式, 每轮迭代之间需要走 I/O 来传递信息, 这样的开销是比较大的 由 于大多数的机器学习问题包含迭代问题, 因此 Mapreduce 在处理迭代问题时并不 能表现出完美地性能, 尤其是对于图问题,Mapreduce 表现出来的性能很一般 3

15 基于云的分布式机器学习框架 为解决机器学习的流处理,Google 提出了 Pregel 框架 [8],Pregel 是严格的 BSP 模型, 采用 计算 - 通信 - 同步 的模式完成机器学习的数据同步和算法迭代 Goolge 曾称其 80% 的程序使用 MapReduce 完成,20% 的程序使用 Pregel 实现 然后它的最大不方便之处正是在于不开源 那么我们必须继续探寻其他适用于迭代运算的框架 幸运的是,2010 年,CMU 的 Select 实验室提出了 GraphLab 框架,GraphLab 是面向机器学习的流处理并行框架 [1] 其对自然图的处理, 做出了显著的改进. 这 种框架有效弥补了 Mapreduce 框架的不足之处, 能有效处理迭代问题, 其信息传递方式是信息共享, 这种框架实现了分布式共享内存, 故而在处理迭代问题和任务间交互性强的计算时, 性能表现优越 因而他适合于机器学习的并行化, 更适于处理大图问题 在处理大图问题时, 其对图有一套有效的图分割 - 分布式存储机制然而光有这些分布式框架还不行, 还需要将这些强大的分布式框架与传统 经典的数据挖掘算法相结合, 才能诞生一个有效应对大数据的利器 目前的一个研究现状是中国移动研究院的大云平台 :BC-PDM BC-PDM ( 基于大云的并行数据挖掘 ) 为云存储与分布式计算框架, 提供 SaaS 服务, 高效的存储 处理海量数据 包含常见 ETL 和数据挖掘算法 平台采用 MapReduce,Hadoop,HugeTable 等大规模分布式处理技术 1.3 课题研究目的及意义 如今大数据无处不在, 各种科学领域, 社交网络, 互联网, 工业应用, 商业 中都会产生大量的数据 [9]. 而且大数据中也蕴藏着不可低估的价值, 这一点已是不可否认的事实既然大数据中蕴含着如此巨大的价值, 那么一个能有效存储 分析大数据的平台也就迫在眉睫, 但是仍有人提出采用高性能服务器的方案来处理大数据, 高性能服务器相比云的方案有一个很大好处 : 不用部署分布式环境, 不必将原有的程序额外花时间扩展成分布式程序 那么它的实际性能如何呢, 以下是高性能服务器与集群运行能力的一个对比 : 4

16 第一章概述 Time: 1600 Unix Servers BC-PDM(10 times data) BC-PDM(100 times data) 图 1-4 高性能服务器与集群运算能力对比图 1-4 中, 每种算法最左边为 Unix 高性能服务器运行时间, 中间为集群处理 10 倍数据量时的时间, 最右边为集群处理 100 倍数据时的时间 处理算法包括连接, 统计, 采样, 决策树, 聚类等算法, 从图中可以看出, 集群的处理性能优越于高性能服务器 那么这两种架构的成本又如何呢? 表 1-1 对比了二者的成本 5

17 Degree papers are in the Xiamen University Electronic Theses and Dissertations Database. Full texts are available in the following ways: 1. If your library is a CALIS member libraries, please log on and submit requests online, or consult the interlibrary loan department in your library. 2. For users of non-calis member libraries, please mail to etd@xmu.edu.cn for delivery details.

10384 9707005 UDC 1 1 5 5 5 6 7 10 10 10 12 13 16 16 17 18 19 21 21 23 24 27 27 27 28 28 29 29 31 32 1789 1846 1857 1859 46 173 34 35 28 442 5 319 88 87 46 211 2 82 46 219 1862 1945 Degree papers

More information

2

2 10384 -------- 9601008 UDC---------------------- 1999 1999 1999 ------------------------ ------------------------ 1 2 .4...4 7 14.14..18..22..22..24 3 4.27.32.39 1 2 3 4 5 6 7 8 9 10 11 5 12 6 1 2 3 4

More information

5 5 7 5 4 4 6 9 8 40

5 5 7 5 4 4 6 9 8 40 5 5 7 5 4 4 6 9 8 40 4 5 0 959 68 959 55 959 4 957 4 5 998 4 9 959 98 8 980 8 84 4 987 4 5 6 7 8 9 986 998 989 4 977 8 5 988 6 985 8 7 98 990 5 8 998 4 9 987 4 5 4 96 9 959 8 959 4 986 4 5 5 8 96 4 5

More information

Degree papers are in the Xiamen University Electronic Theses and Dissertations Database. Full texts are available in the following ways: 1. If your library is a CALIS member libraries, please log on http://etd.calis.edu.cn/

More information

2

2 1999 4 2 3 4 5 6 7 8 9 10 11 1 2 1999 1 5 1998 7 2 3 97 7 37 12 4 5 1998 8 13 14 5 1997 10 15 6 27 36 16 Degree papers are in the Xiamen University Electronic Theses and Dissertations Database. Full texts

More information

1 2.1 2.2 3.2 3.3 2 3 2.1 2.2 4 5 6 7 8 9 10 11 12 13 14 15 16 Degree papers are in the Xiamen University Electronic Theses and Dissertations Database. Full texts are available in the following ways: 1.

More information

1 1 2 1 2 1 2 3 1 2 3 2 3 1 355 110 403 62 1979 1998 17 1979 2 1996 70 10 4000 200 332 17 80 3000 1.7 1% 300 4 1998 60% 3.4% 0.9 3.6 40.8 37.4 17.3 0.3 4.4 42.6 36.0 16.7 7.1 3.6 67.9 10.7 10.7 3.2 65.6

More information

-2-

-2- -1-20 -2- -3- -4- -5- -6- -7- -8- -9- -10- -11- -12- -13- -14- -15- -16- Degree papers are in the Xiamen University Electronic Theses and Dissertations Database. Full texts are available in the following

More information

10384 1 X9915063 UDC The Brand Marketing of Real Estate MBA 2002 8 2002 9 2002 2002 8 1 1 2...1...4...4...4...4...5...6...6...6...6...7...9...9...9...10...10...11...11...12...12...14...14 1 3...16...16...17...18...18...18...19...20...20...22...23...23...24...25...26...27...28...28...30...32...32...32...33...34...34

More information

10384 9715101 UDC MBA 2000 5 2000 6 2000 2000 1995 10 26 1995 1995 10 1999 7 1 1986 SEC, Securities Exchange Committee 20 7 1996 1998 1998 1 2 3 1999 4 1 1 3000 2 3 1997 5 Degree papers are in

More information

Supply Chain SCM IBM DRP

Supply Chain SCM IBM DRP 10384 9915114 UDC 2001 9 Supply Chain SCM IBM 21 1996 DRP Keywords Xiamen Overseas Chinese Electronic Co., Ltd Chinese Color TV Enterprise Transaction Cost the Management of Production, Marketing and Inventory

More information

50 2

50 2 Frost & Sullivan 2006 65% 1 50 2 IDCITUMII1990 1999 10%, 49.2% 1-1 1-1 3 4 2005 GSM 3 2006 3G 2008 GSM GPRSCDMA 5 6 7 8 Frost & Sullivan 2006 65% 9 Email Ovum 2005 19.7% 164 10 11 12 13 14 Jupiter Media

More information

() MONORCHIIDAE SP

() MONORCHIIDAE SP 10384 B953404 UDC Monorchiidae sp ...2...3...5... 5... 5...8... 8....8....8 ()....12... 13....13....24...36.... 38....38....40...44 MONORCHIIDAE SP.... 47....47...49....50...51...53...57...58...61 1 2

More information

IPOs ... 1... 3...3...6... 8... 10... 12... 14...15... 15... 15... 16...16... 20...20...22... 24...24... 24... 25... 27 BP...28 RBF...31 MATLAB... 34 MATLAB...34 MATLAB... 34... 34... 35 MATLAB...36...

More information

XML SOAP DOM B2B B/S B2B B2B XML SOAP

XML SOAP DOM B2B B/S B2B B2B XML SOAP 10384 9831010 U D C B2B 2 0 0 1 4 2 0 0 1 5 2 0 0 1 2001 4 XML SOAP DOM B2B B/S B2B B2B XML SOAP ABSTRACT Based on the research of Supply Chain Management theory and E-Commerce theory, especially in Business

More information

学 校 编 码 :10384 分 类 号 密 级 学 号 :X2007155130 UDC 厦 门 怡 福 养 生 健 康 管 理 有 限 公 司 创 业 计 划 王 韬 指 导 教 师 姓 名 : 郭 霖 教 授 厦 门 大 学 硕 士 学 位 论 文 厦 门 怡 福 养 生 健 康 管 理 有 限 公 司 创 业 计 划 A Business Plan for Xiamen Eve Health

More information

2

2 10384 K9607315 U D C 1999 1999 1999 1999 3 2 30 1957 1953 1953 1958 1978 1955 1956 1979 60 1980 BG(! BHDFG3 FK3 K6 K2 K12 K3 K7F BHDG3 FK3 K20ZQ K3 K7F BHDG21 CD#4 CD#4 CD#12 BHDG5 FK33ZQF SQ*2 JY(Z

More information

1998 5

1998 5 10384 9511001 1998 5 1998 6 1998 1998 5 AICPA Internet/Intranet Internet/Intranet 1 2 2 2 4 6 10 10 10 12 13 13 14 18 18 18 19 19 20 Internet/Intranet 20 Internet/Intranet 23 21 25 28 28 28 30 32 32 32

More information

1

1 10384 9832009 UDC 2001 6 1 2...3....3....3...5...5...6...9...9...12...15...15...18...38...42...43...46 3.. 7 2000 4 10 2000 8 www.wisecast.com 2000 12 22 4 5 1993 7 1 25% 1996 20 1997 67 1998 210 1999

More information

Lotus Notes Design and Implementation of Sales Process Management System Based on Lotus Notes 施莹艳 指导教师姓名 : 林林林林坤坤坤坤辉辉辉辉 教授 专 业 名 称 : 软软软软件件件件工工工工程程程程 论论论论文文文文提提提提交交交交日日日日期期期期 : 年 论论论论文文文文答答答答辩辩辩辩时时时时间间间间

More information

1990-1997 1980-1997 Abstract The relationship between human resource development and economy increase has been an important research item with the coming of knowledge economy. In this paper, ahead item

More information

UDC The Policy Risk and Prevention in Chinese Securities Market

UDC The Policy Risk and Prevention in Chinese Securities Market 10384 200106013 UDC The Policy Risk and Prevention in Chinese Securities Market 2004 5 2004 2004 2004 5 : Abstract Many scholars have discussed the question about the influence of the policy on Chinese

More information

WTO

WTO 10384 200015128 UDC Exploration on Design of CIB s Human Resources System in the New Stage (MBA) 2004 2004 2 3 2004 3 2 0 0 4 2 WTO Abstract Abstract With the rapid development of the high and new technique

More information

1

1 10384 9915009 UCD RESEARCH STAFF CAREER MANAGEMENT IN STATE-OWNED COMMERCIAL BANKS 1 Abstract The reasonable disposition of human resources is the guarantee of the long prosperity of enterprise. To carry

More information

UDC Empirical Researches on Pricing of Corporate Bonds with Macro Factors 厦门大学博硕士论文摘要库

UDC Empirical Researches on Pricing of Corporate Bonds with Macro Factors 厦门大学博硕士论文摘要库 10384 15620071151397 UDC Empirical Researches on Pricing of Corporate Bonds with Macro Factors 2010 4 Duffee 1999 AAA Vasicek RMSE RMSE Abstract In order to investigate whether adding macro factors

More information

.1..2....2 2. 2.. 3..5 7.7.8..11 11..12...14 19...19 20 20 26.29 36 40...41 90 98 4 21 Network selling (Multilevel Marketing),, 1950 1 1 2 3 LeeMythnger WillianCasselberry 1959 60 60 200 60 1972 40 80%

More information

A Study on Grading and Sequencing of Senses of Grade-A Polysemous Adjectives in A Syllabus of Graded Vocabulary for Chinese Proficiency 2002 I II Abstract ublished in 1992, A Syllabus of Graded Vocabulary

More information

% 6.7% % % / 1

% 6.7% % % / 1 1 1995 1995 50% 70 75% 1996 1996 9 30 5000 2000 1996 1999 1998 11 9 1999 5 9 5 1998 10 1999 30 200 2 1950 38 1999 2960 1950 40 1999 3585 1950 0.73 1999 28.3 20 12.1% 6.7% 1 1 2 1950 1978 1950 38 1978 466

More information

10384 X9908009 UDC Study On Causation Of Civil Tort Liability 2004 4 2004 2004 2004 4 [M] 1991476 [M] 1996635 ABSTRACT ABSTRACT Theory of causation, which is the most complicated and thorny of tort law,

More information

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学术活动规 范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研究成果, 获

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学术活动规 范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研究成果, 获 学校编码 :10384 学号 :X2005230044 硕士学位论文 基于 Windows Mobile 操作系统手机的 GPS 模块设计 与实现 The Design and Implementation of GPS Module of Mobilephone based on Windows Mobile Operating System 田蓓 指导教师 : 曾文华 专业名称 : 工程硕士 (

More information

WTO

WTO 10384 X0115018 UDC MBA 2004 5 14 2004 6 1 WTO 2004 2006 7 2 Abstract According to the promise after our country enter into WTO, our country will open the readymade oil retail market in the end of 2004

More information

Abstract Since 1980 s, the Coca-Cola came into China and developed rapidly. From 1985 to now, the numbers of bottlers has increased from 3 to 23, and

Abstract Since 1980 s, the Coca-Cola came into China and developed rapidly. From 1985 to now, the numbers of bottlers has increased from 3 to 23, and Abstract Since 1980 s, the Coca-Cola came into China and developed rapidly. From 1985 to now, the numbers of bottlers has increased from 3 to 23, and increases ulteriorly. When the Coca-Cola company came

More information

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成 果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均 在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学 术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研究成果,

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成 果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均 在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学 术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研究成果, 学校编码 :10384 分类号密级 学号 :X2012230884 UDC 工程硕士学位论文 高职院校考务管理信息系统的设计与实现 Design and Implementation of Examination Work Management Information System for Higher Vocational Colleges 陈略 指导教师 : 林坤辉教授 专业名称 : 软件工程

More information

10384 X0115019 UDC (MBA) 2004 5 2004 6 2004 XTC An Research on Internationalization Strategy of XTC , XTC XTC XTC APT XTC XTC XTC XTC XTC XTC : Abstract Abstract Although it s well known that China s

More information

厦 门 大 学 学 位 论 文 原 创 性 声 明 本 人 呈 交 的 学 位 论 文 是 本 人 在 导 师 指 导 下, 独 立 完 成 的 研 究 成 果 本 人 在 论 文 写 作 中 参 考 其 他 个 人 或 集 体 已 经 发 表 的 研 究 成 果, 均 在 文 中 以 适 当 方

厦 门 大 学 学 位 论 文 原 创 性 声 明 本 人 呈 交 的 学 位 论 文 是 本 人 在 导 师 指 导 下, 独 立 完 成 的 研 究 成 果 本 人 在 论 文 写 作 中 参 考 其 他 个 人 或 集 体 已 经 发 表 的 研 究 成 果, 均 在 文 中 以 适 当 方 学 校 编 码 :10384 分 类 号 密 级 学 号 : UDC 硕 士 学 位 论 文 浙 江 省 人 事 考 试 突 发 事 件 应 对 策 略 探 析 An Exploration of Zhejiang Province Personnel Examination Emergency Strategy 姜 海 峰 指 导 教 师 姓 名 : 王 玉 琼 教 授 专 业 名 称 : 公 共

More information

UDC Hainan Airlines Investment Valuation Analysis (MBA) 厦门大学博硕士论文摘要库

UDC Hainan Airlines Investment Valuation Analysis (MBA) 厦门大学博硕士论文摘要库 10384 200015140 UDC Hainan Airlines Investment Valuation Analysis (MBA) 2003 3 2003 3 2003 9 2 0 0 3 3 1993 A B 8 1000 100 2002 10 11 501 473 560 85% 1999 2001 SWOT EBO Abstract Hainan Airlines, as the

More information

学校编码 :10384 学号 :X 硕士学位论文 中国电信福建公司竞争战略研究 A Study on the Competitive Strategy of the Fujian Branch of China Telecom Co., Ltd. 林锦 指导教师 : 戴亦一 专业名

学校编码 :10384 学号 :X 硕士学位论文 中国电信福建公司竞争战略研究 A Study on the Competitive Strategy of the Fujian Branch of China Telecom Co., Ltd. 林锦 指导教师 : 戴亦一 专业名 学校编码 :10384 学号 :X200415394 硕士学位论文 中国电信福建公司竞争战略研究 A Study on the Competitive Strategy of the Fujian Branch of China Telecom Co., Ltd. 林锦 指导教师 : 戴亦一 专业名称 : 工商管理硕士 (MBA) 答辩日期 :2011 年 4 月 厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下,

More information

:

: Thesis on Court Banquet and Assemblage Poetry in Early Tang : I Abstract Abstract In the background of three different stages early Tang: Taizong GaozongWuhou and Zhongzong,this thesis mainly analyzes

More information

Abstract The adult higher education is a vital part of the higher education. As an essential tache of selecting qualified students, the adult college entrance examination plays an important role in securing

More information

10384 X2009230010 UDC The Design and Implementation of Small and Medium-sized Courier Company Logistics Vehicle Scheduling System 2012 06 Abstract With the arrival of the information age, tremendous

More information

10384 X0015101 UDC The Preliminary Survey of the Development Patterns of Security Analysts in China (MBA) 2004 2 2004 3 2004 3 2 0 0 4 2 14 Abstract Abstract The security analysts are respectable oversea,

More information

10384 19020101152519 UDC Rayleigh Quasi-Rayleigh Method for computing eigenvalues of symmetric tensors 2 0 1 3 2 0 1 3 2 0 1 3 2013 , 1. 2. [4], [27].,. [6] E- ; [7], Z-. [15]. Ramara G. kolda [1, 2],

More information

10384 200008009 UDC 2003 11 2003 2003 2003 11 1 3 3 3 4 4 4 4 5 6 6 7 7 10 10 10 11 11 17 23 23 24 25 28 29 31 33 33 36 39 41 42 42 42 42 43 44 45 45 45 46 47 47 47 50 52 54 57 58 59 60 appeal on public

More information

WTO OEM

WTO OEM 10384 200115142 UDC A Study on the Developing Strategy of Xiamen Evere Sports Goods Co., Ltd. A Case Study based on the Theory of Value Chain (MBA) 2005 5 2005 6 2005 5 2005 5 WTO OEM Abstract Abstract

More information

X UDC A Post-Evaluation Research on SINOPEC Refinery Reconstruction and Expanding Project MBA 厦门大学博硕士论文摘要库

X UDC A Post-Evaluation Research on SINOPEC Refinery Reconstruction and Expanding Project MBA 厦门大学博硕士论文摘要库 2003 2 10384 X9915078 UDC A Post-Evaluation Research on SINOPEC Refinery Reconstruction and Expanding Project MBA 2003 2 2003 3 2003 200 / Abstract Post-evaluation is a comprehensive evaluation on an implemented

More information

Abstract After over ten years development, Chinese securities market has experienced from nothing to something, from small to large and the course of

Abstract After over ten years development, Chinese securities market has experienced from nothing to something, from small to large and the course of 2003 MBA 600795 SWOT Abstract After over ten years development, Chinese securities market has experienced from nothing to something, from small to large and the course of being standardized. To all securities

More information

THE APPLICATION OF ISOTOPE RATIO ANALYSIS BY INDUCTIVELY COUPLED PLASMA MASS SPECTROMETER A Dissertation Presented By Chaoyong YANG Supervisor: Prof.D

THE APPLICATION OF ISOTOPE RATIO ANALYSIS BY INDUCTIVELY COUPLED PLASMA MASS SPECTROMETER A Dissertation Presented By Chaoyong YANG Supervisor: Prof.D 10384 070302 9825042 UDC 2001.6. 2001.7. 20016 THE APPLICATION OF ISOTOPE RATIO ANALYSIS BY INDUCTIVELY COUPLED PLASMA MASS SPECTROMETER A Dissertation Presented By Chaoyong YANG Supervisor: Prof.Dr. Xiaoru

More information

10384 X0115071 UDC The Research For The Actuality And Development Stratagem Of The China Securities Investment Fund (MBA) 2003 11 2003 12 2003 12 2 0 0 3 11 100 1991, WTO Abstract Abstract The Securities

More information

厦 门 大 学 学 位 论 文 原 创 性 声 明 本 人 呈 交 的 学 位 论 文 是 本 人 在 导 师 指 导 下, 独 立 完 成 的 研 究 成 果 本 人 在 论 文 写 作 中 参 考 其 他 个 人 或 集 体 已 经 发 表 的 研 究 成 果, 均 在 文 中 以 适 当 方

厦 门 大 学 学 位 论 文 原 创 性 声 明 本 人 呈 交 的 学 位 论 文 是 本 人 在 导 师 指 导 下, 独 立 完 成 的 研 究 成 果 本 人 在 论 文 写 作 中 参 考 其 他 个 人 或 集 体 已 经 发 表 的 研 究 成 果, 均 在 文 中 以 适 当 方 学 校 编 码 :10384 学 号 :17820121151192 硕 士 学 位 论 文 携 程 与 艺 龙 竞 争 战 略 的 财 务 比 较 分 析 Financial Analysis on Different Competitive Strategies of Ctrip and Elong 郑 亮 指 导 教 师 : 黄 海 玉 专 业 名 称 : 旅 游 管 理 硕 士 答 辩 日

More information

:

: A Study of Huangtao : I Abstract Abstract This text focuses on the special contribution of Huangtao in the history of literature and culture of Fukien, by analyzing the features of Huangtao s thought,

More information

Roderick M.Chisholm on Justification I Synopsis Synopsis Since the problem of Gettier, the problem of justification has become the core of contemporary western epistemology. The author tries to clarify

More information

Abstract Today, the structures of domestic bus industry have been changed greatly. Many manufacturers enter into the field because of its lower thresh

Abstract Today, the structures of domestic bus industry have been changed greatly. Many manufacturers enter into the field because of its lower thresh SWOT 5 Abstract Today, the structures of domestic bus industry have been changed greatly. Many manufacturers enter into the field because of its lower threshold. All of these lead to aggravate drastically

More information

10384 9917001 UDC 2002 2002 2002 2002 5 Research on Martin Trow s Ideological Theory of Higher Education Massification ABSTRACT The present paper is divided into five chapters. The first chapter is an

More information

Abstract There arouses a fever pursuing the position of being a civil servant in China recently and the phenomenon of thousands of people running to a

Abstract There arouses a fever pursuing the position of being a civil servant in China recently and the phenomenon of thousands of people running to a Abstract There arouses a fever pursuing the position of being a civil servant in China recently and the phenomenon of thousands of people running to attend the entrance examination of civil servant is

More information

ABSTRACT ABSTRACT Based on analyzing public corporation in foreign countries, this paper studies basic theories of public legal establishment, with our country s reality in the social transferring period

More information

UDC The Design and Implementation of a Specialized Search Engine Based on Robot Technology 厦门大学博硕士论文摘要库

UDC The Design and Implementation of a Specialized Search Engine Based on Robot Technology 厦门大学博硕士论文摘要库 10384 200128011 UDC The Design and Implementation of a Specialized Search Engine Based on Robot Technology 2004 5 2004 2004 2004 5 World Wide Web Robot Web / (Focused Crawling) Web Meta data Web Web I

More information

10384 200115009 UDC Management Buy-outs MBO MBO MBO 2002 MBO MBO MBO MBO 000527 MBO MBO MBO MBO MBO MBO MBO MBO MBO MBO MBO Q MBO MBO MBO Abstract Its related empirical study demonstrates a remarkable

More information

ABSTRACT ABSTRACT As we know the Sinology has a long history. As earily as 19 th century some works have already been done in this field. And among this the studies of lineages and folk beliefs in Southeast

More information

学校编码 :10384 分类号密级 学号 :X2011230074 UDC 工程硕士学位论文 高校教务管理信息系统的设计与实现 Design and Implementation of University Educational Administration Management System 赵群峰 指导教师 : 龙飞副教授 专业名称 : 软件工程 论文提交日期 : 2013 年 4 月 论文答辩日期

More information

10384 199928010 UDC 2002 4 2002 6 2002 2002 4 DICOM DICOM 1. 2. 3. Canny 4. 5. DICOM DICOM DICOM DICOM I Abstract Eyes are very important to our lives. Biologic parameters of anterior segment are criterions

More information

10384 27720071152270 UDC SHIBOR - Research on Dynamics of Short-term Shibor via Parametric and Nonparametric Models 2 0 1 0 0 5 2 0 1 0 0 5 2 0 1 0 0 5 2010 , 1. 2. Shibor 2006 10 8 2007 1 4 Shibor

More information

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成 果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均 在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学 术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研 究成果

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成 果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均 在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学 术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研 究成果 学校编码 :10384 分类号密级 学号 :X2011230532 UDC 工程硕士学位论文 班组建设管理信息系统的分析与设计 Analysis and Design of Team Construction Management Information System 黎浩 指导教师 : 专业名称 : 论文提交日期 : 论文答辩日期 : 陈海山教授 软件工程 2013 年 10 月 2013 年 11

More information

2000.11 2000.11 2000 11 Abstract: Background: The development of autoantibodies in the sera of patients with cancers has been described, but the mechanism is still not clear. Objective: The aim of this

More information

I

I The Discussion on Manchu-City of Foochow in Qing Dynasty I Abstract II Abstract This thesis aims to, from the research on the Eight-Banner garrison in Foochow, explore the living situation of the banner-people

More information

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均 在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学 术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研 究成果,

厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均 在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究生学 术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 ) 的研 究成果, 学校编码 :10384 分类号密级 学号 :X2012230276 UDC 工程硕士学位论文 某高校学生工作管理信息系统的分析与设计 Analysis and Design of Students Work Management Information System for a College 方伟 指导教师 : 专业名称 : 论文提交日期 : 论文答辩日期 : 陈海山教授 软件工程 2013 年

More information

WTO WTO ATM POS 4 CRM 2

WTO WTO ATM POS 4 CRM 2 Carl W.Buechner 2002 9 + CRM CRM 1 CRM Hans Peter Brondmo 2002 2 CEO 1 2 Hans Peter Brondmo 2002 1 WTO WTO 1 1000 2 3 ATM POS 4 CRM 2 1 2 3 4 Thibaut & Kelley Rusbult Polanyi Thibaut & Kelley 1959 Rusbult,1980

More information

10384 9702001 UDC 2000 5 2000 6 2000 2000 5 1 .1 1 2 3. 4 4 4.5.6 6 1..7 2..7. 8 8 1..8 1..8 2 10 2 11..12 1 12 1 12 2 12 2 12 1 12 2 13 3 13 4 14 3 14 4 14..16..17..19..20..21 2 3 1 20 1921 1926 1928

More information

福建邮政储蓄银行差异化营销策略研究阮顺利指导教师谢导副教授厦门大学评阅人 学校编码 :10384 分类号 密级 学号 : UDC 硕士学位论文 福建邮政储蓄银行差异化营销策略研究 The study of Fujian Postal Savings Bank on dif

福建邮政储蓄银行差异化营销策略研究阮顺利指导教师谢导副教授厦门大学评阅人 学校编码 :10384 分类号 密级 学号 : UDC 硕士学位论文 福建邮政储蓄银行差异化营销策略研究 The study of Fujian Postal Savings Bank on dif 福建邮政储蓄银行差异化营销策略研究阮顺利指导教师谢导副教授厦门大学评阅人 学校编码 :10384 分类号 密级 学号 :17920091150786 UDC 硕士学位论文 福建邮政储蓄银行差异化营销策略研究 The study of Fujian Postal Savings Bank on differentiated marketing strategy 阮顺利 指导教师姓名 : 谢导 副教授

More information

...12...12...13...18...18...24 MSCI...27 FTSE...29...33...36................................................... 1 ...........................39...39...42...45...54.............................................

More information

传统店铺网络化延伸的云端服务模式研究肖家栋指导教师孟林明副教授厦门大评阅人 : 学学校编码 :10384 分类号密级 学号 :X 硕士学位论文 UDC 传统店铺网络化延伸的云端服务模式研究 Traditional Stores Network Cloud-client Servi

传统店铺网络化延伸的云端服务模式研究肖家栋指导教师孟林明副教授厦门大评阅人 : 学学校编码 :10384 分类号密级 学号 :X 硕士学位论文 UDC 传统店铺网络化延伸的云端服务模式研究 Traditional Stores Network Cloud-client Servi 传统店铺网络化延伸的云端服务模式研究肖家栋指导教师孟林明副教授厦门大评阅人 : 学学校编码 :10384 分类号密级 学号 :X2006155124 硕士学位论文 UDC 传统店铺网络化延伸的云端服务模式研究 Traditional Stores Network Cloud-client Services Business Model Study 肖家栋 指导教师姓名 : 孟林明 副教授 专业名称

More information

学校编码 :10384 分类号密级 学号 :X UDC 硕士学位论文 医药企业 ERP 系统的研究与应用 Reasearch and Application of ERP System for Pharmaceutical Enterprise 陈顺逸 指导教师姓名 : 林坤辉教

学校编码 :10384 分类号密级 学号 :X UDC 硕士学位论文 医药企业 ERP 系统的研究与应用 Reasearch and Application of ERP System for Pharmaceutical Enterprise 陈顺逸 指导教师姓名 : 林坤辉教 学校编码 :10384 分类号密级 学号 :X2009230363 UDC 硕士学位论文 医药企业 ERP 系统的研究与应用 Reasearch and Application of ERP System for Pharmaceutical Enterprise 陈顺逸 指导教师姓名 : 林坤辉教授 专业名称 : 软件工程 论文提交日期 :2011 年 10 月 论文答辩时间 :2011 年 11

More information

- 2 - Russell Thaler 2 1 2 unexpected dramatic P t =P t-1 + P t t P t-1 t-1 2 T.Russell and R.Thaler, The Relevance of Quasi-Rationality in Competitiv

- 2 - Russell Thaler 2 1 2 unexpected dramatic P t =P t-1 + P t t P t-1 t-1 2 T.Russell and R.Thaler, The Relevance of Quasi-Rationality in Competitiv - 1-1 Bayes 1 1 A B P AB =P A *P B - 2 - Russell Thaler 2 1 2 unexpected dramatic P t =P t-1 + P t t P t-1 t-1 2 T.Russell and R.Thaler, The Relevance of Quasi-Rationality in Competitive Markets. American

More information

UDC 厦门大学博硕士论文摘要库

UDC 厦门大学博硕士论文摘要库 10384 9924012 UDC 2002 5 2002 2002 2002 5 1 Study on High Speed Switch System and Their ASIC Frontend Design Thesis for MS By Shuicheng Cai Supervisor: Prof. Donghui Guo Department of Physics Xiamen Unviersity

More information

Research for RS encoding and decoding technology in the Digital Television Terrestrial Broadcasting System 2006 厦门大学博硕士论文摘要库

Research for RS encoding and decoding technology in the Digital Television Terrestrial Broadcasting System 2006 厦门大学博硕士论文摘要库 Research for RS encoding and decoding technology in the Digital Television Terrestrial Broadcasting System 2006 DMB-T RS DMB-T DMB-T RS(208,188) RS BM RS : 1 RS RS RS FPGA RS 2 RS 3 BM 4 matlab RS RS

More information

SWOT Abstract Abstract Fuzhou Water & Wastewater Engineering Design Institute is an affiliate project prospecting and designing unit under Fuzhou Water Supply General Company. It engages mainly in the

More information

学校编码 :10384 分类号密级 学号 : UDC 硕士学位论文 大学生学习自我决定与学习投入的关系研究 The Research on Relationship between Undergraduate Study Self-determination and St

学校编码 :10384 分类号密级 学号 : UDC 硕士学位论文 大学生学习自我决定与学习投入的关系研究 The Research on Relationship between Undergraduate Study Self-determination and St 学校编码 :10384 分类号密级 学号 :25720081151851 UDC 硕士学位论文 大学生学习自我决定与学习投入的关系研究 The Research on Relationship between Undergraduate Study Self-determination and Study Engagement 叶晓云 指导教师姓名 : 杨莉讲师 专 业名称 : 发展与教育心理学 论文提交日期

More information

- 2 -

- 2 - 2002 11 10384 9915064 UDC Money Trapping By the Listed Companies and Its Prevention MBA 2002 11 2002 12 2002 - 2 - Abstract In the first place, this paper defines the conduct of some listed companies which

More information

2002 II

2002 II 10384 B9901001 UDC A Grammatical Study Of Wanrong Dialect 2OO2 I 2002 II III Abstract The thesis is intended to make a more systematic study of the grammar on Wanrong dialect, which is distributed in the

More information

( ) ( ) ATPase 1 ATPase ATPase 30 20 30 2 ATPase -. 3 MDA O 2 30 20 30 MDA 40 SOD MDA 0-10 0-30 10 3 0 SOD 0-10 10 4 NaCl 0-10 0-20 MDA Comparative Studies on Plasma Membrane Function of Salt-secreting

More information

Abstract / / B-ISDN ATM Crossbar Batcher banyan N DPA Modelsim Verilog Synopsys Design Analyzer Modelsim FPGA ISE FPGA ATM ii

Abstract / / B-ISDN ATM Crossbar Batcher banyan N DPA Modelsim Verilog Synopsys Design Analyzer Modelsim FPGA ISE FPGA ATM ii 10384 200024024 UDC 2003 5 2003 6 2003 2003 5 i Abstract / / B-ISDN ATM Crossbar Batcher banyan N DPA Modelsim Verilog Synopsys Design Analyzer Modelsim FPGA ISE FPGA ATM ii System On-Chip Design and Performance

More information

J. D. 17 Daniel J. Elazar, American Federalism: A View From the States (New York: Happer & Row, Publishers, 1984), p

J. D. 17 Daniel J. Elazar, American Federalism: A View From the States (New York: Happer & Row, Publishers, 1984), p 20 20 70 80 1 20 90 20 90 J. D. 17 Daniel J. Elazar, American Federalism: A View From the States (New York: Happer & Row, Publishers, 1984), p.41-42. 2 19 1985 80 Gerald D. Nash, State and Local Governments,

More information

µ γ α γ α µ α µ γ Ig/Ig-TCIC 1 immune immunity immunis 10 998~1022 19 Edward Jenner Jenner Louis Pasteur 1880 Elie I.I. Metchnikoff (1883), P.P.Emile Roux A.E.J.Yersin (1888) Emil A. Von Behring Pfeiffer

More information

UDC Design and Application of Intrusion Detection System Based on Snort 2009 12 Snort Snort Apriori Snort Apriori Microsoft Visual Studio 2008 C# Snort Snort Snort Snort Snort Apriori Snort Snort Apriori

More information

厦门大学博硕士论文摘要库

厦门大学博硕士论文摘要库 10384 B200009005 UDC 2003 4 2003 2003 2003 4 20 80 20 80 80 Abstract The historical-cost position of foreign direct investment in the United States (FDIUS) accounts for the largest share of world FDI outward

More information

学校编码 :10384 学号 :X 硕士学位论文 某高校试卷印刷管理系统的设计与实现 Design and Implementation of Examination Paper Printing Management Information System in Certain

学校编码 :10384 学号 :X 硕士学位论文 某高校试卷印刷管理系统的设计与实现 Design and Implementation of Examination Paper Printing Management Information System in Certain 学校编码 :10384 学号 :X2011230117 硕士学位论文 某高校试卷印刷管理系统的设计与实现 Design and Implementation of Examination Paper Printing Management Information System in Certain University 余立军 指导教师 : 夏侯建兵 专业名称 : 工程硕士 ( 软件工程 ) 答辩日期

More information

1

1 10384 199819007UDC 2 0 0 2 4 2 0 0 2 6 2 0 0 2 2 0 0 2 6 1 2 1 1992 1 3 1 1 1 3 6 6 22 25 26 4 145 78 42 113 o 31 36 113 o 35 43 22 o 06 39 22 o 13 06 2.5 2 25.66 8.61 6.54 7.56 2.95 2 40000 32500 32500

More information

100Mbps 100Mbps 1000Mbps 100Mbps 1000Mbps 100Mbps 100Mbps PD LXT Mbps 100Mbps 100Mbps 1

100Mbps 100Mbps 1000Mbps 100Mbps 1000Mbps 100Mbps 100Mbps PD LXT Mbps 100Mbps 100Mbps 1 1 3 6 6 7 100BASE-FX 10 100Mbps 13 13 21143-PD 14 LXT970 20 Serial ROM 24 Boot ROM 24 Agilent 25 100Mbps 27 27 37 100Mbps 45 50 54 55 100Mbps 100Mbps 1000Mbps 100Mbps 1000Mbps 100Mbps 100Mbps 21143-PD

More information

A study on the Animal Husbandry Economy in the Tang Dynasty and the Five Dynasties 厦门大学博硕士论文摘要库

A study on the Animal Husbandry Economy in the Tang Dynasty and the Five Dynasties 厦门大学博硕士论文摘要库 A study on the Animal Husbandry Economy in the Tang Dynasty and the Five Dynasties 10384 B200102007 UDC A study on the Animal Husbandry Economy in the Tang Dynasty and the Five Dynasties 2004 7 2004 8

More information

学校编码 :10384 分类号密级学号 : UDC 硕士学位论文 基于通用 CPU 的 GPRS 核心网的设计与实现 The Design and Implementation of GPRS System Core Network based on the Generi

学校编码 :10384 分类号密级学号 : UDC 硕士学位论文 基于通用 CPU 的 GPRS 核心网的设计与实现 The Design and Implementation of GPRS System Core Network based on the Generi 学校编码 :10384 分类号密级学号 :23020091152754 UDC 硕士学位论文 基于通用 CPU 的 GPRS 核心网的设计与实现 The Design and Implementation of GPRS System Core Network based on the Generic CPU 刘敬盼 指导教师姓名 : 黄联芬副教授专业名称 : 计算机应用技术论文提交日期 :2012

More information

学校编码 :10384 分类号密级 学号 :X UDC 工程硕士学位论文 高职院校图像文件管理系统的分析与设计 Analysis and Design of Image Management System for Higher Vocational Colleges 李润 指导教

学校编码 :10384 分类号密级 学号 :X UDC 工程硕士学位论文 高职院校图像文件管理系统的分析与设计 Analysis and Design of Image Management System for Higher Vocational Colleges 李润 指导教 学校编码 :10384 分类号密级 学号 :X2012230270 UDC 工程硕士学位论文 高职院校图像文件管理系统的分析与设计 Analysis and Design of Image Management System for Higher Vocational Colleges 李润 指导教师 : 专业名称 : 论文提交日期 : 论文答辩日期 : 陈海山教授 软件工程 2014 年 3 月

More information

基于.Net的门禁管理系统的设计与实现阿巴白克力.赛买提指导教师林坤辉教授厦门大学厦门大学博硕士论文摘要库

基于.Net的门禁管理系统的设计与实现阿巴白克力.赛买提指导教师林坤辉教授厦门大学厦门大学博硕士论文摘要库 基于.Net的门禁管理系统的设计与实现阿巴白克力.赛买提指导教师林坤辉教授厦门大学 学校编码 :10384 分类号 密级 学号 :X2012230489 UDC 工程硕士学位论文 基于.Net 的门禁管理系统的设计与实现 Design and Implementation of Access Control Management System Based on.net 阿巴白克力 赛买提 指导教师

More information

学校编码 :10384 分类号密级 学号 :X2008230018 UDC 硕士学位论文 基于 802.1X 身份认证系统的高校校园网络 研究与设计 The Research and Design of Campus Network Identification Authentication System Based on 802. 1X 黄光前 指导教师姓名 : 董槐林教授 专业名称 : 软件工程

More information

Abstract 厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成 果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究 生学术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组

Abstract 厦门大学学位论文原创性声明 本人呈交的学位论文是本人在导师指导下, 独立完成的研究成 果 本人在论文写作中参考其他个人或集体已经发表的研究成果, 均在文中以适当方式明确标明, 并符合法律规范和 厦门大学研究 生学术活动规范 ( 试行 ) 另外, 该学位论文为 ( ) 课题 ( 组 学校编码 :10384 分类号密级 学号 :X2012231156 UDC 工程硕士学位论文 在职研究生培养过程跟踪系统的设计与实现 Design and Implementation of Tracking System for Part-time Postgraduates' Training Process 麻琳健 指导教师姓名 : 董槐林教授 专业名称 : 软件工程 论文提交日期 : 论文答辩日期

More information

Kluyveromyces sp. Y-85 Saccharomyces cerevisiae E-15, E g/100ml Y-85 E-15 DNA Y YEPD MM E E-15 Y-85 Y-85 12h E h 0.1%ED

Kluyveromyces sp. Y-85 Saccharomyces cerevisiae E-15, E g/100ml Y-85 E-15 DNA Y YEPD MM E E-15 Y-85 Y-85 12h E h 0.1%ED 10384 9626012 UDC 1999 7 1999 7 16 1999 1999 7 1 Kluyveromyces sp. Y-85 Saccharomyces cerevisiae E-15, E-15 10 2.98g/100ml Y-85 E-15 DNA Y-85 45 YEPD MM E-15 45 30 E-15 Y-85 Y-85 12h E-15 10 h 0.1%EDTA-,

More information

学校编码 :10384 学号 :X 硕士学位论文 电子产品制造业新产品导入项目管理应用研究 The Application Research of Project Management in New Product Introduction in Electronic Manuf

学校编码 :10384 学号 :X 硕士学位论文 电子产品制造业新产品导入项目管理应用研究 The Application Research of Project Management in New Product Introduction in Electronic Manuf 学校编码 :10384 学号 :X2006153009 硕士学位论文 电子产品制造业新产品导入项目管理应用研究 The Application Research of Project Management in New Product Introduction in Electronic Manufacturing 李玲 指导教师 : 孟力 专业名称 : 项目管理 答辩日期 :2009 年 5 月

More information

UDC The Establishment of Fractional BSDE : : : : : 厦门大学博硕士论文摘要库

UDC The Establishment of Fractional BSDE : : : : : 厦门大学博硕士论文摘要库 10384 19020071152070 UDC The Establishment of Fractional BSDE : : : 2010 4 : 2010 5 : 2010 6 2010 4 1. 2. 1973 1990 Pardoux. Duffie Epstein ( ) Feynman-Kac Navier-Stokes El Karoui Quenez ( )... - i Abstract

More information

Microsoft Word - 103-4 記錄附件

Microsoft Word - 103-4 記錄附件 國 立 虎 尾 技 大 103 年 度 第 4 次 教 務 會 議 記 錄 附 件 中 華 民 國 104 年 6 月 16 日 受 文 者 : 國 立 虎 尾 技 大 發 文 日 期 : 中 華 民 國 104 年 5 月 28 日 發 文 字 號 : 臺 教 技 ( 二 ) 字 第 1040058590 號 速 別 : 最 速 件 密 等 及 解 密 條 件 或 保 密 期 限 : 附 件 :

More information

3G 时代A 省移动公司全业务竞争战略研究吴鹏晖指导老师:孟林明副教授厦门大学学校编码 :10384 分类号密级 学号 :X2005155040 硕士学位论文 UDC 3G 时代 A 省移动公司全业务竞争战略研究 The Full-service competitive stratagem research for A Mobile in 3G age 吴鹏晖 指导教师姓名 : 孟林明 副教授 专业名称

More information

X MGC X 22 X 23 X MGC X BALB/c 26 X MGC X MGC X MGC X..

X MGC X 22 X 23 X MGC X BALB/c 26 X MGC X MGC X MGC X.. 1 0 3 8 4 9726023 UDC X MGC80-3 2000 7 2000 7 2000 7 2000 6 22.3.4...11..11 12 13 15 15 20 20 X MGC80-3. 22 X 22 X 23 X MGC80-3.23 X BALB/c 26 X MGC80-3.27 X MGC80-3 28 29 29 30 31 32 33 X MGC80-3 34 X..34.35.36

More information

厦门大学博硕士论文摘要库 基于二维码的工具设备管理系统设计与实现 曾 泽 昕 指导教师 林坤辉 教授 厦门大学

厦门大学博硕士论文摘要库 基于二维码的工具设备管理系统设计与实现 曾 泽 昕 指导教师 林坤辉 教授 厦门大学 基于二维码的工具设备管理系统设计与实现 曾 泽 昕 指导教师 林坤辉 教授 厦门大学 学校编码 :10384 分类号密级 学号 :X2013230235 UDC 工程 硕士学位论文 基于二维码的工具设备管理系统 设计与实现 Design and Implementation of Tool Management System Based on Two Dimensional Code 指导教师 :

More information