Microsoft PowerPoint - 第8-3章-Network Module.pptx

Size: px
Start display at page:

Download "Microsoft PowerPoint - 第8-3章-Network Module.pptx"

Transcription

1 第 8 3 章 :Network Module Definition Module detection Bayesian approach Markov clustering algorithm

2 Network Modular

3 Modularity Suppose we are given a candidate division of the vertices into some number of groups. The modularity of this division is defined to be the fraction of the edges that fall within the given groups minus the expected such fraction if edges were distributed at random.

4 Modularity A ij : adjacency matrix k i : degree m: total number of edges

5 Modularity For two class problem, let s i =1 of node I belongs to group1 and s i = 1 if it belongs to group 2,

6 Example

7 Spectrum Method The largest eigenvectors will gives the best grouping, positive entries corresponding to one class, and negative ones corresponding to another class. This can be achieved by power method where e=(1,1,,1) T

8 Example 对于上述矩阵 B, 可以计算出最大特征值为 10, 对应的特征向量 于是我们对节点的划分为 {1,2}; {3,4,5}

9 优化方法 既然现在有一个衡量划分 好坏 的量 Q, 那么一般的优化方法都可以使用 ; 1. 给定初始划分 2. 对于划分的某种修正, 计算 Q 的改变量 3. 依据一定的原则考虑是否接受这种修正, 重复步骤 2, 直到某种收敛条件满足 Greedy 方法 模拟退火方法

10 A Bayesian Approach to Network Modularity Slides for this part are mainly from Hofman s talk

11 Overview: Modular Networks Given a network Assign nodes to modules? Determine number of modules(scale/complexity)?

12 Overview: Modular Networks With a generative model of modular networks, rules of probability tell us how to calculate model parameters (e.g. number of modules & assignments)

13 Generative Models Known model (parameters, assignment variables, complexity) Generate Synthetic data Inferred Model (parameters, latent variables, complexity) Observed real data

14 Generating Modular Networks For each node: Roll K sided die to determine z i =1,...,K, the (unobserved) module assignment for ith node For each pair of nodes (i,j): If z i =z j, flip in community coin with bias θ c to determine edge If z i z j, flip between communities coin with bias θ d to determine edge

15 Generating Modular Networks Die rolling, coin flipping, and priors:

16 Generating Modular Networks Edges within modules Non edges within modules Edges between modules Non edges between modules Nodes in each modules

17 Inferring Modular Networks From observed graph structure, infer distributions over module assignments, model parameters, and model complexity

18 Approximate Inference for Modular Networks Jensen s inequality (log of expected value bounds expected value of log) for any distribution q

19 Approximate Inference for Modular Networks F is a functional of q; find approximation to posterior by optimizing approximation to evidence Take q(z, π, θ)=q(z)q(π)q(θ); Q iμ is probability of node iin module μ

20 Variational Bayesian

21 Variational Bayesian Where the expected counts

22 Variational Bayesian Method 问题 : 给定数据 D, 缺失数据 Z={Z 1, Z 2,,Z k }, 极大化后验概率分布, 目标函数复杂, 很难得到 Close form. 策略寻找一个合适的近似分布 Q(Z)

23 如何近似 解决两个问题 如何度量 Q(Z) 和 P(Z D) 的差异 Kullback Leibler Divergence 如何得到简单的分布 Q(Z) 可分解分布 (Factorized Approximation)

24 Kullback Leibler Divergence 具有如下三个性质 不对称性 : 非负性 : 当且仅当 p=q 时为 0 不满足三角不等式

25 优化基础 故令 则

26 优化基础 另一方面 这里 log P(Z,D) 在物理上称之为能量, 而后者是 Q 的熵

27 平均场 (Mean Field) 近似 采用可分解分布进行近似

28 平均场近似下的优化算法 优化问题 约束条件

29 优化问题求解 可以证明, 上述优化问题的解 : 其中 C 为归一化因子. 表示除了 Z i 之外的其它隐变量

30 考虑 Z=(Z i, Z [ i] ) 优化公式推导

31 优化公式推导 定义其中 C 为 Q * 的归一化因子. Q* 定义了一个 Z i 上的新的概率分布 另一方面

32 优化公式推导 于是 上式作为 Q i 的泛函, 由变分原理得

33 优化公式推导 实际上, 直接由 KL 散度的非负性, 只有当散度为 0 时,L(Q) 取最大值, 即

34 变分原理 泛函 : 以函数为自变量的函数 泛函 J(y) 在 y=y(x) 极大值 : 对于 y 的任何一个扰动 y 从形式上看, 和 y 是普通变量的含义类似

35 变分原理 极大值的必要条件 : 一级变分为 0 带约束 J 0 (y) 极大值的必要条件 (Lagrange 乘子 ) 从形式上看, 和 y 是普通变量的含义类似

36 迭代算法

37 Markov Clustering Algorithm van Dongen. A cluster algorithm for graphs. Information Systems, 2000

38 K length Path Basic idea: dense regions in sparse graphs corresponding with regions in which the number of k length path is relatively large. Random walks can also be used to detect clusters in graphs, the idea is that the more closed is a subgraph, the largest the time a random walker need to escape from it.

39 K path Clustering Matrix manipulation: (N+I) 2

40 Markov Clustering Expansion: Through matrix manipulation (power), one obtains a matrix for a n steps connection. Inflation: Enhance intercluster passages by raising the elements to a certain power and then normalize

41 Markov Clustering Algorithm Iteratively running two operators Inflation: Column normalization Expansion:

42 MCL Running

43 MCL Running

44 MCL Running

45 MCL Running

46 A Heuristic for MCL We take a random walk on the graph described by the similarity matrix After each step we weaken the links between distant nodes and strengthen the links between nearby nodes Graphic from van Dongen, 2000

47 References Newman MEJ, Modularity and community structure in network. PNAS 103: , Hofman, JM and Wiggins, CH. Bayesian approach to network modularity. Physical Review Letters 100:258701, S. van Dongen. A cluster algorithm for graphs. CWI Report INS R0010, 侯琳, 邓明华. 网络聚类算法及其生物信息学应用. 数学建模及其生物信息学应用. Vol.2(2): 9 14, CharlesW. Fox, Stephen J. Roberts. A tutorial on variational Bayesian inference. Artif Intell Rev (2012) 38:85 95.DOI /s C. M. Bishop. Pattern Recognition and Machine Learning. Springer ( 第 10 章 : 变分近似 )

PowerPoint Presentation

PowerPoint Presentation Decision analysis 量化決策分析方法專論 2011/5/26 1 Problem formulation- states of nature In the decision analysis, decision alternatives are referred to as chance events. The possible outcomes for a chance event

