II

Size: px
Start display at page:

Download "II"

Transcription

1

2 II

3

4

5 摘要 随着国家信息技术的发展, 计算机技术和互联网技术极大的改变了人们的生活方式 用户在享用信息化带来的工作效率提升的同时, 也伴随着个人信息被盗用, 个人隐私被泄露的风险 特别是在云计算平台中, 由于设备的多样性, 服务 的公共性以及用户群体的复杂性, 很难实现用户数据的安全与隐私保护 云计算的安全风险大多都源自身份认证过程中的安全漏洞 现代数字身份认 证手段存在易复制 被盗取等诸多问题 目前, 常用的解决方案是采用基于生物特征的身份认证技术 而指纹作为目前最常用的生物特征, 具有易采集 难伪造的优点, 被广泛应用于现代身份认证中 目前的指纹识别算法过程中都要存储用户指纹模板信息, 模板信息泄露问题将是指纹识别算法所面临的最大障碍 目前, 基于指纹识别的算法存在指纹模板泄露的问题, 指纹和传统密钥相结合的间接指纹认证方法越来越受到重视 一般地, 基于这种指纹认证的研究分为三种模式 :1) 密钥释放模式 ;2) 密钥绑定模式 ;3) 密钥生成模式 密钥释放模式使用传统认证技术来保护指纹模板信息, 将指纹认证作为总体认证中的一部分, 形成一种多因素认证方式 密钥绑定模式是将生物特征作为解锁传统认证的钥匙, 系统本身不存储生物模板信息 密钥生成模式是从生物特征随机信号中直接提取一个生物特征密钥用于高度的安全认证中 本文的主要研究内容和成果如下 : 1. 本文在研究云安全问题的基础之上, 针对当前基于指纹识别的身份认证 技术进行探索, 论述了当前指纹识别算法的优缺点 分析了生物特征模板安全问 题 生物特征密钥产生问题以及如何将传统密钥和生物特征融合等问题 2. 本文在前人的研究基础之上, 结合传统认证技术 基于模糊金库理论的 指纹密码域技术提出一种基于指纹特征点分类的模糊金库方案, 并从理论分析与实验测试两个方面论证了这种认证方案的安全性与可行性 3. 本文将该方案结合 USBKEY 认证技术形成一种间接指纹认证方案, 并将其应用到云系统中, 作者参与了系统原型的设计与开发 系统原型的运行结果表明, 该方案的效率和安全性可以满足实际应用的需求 关键字 : 云安全 ; 指纹认证 ; 指纹密码域技术 ; 间接认证方法 I

6 II

7 Abstract With the development of information technology, information security has become an assignable problem in information systems, especially in the cloud computing system. The cloud computing offers dynamically scalable online resources provisioned as a service over the Internet cheaply. However, the security challenges it poses are equally striking. The reliable user authentication techniques are required to combat the rising security threat in cloud communications. The traditional digital authentication is weak for the easiness to copy and reuse. With the development of biometric technology, it is considered to be one of the best solutions for the problems faced by the traditional identity authentication technology. Fingerprint authentication is one of the popular and effective approaches to allow the only authorized users to access the cryptographic keys. However, the recognition speed and the recognition rate are difficult to co-exist. In addition, the traditional biometric authentication technology has the problem of leaking biometric feature template which is hard to rebuild. Based on the fingerprint template leakage problem in the fingerprint identification, the indirect authentication method using the combination of fingerprint and the traditional key is paid more and more attention. Biometric crypto-systems can operate in one of the following three modes: 1) key release mode; 2) key binding mode; 3) key generation mode. In the key release mode, the key is released only if the biometric matching is successful, which forms a multifactor authentication scheme. However, the biometric template is not secure in this scheme, and the stolen templates cannot be revoked. In the key binding mode, the biological characteristics are as the lock of the traditional authentication, the key and the template are bound within a cryptographic framework, and the system itself does not store the template information, which is called Biometric Encryption Technology. In the key generation mode, the key is derived directly from the biometric data and is not stored in the feature database. The main contributions of this paper are summarized as follows: 1. In this paper, we discuss the today s status of the identification technology based on fingerprint in Cloud Computing System, and analyze the advantages and III

