Natural Language Question Answering over Large-scale Linked Data

Size: px
Start display at page:

Download "Natural Language Question Answering over Large-scale Linked Data"

Transcription

1 Natural Language Question Answering over Large- scale Linked Data Kang Liu National Laboratory of Pattern Recognition (NLPR) Institute of Automation, Chinese Academy of Sciences 8/30/2014 Kun Ming

2 Knowledge Graph: Linked Data 超过 5.7 亿实体超过 18 亿条事实 ( 关系 ) 百度知 心 2,653,873 概念 搜狗知 立 方

3 More Linked Data

4 How to access these Linked Data Which software has been developed by organizations founded in California, USA? Experts or Developer SELECT DISTINCT?uri WHERE {?uri rdf:type dbo:software.?uri dbo:developer?x1.?x1 rdf:type dbo:company.?x1 dbo:foundationplace dbr:california. } SPARQL 2(Integer) version Android {Answer} developer Google foundationplace Apache_License license type programmedin California Java Software developer Oracle Linked Data

5 How to access these Linked Data Which software has been developed by organizations founded in California, USA? QA System SELECT DISTINCT?uri WHERE {?uri rdf:type dbo:software.?uri dbo:developer?x1.?x1 rdf:type dbo:company.?x1 dbo:foundationplace dbr:california. } SPARQL 2(Integer) version Android {Answer} developer Google foundationplace Apache_License license type programmedin California Java Software developer Oracle Linked Data

6 Pipeline Process Which software has been developed by organizations founded in California, USA? Question software, developed by, organizations, founded in, California Phrase dbo:software, dbo:developer, dbo:company, dbo:foundationplace, dbr:california. Semantic Item <dbo:software, dbo:developer, dbo:company> <dbo:company, dbo:foundationplace, dbr:california> Semantic Triple SELECT DISTINCT?uri WHERE {?uri rdf:type dbo:software.?uri dbo:developer?x1.?x1 rdf:type dbo:company.?x1 dbo:foundationplace dbr:california. } SPARQL

7 Challenges Manually designed patterns Phrase detenction rules NN NNP:Entity NN:Class Property VB:Property Semantic item grouping patterns (syntactic patterns) Verb and its arguments Adjectives and its arguments Prepositionally modified tokens and its objects (?x, dbo:productor, dbo:film)

8 Challenges Manually designed patterns Phrase detenction rules NN NNP:Entity NN:Class Property VB:Property Semantic item grouping patterns (syntactic patterns) Verb and its arguments Adjectives and its arguments Prepositionally modified tokens and its objects Can we automatically learn rules or (?x, patterns? dbo:productor, dbo:film)

9 Challenges Ambiguities Phrase Detection: { California }, { California, USA } Which software has been developed by organizations founded in California, USA? Phrase Mapping: California: {California_State}, {California_Film} Semantic Item Grouping: {dbo:software, dbo:developer, dbo:company} {dbo:software, dbo:foundationplace, dbo:company}

10 Challenges Ambiguities Phrase Detection: { California }, { California, USA } Which software has been developed by organizations founded in California, USA? Phrase Mapping: California: {California_State}, {California_Film} Semantic Item Grouping: {dbo:software, dbo:developer, dbo:company} {dbo:software, dbo:foundationplace, dbo:company} Can we make joint inference?

11 Our Solution Pattern Learning Meta patterns Not only verb and its arguments All syntactic paths maybe possible Joint Inference First-order logic formulas Markov Logic Network p1(a,b) p3(a,a) p2(a) p2(b) p3(b,b) 1 φi p( y) = exp( w fc ( y)) Z φ i ( φi, wi ) L c C n i p4(a) p1(b,a) p4(b)

12 Predicates Hidden Predicates Observed Predicates hasphrase(i) hasresource(i, j) hasrelation (ri, rj, rr) The ith candidate phrase has been chosen The ith phrase is mapped to the jth semantic item The semantic item ri and rj can be grouped together with the relation type rr

13 Predicates Hidden Predicates Observed Predicates hasphrase(i) hasresource(i, j) hasrelation (ri, rj, rr) The ith candidate phrase has been chosen The ith phrase is mapped to the jth semantic item The semantic item ri and rj can be grouped together with the relation type rr

14 Hard Formulas Formulas

15 Soft Formulas Formulas

16 Soft Formulas Formulas

17 Framework 问题预处理 : 问题类型 Focus 去除 无 用词等 问句 In which movies directed by Garry Marshall was Julia Roberts starring? DBpedia Wikipedia Word2vec Reverb&Patty 统计信息 短语检测 & 资源映射 & 特征提取 问句 MLN 模型谓词和公式 MLN 联合消岐 构造查询图 资源映射候选结构匹配候选 资源映射结果结构匹配结果 查询图 生成查询 SPARQL 语句 10

18 Framework 问题预处理 : 问题类型 Focus 去除 无 用词等 问句 In which movies directed by Garry Marshall was Julia Roberts starring? movies directed by Garry Marshall was Julia Roberts starring in DBpedia Wikipedia Word2vec Reverb&Patty 统计信息 短语检测 & 资源映射 & 特征提取 问句 MLN 模型谓词和公式 MLN 联合消岐 构造查询图 资源映射候选结构匹配候选 资源映射结果结构匹配结果 查询图 生成查询 SPARQL 语句 10

19 Framework 问题预处理 : 问题类型 Focus 去除 无 用词等 问句 In which movies directed by Garry Marshall was Julia Roberts starring? movies directed by Garry Marshall was Julia Roberts starring in DBpedia Wikipedia Word2vec Reverb&Patty 统计信息 MLN 模型谓词和公式 短语检测 & 资源映射 & 特征提取 MLN 联合消岐 构造查询图 问句 资源映射候选结构匹配候选 资源映射结果结构匹配结果 >hascandidateresource >hasheadpos movies" "dbo:film " movies " "NNS "directed by" "dbo:director "directed" "VBN" "by" "dbo:publisher" "Garry Marshall " "NNP "Garry Marshall " "dbr:garry_marshall >hasdeppath >hasresourcetype " movies " "directed by" "nsubj- prep" "dbo:film" "Concept "directed by" "Garry Marshall" "pobj- nn "dbo:director" "Property >istypecompatible "dbr:garry_marshall""concept "dbo:film" "dbo:director" "1_1" "dbo:director" "dbr:garry_marshall " "2_1 查询图 生成查询 SPARQL 语句 10

20 Framework 问题预处理 : 问题类型 Focus 去除 无 用词等 问句 In which movies directed by Garry Marshall was Julia Roberts starring? movies directed by Garry Marshall was Julia Roberts starring in DBpedia Wikipedia Word2vec Reverb&Patty 统计信息 MLN 模型谓词和公式 短语检测 & 资源映射 & 特征提取 MLN 联合消岐 构造查询图 问句 资源映射候选结构匹配候选 资源映射结果结构匹配结果 >hascandidateresource >hasheadpos movies" "dbo:film " movies " "NNS "directed by" "dbo:director "directed" "VBN" "by" "dbo:publisher" "Garry Marshall " "NNP "Garry Marshall " "dbr:garry_marshall >hasdeppath >hasresourcetype " movies " "directed by" "nsubj- prep" "dbo:film" "Concept "directed by" "Garry Marshall" "pobj- nn "dbo:director" "Property >istypecompatible "dbr:garry_marshall""concept "dbo:film" "dbo:director" "1_1" "dbo:director" "dbr:garry_marshall " "2_1 >hasresource " movies " "dbo:film" "directed by" "dbo:director" "Garry Marshall " "dbr:garry_marshall" "Julia Roberts" "dbr:julia_roberts" "starring in" "dbo:starring > hasrelation "dbo:film" "dbo:director" "1_1" "dbo:film" "dbo:starring" "1_1" "dbo:director " "dbr:garry_marshall " "2_1" "dbr:julia_roberts " "dbo:starring " "1_2" 查询图 生成查询 SPARQL 语句 10