More information

ENGG1410-F Tutorial 6

ENGG1410-F Tutorial 6 Jianwen Zhao Department of Computer Science and Engineering The Chinese University of Hong Kong 1/16 Problem 1. Matrix Diagonalization Diagonalize the following matrix: A = [ ] 1 2 4 3 2/16 Solution The

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

<4D F736F F F696E74202D20B5DAC1F9BDECC8ABB9FACDF8C2E7BFC6D1A7C2DBCCB32DD5C2D6D2D6BE>

<4D F736F F F696E74202D20B5DAC1F9BDECC8ABB9FACDF8C2E7BFC6D1A7C2DBCCB32DD5C2D6D2D6BE> 第六届全国网络科学论坛与第二届全国混沌应用研讨会 Random walks in complex networks 章忠志 计算科学技术学院 Email:zhangzz@fudan.edu.cn Homepage:http://homepage.fudan.edu.cn/~zhangzz/ 2010 年 7 月 26-31 日 Contents Brief introduction to our group

More information

Untitled-3

Untitled-3 SEC.. Separable Equations In each of problems 1 through 8 solve the given differential equation : ü 1. y ' x y x y, y 0 fl y - x 0 fl y - x 0 fl y - x3 3 c, y 0 ü. y ' x ^ y 1 + x 3 x y 1 + x 3, y 0 fl

More information

Microsoft PowerPoint - Discovering Organizational Structure.pptx

Microsoft PowerPoint - Discovering Organizational Structure.pptx Presenter: Zhang Bo Organizational Structure More than simply related or not. Reveals the direction of supervision and influence. Examples: Advisor-advisee relationship Terrorist organization hierarchy

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

Microsoft Word - p11.doc

Microsoft Word - p11.doc () 11-1 ()Classification Analysis( ) m() p.d.f prior (decision) (loss function) Bayes Risk for any decision d( ) posterior risk posterior risk Posterior prob. j (uniform prior) where Mahalanobis Distance(M-distance)

More information

彩色地图中道路的识别和提取

彩色地图中道路的识别和提取 9310016, i ii Abstract This thesis is on the researching of recognizing the roads in map image by computer. Based on the theory of Pattern Recognition, there is a method to be discussed, which can recognize

More information

高中英文科教師甄試心得

高中英文科教師甄試心得 高 中 英 文 科 教 師 甄 試 心 得 英 語 學 系 碩 士 班 林 俊 呈 高 雄 市 立 高 雄 高 級 中 學 今 年 第 一 次 參 加 教 師 甄 試, 能 夠 在 尚 未 服 兵 役 前 便 考 上 高 雄 市 立 高 雄 高 級 中 學 專 任 教 師, 自 己 覺 得 很 意 外, 也 很 幸 運 考 上 後 不 久 在 與 雄 中 校 長 的 會 談 中, 校 長 的 一 句

More information

Microsoft PowerPoint - Performance Analysis of Video Streaming over LTE using.pptx

Microsoft PowerPoint - Performance Analysis of Video Streaming over LTE using.pptx ENSC 427 Communication Networks Spring 2016 Group #2 Project URL: http://www.sfu.ca/~rkieu/ensc427_project.html Amer, Zargham 301149920 Kieu, Ritchie 301149668 Xiao, Lei 301133381 1 Roadmap Introduction

More information

4. 每 组 学 生 将 写 有 习 语 和 含 义 的 两 组 卡 片 分 别 洗 牌, 将 顺 序 打 乱, 然 后 将 两 组 卡 片 反 面 朝 上 置 于 课 桌 上 5. 学 生 依 次 从 两 组 卡 片 中 各 抽 取 一 张, 展 示 给 小 组 成 员, 并 大 声 朗 读 卡

4. 每 组 学 生 将 写 有 习 语 和 含 义 的 两 组 卡 片 分 别 洗 牌, 将 顺 序 打 乱, 然 后 将 两 组 卡 片 反 面 朝 上 置 于 课 桌 上 5. 学 生 依 次 从 两 组 卡 片 中 各 抽 取 一 张, 展 示 给 小 组 成 员, 并 大 声 朗 读 卡 Tips of the Week 课 堂 上 的 英 语 习 语 教 学 ( 二 ) 2015-04-19 吴 倩 MarriottCHEI 大 家 好! 欢 迎 来 到 Tips of the Week! 这 周 我 想 和 老 师 们 分 享 另 外 两 个 课 堂 上 可 以 开 展 的 英 语 习 语 教 学 活 动 其 中 一 个 活 动 是 一 个 充 满 趣 味 的 游 戏, 另 外

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

Stochastic Processes (XI) Hanjun Zhang School of Mathematics and Computational Science, Xiangtan University 508 YiFu Lou talk 06/

Stochastic Processes (XI) Hanjun Zhang School of Mathematics and Computational Science, Xiangtan University 508 YiFu Lou talk 06/ Stochastic Processes (XI) Hanjun Zhang School of Mathematics and Computational Science, Xiangtan University hjzhang001@gmail.com 508 YiFu Lou talk 06/04/2010 - Page 1 Outline 508 YiFu Lou talk 06/04/2010

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

穨control.PDF

穨control.PDF TCP congestion control yhmiu Outline Congestion control algorithms Purpose of RFC2581 Purpose of RFC2582 TCP SS-DR 1998 TCP Extensions RFC1072 1988 SACK RFC2018 1996 FACK 1996 Rate-Halving 1997 OldTahoe

More information

一 课 程 负 责 人 情 况 姓 名 吴 翊 性 别 男 出 生 年 月 1948.08.28 1. 基 本 信 息 学 位 硕 士 职 称 教 授 职 务 所 在 院 系 理 学 院 数 学 与 系 统 科 学 系 电 话 13808485157 研 究 方 向 数 据 处 理 近 三 年 来

一 课 程 负 责 人 情 况 姓 名 吴 翊 性 别 男 出 生 年 月 1948.08.28 1. 基 本 信 息 学 位 硕 士 职 称 教 授 职 务 所 在 院 系 理 学 院 数 学 与 系 统 科 学 系 电 话 13808485157 研 究 方 向 数 据 处 理 近 三 年 来 湖 南 省 普 通 高 等 学 校 省 级 精 品 课 程 复 核 申 报 表 学 校 名 称 : 课 程 名 称 : 课 程 负 责 人 : 立 项 时 间 : 国 防 科 技 大 学 概 率 论 与 数 理 统 计 吴 翊 2009 年 课 程 网 站 地 址 :jpkc2009.nudt.edu.cn/gllysltj jpkc.nudt.edu.cn/gltj 湖 南 省 教 育 厅 制 二