8 disadvantages of the various recognition algorithms. Through the experiment, we can observe the efficiency and coexistence problem in time and recognition rate. 2. In this paper, we make research on the biometric encryption technology. To overcome the mentioned shortcomings, Fuzzy Vault Scheme Based on Classification of Fingerprint Features Scheme is proposed. At last, a comprehensive and detailed security analysis of the proposed scheme in cloud computing is provided. 3. In this paper, we apply this secure scheme to the cloud system combing with USBKEY technology, an indirect fingerprint authentication scheme is realized. The author participated in the design and development of the prototype system. The operation results of the system show that the efficiency and the security of the scheme can meet the needs of practical applications. Key Words: Cloud Computing Security; Fingerprint Authentication; Biometric Encryption Technology; Indirect Authentication Method IV

9 目录 摘要... I Abstract... III 目录... V Table of Contents... VII 第一章绪论 研究背景和意义 云计算安全挑战 生物特征模板安全 国内外研究进展 本文研究内容和结构安排... 6 第二章指纹密码域技术 指纹特征模板安全研究现状 多因素认证方法 模板形变技术方法 基于指纹密码域技术的方法 生物特征密钥产生技术 生物特征密钥产生问题 安全模型与模糊提取器 生物特征密钥产生的复杂性 基于模糊金库算法的指纹密码域技术 模糊金库算法 基于指纹特征的模糊金库方案 第三章基于 CFM-FV 方案的间接认证方法 基于指纹的间接认证方法分析 基于指纹特征点分类的模糊金库方案 基于模糊金库理论的集成方案 基于指纹特征点分类的模糊金库方案 基于 CFM-FV 方案的间接认证方法 V

10 3.3.1 基于指纹的间接认证方法实现 安全性分析 第四章间接指纹认证方法在云系统中的应用 安全云系统设计思路和整体结构 设计思路 整体结构 基于 CFM-FV 的智能指纹 USBKEY 智能指纹 USBKEY 整体结构 IFAM-KEY 注册 IFAM-KEY 验证 基于 IFAM-KEY 的间接认证实现 新型方案在云系统中应用的实现 PKG 端 IFAM-KEY 客户端 云系统认证端 第五章总结与展望 本文总结 工作展望 参考文献 攻读硕士学位期间发表的学术论文 致谢 VI

11 Table of Contents Abstract in Chinese... I Abstract in English... III Contents in Chinese... V Table of Contents... VII Chapter 1 Introduction BackGround and Motivation The Challenge of Cloud Security Biometric Template Security Research Progress Structural Arrangements... 6 Chapter 2 The Biometric Encryption Technology Research Status of Fingerprint Template Multi-fector Authentication Method The Template Deformation Technology Biometric Encryption Technology Biometric Key Generation Technology The Problem of Biometric Key Generation Secure Sketch and Secure Extractor The Difficulty of Biometric Key Generation The Biometric Encryption Technology Based on Fuzzy Vault Fuzzy Vault The Fuzzy Vault Based on Fingerprint Chapter 3 An Indirect Authentication Method based on CFM-FV The Analysis of Indirect Authentication based on Fingerprint Fuzzy Vault Scheme based on Classification of Fingerprint Features The Integration based on Biometric Encryption Technology CFM-FV Scheme An Indirect Authentication Method based on CFM-FV The Realization of IAM based on Fingerprint The Analysis of Scheme Security Chapter 4 The IFAM Used in Cloud Computing System VII

12 4.1 The Design and Overall Architecture of Secure Cloud System The Disign of Secure Cloud Computing The Overall Architecture The Intelligent Fingerprint USBKEY Based on CFM-FV The Overall Architecture of Intelligent USBKEY IFAM-KEY Registration IFAM-KEY Verification An Indirect Authentication Method Based on IFAM-KEY The IFAM Used in Cloud Computing System PKG Registration IFAM-KEY Client Cloud Computing System Authentication Chapter 5 Conclusions and Prospects The Conclusions The Prospects References Published Papers in the Master Time Acknowledgments VIII