21 Framework 问题预处理 : 问题类型 Focus 去除 无 用词等 问句 In which movies directed by Garry Marshall was Julia Roberts starring? movies directed by Garry Marshall was Julia Roberts starring in DBpedia Wikipedia Word2vec Reverb&Patty 统计信息 MLN 模型谓词和公式 短语检测 & 资源映射 & 特征提取 MLN 联合消岐 构造查询图 问句 资源映射候选结构匹配候选 资源映射结果结构匹配结果 >hascandidateresource >hasheadpos movies" "dbo:film " movies " "NNS "directed by" "dbo:director "directed" "VBN" "by" "dbo:publisher" "Garry Marshall " "NNP "Garry Marshall " "dbr:garry_marshall >hasdeppath >hasresourcetype " movies " "directed by" "nsubj- prep" "dbo:film" "Concept "directed by" "Garry Marshall" "pobj- nn "dbo:director" "Property >istypecompatible "dbr:garry_marshall""concept "dbo:film" "dbo:director" "1_1" "dbo:director" "dbr:garry_marshall " "2_1 >hasresource " movies " "dbo:film" "directed by" "dbo:director" "Garry Marshall " "dbr:garry_marshall" "Julia Roberts" "dbr:julia_roberts" "starring in" "dbo:starring > hasrelation "dbo:film" "dbo:director" "1_1" "dbo:film" "dbo:starring" "1_1" "dbo:director " "dbr:garry_marshall " "2_1" "dbr:julia_roberts " "dbo:starring " "1_2" 查询图 生成查询 SPARQL 语句 10

22 Framework 问题预处理 : 问题类型 Focus 去除 无 用词等 问句 In which movies directed by Garry Marshall was Julia Roberts starring? movies directed by Garry Marshall was Julia Roberts starring in DBpedia Wikipedia Word2vec Reverb&Patty 统计信息 MLN 模型谓词和公式 短语检测 & 资源映射 & 特征提取 MLN 联合消岐 构造查询图 问句 资源映射候选结构匹配候选 资源映射结果结构匹配结果 >hascandidateresource >hasheadpos movies" "dbo:film " movies " "NNS "directed by" "dbo:director "directed" "VBN" "by" "dbo:publisher" "Garry Marshall " "NNP "Garry Marshall " "dbr:garry_marshall >hasdeppath >hasresourcetype " movies " "directed by" "nsubj- prep" "dbo:film" "Concept "directed by" "Garry Marshall" "pobj- nn "dbo:director" "Property >istypecompatible "dbr:garry_marshall""concept "dbo:film" "dbo:director" "1_1" "dbo:director" "dbr:garry_marshall " "2_1 >hasresource " movies " "dbo:film" "directed by" "dbo:director" "Garry Marshall " "dbr:garry_marshall" "Julia Roberts" "dbr:julia_roberts" "starring in" "dbo:starring > hasrelation "dbo:film" "dbo:director" "1_1" "dbo:film" "dbo:starring" "1_1" "dbo:director " "dbr:garry_marshall " "2_1" "dbr:julia_roberts " "dbo:starring " "1_2" 生成查询 查询图 SPARQL 语句 10 SELECT DISTINCT?uri WHERE {?uri rdf:type dbo:film.?uri dbo:starring res:julia_roberts.?uri dbo:director res:garry_marshall. }

23 Experiments Questions three collections of questions from QALD QALD1, QALD3, QALD4 Linked Data: DBpedia, YAGO MLN: thebeast toolkit inference algorithm: cutting plane approach[3] weights learning algorithm: MIRA

24 Effect of Pattern Learning

25 Effect of Joint Inference

26 Effect of Joint Inference

27 Ours vs. state- of- the- art

28 Conclusion and Future work Pattern learning is needed for parsing a question over large- scale linked data Joint inference can effective for improving the performance of natural language question answering Scaled up to multiple interlinked knowledge bases Labeled data is insufficient to build up a robust model More robust solutions to find the implicit properties in questions

29 Reference: Questioning Answering over Linked Data Using Markov First- order Logic, To appear in Proceedings of EMNLP 2014, Doha, Qatar, October, Thanks : 刘康 _ 自动化所 Homepage:

腾讯.key

腾讯.key 面向 大规模开放域知识库问答系统 刘康 中国科学院 自动化研究所模式识别国家重点实验室 2015 年 3 月 25 日 搜索急需 一场变 革 IDC 统计, 全球数据量以每年 58% 的速度增 长,2020 年将达到 40ZB, 是 2011 年数据总量的 22 倍 交互 方式的转变需要信息服务模式的转变 移动互联 网以及可穿戴设备的 飞速发展需要 高效 准确的 自然语 言形式的信息服务 方式 问答系统是下

More information

Microsoft Word - 201506定版

Microsoft Word - 201506定版 56 Chinese Journal of Library and Information Science for Traditional Chinese Medicine Dec. 2015 Vol. 39 No. 6 综 述 中 医 药 学 语 言 系 统 研 究 综 述 于 彤, 贾 李 蓉, 刘 静, 杨 硕 *, 董 燕, 朱 玲 中 国 中 医 科 学 院 中 医 药 信 息 研 究 所,

More information

Microsoft Word - A200811-773.doc

Microsoft Word - A200811-773.doc 语 言 模 型 在 高 校 保 研 工 作 中 的 应 用 王 洋 辽 宁 工 程 技 术 大 学 理 学 院 信 息 与 计 算 科 学, 辽 宁 阜 新 (3000) E-mail: ben.dan000 @63.com 摘 要 : 问 题 重 述 : 模 糊 性 数 学 发 展 的 主 流 是 在 它 的 应 用 方 面, 其 中 模 糊 语 言 模 型 实 现 了 人 类 语 言 的 数 学

More information

2/80 2

2/80 2 2/80 2 3/80 3 DSP2400 is a high performance Digital Signal Processor (DSP) designed and developed by author s laboratory. It is designed for multimedia and wireless application. To develop application

More information

2006中國文學研究範本檔

2006中國文學研究範本檔 中 國 文 學 研 究 第 三 十 九 期 2015 年 01 月 頁 223~258 臺 灣 大 學 中 國 文 學 研 究 所 由 心 到 腦 從 腦 的 語 義 脈 絡 論 晚 清 民 初 的 文 化 轉 型 * 徐 瑞 鴻 提 要 傳 統 的 中 醫 理 論 以 心 為 神 明 之 主, 掌 管 思 維 記 憶 與 情 感, 此 一 觀 點 在 近 現 代 受 到 西 方 解 剖 學 的 巨

More information

Microsoft PowerPoint SSBSE .ppt [Modo de Compatibilidade]

Microsoft PowerPoint SSBSE .ppt [Modo de Compatibilidade] SSBSE 2015, Bergamo Transformed Search Based Software Engineering: A New Paradigm of SBSE He JIANG, Zhilei Ren, Xiaochen Li, Xiaochen Lai jianghe@dlut.edu.cn School of Software, Dalian Univ. of Tech. Outline

More information

Microsoft PowerPoint - 01國家考試講座簡報--中興大學簡報

Microsoft PowerPoint - 01國家考試講座簡報--中興大學簡報 如 何 準 備 國 家 考 試 主 講 人 : 機 關 : 部 門 : 人 : 陳 玉 貞 副 司 長 關 : 考 選 部 門 : 考 選 規 劃 司 時 間 :100: 年 10 月 6 日 2011/10/14 1 講 綱 一 認 識 國 家 考 試 二 公 務 人 員 考 試 簡 介 三 專 技 人 員 考 試 簡 介 四 100-102 年 新 制 措 施 五 報 考 類 科 如 何 決 定

More information

穨423.PDF

