PowerPoint Presentation

Size: px
Start display at page:

Download "PowerPoint Presentation"

Transcription

1 生物信息学 序列分析与比对 吴凌云 中国科学院数学与系统科学研究院

2 目录 序列的组成 单一序列分析 序列比对 序列搜索 多序列比对

3 碱基分类 嘌呤 (purine) A:adenine, 腺嘌呤, 氨基, 弱键 G:guanine, 鸟嘌呤, 酮基, 强健 嘧啶 (pyrimidine) C:cytosine, 胞嘧啶, 氨基, 强健 T:thymine, 胸腺嘧啶, 酮基, 弱键 氨基 : A, C / 酮基 : T, G 弱键 : A, T / 强键 : C, G

4 IUB/IUPAC 代码 代码碱基说明 R A 或 G 嘌呤 Y T 或 C 嘧啶 W A 或 T 弱键 S C 或 G 强键 M A 或 C 氨基 K G 或 T 酮基 B C,G 或 T 非 A D A,G 或 T 非 C H A,C 或 T 非 G V A,C 或 G 非 T N A,G,C 或 T 任意碱基

5 碱基分布 四个碱基的分布不同 相邻碱基的分布不独立 与遗传密码的关系

6 目录 序列的组成 单一序列分析 序列比对 序列搜索 多序列比对

7 重复序列 (repeats) 重复序列的查找 记分法 (Karlin 1983) A, C, G, T: 0, 1, 2, 3 逐步查找长度为 k 的重复,k=2,3,

8 重复序列 (repeats) 最长重复序列的统计学估计 用于搜索重复序列时 k 的初始值

9 几何学分析 碱基计数 第 n 个碱基对应的点 :

10 几何学分析

11 几何学分析 大肠杆菌 ayop 基因族序列 Z 曲线的三个分量

12 目录 序列的组成 单一序列分析 序列比对 序列搜索 多序列比对

13 什么是比对? 为了评估序列的相似程度和同源的可能性, 将两个或者多个序列排列起来, 以得到最高级别的一致性 ( 在氨基酸序列中为保守性 ) 一致性 : 两个序列保持不变的区域 保守性 : 序列中某个位置的氨基酸发生了改变, 但保留了原来残基的物理化学性质

14 Why align sequences? Functional predictions based on identifying homologues Assumption: Conservation of sequence Conservation of function DNA Sequence Protein Structure

15 Implicit Assumption DNA Sequence Protein Structure DNA Sequence Protein Structure

16 Sequence Similarity How to measure sequence similarity? What s the last common ancestor? a a g t a a a g c t t g a g g a c g a g t a a g c t t c g a g g a c g a g t a a a g c t g g a g g a c

17 Last Common Ancestor a a g t a a a g c t t - g a g g a c g a g t a a - g c t t c g a g g a c g a g t a a a g c t g - g a g g a c? g a g t a a a g c t t g a g g a c

18 Sequence Evolution

19 Infer Edit Operators

20 Methods Dot matrix analysis (intuitive) DP algorithm (exact) Word or k-tuple (FASTA, BLAST) (heuristic)

21 Dot Matrix G T T C A G C T G C G T A C G A T C A A C T G A C G T A

22 Filtered Dot Matrix G T T C A G C T G C G T A C G A T C A A C T G A C G T A 4 bases window 3 stringency

23 Dot Matrix with Real Data The amino acid sequences of the phage λci (horizontal sequence) and phage P22 c2 (vertical sequence) repressors. The window size and stringency are both 1.

24 Global vs. Local

25 Needleman-Wunsch 算法

26 Needleman-Wunsch 算法例子

27 Needleman-Wunsch 算法例子

28 Smith-Waterman 算法

29 Smith-Waterman 算法例子

30 Smith-Waterman 算法例子

31 算法比较 Needleman-Wunsch 1. 全局比对 2. 距离分数 : 必须非负 3. 不需要 gap 惩罚 4. 在一条路径中分数不会减少 Smith-Waterman 1. 局部比对 2. 相似性分数 : 可以是正数或者负数 3. 必须有 gap 惩罚 4. 在一条路径中分数可能增加 减少或者不变

32 Substitution Matrix PAM (Point Accepted Mutations) Based on substitution data from alignment between similar proteins 1% expected substitutions = 1PAM PAMn = (1PAM) n BLOSUM (BLOck Scoring Matrix) Multiple alignment of distantly related proteins BLOSUMn = sequences with n% or more of identical residues were clustered to compute log-odds ratio

33 Substitution Matrix

34 目录 序列的组成 单一序列分析 序列比对 序列搜索 多序列比对

35 序列搜索 将查询序列和数据库中的所有记录进行比对 将每个比对打分 按照分值对数据库中的所有记录排序 报告具有高分值的那些数据库记录

36 BLAST 主页

37 BLAST 算法 BLAST 使用预先索引好的数据库 每个 单词 在数据库记录中的位置都已经被记录下来 将待查询的序列分解成 单词 在数据库中搜索相似的单词, 用替换矩阵 (substitution matrix) 进行打分, 相似的要求为分值不低于阈值 T

38 BLAST 算法 查询序列中两个不重叠的 单词, 而且相互距离在一定范围内, 如果都与数据库中的记录匹配上, 而且之间没有间隙, 则该区域称为 segment pair 将 segment pair 向两个方向扩展, 直到其分值比其最高值下降了 X 报告所有 E value 低于指定值的结果

39 High-scoring Segment Pair

40 BLAST 算法的参数 单词 长度 W DNA 序列 :W=11 蛋白质序列 :W=3 Segment pair 的最低分值 T 较低的 T 可以查找更远的相似关系 Segment pair 扩展截止 X 较高的 X 可以增加 HSP 的长度 E value 过滤阈值 对分值没有影响, 只影响报告的结果数量

41 E value 在数据库中随机进行搜索时, 找到分值高于或等于 S 的不同比对的期望次数 E value 越小, 则该分值的统计显著性越大 和查询序列的长度有关