13 第一章绪论 第一章绪论 当今信息化时代里, 互联网已经深入现实生活, 越来越多的产业依赖于电子 和信息技术的发展, 但同时也产生了一系列的信息安全问题 随着 Internet 的广 泛普及 网络系统的开放性和广泛性, 信息资源的共享度越来越高, 从而涌现出 大量的黑客, 使得操作系统和计算机的安全漏洞越来越多 随着网络安全系统攻 击手段的多样性和易变性, 信息安全问题越来越受到当今社会的重视 身份认证是对网络访问者的合法性的确认, 是整个信息安全体系的基础 身 份认证中, 用户的合法身份信息是用一系列特定的数据来表示, 计算机识别用户 的数字身份, 进而对用户身份认证与授权 信息系统在认证用户成功之后, 根据 不同用户设置访问权限, 进行系统资源的访问与使用 因此, 在开放的网络中, 有效和安全的身份认证技术是信息安全问题得以解决的关键 1.1 研究背景和意义 云计算安全挑战 随着信息技术的迅速发展, 计算机技术和互联网技术极大的改变了人们的生 活方式 基于互联网技术的激烈竞争, 多数企业采用以数据中心为业务运营平台 [1] 的信息服务模式, 而此模式的运行会引起数据中心的过度复杂 ; 此时, 云计算 (Cloud Computing) 应运而生 云计算代表 IT 领域向规范化 规模化 集约化 道路发展的趋势, 正引领 IT 领域发生深刻的变革 云计算是一种基于网络的超计算模式, 它利用高速网络把数据的处理过程从 个人计算机或服务器转移到网络中的服务器集群中, 运算能力非常惊人 云计算 是由网格计算 分布式计算 并行计算 网络存储 虚拟化 负载均衡等技术相 互融合的产物, 借助软件即服务 (SaaS) 平台即服务 (PaaS) 基础设施即服务 (IaaS) 的商业模式, 向用户提供 面向服务 的技术服务, 使得用户共享云计 算模式下的超强分布式计算能力 云计算已经不是一个新的技术概念, 随着 Google 公司的应用程序引擎 [2] (Google App Engine) IBM 的蓝云 (Blue Cloud) [3] 亚马逊的 AWS [4] 以及原 Sun 公司的云基础设施平台 [5] (IAAS) 等为代表的云 计算服务已经开始大规模的使用, 越来越多的公司开始将自己的应用部署到第三 1

14 间接指纹认证方法及其在云系统中的应用 方云计算平台上 主流的云计算服务提供商处于利益的考虑, 不愿将公司的云计算技术开源化, 然而 Apache 基金会开发的开源云计算平台 Hadoop [6], 为众多公司 研究机构等使用 目前绝大多数的云计算平台都是基于 Hadoop 平台进行的二次开发 云计算在现实生活中已经得到了应用, 它以灵活的服务提供给用户, 是信息 科学领域的重大变革 但云计算给人们带来方便的同时, 也隐藏着很多安全漏洞 : 首先, 由于云计算系统的复杂性以及用户群体的不固定性, 基础设施的条件不一 导致用户数据无法安全存储 ; 其次, 云计算安全领域中尚未制定一系列的安全标准 ; 最后, 现有的身份认证技术和传统密码学技术针对安全领域的复杂性, 难以形成一种基于可信云计算的云安全解决方案 在当今云计算环境下, 如何确保云系统安全, 将是云计算面临的挑战性问题 云系统中的身份认证与访问控制机制是云计算安全体系技术框架 [7] 的基础, 通过身份认证机制可以防止网络上的不法分子冒充并伪装合法用户, 从而可以防止用户私密信息被窃取 破坏或者被篡改 信息化时代的特征就是身份的数字化和隐性化, 如何在网络中鉴别用户的身份, 保证系统信息的安全性, 是当今信息化时代要解决的一个关键问题 传统的身份认证如最常用的口令认证技术, 是一种单因素认证技术, 其安全性依赖于口令, 而口令容易忘记和丢失 常用的基于智能卡或者令牌的方式是一种双因素认证方式, 物理硬件和用户识别码其一被窃取, 用户都将无法被识别, 但随着硬件技术的发展, 智能卡或者硬件令牌被伪造或篡改的可能性越来越大 在这种情况下, 各种各样的人类固有的生物特征逐渐被认知到, 基于生物特征的 认证技术越来越受到国家和科研机构的重视 但随着生物特征识别系统和技术的 不断深入, 生物特征识别技术也逐渐暴露其本身所固有的问题, 比如生物特征模板丢失和泄露问题 这些问题都是阻碍生物特征技术进一步发展的瓶颈 如何解决生物特征本身所固有的问题, 并将基于生物特征的身份认证技术应用到云系统中, 确保云系统的安全性将是本文研究的重点内容 生物特征模板安全 2