穨423.PDF Chinese Journal of Science Education 2002,, 423-439 2002, 10(4), 423-439 1 2 1 1 1 2 90 8 10 91 4 9 91 8 22 ) NII 1995 7 14, 1999 1997 (Cooperative Remotely Accessible Learning CORAL) 424 (Collaborative

More information

南華大學數位論文

南華大學數位論文 南華大學 碩士論文 中華民國九十五年六月十四日 Elfin Excel I II III ABSTRACT Since Ming Hwa Yuan Taiwanese Opera Company started to cooperate with the Chinese orchestra, the problem of how the participation of Chinese music

More information

Improved Preimage Attacks on AES-like Hash Functions: Applications to Whirlpool and Grøstl

Improved Preimage Attacks on AES-like Hash Functions: Applications to Whirlpool and Grøstl SKLOIS (Pseudo) Preimage Attack on Reduced-Round Grøstl Hash Function and Others Shuang Wu, Dengguo Feng, Wenling Wu, Jian Guo, Le Dong, Jian Zou March 20, 2012 Institute. of Software, Chinese Academy

More information

small fire59-004.indd

small fire59-004.indd RReadingWritingArithmetic People with goals succeed because they know where they are going 2 Prepare our students for life Promote their thinking and broaden their horizons Owing to the infl ux of digital

More information

國立中山大學學位論文典藏.PDF

國立中山大學學位論文典藏.PDF 93 2 () ()A Study of Virtual Project Team's Knowledge Integration and Effectiveness - A Case Study of ERP Implementation N924020024 () () ()Yu ()Yuan-Hang () ()Ho,Chin-Fu () ()Virtual Team,Knowledge Integration,Project

More information

Microsoft Word - ChineseSATII .doc

Microsoft Word - ChineseSATII .doc 中 文 SAT II 冯 瑶 一 什 么 是 SAT II 中 文 (SAT Subject Test in Chinese with Listening)? SAT Subject Test 是 美 国 大 学 理 事 会 (College Board) 为 美 国 高 中 生 举 办 的 全 国 性 专 科 标 准 测 试 考 生 的 成 绩 是 美 国 大 学 录 取 新 生 的 重 要 依

More information

第一页为封面

第一页为封面 参 赛 队 员 : 杨 燊 谢 皓 何 振 梁 学 校 : 广 东 实 验 中 学 省 份 : 广 东 省 指 导 教 师 : 程 建 华 论 文 题 目 : 从 游 戏 都 市 摩 天 楼 引 出 的 组 合 图 论 问 题 及 扩 展 论 文 题 目 : 从 游 戏 都 市 摩 天 楼 引 出 的 组 合 图 论 问 题 及 扩 展 摘 要 : 本 文 研 究 的 是 从 手 机 游 戏 都 市

More information

60 教 育 資 料 集 刊 第 四 十 五 輯 2010 各 國 初 等 教 育 ( 含 幼 兒 教 育 ) The Centennial Change from Imitation to Innovation : A Strategic Adjustment in the Reform of C

60 教 育 資 料 集 刊 第 四 十 五 輯 2010 各 國 初 等 教 育 ( 含 幼 兒 教 育 ) The Centennial Change from Imitation to Innovation : A Strategic Adjustment in the Reform of C 從 模 仿 到 創 新 的 百 年 探 索 旅 程 中 國 學 前 教 育 改 革 進 入 新 的 戰 略 調 整 期 59 從 模 仿 到 創 新 的 百 年 探 索 旅 程 中 國 學 前 教 育 改 革 進 入 新 的 戰 略 調 整 期 * 霍 力 岩 ** 李 敏 誼 摘 要 中 國 學 前 教 育 現 代 化 走 過 了 一 百 多 年 的 發 展 歷 程, 其 中 經 歷 了 四 次

More information

1 引言

1 引言 P P 第 40 卷 Vol.40 第 7 期 No.7 计 算 机 工 程 Computer Engineering 014 年 7 月 July 014 开 发 研 究 与 工 程 应 用 文 章 编 号 :1000-348(014)07-081-05 文 献 标 识 码 :A 中 图 分 类 号 :TP391.41 摘 基 于 图 像 识 别 的 震 象 云 地 震 预 测 方 法 谢 庭,

More information

,,,,,,,,,, :,, 1,,, () (, ), 11,,,,,,,,,,,WTO,, ,,, ,, (58 ) 1, :,1999,211 4

,,,,,,,,,, :,, 1,,, () (, ), 11,,,,,,,,,,,WTO,, ,,, ,, (58 ) 1, :,1999,211 4 Ξ :,,,,,,,, :,,,,,,,,,,,,,,,,,,,,,,,,,,, Ξ, 3 2001 1 20 80 90,,,,,,,,,, :,, 1,,, () (, ), 11,,,,,,,,,,,WTO,,1998 3 19 2,,, 2000 3,, (58 ) 1, 1999 12 28 2 :,1999,211 4 , (90 ),,,,,, ( ) 21,,,, ( ),: (1),,,,,,

More information

9330.doc

9330.doc The research of the ecotourism operated by the cooperative operating system in northern Tapajen Mountain The research of the ecotourism operated by the cooperative operating system in northern Tapajen

More information

60 2006 7,.,,.. :,,. 2 211,:, ( 1 ). Π,.,.,,,.,.,. 1 : Π Π,. 212,. : 1)..,. 2). :, ;,,,;,. 3

60 2006 7,.,,.. :,,. 2 211,:, ( 1 ). Π,.,.,,,.,.,. 1 : Π Π,. 212,. : 1)..,. 2). :, ;,,,;,. 3 2006 7 7 :100026788 (2006) 0720059207 1, 1, 2, 3 (11, 100080 ;21, 100089 ; 31, 621010) :.,,,;,,.,,,. : ;; ; : C931 : A Collaborative Models Research on Collaboration Systems in Farm2produce Circulation

More information

A VALIDATION STUDY OF THE ACHIEVEMENT TEST OF TEACHING CHINESE AS THE SECOND LANGUAGE by Chen Wei A Thesis Submitted to the Graduate School and Colleg

A VALIDATION STUDY OF THE ACHIEVEMENT TEST OF TEACHING CHINESE AS THE SECOND LANGUAGE by Chen Wei A Thesis Submitted to the Graduate School and Colleg 上 海 外 国 语 大 学 SHANGHAI INTERNATIONAL STUDIES UNIVERSITY 硕 士 学 位 论 文 MASTER DISSERTATION 学 院 国 际 文 化 交 流 学 院 专 业 汉 语 国 际 教 育 硕 士 题 目 届 别 2010 届 学 生 陈 炜 导 师 张 艳 莉 副 教 授 日 期 2010 年 4 月 A VALIDATION STUDY

More information

: 1, ( high2accessibil2 ity),,,,,, : (3),,,,!,,? :,!?? ( ) ( ),, :?? ( ),,,,, (3),,,,,,,, : (4) a., :,, b.,,:,,, (4aΠb),,,,,,, 2 + + N + V + + N + V,

: 1, ( high2accessibil2 ity),,,,,, : (3),,,,!,,? :,!?? ( ) ( ),, :?? ( ),,,,, (3),,,,,,,, : (4) a., :,, b.,,:,,, (4aΠb),,,,,,, 2 + + N + V + + N + V, 2002 1 ( 59 ) Ξ + + Np + V + + Np + V, + + Np + V+ Np, + + Np + V : 0 (1) a.,,, b.,,,, ( ) (2) a.???, b. (,1985) (1a) (1b) ; (2a) (2b),,,, (1a) (2a),, (1b) (2b),,,,,,,? Ξ,, 18 : 1, ( high2accessibil2 ity),,,,,,

More information

* CO3 A 1674-2486 2011 04-0005 - 18 P. 253 * 5 1. 1949 1991 1949 1991 6 2. 7 1 2001 2 2008 8 1 2 2008 11 http / /www. rnd. ncnu. edu. tw /hdcheng /method /ways. doc 2008 / 9 disciplinary matrix 1 1. 2001

More information

( 70 ) B,,,, B,,,, : (5) ( ),, A, : (6) ( ) (7), ( ) (8),, ( ) (9), ( ) (6), (7), (8), (9) B,,,, : (10),, ( ) (11)! ( ) 1. 2 A A,, : (12), ( )

( 70 ) B,,,, B,,,, : (5) ( ),, A, : (6) ( ) (7), ( ) (8),, ( ) (9), ( ) (6), (7), (8), (9) B,,,, : (10),, ( ) (11)! ( ) 1. 2 A A,, : (12), ( ) : Ξ,, ( ) :, (1) ;, (2) (1), ( ) (2),, ( ) A (1), B (2),,,,, 1. 1, :A, ;B,,, A, : (3),, ( ) (4)? ( ) (3) ; (4), Ξ ( ), 27 2004 4 ( 70 ) B,,,, B,,,, : (5) ( ),, A, : (6) ( ) (7), ( ) (8),, ( ) (9), ( )