42 极值分布 (EVD) the sum of a large number of independent identically distributed (i.i.d) random variables tends to a normal distribution the maximum of a large number of i.i.d. random variables tends to an extreme value distribution

43 Bit scores 标准化 后的 HSP 分数 等价于如下的极值分布

44 P-value 在数据库搜索中, 发现至少一个相同分值或者更高分值的比对发生的概率 E-value 比 P-value 直观 当 E<0.01 时, 两者很接近

45 BLAST 程序 Sequence Database blastn nucleotide nucleotide blastp protein protein blastx nucleotide protein tblastn protein nucleotide tlbastx nucleotide nucleotide PSI-blast protein protein PHI-blast protein protein

46 FASTA 算法 速度介于 Smith-Waterman 算法和 BLAST 之间 敏感度 (sensitivity) 也介于 Smith- Waterman 算法和 BLAST 之间 是 Smith-Waterman 算法的快速近似 FASTA 算法可以进行全局比对, 而 BLAST 只是局部比对

47 FASTA 算法 (step 1)

48 FASTA 算法 (step 2)

49 FASTA 算法 (step 3)

50 FASTA 算法 (step 4)

51 目录 序列的组成 单一序列分析 序列比对 序列搜索 多序列比对

52 多序列比对 (MSA) Needleman-Wunsch 算法和 Smith-Waterman 算法可以直接推广到 K 条序列比较 DP 算法的计算复杂性 从 O(n 2 ) 增长为 O(n k ) k>6 基本上就无法求解 MSA 问题是 NP-hard( 对于 k 来说 )

53 解决方法 启发式算法 (heuristic) 固定参数复杂性 (fixed parameter complexity) 多项式时间近似算法 (polynomial time approximation algorithm)

54 启发式算法 (1) Bains (1986): consensus alignment 每个序列都和 consensus 序列做比对 产生新的 consensus 直到 consensus 不再变化 依赖于每个序列比对的顺序

55 启发式算法 (2) Higgins and Sharp (1989): Clustal 计算所有两两比对的分值 建立相似性矩阵, 对序列进行聚类 用 consensus 方法对类进行比对 对类中的序列依次进行比对 ClustalW: 局部比对 ClustalV: 全局比对

56 MSA 和进化树 MSA 的结果会影响进化树的推断 不同的进化树会导致不同的 MSA 鸡和蛋的问题 同时考虑 MSA 和构建进化树 Jotun Hein: TREEALIGN

57 MSA 数据格式 TGCACACATGT TGCACACATGT

58 Partial Order Alignment

59

60

61 Progressive Aligment

62 一些网址 BLAST EMBOSS (Pairwise Alignment): ClustalW (Multiple Alignment):

63 生物信息学 基因识别 吴凌云 中国科学院数学与系统科学研究院

64 Gene Finding Homology sequences (BLAST) Statistical difference of sequences Gene Prediction (HMM)

65 CpG Island 大约 70% 的人类启动子区域有很高的 CpG 含量.

66 离散 Markov 过程

67 Hidden Markov Model

68 HMM

69 HMM 的三大问题

70 HMM for CpG Island

71 Structure of Typical Gene

72 Genescan

73 Accuracy on Vertebrate Genes Accuracy per nucleotide Accuracy per exon Method Sn Sp AC Sn Sp (Sn+Sp)/2 ME WE GENSCAN FGENEH GeneID GeneParser GenLang GRAILII SORFIND Xpound

74 生物信息学 Motif 预测 吴凌云 中国科学院数学与系统科学研究院

75 What are Motifs Motifs: a recurring element in bio-sequence or structure A motif typically has functional implications since it is preserved (recurring) during evolution There are different types of motifs in biological data sequence motifs structure motifs network motifs

76 Sequence Motif DNA sequence motifs: they generally function as regulatory elements in biological systems transcription regulatory motifs Protein sequence motifs: they are generally functional sites

77 Transcription Regulation

78 Transcription Factors Different classes of transcription factors regulate the on and off of transcription as well as the efficiency activators (general or specific) enhancers (general or specific) repressors (general or specific) inhibitors (general or specific) specificity regulators

79 Transcription Factors A transcription factor could regulate multiple genes Knowing the genes regulated by a transcription factor can help to elucidate a biological process responsible for a complex task a systems biology view

80 Regulatory Binding Site In a genome, find genes that are transcriptionally (co-)regulated by the same transcription factor Identify genes sharing common regulatory binding sites Binding sites of the same transcription factor does not have to be exactly the same in their sequences; rather they should be conserved

81 Identify Motif

82 Sequence Logo

83 Problem A group of sequence motifs are considered as conserved if their aligned positions have high information content How to find blocks of DNA that have high information content? Simple if the sequences are already aligned! But How to find the conserved sites?

84 Brute-force Method Basic idea assume that we know that the length of the conserved sites is K (K typically from 5 to 30) go through all possible combinations of K-mers, one K-mer from each sequence, and calculate the information content call a particular combination a conserved site if the IC is high Too many combinations to consider!

85 Approaches Heuristic methods Multiple sequence alignment MEME Suite

Microsoft PowerPoint - 04 Models of Amino Acid and Codon Substitution.ppt

Microsoft PowerPoint - 04 Models of Amino Acid and Codon Substitution.ppt Nei and Gojobori(986) ATG GTC ACT CAT TTA ATA AAT CGG ATA TAA M V T H L I N R I * ATG GTT ACG CAA CTC ATG ACG AGG ATT TGA M V T Q L M T R I * Pathway I: Pathway II: Pathway I: Pathway II: AAT(N) ACT(T)

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

Microsoft PowerPoint - chap4-1.ppt [兼容模式]

Microsoft PowerPoint - chap4-1.ppt [兼容模式] 生物信息学 第四章双序列比对 (1) 为什么要序列比对 基于同源序列鉴定的功能预测 基本假设 : 序列的保守性 功能的保守性 注意 : 蛋白质一般在三级结构的层面上执行功能 蛋白质序列的保守性决定于其编码 DNA 的保守性 序列同源性模型中的进化假设 所有的生物都起源于同一个祖先 序列不是随机产生, 而是在进化上, 不断发生着演变 基本假设 : 序列保守性结构保守性 注意 : 反之可以不为真 结构保守性