15 第一章绪论 生物特征识别技术是一门使用人个体本身固有的生物特征作为认证凭证的 技术 生物特征识别技术使得生物特征和个体本身唯一的关联在一起, 体现出传 [8] 统身份认证方案所不具有的优势 随着如今提取生物特征的硬件设备的发展, 其技术近年来越来越受关注, 其应用已经深入到生活的各个领域中 生物特征识 别技术, 是一种根据人的独特的生物特征进行身份鉴别的技术 它是一种可以通 过声音 面貌 指纹等特征辨认出一个具体的人的识别过程 理想的生物特征应 该具有以下特征 : 普遍性, 所有人都有的生物特征 ; 独特性, 每个人的生物特征 都不同 ; 稳定性, 理想状态下, 生物特征在任何状态下都是不变的 ; 易采集性, 一定条件下, 该生物特征可被准确采集 其次, 还要考虑影响某一生物特征被采 集的准确性和运算速率, 抵抗外界干扰因素的能力以及系统成本等问题 指纹识别是一种古老的生物特征识别技术, 指纹是指人的手指末端皮肤上 凸凹不平的纹线, 纹线包括起点 终点 分叉点等 指纹识别造价低, 易于采集, 在目前的生物特征识别市场中占有一半以上的份额 由于指纹的稳定性 唯一性 易采集性以及模板存储容量小等特性, 能够满足实时在线的应用需求, 所以本文 选取指纹作为生物特征识别因素 然而, 使用生物特征直接作为传统密钥, 或者从中提取唯一特征数据作为密 钥都存在很多安全问题 与传统身份认证不同, 生物特征的永久不变特性, 使得 生物特征的泄露将导致该生物特征永远无法再继续使用 在开放的网络环境下, 如果服务器端存储的注册用户的生物特征模板遭黑客攻击, 那么将导致整个生物 特征识别系统就有可能完全暴露在黑客的攻击范围之内, 从而是用户身份的安全 性和隐私性受到致命的威胁 生物特征模板除了在存储上存在安全隐患, 在传输 的过程中也会遭到像传统认证过程中同样的攻击隐患 : 1. 假冒攻击 : 通过向服务器提供伪造的生物特征来欺骗生物特征采集设备, 非法获取授权用户凭证, 达到攻击信息系统的目的 2. 重放攻击 : 在开放网络环境中, 通过截获传输和传递的指纹特征信息, 再 将这些特征信息在同一时间范围内重放到信道中去, 伪装合法用户 3. 特征模板攻击 : 修改存储在数据库端的生物特征模板达到攻击的目的 4. 篡改生物特征攻击 : 在特征提取和模式匹配的传输阶段, 使用伪造特征取 代采集器提取的初始特征 3