More information

科 研 信 息 化 技 术 与 应 用,2015, 6 (1) of identity and the framework of identity management, this paper analyses the development trend of Identity Management

科 研 信 息 化 技 术 与 应 用,2015, 6 (1) of identity and the framework of identity management, this paper analyses the development trend of Identity Management 科 研 信 息 化 技 术 与 应 用 2015, 6(1): 41 49 应 用 / APPLICATION 身 份 管 理 发 展 趋 势 和 中 国 科 学 院 身 份 管 理 系 统 薛 聪 1,2, 向 继 1 1, 高 能 1. 中 国 科 学 院 信 息 工 程 研 究 所 信 息 安 全 国 家 重 点 实 验 室, 北 京 100093 2. 中 国 科 学 院 大 学, 北 京

More information

~ Capability Maturity Model Integration, CMMI CMMI

~ Capability Maturity Model Integration, CMMI CMMI 2008 11 331~350 1 2 3 1 2 3 Capability Maturity Model Integration, CMMI CMMI 360 037 381274 e-mail bcdefg@nuu.edu.tw 331 Interpreting the software-development framework stemming from the gradual hexagram

More information

<4D6963726F736F667420576F7264202D205F4230365FB942A5CEA668B443C5E9BB73A740B5D8A4E5B8C9A552B1D0A7F75FA6BFB1A4ACFC2E646F63>

<4D6963726F736F667420576F7264202D205F4230365FB942A5CEA668B443C5E9BB73A740B5D8A4E5B8C9A552B1D0A7F75FA6BFB1A4ACFC2E646F63> 運 用 多 媒 體 製 作 華 文 補 充 教 材 江 惜 美 銘 傳 大 學 應 用 中 文 系 chm248@gmail.com 摘 要 : 本 文 旨 在 探 究 如 何 運 用 多 媒 體, 結 合 文 字 聲 音 圖 畫, 製 作 華 文 補 充 教 材 當 我 們 在 進 行 華 文 教 學 時, 往 往 必 須 透 過 教 案 設 計, 並 製 作 補 充 教 材, 方 能 使 教 學

More information

Microsoft Word - 7-3.doc

Microsoft Word - 7-3.doc 逢 甲 人 文 社 會 學 報 第 7 期 第 39-64 頁 2003 年 11 月 逢 甲 大 學 人 文 社 會 學 院 元 儒 郝 經 的 有 用 之 學 * 馬 行 誼 摘 要 這 篇 論 文 旨 在 討 論 元 儒 郝 經 的 學 術 核 心 - 有 用 之 學 郝 經 是 元 初 一 位 重 要 的 思 想 家 政 治 家, 歷 代 學 者 對 其 學 術 內 涵 的 論 述, 各 執

More information

,,,,, 1972 ; 60, 60,,, 1, 30, 6 10,,,, ,,, IU SSP,,,,,,, 1/ 5,,,,, 1952,,,, 3p, pop ulation, poverty, pollution (,, ), 3p IU SSP,, 1.

,,,,, 1972 ; 60, 60,,, 1, 30, 6 10,,,, ,,, IU SSP,,,,,,, 1/ 5,,,,, 1952,,,, 3p, pop ulation, poverty, pollution (,, ), 3p IU SSP,, 1. 33 5 2009 9 Vol1 33, No15 September 2009 42 Population Research 60 : 60,, 1/ 3,,,, ( 1970 ) (1970 1990 ) (1990 5 ) (2006 ), 1954 6 1964 7,1974 9,1994 12,2004 13, 1 10 5, 7, 10 2008 20 %, ( PRB,2008),,,

More information

IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I

IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I 2004 5 IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I Abstract The techniques of digital video processing, transferring

More information

Chn 116 Neh.d.01.nis

Chn 116 Neh.d.01.nis 31 尼 希 米 书 尼 希 米 的 祷 告 以 下 是 哈 迦 利 亚 的 儿 子 尼 希 米 所 1 说 的 话 亚 达 薛 西 王 朝 二 十 年 基 斯 流 月 *, 我 住 在 京 城 书 珊 城 里 2 我 的 兄 弟 哈 拿 尼 和 其 他 一 些 人 从 犹 大 来 到 书 珊 城 我 向 他 们 打 听 那 些 劫 后 幸 存 的 犹 太 人 家 族 和 耶 路 撒 冷 的 情 形

More information

國立中山大學學位論文典藏.PDF

國立中山大學學位論文典藏.PDF I II III The Study of Factors to the Failure or Success of Applying to Holding International Sport Games Abstract For years, holding international sport games has been Taiwan s goal and we are on the way

More information

Microsoft Word RCE MP_Year Book.doc

Microsoft Word RCE MP_Year Book.doc Continuing Education Mandarin Program Our high quality and systematic Mandarin Programs in our beautiful city of Richmond In this Issue: June 8 th, 2013 School Info....1-2 Student Articles.. 3-23 Mandarin

More information

Your Field Guide to More Effective Global Video Conferencing As a global expert in video conferencing, and a geographically dispersed company that uses video conferencing in virtually every aspect of its

More information

一般社団法人電子情報通信学会 信学技報 THE INSTITUTE OF ELECTRONICS, IEICE Technical Report INFORMATION THE INSTITUTE OF AND ELECTRONICS, COMMUNICATION ENGINEERS IEICE L

一般社団法人電子情報通信学会 信学技報 THE INSTITUTE OF ELECTRONICS, IEICE Technical Report INFORMATION THE INSTITUTE OF AND ELECTRONICS, COMMUNICATION ENGINEERS IEICE L 一般社団法人電子情報通信学会 信学技報 THE INSTITUTE OF ELECTRONICS, IEICE Technical Report INFORMATION THE INSTITUTE OF AND ELECTRONICS, COMMUNICATION ENGINEERS IEICE LOIS2016-85(2017-03) Technical Report INFORMATION AND

More information

簡報技巧

簡報技巧 2 Q & A 4 7 Presenter Audienc e 7 10 / 11 7 / 11 / 7 55 11 / 7 55 38 11 12 13 14 Q & A 1. : 1. : 1. : / 5W Who What When Where Why 1. : / 5W Who What When 5W2H How to do How much Where Why 1.

More information

Microsoft PowerPoint - Aqua-Sim.pptx

Microsoft PowerPoint - Aqua-Sim.pptx Peng Xie, Zhong Zhou, Zheng Peng, Hai Yan, Tiansi Hu, Jun-Hong Cui, Zhijie Shi, Yunsi Fei, Shengli Zhou Underwater Sensor Network Lab 1 Outline Motivations System Overview Aqua-Sim Components Experimental

More information

東莞工商總會劉百樂中學

東莞工商總會劉百樂中學 /2015/ 頁 (2015 年 版 ) 目 錄 : 中 文 1 English Language 2-3 數 學 4-5 通 識 教 育 6 物 理 7 化 學 8 生 物 9 組 合 科 學 ( 化 學 ) 10 組 合 科 學 ( 生 物 ) 11 企 業 會 計 及 財 務 概 論 12 中 國 歷 史 13 歷 史 14 地 理 15 經 濟 16 資 訊 及 通 訊 科 技 17 視 覺

More information

untitled

untitled 19932005 1 1993-2005 The Urban Residential Housing System in Shanghai 1993-2005: the Marketization Process and Housing Affordability Jie Chen, Assistant Professor, Management School of Fudan University,

More information

, (), 15,,,,, 2,,,1000 2,,, 5, ;, 5,,3,,,4 2,,, :, , , ,

, (), 15,,,,, 2,,,1000 2,,, 5, ;, 5,,3,,,4 2,,, :, , , , ,,,,,,, 1924 1927,,,,, 1993 5 (1988 ), 1 2002 2 1927, (), 15,,,,, 2,,,1000 2,,, 5, ;, 5,,3,,,4 2,,, :,1927 4 16,1927 4 19,1927 4 18,1927 4 16 2 ,,,,,,,,, 14,, 15,,, 10,, 3, 6,,,,,,,,,,,,, 1,,, 30,,,,2,15

More information

摘要