More information

Global vs Local lignment - example Global alignment GGGG -G---G--G GGGG -GG-----G 1 = GGGG 2 = GGG Local alignment GGGG -GG-G---- Which is better? Glo

Global vs Local lignment - example Global alignment GGGG -G---G--G GGGG -GG-----G 1 = GGGG 2 = GGG Local alignment GGGG -GG-G---- Which is better? Glo BB 444/544 Lecture 7 Still more: Dynamic Programming Global vs Local lignment Scoring Matrices & lignment Statistics BLS #7_Sept5 Required Reading (before lecture) Last week: - for Lectures 4-7 Pairwise

More information

天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 小 別 勝 新 婚? 久 別 要 離 婚? 影 響 遠 距 家 庭 婚 姻 感 情 因 素 之 探 討 Separate marital relations are getting better or getting worse? -Exp

天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 小 別 勝 新 婚? 久 別 要 離 婚? 影 響 遠 距 家 庭 婚 姻 感 情 因 素 之 探 討 Separate marital relations are getting better or getting worse? -Exp 天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 小 別 勝 新 婚? 久 別 要 離 婚? 影 響 遠 距 家 庭 婚 姻 感 情 因 素 之 探 討 Separate marital relations are getting better or getting worse? -Explore the impact of emotional factors couples do not

More information

一步一步教你使用NCBI

一步一步教你使用NCBI 查 找 DNA mrna cdna Protein promoter 引 物 设 计 BLAST 序 列 比 对 等 作 者 :urbest 2007-8-1 苏 州 大 学 生 命 科 学 学 院 最 近 看 到 很 多 战 友 在 论 坛 上 询 问 如 何 查 询 基 因 序 列 如 何 进 行 引 物 设 计 如 何 使 用 BLAST 进 行 序 列 比 对, 这 些 问 题 在 NCBI

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

<4D6963726F736F667420506F776572506F696E74202D20C15AAEC4A6D2AED6BB50C15AAEC4BADEB27A2D2DA578A4A4AF5A5B315D>

<4D6963726F736F667420506F776572506F696E74202D20C15AAEC4A6D2AED6BB50C15AAEC4BADEB27A2D2DA578A4A4AF5A5B315D> 員 工 績 效 評 估 與 績 效 管 理 黃 良 志 教 授 國 立 中 正 大 學 勞 工 關 係 學 系 1 績 效 考 核 的 重 要 性 績 效 考 核 乃 是 對 員 工 在 特 定 期 間 的 工 作 成 果 之 評 價, 藉 以 作 為 調 薪 任 免 或 晉 升 等 人 事 決 策 之 參 考, 或 進 一 步 作 為 工 作 輔 導 決 定 訓 練 需 求 及 員 工 生 涯 發

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

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

Microsoft Word - 第四組心得.doc

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

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

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

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

课题调查对象:

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

More information

中铁某集团人力资源咨询项目建议书

中铁某集团人力资源咨询项目建议书 梳 理 各 级 岗 位 体 系, 改 善 绩 效 考 核 制 度, 设 计 薪 酬 激 励 机 制 全 面 提 升 中 铁 某 局 集 团 人 力 资 源 管 理 水 平 中 铁 某 局 集 团 人 力 资 源 管 理 咨 询 项 目 建 议 书 上 海 慧 朴 企 业 管 理 有 限 公 司 目 录 项 目 背 景 和 咨 询 目 标 项 目 工 作 思 路 项 目 初 步 计 划 和 成 果 项

More information

硕 士 学 位 论 文 论 文 题 目 : 北 岛 诗 歌 创 作 的 双 重 困 境 专 业 名 称 : 中 国 现 当 代 文 学 研 究 方 向 : 中 国 新 诗 研 究 论 文 作 者 : 奚 荣 荣 指 导 老 师 : 姜 玉 琴 2014 年 12 月

硕 士 学 位 论 文 论 文 题 目 : 北 岛 诗 歌 创 作 的 双 重 困 境 专 业 名 称 : 中 国 现 当 代 文 学 研 究 方 向 : 中 国 新 诗 研 究 论 文 作 者 : 奚 荣 荣 指 导 老 师 : 姜 玉 琴 2014 年 12 月 硕 士 学 位 论 文 论 文 题 目 : 北 岛 诗 歌 创 作 的 双 重 困 境 专 业 名 称 : 中 国 现 当 代 文 学 研 究 方 向 : 中 国 新 诗 研 究 论 文 作 者 : 奚 荣 荣 指 导 老 师 : 姜 玉 琴 2014 年 12 月 致 谢 文 学 是 我 们 人 类 宝 贵 的 精 神 财 富 两 年 半 的 硕 士 学 习 让 我 进 一 步 接 近 文 学,

More information

医学科研方法

医学科研方法 医 学 科 研 方 法 主 讲 苏 秀 兰 细 胞 生 物 学 教 授 第 一 讲 绪 论 一 概 念 : 在 医 学 科 学 研 究 活 动 中, 运 用 科 学 的 实 践 和 理 论 思 维 的 技 巧, 充 分 发 挥 自 己 的 智 慧, 去 寻 找 观 念 世 界 与 现 实 世 界 之 间 的 联 系 或 规 律, 从 而 发 现 新 现 象, 提 出 新 理 论 的 手 段 二 医

More information

& BLS 9/7/7 Define: - Define Score of Optimal lignment using Recursion S(i, j) = Score of optimal alignment of x..i and y..j Initial conditions: x..i

& BLS 9/7/7 Define: - Define Score of Optimal lignment using Recursion S(i, j) = Score of optimal alignment of x..i and y..j Initial conditions: x..i & BLS 9/7/7 BB 444/544 Lecture 8 Finish: Dynamic Programming Global vs Local lignment Scoring Matrices & lignment Statistics BLS #8_Sept7 Required Reading (before lecture) Last week: - for Lectures 4-7

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

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