More information

untitled

untitled Co-integration and VECM Yi-Nung Yang CYCU, Taiwan May, 2012 不 列 1 Learning objectives Integrated variables Co-integration Vector Error correction model (VECM) Engle-Granger 2-step co-integration test Johansen

More information

EM算法及其应用

EM算法及其应用 EM 算法原理及其应用 罗维 大纲 基础知识 EM 算法应用举例 EM 算法及其证明 EM 算法的变种 2 EM 算法的名字由来 E 步 M 步 Expectation 期望 Maximization 最大化 EM(Expectation Maximization, 期望最大化 ) 算法 3 笼统的 EM 算法描述 Loop { E 步 : 求期望 (expectation) } M 步 : 求极大

More information

2005 3 2005 12 31 Hajo Broersma 2005 5 8 5 11 2005 12 9 1 2005 5 29 George AndrewsRichard AskeyRichard Stanley very strong Chen Yang 2 3 17 27 2005 4 5 1 4 13 2005 5 2005 12 3 Google 400 Google PageRank

More information

Microsoft PowerPoint - STU_EC_Ch02.ppt

Microsoft PowerPoint - STU_EC_Ch02.ppt 樹德科技大學資訊工程系 Chapter 2: Number Systems Operations and Codes Shi-Huang Chen Sept. 2010 1 Chapter Outline 2.1 Decimal Numbers 2.2 Binary Numbers 2.3 Decimal-to-Binary Conversion 2.4 Binary Arithmetic 2.5

More information

untitled

untitled 數 Quadratic Equations 數 Contents 錄 : Quadratic Equations Distinction between identities and equations. Linear equation in one unknown 3 ways to solve quadratic equations 3 Equations transformed to quadratic

More information

Microsoft PowerPoint - NGDM07 Philip Yu.ppt

Microsoft PowerPoint - NGDM07 Philip Yu.ppt Approximate Frequent Pattern Mining Philip S. Yu, Xifeng Yan, Jiawei Han 2, Hong Cheng 2, Feida Zhu 2 IBM T.J.Watson Research Center 2 University of Illinois at Urbana- Champaign Frequent Pattern Mining

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

東莞工商總會劉百樂中學

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

More information

地質調査研究報告/Bulletin of the Geological Survey of Japan

地質調査研究報告/Bulletin of the Geological Survey of Japan Shigeru Suto, Takayuki Inomata, Hisashi Sasaki and Sakae Mukoyama (2007) Data base of the volcanic ash fall distribution map of Japan. Bull. Geol. Surv. Japan, vol. 58(9/10), p.261-321, 8 figs, 2 tables,

More information

<4D6963726F736F667420576F7264202D20C9CFBAA3BFC6BCBCB4F3D1A7D0C5CFA2D1A7D4BA32303136C4EAC7EFBCBEC8EBD1A7B2A9CABFD7CAB8F1BFBCCAD4CAB5CAA9CFB8D4F22D30343036C8B7B6A8B8E5>

<4D6963726F736F667420576F7264202D20C9CFBAA3BFC6BCBCB4F3D1A7D0C5CFA2D1A7D4BA32303136C4EAC7EFBCBEC8EBD1A7B2A9CABFD7CAB8F1BFBCCAD4CAB5CAA9CFB8D4F22D30343036C8B7B6A8B8E5> 上 海 科 技 大 学 信 息 科 学 与 技 术 学 院 年 度 博 士 资 格 考 试 实 施 细 则 一 总 则 本 细 则 由 上 海 科 技 大 学 信 息 科 学 与 技 术 学 院 ( 以 下 简 称 信 息 学 院 ) 教 学 指 导 委 员 会 讨 论 制 定, 适 用 于 信 息 学 院 2014 级 硕 士 研 究 生 的 年 度 博 士 资 格 考 试 信 息 学 院 2014

More information

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

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

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

Microsoft PowerPoint - STU_EC_Ch08.ppt

Microsoft PowerPoint - STU_EC_Ch08.ppt 樹德科技大學資訊工程系 Chapter 8: Counters Shi-Huang Chen Fall 2010 1 Outline Asynchronous Counter Operation Synchronous Counter Operation Up/Down Synchronous Counters Design of Synchronous Counters Cascaded Counters

More information

(2002) Gartner Group Toelle and Tersine(1989) VMI (1998) (VMI,Vender-Managed Inventory) (2003) (VMI,Vender-Managed Inventory) VMI AHP VMI - 133

(2002) Gartner Group Toelle and Tersine(1989) VMI (1998) (VMI,Vender-Managed Inventory) (2003) (VMI,Vender-Managed Inventory) VMI AHP VMI - 133 ISM AHP VMI emily.1-777@yahoo.com.tw yowmow@mail.thu.edu.tw VMI ISM VMI VMI VMI VMI satty 1980 Analytic Hierarchy Process, AHP VMI ISM Abstract This research wants to study the electronic industry mainly

More information

Microsoft Word doc

Microsoft Word doc 中 考 英 语 科 考 试 标 准 及 试 卷 结 构 技 术 指 标 构 想 1 王 后 雄 童 祥 林 ( 华 中 师 范 大 学 考 试 研 究 院, 武 汉,430079, 湖 北 ) 提 要 : 本 文 从 结 构 模 式 内 容 要 素 能 力 要 素 题 型 要 素 难 度 要 素 分 数 要 素 时 限 要 素 等 方 面 细 致 分 析 了 中 考 英 语 科 试 卷 结 构 的

More information

Microsoft PowerPoint _代工實例-1

Microsoft PowerPoint _代工實例-1 4302 動態光散射儀 (Dynamic Light Scattering) 代工實例與結果解析 生醫暨非破壞性分析團隊 2016.10 updated Which Size to Measure? Diameter Many techniques make the useful and convenient assumption that every particle is a sphere. The

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

Microsoft Word - ch05note_1210.doc

Microsoft Word - ch05note_1210.doc Section 5. Antiderivatives and indefinite integrals 反 導 函 數 與 不 定 積 分 上 一 章 我 們 已 經 學 過 微 分 以 及 它 的 應 用 現 在 我 們 考 慮 反 向 的 過 程, 稱 為 積 分 (antidifferentiation), 給 定 一 個 導 函 數, 找 出 它 原 始 的 函 數 積 分 也 有 許 多

More information

Introduction to Hamilton-Jacobi Equations and Periodic Homogenization

Introduction to Hamilton-Jacobi Equations  and Periodic Homogenization Introduction to Hamilton-Jacobi Equations and Periodic Yu-Yu Liu NCKU Math August 22, 2012 Yu-Yu Liu (NCKU Math) H-J equation and August 22, 2012 1 / 15 H-J equations H-J equations A Hamilton-Jacobi equation