摘要 國 立 中 央 大 學 客 家 語 文 研 究 所 碩 士 論 文 台 灣 客 家 童 謠 以 月 光 光 起 興 作 品 研 究 研 究 生 : 黃 彥 菁 指 導 教 授 : 王 帅 華 博 士 陳 秀 琪 博 士 中 華 民 國 九 十 八 年 一 月 摘 要 月 光 光 是 一 首 流 傳 已 久 的 童 謠, 以 此 為 主 題 的 文 本 數 量 甚 多 這 些 大 量 流 傳 下 來

More information

,, [1 ], [223 ] :, 1) :, 2) :,,, 3) :,, ( ),, [ 6 ],,, [ 3,728 ], ; [9222 ], ;,,() ;, : (1) ; (2),,,,, [23224 ] ; 2,, x y,,, x y R, ( ),,, :

,, [1 ], [223 ] :, 1) :, 2) :,,, 3) :,, ( ),, [ 6 ],,, [ 3,728 ], ; [9222 ], ;,,() ;, : (1) ; (2),,,,, [23224 ] ; 2,, x y,,, x y R, ( ),,, : 24 3 2010 5 J OU RNAL OF CHIN ESE IN FORMA TION PROCESSIN G Vol. 24, No. 3 May, 2010 : 100320077 (2010) 0320117207 1, 1, 1, 2 (1.,100871 ; 2.,100084) :,,,,,,; : ( ) ( ) (,3 600 ),, ABC : ;; ; ; ;;; : TP391

More information

國立中山大學學位論文典藏.PDF

國立中山大學學位論文典藏.PDF 國 立 中 山 大 學 企 業 管 理 學 系 碩 士 論 文 以 系 統 動 力 學 建 構 美 食 餐 廳 異 國 麵 坊 之 管 理 飛 行 模 擬 器 研 究 生 : 簡 蓮 因 撰 指 導 教 授 : 楊 碩 英 博 士 中 華 民 國 九 十 七 年 七 月 致 謝 詞 寫 作 論 文 的 過 程 是 一 段 充 滿 艱 辛 與 淚 水 感 動 與 窩 心 的 歷 程, 感 謝 這 一

More information

前 言 香 港 中 文 大 學 優 質 學 校 改 進 計 劃 ( 下 稱 計 劃 ) 團 隊 自 1998 年 起 積 極 於 本 地 推 動 理 論 及 實 踐 並 重 的 學 校 改 進 工 作, 並 逐 步 發 展 成 為 本 地 最 具 規 模 的 校 本 支 援 服 務 品 牌, 曾 支

前 言 香 港 中 文 大 學 優 質 學 校 改 進 計 劃 ( 下 稱 計 劃 ) 團 隊 自 1998 年 起 積 極 於 本 地 推 動 理 論 及 實 踐 並 重 的 學 校 改 進 工 作, 並 逐 步 發 展 成 為 本 地 最 具 規 模 的 校 本 支 援 服 務 品 牌, 曾 支 香 港 中 文 大 學 香 港 教 育 研 究 所 優 質 學 校 改 進 計 劃 : 學 習 差 異 支 援 及 學 校 起 動 計 劃 聯 合 主 辦 中 學 聯 校 教 師 專 業 發 展 日 主 題 : 照 顧 學 習 差 異 日 期 :2011 年 12 月 9 日 ( 星 期 五 ) 時 間 : 上 午 9 時 正 至 下 午 4 時 15 分 地 點 : 樂 善 堂 余 近 卿 中 學

More information

Logitech Wireless Combo MK45 English

Logitech Wireless Combo MK45 English Logitech Wireless Combo MK45 Setup Guide Logitech Wireless Combo MK45 English................................................................................... 7..........................................

More information

Microsoft Word - Preface_1_14.doc

Microsoft Word - Preface_1_14.doc 中 文 混 淆 字 集 應 用 於 別 字 偵 錯 模 板 自 動 產 生 Chinese Confusion Word Set for Automatic Generation of Spelling Error Detecting Template 陳 勇 志 Yong-Zhi Chen, 吳 世 弘 Shih-Hung Wu 朝 陽 科 技 大 學 資 訊 工 程 系 Department of

More information

國立中山大學學位論文典藏.PDF

國立中山大學學位論文典藏.PDF ( ) 2-1 p33 3-1 p78 3-2 p79 3-3 p80 3-4 p90 4-1 p95 4-2 p97 4-3 p100 4-4 p103 4-5 p105 4-6 p107 4-7 p108 4-8 p108 4-9 p112 4-10 p114 4-11 p117 4-12 p119 4-13 p121 4-14 p123 4-15 p124 4-16 p131 4-17 p133

More information

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

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

More information

Shanghai International Studies University THE STUDY AND PRACTICE OF SITUATIONAL LANGUAGE TEACHING OF ADVERB AT BEGINNING AND INTERMEDIATE LEVEL A Thes

Shanghai International Studies University THE STUDY AND PRACTICE OF SITUATIONAL LANGUAGE TEACHING OF ADVERB AT BEGINNING AND INTERMEDIATE LEVEL A Thes 上 海 外 国 语 大 学 硕 士 学 位 论 文 对 外 汉 语 初 中 级 副 词 情 境 教 学 研 究 与 实 践 院 系 : 国 际 文 化 交 流 学 院 学 科 专 业 : 汉 语 国 际 教 育 姓 名 : 顾 妍 指 导 教 师 : 缪 俊 2016 年 5 月 Shanghai International Studies University THE STUDY AND PRACTICE

More information

爲 爲 for i from 0 to -1 do loop ; for j from to do loop ; ; if if ; end if ; end if exit the loop if ; end loop end loop ) } ( Yv - Ye ) * Ys = + Yc (4) Z Yv - Ye Z 0 1 2 3 31 64 32 0 16 32 R0 R1 R2 P2

More information

% % 34

% % 34 * 2000 2005 1% 1% 1% 1% * VZDA2010-15 33 2011. 3 2009 2009 2004 2008 1982 1990 2000 2005 1% 1 1 2005 1% 34 2000 2005 1% 35 2011. 3 2000 0. 95 20-30 209592 70982 33. 9% 2005 1% 258 20-30 372301 115483 31.

More information

passion for making open-source software to be developed and updated breaking the traditional business software copyright erected barriers. But market-

passion for making open-source software to be developed and updated breaking the traditional business software copyright erected barriers. But market- 35 6 Vol. 3 5 No.6 2 0 1 7 6 Hebei Law Science Jun. 2 0 1 7 DOI 10.16494 /j.cnki.1002-3933.2017.06.001 100083 DF523.1 A 1002-3933 2017 06-0002-10 On Open Source Software Copyright Risk and Countermeasures

More information

2 3. 1,,,.,., CAD,,,. : 1) :, 1,,. ; 2) :,, ; 3) :,; 4) : Fig. 1 Flowchart of generation and application of 3D2digital2building 2 :.. 3 : 1) :,

2 3. 1,,,.,., CAD,,,. : 1) :, 1,,. ; 2) :,, ; 3) :,; 4) : Fig. 1 Flowchart of generation and application of 3D2digital2building 2 :.. 3 : 1) :, 3 1 Vol. 3. 1 2008 2 CAA I Transactions on Intelligent Systems Feb. 2008, (,210093) :.,; 3., 3. :; ; ; ; : TP391 :A :167324785 (2008) 0120001208 A system f or automatic generation of 3D building models

More information

,

, 10200 1281299429 G43 2002 5 , Abstract Faced with informationized characteristic of 21 tth Century, our school education has to face how to train students to be more creative and productive. Since the

More information

《中文信息学报》投稿模版

《中文信息学报》投稿模版 文 章 编 号 :1003-0077(2011)00-0000-00 对 外 汉 语 教 学 领 域 话 题 语 料 库 的 研 究 与 构 建 胡 韧 奋 1, 朱 琦 1, 杨 丽 姣 (1. 北 京 师 范 大 学, 北 京 市 100875) 摘 要 : 对 外 汉 语 教 学 领 域, 教 材 上 的 课 文 通 常 围 绕 一 个 话 题 展 开, 话 题 是 教 学 内 容 的 集 中

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

文憑試中國語文科練習卷評卷參考