16 间接指纹认证方法及其在云系统中的应用 传统的基于生物特征的识别系统到面临着保存指纹特征模板信息的安全隐 患和并是当今的科研难题 传统的生物特征识别系统在识别精度和速度上都已经 完全可以达到实用的要求, 目前研究的难点是如何解决生物特征模板的安全存储 问题 基于指纹的间接认证方法是目前研究的热点话题, 如何将密钥和模板有机 地融合在一起, 实现一种基于指纹的间接认证方案, 使两者都不容易受到攻击, 从而达到保护生物特征识别系统的目的, 此问题将是本文关注和研究的重点问题 1.2 国内外研究进展 如何将基于生物特征的身份认证技术应用到云系统, 确保云系统的安全性, 将是近年来基于生物特征身份认证领域研究的重点问题 国内外研究人员对指纹 匹配算法的研究都比较成熟, 取得了很多研究成果 在国外,Lin Hong [9] 等人在 美国密歇根州立大学长期从事相关研究, 在早期提出一些具有开创性的算法思想 ; 在国内, 中国科学院的 Fingerpass 生物特征识别研究组在理论研究方面取得了很 多研究成果, 在国内处于领先地位 本文将从目前如下三种基于指纹认证的研究 领域进行分析 目前, 研究最多的指纹匹配算法是基于指纹特征点的点模式匹配算法 指纹 特征点的点模式匹配算法分为局部匹配算法和全局匹配算法 其中, 局部匹配算 法关注特征点的局部结构, 通过查找相似的特征点邻域结构来判断两枚指纹的匹 配度, 全局匹配算法的思想是找到一组合适的偏移量, 调整整个特征点的集合 Rosenfeld 等人 [10] 提出一种参照变换方法, 首先该算法选择一对相似度最大 的点值对最为匹配参考点, 并以此点对作为基准特征点进行匹配, 其次根据相似 变换计算的结果来配准查询的指纹图像, 最终根据配准点数和相似度给出匹配结 果 该算法的计算量大, 处理速度慢 Ratha 和 Stockman 等人 [11] 利用了 Hough 变 换的思想, 通过微特征点的局部结构将匹配计算变为对 Hough 空间的峰值检测 问题 该算法对特征点的数量比较敏感 ( 至少 30 个特征点 ), 导致算法的可靠度 [12] 急剧下降 尹等人 提出了一种基于 Delaunay 三角化的指纹匹配算法, 按照 DT 划分方法将邻近的 3 个特征点构成三角形矢量, 通过搜索相似的特征结构进 [13] 而进行匹配度计算 郑等人 提出特征一种基于中心特征点的匹配算法, 该算 法在计算速度上较快, 该方法中使用指纹的中心特征点对指纹的特征点进行过滤 4

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.

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 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

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

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

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

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

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

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

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

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

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

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

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 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

.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

% 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

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 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

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

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

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

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

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

More information

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

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

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

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

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

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

:

: 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

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

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

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

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

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

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

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

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

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

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

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

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

:

: 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

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

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

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

( ) ( ) 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

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 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

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

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

- 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

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

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

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

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

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

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

University of Science and Technology of China A dissertation for master s degree Research of e-learning style for public servants under the context of

University of Science and Technology of China A dissertation for master s degree Research of e-learning style for public servants under the context of 中 国 科 学 技 术 大 学 硕 士 学 位 论 文 新 媒 体 环 境 下 公 务 员 在 线 培 训 模 式 研 究 作 者 姓 名 : 学 科 专 业 : 导 师 姓 名 : 完 成 时 间 : 潘 琳 数 字 媒 体 周 荣 庭 教 授 二 一 二 年 五 月 University of Science and Technology of China A dissertation for

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

µ γ α γ α µ α µ γ 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

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

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

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

F4

F4 DOI:10.3969/j.issn.1009-6868.2016.01.002 网 络 出 版 地 址 :http://www.cnki.net/kcms/detail/34.1228.tn.20151117.1506.006.html Challenges and Countermeasures of Network Space Security 周 延 森 /ZHOU Yansen 周 琳 娜

More information

Construction of Chinese pediatric standard database A Dissertation Submitted for the Master s Degree Candidate:linan Adviser:Prof. Han Xinmin Nanjing