More information

Microsoft Word - 专论综述1.doc

Microsoft Word - 专论综述1.doc 1 基 于 协 同 过 滤 的 高 考 志 愿 推 荐 系 统 徐 兰 静, 李 珊, 严 钊 ( 南 京 航 空 航 天 大 学 经 济 与 管 理 学 院, 南 京 211100) 摘 要 : 近 年 来 信 息 过 载 问 题 的 出 现 使 得 个 性 化 推 荐 技 术 应 运 而 生, 其 中 协 同 过 滤 推 荐 技 术 通 过 在 用 户 和 信 息 之 间 建 立 联 系, 被

More information

untitled

untitled SC 93246H327032 (EWMA) 3 EWMA (defects) (Poisson distribution) (compound Poisson process) Brook and Evans EWMA (ARL) EWMA (geometric Poisson EWMA control schemes) The Study on Detecting Small Shifts in

More information

Microsoft Word - 08_科普作品選讀示例一_080421.doc

Microsoft Word - 08_科普作品選讀示例一_080421.doc 選 修 單 元 八 科 普 作 品 選 讀 示 例 一 一 學 習 目 標 閱 讀 優 秀 的 科 普 作 品, 拓 寬 閱 讀 面 知 識 領 域 和 生 活 視 野, 寫 作 以 科 學 為 題 材 的 文 章, 提 升 寫 作 能 力, 增 進 對 科 學 的 興 趣, 培 養 審 慎 嚴 謹 的 態 度 與 尚 實 求 真 的 精 神, 以 及 關 心 世 界 仁 民 愛 物 的 人 文 情

More information

Open topic Bellman-Ford算法与负环

Open topic   Bellman-Ford算法与负环 Open topic Bellman-Ford 2018 11 5 171860508@smail.nju.edu.cn 1/15 Contents 1. G s BF 2. BF 3. BF 2/15 BF G Bellman-Ford false 3/15 BF G Bellman-Ford false G c = v 0, v 1,..., v k (v 0 = v k ) k w(v i 1,

More information

BC04 Module_antenna__ doc

BC04 Module_antenna__ doc http://www.infobluetooth.com TEL:+86-23-68798999 Fax: +86-23-68889515 Page 1 of 10 http://www.infobluetooth.com TEL:+86-23-68798999 Fax: +86-23-68889515 Page 2 of 10 http://www.infobluetooth.com TEL:+86-23-68798999

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

When the rejection rule for a test at every level α can be re-written as then xxx is the p-value of the test. xxx < α, If p-value < α, then the test c

When the rejection rule for a test at every level α can be re-written as then xxx is the p-value of the test. xxx < α, If p-value < α, then the test c Hypothesis Testing - review The null hypothesis (H 0 ) and the alternative hypothesis (H 1 ) Type I error: rejecting H 0 when H 0 is true Type II error: failing to reject H 0 when H 1 is true (H 0 is false)

More information

<4D6963726F736F667420576F7264202D20A9DBA6ACB667A4BBBFB3BDECA470B2D5B2D5ADFB5F32303131A67EABD7B2C431B4C15F2E444F43>

<4D6963726F736F667420576F7264202D20A9DBA6ACB667A4BBBFB3BDECA470B2D5B2D5ADFB5F32303131A67EABD7B2C431B4C15F2E444F43> ( 通 告 27) 中 華 基 督 教 會 基 灣 小 學 ( 愛 蝶 灣 ) 通 告 有 關 招 收 2011 年 度 第 一 期 週 六 興 趣 小 組 組 員 事 宜 敬 啟 者 : 本 校 為 鼓 勵 學 生 善 用 餘 暇, 參 與 有 計 劃 及 有 指 導 性 的 活 動, 從 而 擴 闊 知 識 領 域, 體 驗 藝 術 情 趣 和 培 養 協 作 能 力, 特 委 託 培 正 教

More information

(baking powder) 1 ( ) ( ) 1 10g g (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal D

(baking powder) 1 ( ) ( ) 1 10g g (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal D ( ) 4 1 1 1 145 1 110 1 (baking powder) 1 ( ) ( ) 1 10g 1 1 2.5g 1 1 1 1 60 10 (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal Design 1. 60 120 2. 3. 40 10

More information

Outline Speech Signals Processing Dual-Tone Multifrequency Signal Detection 云南大学滇池学院课程 : 数字信号处理 Applications of Digital Signal Processing 2

Outline Speech Signals Processing Dual-Tone Multifrequency Signal Detection 云南大学滇池学院课程 : 数字信号处理 Applications of Digital Signal Processing 2 CHAPTER 10 Applications of Digital Signal Processing Wang Weilian wlwang@ynu.edu.cn School of Information Science and Technology Yunnan University Outline Speech Signals Processing Dual-Tone Multifrequency

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

天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 百 善 孝 為 先? 奉 養 父 母 與 接 受 子 女 奉 養 之 態 度 及 影 響 因 素 : 跨 時 趨 勢 分 析 Changes in attitude toward adult children's responsibilit

天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 百 善 孝 為 先? 奉 養 父 母 與 接 受 子 女 奉 養 之 態 度 及 影 響 因 素 : 跨 時 趨 勢 分 析 Changes in attitude toward adult children's responsibilit 天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 指 導 老 師 : 翁 志 遠 百 善 孝 為 先? 奉 養 父 母 與 接 受 子 女 奉 養 之 態 度 及 影 響 因 素 : 跨 時 趨 勢 分 析 Changes in attitude toward adult children's responsibility to financially support and to live

More information

<4D6963726F736F667420506F776572506F696E74202D20B5DAD2BBD5C228B4F2D3A1B0E6292E707074205BBCE6C8DDC4A3CABD5D>

<4D6963726F736F667420506F776572506F696E74202D20B5DAD2BBD5C228B4F2D3A1B0E6292E707074205BBCE6C8DDC4A3CABD5D> Homeworks ( 第 三 版 ):.4 (,, 3).5 (, 3).6. (, 3, 5). (, 4).4.6.7 (,3).9 (, 3, 5) Chapter. Number systems and codes 第 一 章. 数 制 与 编 码 . Overview 概 述 Information is of digital forms in a digital system, and

More information

Analysis of Cultural Elements of Meinong s Paper Umbrella Painting Abstract Meinong paper umbrellas are a traditional industrial art for the Hakka peo

Analysis of Cultural Elements of Meinong s Paper Umbrella Painting Abstract Meinong paper umbrellas are a traditional industrial art for the Hakka peo 美濃紙傘彩繪文化元素之分析及其應用 歐純純 何明穎 摘 要 美濃紙傘是客家人的傳統工藝 也是客家人生活習俗的一部分 就推廣客家文化而言 是 一個非常值得探究的課題 然而就紙傘的研究而言 到目前為止數量並不多 而且針對彩繪元素 的論述並不完整 是以本文企圖以較為細膩深入的方式 對於紙傘的彩繪進行主題式研究 針對 繪圖時所運用的文化元素進行分析 讓讀者能清楚掌握美濃紙傘彩繪時 這些文化元素的圖象類 型及其意涵

More information

Theory of Groups is another course for undergraduates; and Module Theory will be a basic course of graduates). The main contents include the basic str

Theory of Groups is another course for undergraduates; and Module Theory will be a basic course of graduates). The main contents include the basic str 抽 象 代 数 课 程 教 学 大 纲 课 程 基 本 信 息 (Course Information) 课 程 代 码 (Course Code) * 学 时 MA20 (Credit Hours) 6 * 学 分 (Credits) * 课 程 名 称 抽 象 代 数 (Course Name) Abstract Algebra 课 程 性 质 (Course Type) 必 修 课 授 课 对

More information

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

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

More information

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

國立中山大學學位論文典藏.PDF Investigation of the distribution of alkylphenol and alkylphenol polyethoxylates in main rivers and harbor areas of Kaohsiung city by LC-MS/MS I II III Abstract Hou-Chin stream, Love river, and Chien-Chen

More information

km km mm km m /s hpa 500 hpa E N 41 N 37 N 121

km km mm km m /s hpa 500 hpa E N 41 N 37 N 121 32 2 2014 4 Journal of Arid Meteorology Vol. 32 No. 2 Apr 2014. 08. 03 J. 2014 32 2256-262 LU Guirong WANG Wen YU Huaizhenget al. The Influence of Damrey Typhoon on 08. 03 Rainstorm Process in Rizhao of

More information

要 闻 摘 报 刘 伟 校 长 到 理 学 院 信 息 学 院 环 境 学 院 调 研 为 深 入 了 解 理 工 院 系 人 才 培 养 科 学 研 究 队 伍 建 设 学 科 发 展 等 情 况, 刘 伟 校 长 一 行 先 后 到 理 学 院 信 息 学 院 环 境 学 院 调 研, 体 现

要 闻 摘 报 刘 伟 校 长 到 理 学 院 信 息 学 院 环 境 学 院 调 研 为 深 入 了 解 理 工 院 系 人 才 培 养 科 学 研 究 队 伍 建 设 学 科 发 展 等 情 况, 刘 伟 校 长 一 行 先 后 到 理 学 院 信 息 学 院 环 境 学 院 调 研, 体 现 理 工 学 科 工 作 简 报 2016 年 第 1 期 ( 总 第 11 期 ) 中 国 人 民 大 学 理 工 学 科 建 设 处 中 国 人 民 大 学 理 工 学 科 建 设 指 导 委 员 会 办 公 室 2016 年 6 月 27 日 内 容 提 要 要 闻 摘 报 2 刘 伟 校 长 到 理 学 院 信 息 学 院 环 境 学 院 调 研 2 理 工 院 系 获 得 国 家 重 点 研

More information

穨6街舞對抗中正紀念堂_林伯勳張金鶚_.PDF

穨6街舞對抗中正紀念堂_林伯勳張金鶚_.PDF ( ) 115 115140 Journal of City and Planning(2002) Vol.29, No.1, pp.115140 90 10 26 91 05 20 2 3 --- ( ) 1. 2. mag.ryan@msa.hinet.net 3. jachang@nccu.edu.tw 1018-1067/02 2002 Chinese Institute of Urban

More information

SVM OA 1 SVM MLP Tab 1 1 Drug feature data quantization table

SVM OA 1 SVM MLP Tab 1 1 Drug feature data quantization table 38 2 2010 4 Journal of Fuzhou University Natural Science Vol 38 No 2 Apr 2010 1000-2243 2010 02-0213 - 06 MLP SVM 1 1 2 1 350108 2 350108 MIP SVM OA MLP - SVM TP391 72 A Research of dialectical classification

More information

922 4 R = B in B in + B out (1) B in, B out. R,,., R,,., : 1),. ; 2),, ; 3),. 1 (a), A, B C D, A i j., A x, y, i A, R R i = y + 3 x y + 3 = y