文憑試中國語文科練習卷評卷參考 香 港 考 試 及 評 核 局 HONG KONG EXAMINATIONS AND ASSESSMENT AUTHORITY 香 港 中 學 文 憑 考 試 HONG KONG DIPLOMA OF SECONDARY EDUCATION EXAMINATION 練 習 卷 PRACTICE PAPER 中 國 語 文 試 卷 一 CHINESE LANGUAGE PAPER 1 評 卷 參 考

More information

BIBLID 0254-4466(2000)18: pp. 231-260 18 89 12 ** 1992 1987 * ** 231 232 1991 1998 1958 1995 1998 1994 1989 233 1987 196 1989 82-83 234 1992 1994 1 2 1994 60 1 1. 2. 2 235 1989 37 3 4 1992 74 3 4 236 1-2

More information

2005 The Analysis and Design for a Chain Supermarket Intelligent Delivery System () 2005 4 I Abstract The Analysis and Design for a Chain Supermarket Intelligent Delivery System The Analysis and Design

More information

4 115,,. : p { ( x ( t), y ( t) ) x R m, y R n, t = 1,2,, p} (1),, x ( t), y ( t),,: F : R m R n.,m, n, u.,, Sigmoid. :,f Sigmoid,f ( x) = ^y k ( t) =

4 115,,. : p { ( x ( t), y ( t) ) x R m, y R n, t = 1,2,, p} (1),, x ( t), y ( t),,: F : R m R n.,m, n, u.,, Sigmoid. :,f Sigmoid,f ( x) = ^y k ( t) = 2007 4 4 :100026788 (2007) 0420114206, (, 430074) :,,,,,,GIS.,,. : ; ; ; ; : TP391 ;P338 : A Development of Combinatorial Intelligentized Decision2Making Support System and Its Utilization in Runoff Forecasting

More information

第三章 国内外小组合作学习的应用情况

第三章 国内外小组合作学习的应用情况 摘 要 论 文 题 目 : 小 组 合 作 学 习 在 上 海 高 中 信 息 科 技 教 学 中 的 应 用 专 业 : 现 代 教 育 技 术 学 位 申 请 人 : 朱 翠 凤 指 导 教 师 : 孟 琦 摘 要 小 组 合 作 学 习 是 目 前 世 界 上 许 多 国 家 普 遍 采 用 的 一 种 富 有 创 意 的 教 学 理 论 与 策 略, 其 在 培 养 学 生 的 合 作 精

More information

<4D6963726F736F667420506F776572506F696E74202D20C8EDBCFEBCDCB9B9CAA6D1D0D0DEBDB2D7F92E707074>

<4D6963726F736F667420506F776572506F696E74202D20C8EDBCFEBCDCB9B9CAA6D1D0D0DEBDB2D7F92E707074> 软 件 架 构 师 研 修 讲 座 胡 协 刚 软 件 架 构 师 UML/RUP 专 家 szjinco@public.szptt.net.cn 中 国 软 件 架 构 师 网 东 软 培 训 中 心 小 故 事 : 七 人 分 粥 当 前 软 件 团 队 的 开 发 现 状 和 面 临 的 问 题 软 件 项 目 的 特 点 解 决 之 道 : 从 瀑 布 模 型 到 迭 代 模 型 解 决 项

More information

4