Construction of Chinese pediatric standard database A Dissertation Submitted for the Master s Degree Candidate:linan Adviser:Prof. Han Xinmin Nanjing 密 级 : 公 开 学 号 :20081209 硕 士 学 位 论 文 中 医 儿 科 标 准 数 据 库 建 设 研 究 研 究 生 李 楠 指 导 教 师 学 科 专 业 所 在 学 院 毕 业 时 间 韩 新 民 教 授 中 医 儿 科 学 第 一 临 床 医 学 院 2011 年 06 月 Construction of Chinese pediatric standard database

More information

2.

2. 1 20 60 < > < > 2. 3 1 1.Davis,John Francis,"The Poetry of Chinese" Journal of The Royal Asiatic Society of Great Britian and Ireland 11(1830),(Translation of chapter 3 of the novel) 1830 1792 2.Tom Rorbert,"The

More information

Origination And Filmization: Research Of Relation Between The Modern Chinese Movie And literature 2005 7 21 I II Abstract Movie has been knotted with literature tightly since the day of naissance. The

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

1. 课 程 负 责 人 情 况 姓 名 蒋 效 宇 性 别 男 出 生 年 月 基 本 信 息 最 终 学 历 研 究 生 职 称 副 教 授 电 话 学 位 博 士 职 务 无 传 真 研 究 方 向 MIS 系 统 整 合 电 子

1. 课 程 负 责 人 情 况 姓 名 蒋 效 宇 性 别 男 出 生 年 月 基 本 信 息 最 终 学 历 研 究 生 职 称 副 教 授 电 话 学 位 博 士 职 务 无 传 真 研 究 方 向 MIS 系 统 整 合 电 子 北 京 服 装 学 院 精 品 课 程 建 设 立 项 申 报 表 课 程 名 称 管 理 信 息 系 统 所 属 部 门 商 学 院 课 程 类 型 理 论 课 ( 不 含 实 践 ) 理 论 课 ( 含 实 践 ) 实 验 ( 践 ) 课 所 属 一 级 学 科 名 称 所 属 二 级 学 科 名 称 课 程 负 责 人 管 理 科 学 与 工 程 管 理 信 息 系 统 蒋 效 宇 申 报 日

More information

39898.indb

39898.indb 1988 4 1998 12 1990 5 40 70.................................................. 40.............................................................. 70..............................................................

More information

穨ecr2_c.PDF

穨ecr2_c.PDF i ii iii iv v vi vii viii 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 26 27 2 28 29 30 31 32 33 34 35 36 37 38 39 40 3 4 41 42 43 5 44 45 46 6 47 48 49 50 51 52 1 53 2 54 55 3 56

More information

電腦相關罪行跨部門工作小組-報告書