<4D6963726F736F667420506F776572506F696E74202D20C8EDBCFEBCDCB9B9CAA6D1D0D0DEBDB2D7F92E707074>

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

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

Microsoft Word - TIP006SCH Uni-edit Writing Tip - Presentperfecttenseandpasttenseinyourintroduction readytopublish

Microsoft Word - TIP006SCH Uni-edit Writing Tip - Presentperfecttenseandpasttenseinyourintroduction readytopublish 我 难 度 : 高 级 对 们 现 不 在 知 仍 道 有 听 影 过 响 多 少 那 次 么 : 研 英 究 过 文 论 去 写 文 时 作 的 表 技 引 示 巧 言 事 : 部 情 引 分 发 言 该 生 使 在 中 用 过 去, 而 现 在 完 成 时 仅 表 示 事 情 发 生 在 过 去, 并 的 哪 现 种 在 时 完 态 成 呢 时? 和 难 过 道 去 不 时 相 关? 是 所 有

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

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

θ 1 = φ n -n 2 2 n AR n φ i = 0 1 = a t - θ θ m a t-m 3 3 m MA m 1. 2 ρ k = R k /R 0 5 Akaike ρ k 1 AIC = n ln δ 2

θ 1 = φ n -n 2 2 n AR n φ i = 0 1 = a t - θ θ m a t-m 3 3 m MA m 1. 2 ρ k = R k /R 0 5 Akaike ρ k 1 AIC = n ln δ 2 35 2 2012 2 GEOMATICS & SPATIAL INFORMATION TECHNOLOGY Vol. 35 No. 2 Feb. 2012 1 2 3 4 1. 450008 2. 450005 3. 450008 4. 572000 20 J 101 20 ARMA TU196 B 1672-5867 2012 02-0213 - 04 Application of Time Series

More information

<4D6963726F736F667420576F7264202D20B8DFB9B0B0D3B0D3F5E0D3A6C1A6CAB5B2E2D3EBBCC6CBE3BDE1B9FBB2EED2ECD4ADD2F2B7D6CEF62DD5C5B9FAD0C22E646F6378>

<4D6963726F736F667420576F7264202D20B8DFB9B0B0D3B0D3F5E0D3A6C1A6CAB5B2E2D3EBBCC6CBE3BDE1B9FBB2EED2ECD4ADD2F2B7D6CEF62DD5C5B9FAD0C22E646F6378> 高 拱 坝 坝 踵 应 力 实 测 与 计 算 结 果 差 异 原 因 分 析 张 国 新 周 秋 景 ( 中 国 水 利 水 电 科 学 研 究 院, 北 京 100038) 摘 要 : 坝 踵 应 力 是 关 系 到 混 凝 土 坝 是 否 开 裂 和 安 全 的 一 个 重 要 指 标, 不 管 是 用 结 构 力 学 法 还 是 有 限 元 法 都 能 计 算 出 坝 踵 有 一 定 的 拉

More information

u l l u u l l

u l l u u l l u l l u u l l DNA u u Cystic Fibrosis u u CF u u CF CF ATP u u u CF u u CF CFTR CF CFTR CF u u u l u l u l 1 u l l l l u l l l l l l n n l l l n Ø l n n u u : minnumcoins(m-1) + 1 minnumcoins(m) = min

More information

中 文 摘 要 一 个 蛋 白 质 去 折 叠 可 视 化 系 统 的 设 计 与 实 现 中 文 摘 要 蛋 白 质 的 生 物 功 能 由 其 三 维 结 构 所 决 定, 而 蛋 白 质 通 过 特 定 的 折 叠 机 制 行 成 稳 定 的 空 间 结 构 当 前 生 物 科 学 领 域 一

中 文 摘 要 一 个 蛋 白 质 去 折 叠 可 视 化 系 统 的 设 计 与 实 现 中 文 摘 要 蛋 白 质 的 生 物 功 能 由 其 三 维 结 构 所 决 定, 而 蛋 白 质 通 过 特 定 的 折 叠 机 制 行 成 稳 定 的 空 间 结 构 当 前 生 物 科 学 领 域 一 硕 士 专 业 学 位 论 文 (2009 届 ) 一 个 蛋 白 质 去 折 叠 可 视 化 系 统 的 设 计 与 实 现 The Design and Implementation of A Protein Unfolding Visualization System 研 究 生 姓 名 陈 宇 指 导 教 师 姓 名 吕 强 ( 教 授 ) 专 业 学 位 名 称 研 究 方 向 论 文 提

More information

Chinese Journal of Applied Probability and Statistics Vol.25 No.4 Aug (,, ;,, ) (,, ) 应用概率统计 版权所有, Zhang (2002). λ q(t)

Chinese Journal of Applied Probability and Statistics Vol.25 No.4 Aug (,, ;,, ) (,, ) 应用概率统计 版权所有, Zhang (2002). λ q(t) 2009 8 Chinese Journal of Applied Probability and Statistics Vol.25 No.4 Aug. 2009,, 541004;,, 100124),, 100190), Zhang 2002). λ qt), Kolmogorov-Smirov, Berk and Jones 1979). λ qt).,,, λ qt),. λ qt) 1,.

More information

《中国科学》A、E、G与F小开本版式设计

《中国科学》A、E、G与F小开本版式设计 222 E 2006, 36(2): 222~234 * 1** 1,2 1,2 1,2 1,2 3 3 1 1 1,2 (1., 100080; 2., 100039; 3., 200031),. ;,,.. 20 90 (human genome project, HGP), ; HGP 2003, 21. (proteomics) ; (computational proteomics),,,

More information

VASP应用运行优化

VASP应用运行优化 1 VASP wszhang@ustc.edu.cn April 8, 2018 Contents 1 2 2 2 3 2 4 2 4.1........................................................ 2 4.2..................................................... 3 5 4 5.1..........................................................

More information

南華大學數位論文