4 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 The Formation of Intervention State and Development of German Administrative Law Michael Stolleis, Translated by WANG Yin-hong (1.Goethe University Frankfurt, Frankfurt,

More information

2015 年 第 24 卷 第 11 期 计 算 机 系 统 应 用 历 的 主 体 部 分 多 以 非 结 构 化 的 文 本 形 式 存 储, 很 多 研 究 只 能 基 于 有 限 的 结 构 化 数 据 进 行 [4,5], 无 法 满 足 临

2015 年 第 24 卷 第 11 期  计 算 机 系 统 应 用 历 的 主 体 部 分 多 以 非 结 构 化 的 文 本 形 式 存 储, 很 多 研 究 只 能 基 于 有 限 的 结 构 化 数 据 进 行 [4,5], 无 法 满 足 临 计 算 机 系 统 应 用 http://www.c-s-a.org.cn 2015 年 第 24 卷 第 11 期 1 面 向 电 子 病 历 中 文 医 学 信 息 的 可 视 组 织 方 法 徐 天 明 1,2, 樊 银 亭 3, 马 翠 霞 1, 滕 东 兴 1 ( 中 国 科 学 院 软 件 研 究 所 人 机 交 互 技 术 与 智 能 信 息 处 理 实 验 室, 北 京 100190)

More information

IC L05 Visit friends

IC L05 Visit friends Lesson 5 Patterns Visiting Friends Suggestion Adjectives Location Modal le Aspect particle le Supplementary materials created by Mary Jacob, UC Davis, revised Designed to complement Integrated Chinese

More information

附件1:

附件1: 附 件 1: 全 国 优 秀 教 育 硕 士 专 业 学 位 论 文 推 荐 表 单 位 名 称 : 西 南 大 学 论 文 题 目 填 表 日 期 :2014 年 4 月 30 日 数 学 小 组 合 作 学 习 的 课 堂 管 理 攻 硕 期 间 及 获 得 硕 士 学 位 后 一 年 内 获 得 与 硕 士 学 位 论 文 有 关 的 成 果 作 者 姓 名 论 文 答 辩 日 期 学 科 专

More information

講 綱 一 職 涯 規 劃 決 定 自 己 的 人 生 二 認 識 國 家 考 試 三 101-103 年 新 制 措 施 四 報 考 類 科 如 何 決 定 五 如 何 準 備 國 家 考 試 六 嶺 東 科 大 輝 煌 成 果 七 參 加 國 家 考 試 程 序 八 考 試 資 訊 如 何 取

講 綱 一 職 涯 規 劃 決 定 自 己 的 人 生 二 認 識 國 家 考 試 三 101-103 年 新 制 措 施 四 報 考 類 科 如 何 決 定 五 如 何 準 備 國 家 考 試 六 嶺 東 科 大 輝 煌 成 果 七 參 加 國 家 考 試 程 序 八 考 試 資 訊 如 何 取 如 何 準 備 國 家 考 試 主 講 人 : 陳 玉 貞 副 司 長 機 部 時 關 : 考 選 部 門 : 考 選 規 劃 司 間 :101 年 5 月 9 日 2012/5/11 1 講 綱 一 職 涯 規 劃 決 定 自 己 的 人 生 二 認 識 國 家 考 試 三 101-103 年 新 制 措 施 四 報 考 類 科 如 何 決 定 五 如 何 準 備 國 家 考 試 六 嶺 東 科

More information

Multi-national Company Operation and Public...

Multi-national Company Operation and Public... Multi-national company operation and Information platform 跨 国 企 业 运 营 模 对 公 共 信 息 平 台 的 需 求 1 运 营 管 理 的 范 围 : 运 营 战 略 运 营 结 构 框 架 企 业 核 心 竞 争 力 和 挑 战 运 营 绩 效 评 估 及 市 场 标 竿 分 析 总 计 划 流 程 总 产 量 计 划 设 计 销

More information

2 2016 2011 6 2014 2 2012 8 2011 3 5 2012 9 2011 2011 2015 2013 2011 2011 2015 2014 2014 2014 2011 1 1 2011 8 1 2015 2009 2.35

2 2016 2011 6 2014 2 2012 8 2011 3 5 2012 9 2011 2011 2015 2013 2011 2011 2015 2014 2014 2014 2011 1 1 2011 8 1 2015 2009 2.35 44 1 2016 1 Vol. 44 No. 1 Journal of Liaoning University Philosophy and Social Sciences Jan. 2016!"!!!!!"!!!!!"!" 20 *, C913.7 A 1002-3291 2016 01-0001-14 2015-11-10 * 2015-12-18 DOI 10.16197/j.cnki.lnupse.20151218.001,http://www.cnki.net/

More information

Microsoft Word - 第四組心得.doc

Microsoft Word - 第四組心得.doc 徐 婉 真 這 四 天 的 綠 島 人 權 體 驗 營 令 我 印 象 深 刻, 尤 其 第 三 天 晚 上 吳 豪 人 教 授 的 那 堂 課, 他 讓 我 聽 到 不 同 於 以 往 的 正 義 之 聲 轉 型 正 義, 透 過 他 幽 默 熱 情 的 語 調 激 起 了 我 對 政 治 的 興 趣, 願 意 在 未 來 多 關 心 社 會 多 了 解 政 治 第 一 天 抵 達 綠 島 不 久,

More information

% 6 9 [1] % 97% [2] 2 93% 3 4,, 2

% 6 9 [1] % 97% [2] 2 93% 3 4,, 2 1 2 3 (1. 010021;2. 980-8578;3. 980-0845, :, 10, : S288 A,,,,, 2004,,, 1 1 40 47-41 23 110 31-111 53 110 60 50 1 2.4 34.4-37 360.4 81% 6 9 [1] 200 2006 17.3 14.3 84% 97% [2] 2 93% 3 4,, 2 2 3 : 2007 3

More information

Microsoft Word - 11月電子報1130.doc

Microsoft Word - 11月電子報1130.doc 發 行 人 : 楊 進 成 出 刊 日 期 2008 年 12 月 1 日, 第 38 期 第 1 頁 / 共 16 頁 封 面 圖 話 來 來 來, 來 葳 格 ; 玩 玩 玩, 玩 數 學 在 11 月 17 到 21 日 這 5 天 裡 每 天 一 個 題 目, 孩 子 們 依 據 不 同 年 段, 尋 找 屬 於 自 己 的 解 答, 這 些 數 學 題 目 和 校 園 情 境 緊 緊 結

More information

216 2010 6 Abstract To overcome the present crisis of conditions of knowledge, an effort to reconceptualize, position and identify the shared experien

216 2010 6 Abstract To overcome the present crisis of conditions of knowledge, an effort to reconceptualize, position and identify the shared experien 2010 6 215-268 * ** Chen Yingzhen s Third World On Lunatics, Madman, Mental Patient by Kuan-Hsing CHEN Keywords: Chen Yingzhen, Third World, mental conditions, lunatic, madman, mental illness 2009 11 4

More information

/3 CAD JPG GIS CAD GIS GIS 1 a CAD CAD CAD GIS GIS ArcGIS 9. x 10 1 b 1112 CAD GIS 1 c R2VArcscan CAD MapGIS CAD 1 d CAD U

/3 CAD JPG GIS CAD GIS GIS 1 a CAD CAD CAD GIS GIS ArcGIS 9. x 10 1 b 1112 CAD GIS 1 c R2VArcscan CAD MapGIS CAD 1 d CAD U 1006-3862 2010 05-0059 - 07 361005 1 GIS 2 3 What if 2. 0 1 2 3 4 GIS TU984. 11 A 1 Planning Support System MIS PSS 1989 1 90 23 4-7 GIS Planning Support GIS System SDSS PSS GIS GIS CAD GIS SDSS CAD CAD

More information

Microsoft Word - A200912-103.doc

Microsoft Word - A200912-103.doc 军 事 转 型 期 复 合 型 军 事 指 挥 人 才 培 养 的 思 考 柴 炜, 王 耀 军, 吉 朝 军, 汪 正 西 军 事 交 通 学 院 装 备 保 障 系 维 修 管 理 教 研 室, 天 津 (300161) -Email: chaiwei615@sohu.com 摘 要 : 在 推 进 中 国 特 色 新 军 事 变 革 过 程 中, 军 事 指 挥 人 才 面 临 新 的 挑 战

More information

Microsoft PowerPoint - CH 04 Techniques of Circuit Analysis

Microsoft PowerPoint - CH 04 Techniques of Circuit Analysis Chap. 4 Techniques of Circuit Analysis Contents 4.1 Terminology 4.2 Introduction to the Node-Voltage Method 4.3 The Node-Voltage Method and Dependent Sources 4.4 The Node-Voltage Method: Some Special Cases

More information

南華大學數位論文

南華大學數位論文 南 華 大 學 傳 播 學 系 碩 士 論 文 人 鬼 共 生 與 存 在 的 自 由 : 從 語 藝 觀 點 分 析 華 語 鬼 電 影 的 故 事 敘 說 The Symbiosis of Beings and the Ghosts and the Freedom of Existence: A Rhetorical Analysis of Chinese Ghost Movies 研 究 生

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

The Development of Color Constancy and Calibration System

The Development of Color Constancy and Calibration System The Development of Color Constancy and Calibration System The Development of Color Constancy and Calibration System LabVIEW CCD BMP ii Abstract The modern technologies develop more and more faster, and

More information

致 谢 本 人 自 2008 年 6 月 从 上 海 外 国 语 大 学 毕 业 之 后, 于 2010 年 3 月 再 次 进 入 上 外, 非 常 有 幸 成 为 汉 语 国 际 教 育 专 业 的 研 究 生 回 顾 三 年 以 来 的 学 习 和 生 活, 顿 时 感 觉 这 段 时 间 也

致 谢 本 人 自 2008 年 6 月 从 上 海 外 国 语 大 学 毕 业 之 后, 于 2010 年 3 月 再 次 进 入 上 外, 非 常 有 幸 成 为 汉 语 国 际 教 育 专 业 的 研 究 生 回 顾 三 年 以 来 的 学 习 和 生 活, 顿 时 感 觉 这 段 时 间 也 精 英 汉 语 和 新 实 用 汉 语 课 本 的 对 比 研 究 The Comparative Study of Jing Ying Chinese and The New Practical Chinese Textbook 专 业 : 届 别 : 姓 名 : 导 师 : 汉 语 国 际 教 育 2013 届 王 泉 玲 杨 金 华 1 致 谢 本 人 自 2008 年 6 月 从 上 海 外

More information

Microsoft Word - A200810-897.doc

Microsoft Word - A200810-897.doc 基 于 胜 任 特 征 模 型 的 结 构 化 面 试 信 度 和 效 度 验 证 张 玮 北 京 邮 电 大 学 经 济 管 理 学 院, 北 京 (100876) E-mail: weeo1984@sina.com 摘 要 : 提 高 结 构 化 面 试 信 度 和 效 度 是 面 试 技 术 研 究 的 核 心 内 容 近 年 来 国 内 有 少 数 学 者 探 讨 过 基 于 胜 任 特 征

More information

a a a 1. 4 Izumi et al Izumi & Bigelow b

a a a 1. 4 Izumi et al Izumi & Bigelow b 26 2012 2 * 10 6 1996 2002 2006 1996 2007 2004 2004 60 4 30 1998 2006 2006-2007 1. 1 * ' 2010 2011 254 2000 2005a 1999 3 2000 2004 2008 1. 2 2004 2005a 1. 3 1 2 3 4 5 4 2000 2004 2005a 1. 4 Izumi et al.

More information

K9 A 008-569 08 0-006 - 6 6 949 6 64 4 0 5 000 40 6500 6000 7 5000 400 8 6000 0 Malayo - Polynesian 6000 Malayo - Polynesian 4 5 4. 5 5500 5 4 000 6 4 5 6 986 6 5 006 0 995 4 99 99 990 987. 5 5000 008

More information

现代汉语语料库基本加工规格说明书

现代汉语语料库基本加工规格说明书 TP391 The Basic Processing of Contemporary Chinese Corpus at Peking University SPECIFICATION YU Shi-wen DUAN Hui-ming ZHU Xue-feng Bing SWEN (Institute of Computational Linguistics, Peking University,

More information

热设计网

热设计网 例 例 Agenda Popular Simulation software in PC industry * CFD software -- Flotherm * Advantage of Flotherm Flotherm apply to Cooler design * How to build up the model * Optimal parameter in cooler design

More information

Microsoft Word - 012-李若鶯.doc

Microsoft Word - 012-李若鶯.doc 論 莊 子 處 世 哲 學 的 基 本 功 忘 287 國 立 高 雄 師 範 大 學 高 雄 師 大 學 報 2003,15,287-307 論 莊 子 處 世 哲 學 的 基 本 功 忘 ] 李 若 鶯 摘 要 莊 子 哲 學 不 是 理 論 的 思 維 哲 學, 而 是 實 用 的 生 活 哲 學, 是 經 由 觀 照 人 生, 思 考 存 在 本 質, 歸 納 出 的 性 命 對 應 莊 子

More information

Microsoft Word - 51-01-095¶À°ê¾±¼B²»³q.doc

Microsoft Word - 51-01-095¶À°ê¾±¼B²»³q.doc 黃 國 勳 劉 祥 通 撲 克 牌 融 入 因 數 教 學 之 創 意 教 學 行 動 研 究 95 教 育 研 究 集 刊 第 五 十 一 輯 第 一 期 2005 年 3 月 頁 95-129 撲 克 牌 融 入 因 數 教 學 之 創 意 教 學 行 動 研 究 黃 國 勳 劉 祥 通 摘 要 針 對 兒 童 因 數 概 念 的 學 習 困 難, 研 究 者 分 別 設 計 了 二 個 不 同

More information

by industrial structure evolution from 1952 to 2007 and its influence effect was first acceleration and then deceleration second the effects of indust

by industrial structure evolution from 1952 to 2007 and its influence effect was first acceleration and then deceleration second the effects of indust 2011 2 1 1 2 3 4 1. 100101 2. 100124 3. 100039 4. 650092 - - - 3 GDP U 20-30 60% 10% TK01 A 1002-9753 2011 02-0042 - 10 Analysis on Character and Potential of Energy Saving and Carbon Reducing by Structure

More information

A Semiotic Study to interpret Chinese Auspicious Pattern -Applied the bat Auspicious Pattern The purpose of this study is to interpret Chinese Auspicious Pattern by Semiology, finging the codes of Chinese

More information

南華大學數位論文

南華大學數位論文 The Digital Divide on the Remote Area: Regarding the community of Ta-Pang in Mt. A-li Abstract Base on the coming of information society, the digital science and technology usage suppose to be the basic

More information

,,, () 20 80,,,,, ;,, ;,, ;,,,,,,,,, [1 ], :,,,,2 2,,, () (),,,,:,,,,:,,,, :, [2 ] :,,,,,,, : AN NA,,,,,, ( ),:,,: ( F) = (A1 + A2 + A3 + An -

,,, () 20 80,,,,, ;,, ;,, ;,,,,,,,,, [1 ], :,,,,2 2,,, () (),,,,:,,,,:,,,, :, [2 ] :,,,,,,, : AN NA,,,,,, ( ),:,,: ( F) = (A1 + A2 + A3 + An - 23 5 2009 9 J OU RNAL OF CH IN ESE IN FORMA TION PROCESSIN G Vol. 23, No. 5 Sep., 2009 : 100320077 (2009) 0520009210, (,) :,, ;,,,, ;,, : ;; ;;; : TP391 : A A Semantic Construction Model bet ween Adjectives

More information

江 汉 学 术 总 第 34 卷 氏 的 杂 姓 村 本 研 究 采 取 田 野 调 查 的 访 谈 法 和 文 献 档 案 法 收 集 资 料 笔 者 对 A 村 干 部 和 普 通 村 民 进 行 深 度 访 谈, 并 获 得 该 村 自 1979 2009 年 的 全 部 计 划 生 育 对

江 汉 学 术 总 第 34 卷 氏 的 杂 姓 村 本 研 究 采 取 田 野 调 查 的 访 谈 法 和 文 献 档 案 法 收 集 资 料 笔 者 对 A 村 干 部 和 普 通 村 民 进 行 深 度 访 谈, 并 获 得 该 村 自 1979 2009 年 的 全 部 计 划 生 育 对 第 34 卷 第 5 期 2015 年 10 月 Vol. 34 No. 5 Oct 2015 江汉学术 Jianghan Academic 基层社会治理中的底线逻辑 基于农村计划生育实践的分析 陈 恩 中共海南省委党校 科研处 海口 571100 摘 要 在农村计划生育中 基层政府承担着出生控制和社会秩序双重矛盾的职责底线 而农民的生育底线牢 不可破 基层政府的底线逻辑根源在于压力型体制所建立的单向责任模式

More information

Sept Arab World Studies No.5. Nivien Saleh, The European Union and the Gulf States: A Growing Partnership, Middle East Policy, Vol.7, N

Sept Arab World Studies No.5. Nivien Saleh, The European Union and the Gulf States: A Growing Partnership, Middle East Policy, Vol.7, N 2013 9 Sept. 2013 5 Arab World Studies No.5. Nivien Saleh, The European Union and the Gulf States: A Growing Partnership, Middle East Policy, Vol.7, No.1, October 1999, p.53. 27 Ana Echague, Don t forget

More information

课题调查对象:

课题调查对象: 1 大 陆 地 方 政 府 大 文 化 管 理 职 能 与 机 构 整 合 模 式 比 较 研 究 武 汉 大 学 陈 世 香 [ 内 容 摘 要 ] 迄 今 为 止, 大 陆 地 方 政 府 文 化 管 理 体 制 改 革 已 经 由 试 点 改 革 进 入 到 全 面 推 行 阶 段 本 文 主 要 通 过 结 合 典 型 调 查 法 与 比 较 研 究 方 法, 对 已 经 进 行 了 政 府

More information

Microsoft Word - 103-4 記錄附件

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

More information

274 28, [2,3 ],,,,,,,, /, : (O ECD) PSR ( Pressure2State2Response) [47 ], [812 ], MA [2,3,13 ], 1990 (O ECD) PSR, ; ; / PSR, [1417 ] (MA) 2000, 2005,

274 28, [2,3 ],,,,,,,, /, : (O ECD) PSR ( Pressure2State2Response) [47 ], [812 ], MA [2,3,13 ], 1990 (O ECD) PSR, ; ; / PSR, [1417 ] (MA) 2000, 2005, 28 2 2009 3 GEO GRA P HICAL RESEA RCH Vol128, No12 Mar1, 2009,, (, 100101) : (MA),, 4 15 75, ;;,,, ;, : ; ; ; : 100020585 (2009) 0220273211 1,,,,,,,,, :,,,,, 2005 [1 ], 4 16, 18 - - - 15123km 2, 21 %,

More information

<4D6963726F736F667420506F776572506F696E74202D20C6F3D2B5BCB0B2FAC6B7BCF2BDE92DD6D0D3A2CEC420C1F5B9FAD3B1205BBCE6C8DDC4A3CABD5D>

<4D6963726F736F667420506F776572506F696E74202D20C6F3D2B5BCB0B2FAC6B7BCF2BDE92DD6D0D3A2CEC420C1F5B9FAD3B1205BBCE6C8DDC4A3CABD5D> 企 业 及 产 品 简 介 COMPANY & PRODUCTS INTRODUCTION 山 东 泗 水 康 得 新 复 合 材 料 有 限 公 司 SHANDONG SISHUI KANGDE XIN COMPOSITE MATERIAL CO., LTD. 集 团 概 况 KDXGROUP OVERVIEW 1 拥 有 两 大 产 业 群 : 预 涂 膜 和 光 学 膜 1. GROUP HAS

More information

%

% 38 1 2014 1 Vol. 38No. 1 January 2014 51 Population Research 2010 2010 2010 65 100028 Changing Lineal Families with Three Generations An Analysis of the 2010 Census Data Wang Yuesheng Abstract In contemporary

More information

第壹章

第壹章 資訊管理系 德州撲克之 智慧型喊注系統 指導教授 萬 絢 教授 組員名單 游子祥 蔡宗益 張宇祥 李姵嫺 978C019 978C043 978C089 978C101 中華民國101年5月 嶺 東 科 技 大 學 資 訊 管 理 系 德 州 撲 克 之 智 慧 型 喊 注 系 統 資訊管理系專題口試委員審定書 德州撲克之 智慧型喊注系統 指導教授 萬 絢 教授 組員名單 游子祥 978C019 蔡宗益

More information

CH01.indd

CH01.indd 3D ios Android Windows 10 App Apple icloud Google Wi-Fi 4G 1 ( 3D ) 2 3 4 5 CPU / / 2 6 App UNIX OS X Windows Linux (ios Android Windows 8/8.1/10 BlackBerry OS) 7 ( ZigBee UWB) (IEEE 802.11/a/b/g/n/ad/ac

More information