922 4 R = B in B in + B out (1) B in, B out. R,,., R,,., : 1),. ; 2),, ; 3),. 1 (a), A, B C D, A i j., A x, y, i A, R R i = y + 3 x y + 3 = y 4 5 Vol. 4, No. 5 214 5 ACTA AUTOMATICA SINICA May, 214 1 1, 2.,,,.., (Shell interception and core expansion, SICE). : 1) ( ), ; 2). SICE,,., SICE,. DOI,,,,.., 214, 4(5): 921 934 1.3724/SP.J.14.214.921

More information

物理学报 Acta Phys. Sin. Vol. 62, No. 14 (2013) 147802 叠 [4]. PET 设备最重要的部件就是探测器环, 探测 备重建图像具有减少数据插值的优势. 器环的性能直接影响 PET 的成像能力. 探头与探头 之间得到的符合直线叫做投影线. 所有的投影线在

物理学报 Acta Phys. Sin. Vol. 62, No. 14 (2013) 147802 叠 [4]. PET 设备最重要的部件就是探测器环, 探测 备重建图像具有减少数据插值的优势. 器环的性能直接影响 PET 的成像能力. 探头与探头 之间得到的符合直线叫做投影线. 所有的投影线在 数 据 插 值 对 正 电 子 发 射 断 层 成 像 设 备 的 图 像 重 建 影 响 的 研 究 * 杨 昆 刘 新 新 李 晓 苇 ( 河 北 大 学 物 理 学 院, 保 定 071000 ) ( 2013 年 1 月 30 日 收 到 ; 2013 年 4 月 9 日 收 到 修 改 稿 ) 正 电 子 发 射 断 层 扫 描 (positron emission computed tomography,

More information

目录 决策树 Adaptive Boosting (AdaBoost) Gradient Boost Decision Tree (GBDT) TreeBoost XGBoost 总结

目录 决策树 Adaptive Boosting (AdaBoost) Gradient Boost Decision Tree (GBDT) TreeBoost XGBoost 总结 树模型的进化之路 颜发才 facaiyan@gmailcom facaiygithubio 新浪微博算法平台 2017 年 3 月 11 日 目录 决策树 Adaptive Boosting (AdaBoost) Gradient Boost Decision Tree (GBDT) TreeBoost XGBoost 总结 决策树 决策树直观印象进化分支 决策树 直观印象 petal length

More information

untitled

untitled TFT-LCD Mura & Y.H. Tseng 2006.12.4 Outline Mura Mura Mura 類 度 Mura Mura JND Mura Convolution filter (Filter design) Statistical method (ANOVA,EWMA) Backgroup estimation (LSD) 2 What is Mura- Mura Mura

More information

: ( ),,

: ( ),, Case Discussion: ( ), RN, ScD, MPH : 24,,,,,,, ( ) ) ( ), : ( ),, randomized controlled trial (RCT). minimization program,,,, : : ; Apgar score > 7 ;, : ; ; ; ; (BT180/min; 2, 83,50 (60.2%).,

More information

spss.doc

spss.doc SPSS 8 8.1 K-Means Cluster [ 8-1] 1962 1988 8-1 2 5 31 3 7 20 F2-F3 2 3 F3-F4 3 4 109 8 8-1 2 3 2 3 F2-F3 F3-F4 1962 344 3333 29 9 9.69 1.91 1963 121 1497 27 19 12.37 1.34 1964 187 1813 32 18 9.70 1.06

More information

影響新產品開發成效之造型要素探討

影響新產品開發成效之造型要素探討 異 行 車 例 A Study on the Product Forms Recognition Difference between Designer and Consumer --- Electrical Bicycle as Example. 行 車 省 力 力 綠 老 女 行 車 行 車 了 不 了 行 行 車 行 車 不 行 車 異 行 車 車 車 行 行 異 數 量 I 類 行 異 異

More information

Microsoft PowerPoint - NCBA_Cattlemens_College_Darrh_B

Microsoft PowerPoint - NCBA_Cattlemens_College_Darrh_B Introduction to Genetics Darrh Bullock University of Kentucky The Model Trait = Genetics + Environment Genetics Additive Predictable effects that get passed from generation to generation Non-Additive Primarily

More information

Gassama Abdoul Gadiri University of Science and Technology of China A dissertation for master degree Ordinal Probit Regression Model and Application in Credit Rating for Users of Credit Card Author :

More information

第三章 對農企業法人取得農地使用權源

第三章 對農企業法人取得農地使用權源 27 28 1 易 2 行 例 例 列 林 不 離. 路 冷 林 不 例 念 例 行 律 林 利 路 ( ) 林 ( ) ( ) 理 ( ) 29 30 3 參 31 32 33 4 利 利 利 類 略 略 例 列 六 34 5 便 35 6 理 度 年 行 91-1.5.3- -Q1(z) 理 36 7 力 切 力 ( ) 力 力 流 切 37 38 8 論 說 論 六 年 ( ) 六 六 年 論

More information

目录 CONTENTS

目录 CONTENTS 目 录 CONTENTS 第 一 章 雅 思 阅 读 考 试 介 绍 第 一 节 学 术 类 和 普 通 培 训 类 阅 读 文 章 之 比 较 第 二 节 主 流 题 型 分 析 第 三 节 雅 思 阅 读 考 点 第 四 节 雅 思 阅 读 应 试 建 议 第 五 节 记 分 和 评 分 第 二 章 雅 思 阅 读 技 巧 第 一 节 雅 思 阅 读 步 骤 第 二 节 雅 思 阅 读 练 习

More information

46 數 學 傳 播 26 卷 3 期 民 91 年 9 月 表 演, 有 些 賭 場 還 每 小 時 發 遊 客 1 美 元, 可 連 發 7 小 時 一 個 目 的, 都 是 吸 引 遊 客 流 連 忘 返, 持 續 地 賭 開 賭 場 當 然 是 為 了 賺 錢, 利 用 機 率 來 設 計

46 數 學 傳 播 26 卷 3 期 民 91 年 9 月 表 演, 有 些 賭 場 還 每 小 時 發 遊 客 1 美 元, 可 連 發 7 小 時 一 個 目 的, 都 是 吸 引 遊 客 流 連 忘 返, 持 續 地 賭 開 賭 場 當 然 是 為 了 賺 錢, 利 用 機 率 來 設 計 賭 國 風 雲 黃 文 璋 1. 天 性 好 賭 ùö ùö 考 古 的 證 據 顯 示, 賭 博 的 歷 史 源 遠 流 長, 幾 乎 自 人 類 文 明 之 始 就 有 了 中 外 歷 史 小 說 及 電 影 裡, 也 常 有 賭 的 情 節, 賭 似 乎 是 與 生 活 分 不 開 的 賭 還 不 一 定 是 賭 錢 如 金 庸 (1996a) 射 鵰 英 雄 傳 中 ( 第 十 九 二 十

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

m K K K K m Fig. 2 The plan layout of K K segment p

m K K K K m Fig. 2 The plan layout of K K segment p 410151 K7 + 914 - K7 + 984 12 5. 3 Midas DOI 10. 7617 /j. issn. 1000-8993. 2013. 09. 020 THE ANALYSIS OF THE DESIGN AND CONSTRUCTION SECURITY OF DEEP FOUNDATION IN PURUI TUNNEL OPEN-CUT SEGMENT Yang Ping

More information

mode of puzzle-solving

mode of puzzle-solving 91 12 145 174 * * 146 1 1 mode of puzzle-solving 91 12 147 83-105 148 2 3 2 3 151 91 12 149 150 4 4 101-104 91 12 151 identity 5 6 7 5 6 7 100 140 152 8 9 10 8 31-32 9 27-29 10 sense of political efficacy

More information

Microsoft Word - 11月電子報1130.doc

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

More information

受訪者編號:

受訪者編號: 台 灣 社 會 變 遷 基 本 調 查 計 畫 第 六 期 第 四 次 調 查 計 畫 執 行 報 告 傅 仰 止 章 英 華 杜 素 豪 主 編 廖 培 珊 計 畫 編 號 :NSC 102-2420-H-001-007-SS2 中 央 研 究 院 社 會 學 研 究 所 二 一 四 年 三 月 參 與 教 授 傅 仰 止 計 畫 主 持 人 中 央 研 究 院 社 會 學 研 究 所 研 究 員

More information

% % 99% Sautman B. Preferential Policies for Ethnic Minorities in China The Case

% % 99% Sautman B. Preferential Policies for Ethnic Minorities in China The Case 1001-5558 2015 03-0037-11 2000 2010 C95 DOI:10.16486/j.cnki.62-1035/d.2015.03.005 A 1 2014 14CRK014 2013 13SHC012 1 47 2181 N. W. Journal of Ethnology 2015 3 86 2015.No.3 Total No.86 20 70 122000 2007

More information

A Community Guide to Environmental Health

A Community Guide to Environmental Health 102 7 建 造 厕 所 本 章 内 容 宣 传 推 广 卫 生 设 施 104 人 们 需 要 什 么 样 的 厕 所 105 规 划 厕 所 106 男 女 对 厕 所 的 不 同 需 求 108 活 动 : 给 妇 女 带 来 方 便 110 让 厕 所 更 便 于 使 用 111 儿 童 厕 所 112 应 急 厕 所 113 城 镇 公 共 卫 生 设 施 114 故 事 : 城 市 社

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

目 錄 (1) 我 們 的 學 校 學 校 簡 介 學 校 管 理 班 級 組 織 學 生 出 席 率 中 六 畢 業 生 狀 況 教 師 資 歷 教 學 經 驗 教 師 專 業 發 展 (2) 關 注 事 項 的 成 就 與 反 思 重 點 發 展 項 目 一 : 深 化 研 習 英 語 之 優

目 錄 (1) 我 們 的 學 校 學 校 簡 介 學 校 管 理 班 級 組 織 學 生 出 席 率 中 六 畢 業 生 狀 況 教 師 資 歷 教 學 經 驗 教 師 專 業 發 展 (2) 關 注 事 項 的 成 就 與 反 思 重 點 發 展 項 目 一 : 深 化 研 習 英 語 之 優 慕 光 英 文 書 院 學 校 報 告 (Template) 2014-2015 年 度 目 錄 (1) 我 們 的 學 校 學 校 簡 介 學 校 管 理 班 級 組 織 學 生 出 席 率 中 六 畢 業 生 狀 況 教 師 資 歷 教 學 經 驗 教 師 專 業 發 展 (2) 關 注 事 項 的 成 就 與 反 思 重 點 發 展 項 目 一 : 深 化 研 習 英 語 之 優 良 環 境,

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

Product Type Batteries (only) Circuit Breatkers & Load Protection Connection Devices Contactors Ethernet Switches, Stratix Switches I/O Modules; PLC N

Product Type Batteries (only) Circuit Breatkers & Load Protection Connection Devices Contactors Ethernet Switches, Stratix Switches I/O Modules; PLC N 1201 South Second Street Milwaukee, Wisconsin U.S.A. 53204 Tel 414-382-2000 1 July 2016 RE: China Restriction of Hazardous Substances (RoHS) Dear Customer, Rockwell Automation is committed to demonstrating

More information

2. 3. 1 2 TI 3 TI TABLE 4 RANDBIN 5 6 172 6 Research of Modern Basic Education 2012 6

2. 3. 1 2 TI 3 TI TABLE 4 RANDBIN 5 6 172 6 Research of Modern Basic Education 2012 6 6 2012 6 Research of Modern Basic Education Vol. 6 June 2012 201200 20 1. G 1976-171 2. 3. 1 2 TI 3 TI TABLE 4 RANDBIN 5 6 172 6 Research of Modern Basic Education 2012 6 1 GPS 4. 01 TI - nspire cx 1.

More information

Journal of Northwestern Polytechnical University Apr. Vol No. 2 ICM ICM ICM ICM ICM ICM TP A

Journal of Northwestern Polytechnical University Apr. Vol No. 2 ICM ICM ICM ICM ICM ICM TP A 2012 4 30 2 Journal of Northwestern Polytechnical University Apr. Vol. 30 2012 No. 2 ICM 710072 ICM ICM ICM ICM ICM TP391. 41 A 1000-2758 2012 02-0201-05 6 2001 Kinser Johnson ICM intersecting cortical

More information

東方設計學院文化創意設計研究所

東方設計學院文化創意設計研究所 東 方 設 計 學 院 文 化 創 意 設 計 研 究 所 碩 士 學 位 論 文 應 用 德 爾 菲 法 建 立 社 區 業 餘 油 畫 課 程 之 探 討 - 以 高 雄 市 湖 內 區 為 例 指 導 教 授 : 薛 淞 林 教 授 研 究 生 : 賴 秀 紅 中 華 民 國 一 o 四 年 一 月 東 方 設 計 學 院 文 化 創 意 設 計 研 究 所 碩 士 學 位 論 文 Graduate

More information

72 (2001) group waves. Key words: Correlation coefficient for consecutive wave heights, mean run length (1993) (1996) (1998) (1999) (1993) (

72 (2001) group waves. Key words: Correlation coefficient for consecutive wave heights, mean run length (1993) (1996) (1998) (1999) (1993) ( (2001) 1 1 71-82 71 1 2 3 1. chtsai@mail.ntou.edu.tw 2. 3. hsiang@mail.ihmt.gov.tw 1998 9 500 (mean run length) Group waves and dangerous waves at the coast Tsai Cheng-Han Lin Yin-Chern Tseng Hsiang-Mao

More information

<4D F736F F D20BDD7A4E5A4BAA4E5BB50A5D8BFFD2E646F63>

<4D F736F F D20BDD7A4E5A4BAA4E5BB50A5D8BFFD2E646F63> 附錄一最終模型 SIMPLIS 語法 Title: 建模樣本 Observed Variables: x1-x22 covariance matrix from file final01cov means from file final01means sample size: 2181 latent variables: interest instrument anxiety selfconcept

More information

第 2 期 王 向 东 等 : 一 种 运 动 轨 迹 引 导 下 的 举 重 视 频 关 键 姿 态 提 取 方 法 257 竞 技 体 育 比 赛 越 来 越 激 烈, 为 了 提 高 体 育 训 练 的 效 率, 有 必 要 在 体 育 训 练 中 引 入 科 学 定 量 的 方 法 许 多

第 2 期 王 向 东 等 : 一 种 运 动 轨 迹 引 导 下 的 举 重 视 频 关 键 姿 态 提 取 方 法 257 竞 技 体 育 比 赛 越 来 越 激 烈, 为 了 提 高 体 育 训 练 的 效 率, 有 必 要 在 体 育 训 练 中 引 入 科 学 定 量 的 方 法 许 多 2014 年 4 月 图 学 学 报 April 2014 第 35 卷 第 2 期 JOURNAL OF GRAPHICS Vol.35 No.2 一 种 运 动 轨 迹 引 导 下 的 举 重 视 频 关 键 姿 态 提 取 方 法 王 向 东 1, 张 静 文 2, 毋 立 芳 2, 徐 文 泉 (1. 国 家 体 育 总 局 体 育 科 学 研 究 所, 北 京 100061;2. 北 京

More information

20

20 37 92 19 40 19 20 21 1 7 22 1/5 6/30 5/3030 23 24 25 26 1 2 27 1 2 28 29 30 5 8 8 3 31 32 33 34 35 36 37 38 39 A Study Investigating Elementary School Students Concept of the Unit in Fraction in Northern

More information

Journal of Hangzhou Normal University Humanities and Social Sciences No. 6 Nov ! / % & 2 PP P. 9

Journal of Hangzhou Normal University Humanities and Social Sciences No. 6 Nov ! / % & 2 PP P. 9 詹 康 11605 B223. 5 A 1674-2338 2017 06-0009 -25 DOI 10. 3969/ j. issn. 1674-2338. 2017. 06. 002 1 P. 409 507 5181 1 2017-05-26 1 1961 1988 9 2017 11 6 Journal of Hangzhou Normal University Humanities and

More information

2811--T18524--東華三院盧幹庭紀念中學--幹線 (4期).indd

2811--T18524--東華三院盧幹庭紀念中學--幹線 (4期).indd 幹 線 東華 三 院 盧 幹 庭 紀 念 中 學 家 長 通 訊 校訓 勤儉忠信 地址 香港新界元朗朗屏邨 網址 http://www.lktmc.edu.hk/ 電話 852 2474 2678 電郵地址 lkt-mail@lkt.hkcampus.net 校 今 長的 2009年12月 第一期 傳真 852 2474 7086 話 年九月 除了要面對新高中學制的正式開展 又要應付來勢洶洶的人類豬流感

More information

Product Type Batteries (only) Circuit Breakers & Load Protection Connection Devices Contactors Ethernet Switches, Stratix Switches I/O Modules; PLC Ne

Product Type Batteries (only) Circuit Breakers & Load Protection Connection Devices Contactors Ethernet Switches, Stratix Switches I/O Modules; PLC Ne 1201 South Second Street Milwaukee, Wisconsin U.S.A. 53204 Tel 414-382-2000 1 July 2016 RE: China Restriction of Hazardous Substances (RoHS) Dear Customer, Rockwell Automation is committed to demonstrating

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

第 一 章 数 学 系 的 历 史 沿 革 第 一 节 数 学 系 的 渊 源 和 机 构 变 革 情 况 1949 年 6 月, 邸 耀 宗 厉 瑞 康 在 太 原 市 北 郊 上 兰 村 原 进 山 中 学 的 废 墟 上 筹 建 兵 工 职 业 学 校,1950 年 改 为 兵 工 高 级 职

第 一 章 数 学 系 的 历 史 沿 革 第 一 节 数 学 系 的 渊 源 和 机 构 变 革 情 况 1949 年 6 月, 邸 耀 宗 厉 瑞 康 在 太 原 市 北 郊 上 兰 村 原 进 山 中 学 的 废 墟 上 筹 建 兵 工 职 业 学 校,1950 年 改 为 兵 工 高 级 职 前 言 中 北 大 学 数 学 系 是 伴 随 着 学 校 的 发 展, 在 几 代 人 的 努 力 下 不 断 发 展 壮 大 起 来 的 从 1953 年 太 原 机 械 工 业 学 校 数 学 教 研 组 到 2006 年 理 学 院 数 学 系, 其 间 凝 聚 了 中 北 几 代 数 学 人 的 汗 水 2011 年, 正 值 中 北 大 学 建 校 70 周 年 校 庆, 我 们 认 为

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

成 大 中 文 學 報 第 二 十 二 期 Chang Kao-Ping Professor, Department of Chinese Literature, National Cheng Kung University Abstract Painting and poetry are comp

成 大 中 文 學 報 第 二 十 二 期 Chang Kao-Ping Professor, Department of Chinese Literature, National Cheng Kung University Abstract Painting and poetry are comp 成 大 中 文 學 報 第 二 十 二 期 2008 年 10 月 頁 23-60 國 立 成 功 大 學 中 文 系 蘇 軾 題 畫 詩 與 意 境 之 拓 展 * 張 高 評 提 要 繪 畫 之 局 限, 詩 歌 可 以 相 濟 ; 詩 歌 之 藝 術, 繪 畫 往 往 借 鏡 之 因 此, 詩 與 畫 由 於 同 趣, 故 會 通 較 易 ; 又 因 異 迹, 故 借 鏡 可 成 本 論 文

More information

投影片 1

投影片 1 NSS Visual Arts 新 高 中 視 覺 藝 術 課 程 理 念 Rationale NSS Visual Arts Curriculum 新 高 中 視 覺 藝 術 課 程 透 過 學 習 視 覺 藝 術 所 發 展 的 技 巧 與 能 力, 應 用 於 日 常 生 活 與 工 作 上 The skills and abilities developed through studying

More information

OncidiumGower Ramsey ) 2 1(CK1) 2(CK2) 1(T1) 2(T2) ( ) CK1 43 (A 44.2 ) CK2 66 (A 48.5 ) T1 40 (

OncidiumGower Ramsey ) 2 1(CK1) 2(CK2) 1(T1) 2(T2) ( ) CK1 43 (A 44.2 ) CK2 66 (A 48.5 ) T1 40 ( 35 1 2006 48 35-46 OncidiumGower Ramsey ) 2 1(CK1) 2(CK2) 1(T1) 2(T2) (93 5 28 95 1 9 ) 94 1-2 5-6 8-10 94 7 CK1 43 (A 44.2 ) CK2 66 (A 48.5 ) T1 40 (A 47.5 ) T2 73 (A 46.6 ) 3 CK2 T1 T2 CK1 2006 8 16

More information

林教授2.PDF

林教授2.PDF 83 Taiwan Congress Function and Trend After Embellishing Constitute LinSuei - gie Abstract National Assembly becomes to be the non-permanent conference aimed at the particular assignments. For this reason,

More information

- - - - 86

- - - - 86 2014 1,,,,,,, 210023-2009 09&ZD055 85 - - - - 86 2014 1 [1] 1996 13 [2] 1998 40 [3] 1996 87-94 [4] 2008 57-65 [1] [2] [3] [4] 87 [1] [2] [3] - - - - - - [1] 2005 124 [2] 2002 6 [3] 3 1981 96 100-101 88

More information

Corporate Social Responsibility CSR CSR CSR 1 2 ~ CSR 6 CSR 7 CSR 8 CSR 9 10 ~ CSR 14 CSR CSR 2013 A A 23.

Corporate Social Responsibility CSR CSR CSR 1 2 ~ CSR 6 CSR 7 CSR 8 CSR 9 10 ~ CSR 14 CSR CSR 2013 A A 23. 24 3 Vol. 24 No. 3 2015 6 OPERATIONS RESEARCH AND MANAGEMENT SCIENCE Jun. 2015 1 2 2 1. 300071 2. 300071 Markowitz 10 F830. 59 A 1007-3221 2015 03-0275-13 Improvement of Portfolio Models Research An Empirical

More information