南華大學數位論文 南 華 大 學 ( 文 學 所 ) 碩 士 論 文 論 文 題 目 ( 陳 千 武 小 說 活 著 回 來 及 其 相 關 事 例 研 究 ) 論 文 題 目 (Chen Chien Wu Return Alive And Some Research About It) 研 究 生 : 朱 妍 淩 指 導 教 授 : 林 葉 連 中 華 民 國 一 0 一 年 6 月 8 日 陳 千 武 小 說

More information

untitled

untitled Course No. 00333280 will lead you Computational Biology / Bioinformatics? NIH Computational Biology (The development and application of data-analytical and theoretical methods, mathematical modeling and

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

天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 百 善 孝 為 先? 奉 養 父 母 與 接 受 子 女 奉 養 之 態 度 及 影 響 因 素 : 跨 時 趨 勢 分 析 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

一 面 對 問 題 的 關 鍵 認 知 1. 問 題 意 識 第 一 單 元 : 解 決 問 題 的 心 態 與 模 式 指 在 問 題 未 明 朗 化, 或 尚 未 變 成 問 題 之 前, 即 預 先 感 覺 到 有 問 題 存 在 的 一 種 能 力 企 業 主 管 若 無 問 題 意 識,

一 面 對 問 題 的 關 鍵 認 知 1. 問 題 意 識 第 一 單 元 : 解 決 問 題 的 心 態 與 模 式 指 在 問 題 未 明 朗 化, 或 尚 未 變 成 問 題 之 前, 即 預 先 感 覺 到 有 問 題 存 在 的 一 種 能 力 企 業 主 管 若 無 問 題 意 識, Creative Problem Solving Process 聰 明 工 作 36 計 問 題 分 析 與 解 決 技 巧 Name: 成 功 絕 非 偶 然 卓 越 始 於 正 確 的 方 法 一 面 對 問 題 的 關 鍵 認 知 1. 問 題 意 識 第 一 單 元 : 解 決 問 題 的 心 態 與 模 式 指 在 問 題 未 明 朗 化, 或 尚 未 變 成 問 題 之 前, 即 預

More information

國家圖書館典藏電子全文

國家圖書館典藏電子全文 i ii Abstract The most important task in human resource management is to encourage and help employees to develop their potential so that they can fully contribute to the organization s goals. The main

More information

政治哲學要跨出去!

政治哲學要跨出去! 台 灣 中 國 大 陸 研 究 之 回 顧 與 前 瞻 71 台 灣 中 國 大 陸 研 究 之 回 顧 與 前 瞻 * 楊 開 煌 一 前 言 二 學 科 之 建 立 與 發 展 三 歷 史 的 回 顧 四 反 省 代 結 論 本 文 主 要 是 透 過 歷 史 的 回 顧 來 檢 討 在 台 灣 的 中 國 大 陸 研 究 發 生 與 發 展 的 歷 程 本 文 作 者 以 個 人 親 與 的

More information

序 號 ISBN 書 名 出 作 者 34 MBA 工 商 管 理 800 案 例 管 理 控 制 跨 國 經 營 35 MBA 階 梯 工 程 36 MBA 十 日 讀 37 MMBA 工 商 管 理 800 案 例 創 業 之 路 38 佛 學 基 礎 知 識 39 佛 陀 的 啟 示 40 佛

序 號 ISBN 書 名 出 作 者 34 MBA 工 商 管 理 800 案 例 管 理 控 制 跨 國 經 營 35 MBA 階 梯 工 程 36 MBA 十 日 讀 37 MMBA 工 商 管 理 800 案 例 創 業 之 路 38 佛 學 基 礎 知 識 39 佛 陀 的 啟 示 40 佛 序 號 ISBN 書 名 出 作 者 1 7-5047-1059-8 管 理 心 理 學 中 國 物 資 出 廖 明 明 2 7-80118-845-4 管 理 學 經 濟 管 理 出 郭 躍 進 3 7-80162-852-7 聰 明 善 待 自 己 圓 融 對 待 別 人 經 濟 管 理 出 朱 周 斌 4 7-5029-2795-6 人 際 溝 通 技 巧 氣 象 出 馬 金 奇 5 7-80162-583-8

More information

Liao Mei-Yu Professor, Department of Chinese Literature, National Cheng Kung University Abstract Yao Ying was a government official in Taiwan for more

Liao Mei-Yu Professor, Department of Chinese Literature, National Cheng Kung University Abstract Yao Ying was a government official in Taiwan for more 2006 12 137-178 The Various Viewpoints of Yao Ying s Jail-period Poems 137 Liao Mei-Yu Professor, Department of Chinese Literature, National Cheng Kung University Abstract Yao Ying was a government official

More information

高中英文科教師甄試心得

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

More information

2015年4月11日雅思阅读预测机经(新东方版)

2015年4月11日雅思阅读预测机经(新东方版) 剑 桥 雅 思 10 第 一 时 间 解 析 阅 读 部 分 1 剑 桥 雅 思 10 整 体 内 容 统 计 2 剑 桥 雅 思 10 话 题 类 型 从 以 上 统 计 可 以 看 出, 雅 思 阅 读 的 考 试 话 题 一 直 广 泛 多 样 而 题 型 则 稳 中 有 变 以 剑 桥 10 的 test 4 为 例 出 现 的 三 篇 文 章 分 别 是 自 然 类, 心 理 研 究 类,

More information

Microsoft PowerPoint ARIS_Platform_en.ppt

Microsoft PowerPoint ARIS_Platform_en.ppt ARIS Platform www.ixon.com.tw ARIS ARIS Architecture of Integrated Information System Prof. Dr. Dr. h.c. mult. August-Wilhelm Scheer ARIS () 2 IDS Scheer AG International Presence >> Partners and subsidiaries

More information

Microsoft Word - A200810-897.doc

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

More information

從篤加有二「區」談當代平埔文化復振現相

從篤加有二「區」談當代平埔文化復振現相 從 篤 加 有 二 邱 談 族 群 正 名 運 動 從 篤 加 有 二 邱 談 族 群 正 名 運 動 陳 榮 輝 台 南 女 子 技 術 學 院 通 識 教 育 中 心 講 師 摘 要 本 文 從 篤 加 村 非 平 埔 族 裔 的 正 名 運 動, 探 討 篤 加 村 民 因 不 認 同 廟 後 區 ( 邱 ) 所 形 成 的 平 埔 族 裔 概 念, 從 地 理 變 遷 村 廟 沿 革 族 譜

More information

考試學刊第10期-內文.indd

考試學刊第10期-內文.indd misconception 101 Misconceptions and Test-Questions of Earth Science in Senior High School Chun-Ping Weng College Entrance Examination Center Abstract Earth Science is a subject highly related to everyday

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

<4D6963726F736F667420576F7264202D20312E5FA473AEFCB867AED5AA605FBB50B04BCFC8AABAAFABB8DCACE3A8732E646F63>

<4D6963726F736F667420576F7264202D20312E5FA473AEFCB867AED5AA605FBB50B04BCFC8AABAAFABB8DCACE3A8732E646F63> 國 立 臺 南 大 學 人 文 與 社 會 研 究 學 報 第 44 卷 第 2 期 ( 民 國 99.10):1-24 山 海 經 校 注 與 袁 珂 的 神 話 研 究 鍾 佩 衿 國 立 政 治 大 學 中 文 研 究 所 碩 士 生 摘 要 作 為 中 國 神 話 研 究 的 重 要 學 者, 袁 珂 的 研 究 重 心 即 在 於 對 山 海 經 神 話 進 行 詮 釋 與 探 討 ; 研

More information

PowerPoint Presentation

PowerPoint Presentation 生物信息学 第三章序列比对 I 为什么要序列比对? 寻找进化过程中的同源序列 ; 基于同源物鉴定的功能预测 ; 基本假设 : 序列的保守性 通常 功能的保守性 注意 : 蛋白质一般在三级结构的层面上执行功能 ; 蛋白质序列的保守性决定于其编码 DNA 的保守性 ; 序列间比对的对应关系 Match (a,a): 匹配 Replace (a,b) : 替代 Delete (a,-) : 缺失 Insert

More information

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

國立中山大學論文典藏.PDF --- i ii Abstract Hospital global budget payment of national health insurance in Taiwan starts from July 1, 2002. The payment of emergency department has fixed point-value from July 1, 2002 to December

More information

186 Journal of Software Vol.18, No.2, February 2007,. SPS(sum-of-pairs scoring) NP. 4 : [1]., Needlman-Wunsch [2], 3. :,,,.,,,.,,,,., CLUSTALW(cluster

186 Journal of Software Vol.18, No.2, February 2007,. SPS(sum-of-pairs scoring) NP. 4 : [1]., Needlman-Wunsch [2], 3. :,,,.,,,.,,,,., CLUSTALW(cluster ISSN 1000-9825, CODEN RUXUEW E-mail: jos@iscas.ac.cn Journal of Software, Vol.18, No.2, February 2007, pp.185 195 http://www.jos.org.cn DOI: 10.1360/jos180185 Tel/Fax: +86-10-62562563 2007 by Journal of

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

<4D6963726F736F667420576F7264202D205F4230365FB942A5CEA668B443C5E9BB73A740B5D8A4E5B8C9A552B1D0A7F75FA6BFB1A4ACFC2E646F63>

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

More information

從詩歌的鑒賞談生命價值的建構

從詩歌的鑒賞談生命價值的建構 Viktor E. Frankl (logotherapy) (will-to-meaning) (creative values) Ture (Good) (Beauty) (experiential values) (attitudinal values) 1 2 (logotherapy) (biological) (2) (psychological) (3) (noölogical) (4)

More information

Microsoft Word - 01李惠玲ok.doc

Microsoft Word - 01李惠玲ok.doc 康 寧 學 報 11:1-20(2009) 1 數 位 學 習 於 護 理 技 術 課 程 之 運 用 與 評 值 * 李 惠 玲 ** 高 清 華 *** 呂 莉 婷 摘 要 背 景 : 網 路 科 技 在 教 育 的 使 用 已 成 為 一 種 有 利 的 教 學 輔 助 工 具 網 路 教 學 的 特 性, 在 使 學 習 可 不 分 時 間 與 空 間 不 同 進 度 把 握 即 時 性 資

More information

PowerPoint Presentation

PowerPoint Presentation 生物信息学 第三章序列比对 Ⅱ 本章内容提要 第一节 : 双序列比对算法的介绍 Dot matrix 动态规划算法 (Needleman-Wunsch, Smith-Waterman 算法 ) FASTA 和 BLAST 算法 第二节 : 打分矩阵及其含义 第三节 : 多序列比对 第二节打分矩阵及其含义 1, 核酸序列比对的打分方法 2, 蛋白序列比对的打分方法 Dayhoff: PAM 系列矩阵

More information

Microsoft Word - 18-p0402-c3.doc

Microsoft Word - 18-p0402-c3.doc 第 14 卷 第 3 期 中 南 大 学 学 报 ( 社 会 科 学 版 ) Vol.14 No3 2008 年 6 月 J. CENT. SOUTH UNIV. (SOCIAL SCIENCE) Jun 2008 肺 病 隐 喻 与 性 别 身 份 建 构 中 国 现 代 文 学 中 的 肺 病 意 象 分 析 王 冬 梅 ( 枣 庄 学 院 中 文 系, 山 东 枣 庄,277160) 摘 要

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

%

% 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

徐汇教育214/3月刊 重 点 关 注 高中生异性交往的小团体辅导 及效果研究 颜静红 摘 要 采用人际关系综合诊断量表 郑日昌编制并 与同性交往所不能带来的好处 带来稳定感和安全感 能 修订 对我校高一学生进行问卷测量 实验组前后测 在 够度过更快乐的时光 获得与别人友好相处的经验 宽容 量表总分和第 4 项因子分 异性交往困扰 上均有显著差 大度和理解力得到发展 得到掌握社会技术的机会 得到 异

More information

錫安教會2015年11月29日分享

錫安教會2015年11月29日分享 錫 安 教 會 2015 年 11 月 29 日 分 享 第 一 章 : 天 馬 座 行 動 答 問 篇 (2) 問 題 (1): 信 息 中 曾 提 及, 有 一 群 忠 良 的 皇 者 和 精 英 製 造 共 同 信 息, 但 亦 有 一 群 奸 惡 的 如 果 將 來 他 們 來 尋 找 我 們, 顯 示 他 們 是 製 造 共 同 信 息 的 人 這 樣, 我 們 有 沒 有 需 要 或 者

More information

第一章 緒論

第一章 緒論 (informed consent) 6 . (Informed 23 Consent) 24 (Informed Consent) informed consent 1. 2. 7 3. 4. 5. 6.. 26 1. 8 2. 3. 4. 5. 6.. Braddock 1993 59 65 1057 (discussion of the patient s role in decision making)

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

豐佳燕.PDF

豐佳燕.PDF Application of Information Literacy to chiayen@estmtc.tp.edu.tw information literacy Theme-oriented teaching. Abstract Based on the definition of Information Literacy and Six core concepts of the problem

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

K301Q-D VRT中英文说明书141009

K301Q-D VRT中英文说明书141009 THE INSTALLING INSTRUCTION FOR CONCEALED TANK Important instuction:.. Please confirm the structure and shape before installing the toilet bowl. Meanwhile measure the exact size H between outfall and infall

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

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

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

096STUT DOC

096STUT DOC i YouTube was established in 2005 until now only more than 3 years. Although it was established just more than 3 years, it has already become the one of multitudinous video shares website that most people

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

168 健 等 木醋对几种小浆果扦插繁殖的影响 第1期 the view of the comprehensive rooting quality, spraying wood vinegar can change rooting situation, and the optimal concent

168 健 等 木醋对几种小浆果扦插繁殖的影响 第1期 the view of the comprehensive rooting quality, spraying wood vinegar can change rooting situation, and the optimal concent 第 31 卷 第 1 期 2013 年 3 月 经 济 林 研 究 Nonwood Forest Research Vol. 31 No.1 Mar. 2013 木醋对几种小浆果扦插繁殖的影响 健 1,2 杨国亭 1 刘德江 2 (1. 东北林业大学 生态研究中心 黑龙江 哈尔滨 150040 2. 佳木斯大学 生命科学学院 黑龙江 佳木斯 154007) 摘 要 为了解决小浆果扦插繁殖中生根率及成活率低等问题

More information

川 外 250 人, 上 外 222 人, 广 外 209 人, 西 外 195 人, 北 外 168 人, 中 南 大 学 135 人, 西 南 大 学 120 人, 湖 南 大 学 115 人, 天 外 110 人, 大 连 外 国 语 学 院 110 人, 上 海 外 事 学 院 110 人,

川 外 250 人, 上 外 222 人, 广 外 209 人, 西 外 195 人, 北 外 168 人, 中 南 大 学 135 人, 西 南 大 学 120 人, 湖 南 大 学 115 人, 天 外 110 人, 大 连 外 国 语 学 院 110 人, 上 海 外 事 学 院 110 人, 关 于 考 研 准 备 的 几 点 建 议 主 讲 : 张 伯 香 如 何 选 择 学 校 和 专 业 一. 按 招 生 性 质, 全 国 高 校 大 致 可 分 为 以 下 几 类 : 1. 综 合 类 院 校 比 较 知 名 的 有 北 大 南 大 复 旦 武 大 中 大 南 开 厦 大 等 这 类 院 校 重 视 科 研 能 力, 考 试 有 一 定 的 难 度, 比 较 适 合 于 那 些

More information

<4D6963726F736F667420576F7264202D2035B171AB73B6CBA8ECAB73A6D3A4A3B6CBA158B3AFA46CA9F9BB50B169A445C4D6AABAB750B94AB8D6B9EFA4F1ACE3A873>

<4D6963726F736F667420576F7264202D2035B171AB73B6CBA8ECAB73A6D3A4A3B6CBA158B3AFA46CA9F9BB50B169A445C4D6AABAB750B94AB8D6B9EFA4F1ACE3A873> 中 正 漢 學 研 究 2012 年 第 一 期 ( 總 第 十 九 期 ) 2012 年 6 月 頁 111~134 國 立 中 正 大 學 中 國 文 學 系 111 從 哀 傷 到 哀 而 不 傷 : 陳 子 昂 與 張 九 齡 的 感 遇 詩 對 比 研 究 * 丁 涵 摘 要 在 中 國 古 典 文 學 語 境 中, 一 個 主 題 的 奠 立 往 往 需 要 歷 時 彌 久, 而 這 本

More information

Microsoft Word - A201210-60_1349949005.doc

Microsoft Word - A201210-60_1349949005.doc 5 10 15 20 25 一 种 针 对 在 线 旅 游 线 路 网 页 判 别 算 法 的 研 究 与 实 现 徐 显 炼, 郭 燕 慧 ( 北 京 邮 电 大 学 信 息 安 全 中 心, 北 京 100876) 摘 要 : 随 着 近 年 来 在 线 旅 游 业 的 快 速 发 展, 在 线 旅 游 搜 索 引 擎 己 经 成 为 当 前 搜 索 引 擎 发 展 的 一 个 热 门 方 向

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

傳 播 與 管 理 研 究 第 四 卷 第 二 期 壹 研 究 背 景 與 研 究 目 的 貳 文 獻 探 討 58

傳 播 與 管 理 研 究 第 四 卷 第 二 期 壹 研 究 背 景 與 研 究 目 的 貳 文 獻 探 討 58 多 頻 道 競 爭 市 場 之 節 目 多 樣 化 分 析 57 傳 播 與 管 理 研 究 第 4 卷 第 2 期 2005 年 元 月 頁 57-89 多 頻 道 競 爭 市 場 之 節 目 多 樣 化 分 析 曾 曉 煜 摘 要 monopolisticmarket multi-channeloperators 關 鍵 字 : 57 傳 播 與 管 理 研 究 第 四 卷 第 二 期 壹 研

More information

2008 Nankai Business Review 61

2008 Nankai Business Review 61 150 5 * 71272026 60 2008 Nankai Business Review 61 / 62 Nankai Business Review 63 64 Nankai Business Review 65 66 Nankai Business Review 67 68 Nankai Business Review 69 Mechanism of Luxury Brands Formation

More information

:1949, 1936, 1713 %, 63 % (, 1957, 5 ), :?,,,,,, (,1999, 329 ),,,,,,,,,, ( ) ; ( ), 1945,,,,,,,,, 100, 1952,,,,,, ,, :,,, 1928,,,,, (,1984, 109

:1949, 1936, 1713 %, 63 % (, 1957, 5 ), :?,,,,,, (,1999, 329 ),,,,,,,,,, ( ) ; ( ), 1945,,,,,,,,, 100, 1952,,,,,, ,, :,,, 1928,,,,, (,1984, 109 2006 9 1949 3 : 1949 2005, : 1949 1978, ; 1979 1997, ; 1998 2005,,, :,,, 1949, :, ;,,,, 50, 1952 1957 ; ; 60 ; 1978 ; 2003,,,,,,, 1953 1978 1953 1978,,,, 100,,,,, 3,, :100836, :wulijjs @263. net ;,, :

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

穨japhkesch.PDF

穨japhkesch.PDF : 1.1? : : ( ) : What?,,,.. -->p.44-45 Why? : 1.2 : : ( ) : -->p.94-95 -->p.44-45 -->p.158-162 : ( ) : (1995) : : ( 1) ( 2) ( 3) ( 4) ( 5) ( 1) -1994 - - ( 2) - -, -, - ( 3) -1938 9

More information

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

國立中山大學學位論文典藏.PDF TPM TPM TPM TPM TPM TPM TPM TPM TPM : (TPM)MP (Synergy) ii Abstract There are over 60 companies, which have had the experience in TPM implementation, but only 12 companies have got TPM Award until 2000.

More information

A Study on the Relationships of the Co-construction Contract A Study on the Relationships of the Co-Construction Contract ( ) ABSTRACT Co-constructio in the real estate development, holds the quite

More information

untitled

untitled Ogre Rendering System http://antsam.blogone.net AntsamCGD@hotmail.com geometry systemmaterial systemshader systemrendering system API API DirectX OpenGL API Pipeline Abstraction API Pipeline Pipeline configurationpipeline

More information

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

國立中山大學學位論文典藏.PDF The Study on the New Pension Scheme for Civil Servants Evidence from Kaohsiung County I II 1. III Thesis Abstract Title of Thesis The Study on the New Pension Scheme for Civil Servants: Evidence from Kaohsiung

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

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

南華大學數位論文

南華大學數位論文 南華大學 碩士論文 中華民國九十五年六月十四日 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

20-25%,

20-25%, 2011.19 笮 1929 1957 / 361005-8 - 20-25%, http://www.hedb.xmu.edu.cn 1 2000-12000 3500-20000 20 80 4628 1000 600 300-9 - 1 / 3 4 2 1800-4500 2800-20000 1800-20000 3 P

More information

What You Can Find with SciFinder Scholar SciFinder Scholar Area Information Available in SciFinder Scholar Document Title Information Author/inventor

What You Can Find with SciFinder Scholar SciFinder Scholar Area Information Available in SciFinder Scholar Document Title Information Author/inventor SciFinder Scholar Content SciFinder Scholar SciFinder Scholar CAS MEDLINE by the National Library of Medicine NLM MEDLINE Reference Databases CAplus SM MEDLINE 150 9000 1907 1907 2,430 3000 70 3900 1951

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

Microsoft PowerPoint - 第4ç«€_庑勊æ¯flè¾…_第2酨勃.pptx

Microsoft PowerPoint - 第4ç«€_庑勊æ¯flè¾…_第2酨勃.pptx 生物信息学 Bioinformatics 巩晶癌症研究中心山东大学基础医学院 2017.03.07 2 复习双序列比对及算法 对于 : 序列 p:acgtc 序列 q:aatc : 字符对字符 : 字符对空位箭头指着的序列为空位 : 字符对空位箭头指着的序列为空位 全局序列比对结果 : 序列 p: A C G T C 序列 q: A - A T C 0 1 2 3 序列 q 4 s(0,0) = 0

More information

hks298cover&back

hks298cover&back 2957 6364 2377 3300 2302 1087 www.scout.org.hk scoutcraft@scout.org.hk 2675 0011 5,500 Service and Scouting Recently, I had an opportunity to learn more about current state of service in Hong Kong

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

廣州舊城區的保護和發展

廣州舊城區的保護和發展 黄 爲 爲 爲 爲 塲 爲 茘 爲 爲 爲 爲 産 统 装 爲 爲 爲 爲 爲 爲 爲 茘 衞 産 爲 塲 爲 爲 爲 爲 爲 滙 爲 滙 爲 爲 爲 爲 爲麽麽 强 迹 啓 啓 産 産 [1] [2] [3] [4] 20 [5] 2000 [6] [7], 20 [8] http://www.gz.gov.cn2002.7.14 [9] 2000.4 [10] [11] 20 2001.1.29

More information

课程12-7.FIT)

课程12-7.FIT) 这 是 一 件 真 实 而 又 引 人 深 思 的 小 事 不 久 前, 一 位 法 国 教 育 心 理 学 专 家, 给 法 国 的 小 学 生 和 上 海 的 小 学 生 先 后 出 了 下 面 这 道 完 全 一 样 的 测 试 题 : 一 艘 船 上 有 86 头 牛,34 只 羊, 问 : 这 艘 船 的 船 长 年 纪 有 多 大? 法 国 小 学 生 的 回 答 情 况 是, 超 过

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

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