電腦相關罪行跨部門工作小組-報告書 - ii - - iii - - iv - - v - - vi - - vii - - viii - (1) 2.1 (2) (3) 13.6 (4) 1.6 (5) 21 (6) (7) 210 (8) (9) (10) (11) ( ) ( 12) 20 60 16 (13) ( ) (

More information

i

i i ii iii iv v vi vii viii ===== 1 2 3 4 5 6 7 8 9 10 ==== 11 12 13 14 15 16 17 18 19 ==== ==== 20 .. ===== ===== ===== ===== ===== ======.. 21 22 ===== ===== ===== ===== 23 24 25 26 27 28 29 ==== ====

More information

发展党员工作手册

发展党员工作手册 发 展 党 员 工 作 问 答 目 录 一 总 论...9 1. 发 展 党 员 工 作 的 方 针 是 什 么? 如 何 正 确 理 解 这 个 方 针?... 9 2. 为 什 么 强 调 发 展 党 员 必 须 保 证 质 量?... 9 3. 如 何 做 到 慎 重 发 展?... 10 4. 如 何 处 理 好 发 展 党 员 工 作 中 的 重 点 与 一 般 的 关 系?...11 5.

More information

i

i 9 1 2 3 4 i 5 6 ii iii iv v vi vii viii 1 1 1 2 3 4 2 5 6 2 3 2.10 ( 2.11 ) ( 2.11 ) ( 2.9 ) 7 8 9 3 10 5% 2% 4 11 93% (2001 02 2003 04 ) ( ) 2,490 (100%) 5 12 25% (2.57% 25%) 6 (2001 02 2003 04 ) 13 100%

More information

Research on the Mycorrhizal Community of Pinus Massoniana Lamb in Wuyishan Nature Reserve Abstract Mycorrhizae is the symbiosisal body of fugus and bo

Research on the Mycorrhizal Community of Pinus Massoniana Lamb in Wuyishan Nature Reserve Abstract Mycorrhizae is the symbiosisal body of fugus and bo (pinus massoniana Lamb) 27 o 33. o 54, 117 o 27 117 o 51 1 Research on the Mycorrhizal Community of Pinus Massoniana Lamb in Wuyishan Nature Reserve Abstract Mycorrhizae is the symbiosisal body of fugus

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

untitled

untitled LBS Research and Application of Location Information Management Technology in LBS TP319 10290 UDC LBS Research and Application of Location Information Management Technology in LBS , LBS PDA LBS

More information

Microsoft Word - 24217010311110028谢雯雯.doc

Microsoft Word - 24217010311110028谢雯雯.doc HUAZHONG AGRICULTURAL UNIVERSITY 硕 士 学 位 论 文 MASTER S DEGREE DISSERTATION 80 后 女 硕 士 生 择 偶 现 状 以 武 汉 市 七 所 高 校 为 例 POST-80S FEMALE POSTGRADUATE MATE SELECTION STATUS STUDY TAKE WUHAN SEVEN UNIVERSITIES

More information

35期

35期 中 国 农 学 通 报 2013,29(35):391-395 Chinese Agricultural Science Bulletin 基 于 数 字 图 书 馆 的 农 业 移 动 信 息 服 务 集 成 模 式 究 赵 丹 丹, 钱 金 良, 杨 娜, 孙 玲, 李 山 云, 王 家 银 ( 云 南 省 农 业 科 学 院 农 业 经 济 信 息 究 所, 昆 明 650205) 摘 要 :

More information

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

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

Mechanical Science and Technology for Aerospace Engineering October Vol No. 10 Web SaaS B /S Web2. 0 Web2. 0 TP315 A

Mechanical Science and Technology for Aerospace Engineering October Vol No. 10 Web SaaS B /S Web2. 0 Web2. 0 TP315 A 2012 10 31 10 Mechanical Science and Technology for Aerospace Engineering October Vol. 31 2012 No. 10 Web2. 0 400030 SaaS B /S Web2. 0 Web2. 0 TP315 A 1003-8728 2012 10-1638-06 Design and Implementation

More information

, : III

, : III 河北师范大学硕士学位论文石家庄公共卫生间设计研究姓名 : 武秀娥申请学位级别 : 硕士专业 : 美术学指导教师 : 张爱民 20100406 , : III Abstract Rapid economic development for the city's construction and development, cities around the country to the city in

More information

Microsoft Word - 专论综述1.doc

Microsoft Word - 专论综述1.doc 2016 年 第 25 卷 第 期 http://www.c-s-a.org.cn 计 算 机 系 统 应 用 1 基 于 节 点 融 合 分 层 法 的 电 网 并 行 拓 扑 分 析 王 惠 中 1,2, 赵 燕 魏 1,2, 詹 克 非 1, 朱 宏 毅 1 ( 兰 州 理 工 大 学 电 气 工 程 与 信 息 工 程 学 院, 兰 州 730050) 2 ( 甘 肃 省 工 业 过 程 先

More information

A dissertation for Master s degree Metro Indoor Coverage Systems Analysis And Design Author s Name: Sheng Hailiang speciality: Supervisor:Prof.Li Hui,

A dissertation for Master s degree Metro Indoor Coverage Systems Analysis And Design Author s Name: Sheng Hailiang speciality: Supervisor:Prof.Li Hui, 中 国 科 学 技 术 大 学 工 程 硕 士 学 位 论 文 地 铁 内 移 动 通 信 室 内 覆 盖 分 析 及 应 用 作 者 姓 名 : 学 科 专 业 : 盛 海 亮 电 子 与 通 信 导 师 姓 名 : 李 辉 副 教 授 赵 红 媛 高 工 完 成 时 间 : 二 八 年 三 月 十 日 University of Science and Technology of Ch A dissertation

More information

國立臺灣藝術大學

國立臺灣藝術大學 國 立 臺 灣 藝 術 大 學 藝 術 與 人 文 教 學 研 究 所 碩 士 學 位 論 文 本 論 文 獲 國 家 教 育 研 究 院 博 ( 碩 ) 士 論 文 研 究 獎 助 課 外 讀 物 對 於 國 小 低 年 級 國 語 科 教 科 書 輔 助 性 之 研 究 - 以 新 北 市 100 年 度 國 民 小 學 推 動 閱 讀 計 畫 優 良 圖 書 為 例 指 導 教 授 : 張 純

More information

509 (ii) (iii) (iv) (v) 200, , , , C 57

509 (ii) (iii) (iv) (v) 200, , , , C 57 59 (ii) (iii) (iv) (v) 500,000 500,000 59I 18 (ii) (iii) (iv) 200,000 56 509 (ii) (iii) (iv) (v) 200,000 200,000 200,000 500,000 57 43C 57 (ii) 60 90 14 5 50,000 43F 43C (ii) 282 24 40(1B) 24 40(1) 58

More information

榫 卯 是 什 麼? 何 時 開 始 應 用 於 建 築 中? 38 中 國 傳 統 建 築 的 屋 頂 有 哪 幾 種 形 式? 40 大 內 高 手 的 大 內 指 什 麼? 42 街 坊 四 鄰 的 坊 和 街 分 別 指 什 麼? 44 北 京 四 合 院 的 典 型 格 局 是 怎 樣 的

榫 卯 是 什 麼? 何 時 開 始 應 用 於 建 築 中? 38 中 國 傳 統 建 築 的 屋 頂 有 哪 幾 種 形 式? 40 大 內 高 手 的 大 內 指 什 麼? 42 街 坊 四 鄰 的 坊 和 街 分 別 指 什 麼? 44 北 京 四 合 院 的 典 型 格 局 是 怎 樣 的 目 錄 中 華 醫 藥 以 醫 術 救 人 為 何 被 稱 為 懸 壺 濟 世? 2 什 麼 樣 的 醫 生 才 能 被 稱 為 華 佗 再 世? 4 中 醫 如 何 從 臉 色 看 人 的 特 質? 6 中 醫 怎 樣 從 五 官 看 病? 8 中 醫 看 舌 頭 能 看 出 些 什 麼 來? 10 中 醫 真 的 能 靠 一 個 枕 頭, 三 根 指 頭 診 病 嗎? 12 切 脈 能 判 斷

More information

报 告 1: 郑 斌 教 授, 美 国 俄 克 拉 荷 马 大 学 医 学 图 像 特 征 分 析 与 癌 症 风 险 评 估 方 法 摘 要 : 准 确 的 评 估 癌 症 近 期 发 病 风 险 和 预 后 或 者 治 疗 效 果 是 发 展 和 建 立 精 准 医 学 的 一 个 重 要 前

报 告 1: 郑 斌 教 授, 美 国 俄 克 拉 荷 马 大 学 医 学 图 像 特 征 分 析 与 癌 症 风 险 评 估 方 法 摘 要 : 准 确 的 评 估 癌 症 近 期 发 病 风 险 和 预 后 或 者 治 疗 效 果 是 发 展 和 建 立 精 准 医 学 的 一 个 重 要 前 东 北 大 学 中 荷 生 物 医 学 与 信 息 工 程 学 院 2016 年 度 生 物 医 学 与 信 息 工 程 论 坛 会 议 时 间 2016 年 6 月 8 日, 星 期 三,9:30 至 16:00 会 议 地 址 会 议 网 址 主 办 单 位 东 北 大 学 浑 南 校 区 沈 阳 市 浑 南 区 创 新 路 195 号 生 命 科 学 大 楼 B 座 619 报 告 厅 http://www.bmie.neu.edu.cn

More information