Digital Image Processing

Size: px
Start display at page:

Download "Digital Image Processing"

Transcription

1 Dgtal Iage Processg Chater 08 Iage Coresso Dec. 30, 00 Istructor:Lh-Je Kau( 高立人 ) Deartet of Electroc Egeerg Natoal Tae Uversty of Techology /35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology Huffa Codg /35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology

2 Huffa Code Huffa Code: Varable Legth Code Theore: X, dscrete rado varable wth f (X). Let C be ay refx code for X ad C Huff be a Huffa code, the l( CHuff ) l( C) ad H ( X ) l( C ) H ( X ) + Huff Wth odoubt The worst case 00//3 3/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology Etroy The frst-order etroy ( 熵 ) s defed by, H P( x) LogP( x) ( S) P( x) Log x x P( x) Where x s the alhabet/sybol the source S. The ut of etroy:bts/sale A less lkely outcoe wll brg ore forato 00//3 4/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology

3 Exale of Huffa Code x P Ste: Ste: //3 5/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology Exale of Huffa Code Ste3: 0.6 Ste4: //3 6/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology

4 Ste5: 0 0 Exale of Huffa Code C: l( C) *0.4 + *0. + 3*0. + 4*0.+ 4*0.. Sgle-sde Growg Huffa Tree bts/sybol H ( X ) 0.4Log + 0.Log + 0.Log Log + 0.Log bts/sybol //3 7/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology Exale of Huffa Code Aother soluto of the sae exale. Ste : Ste : Rearrage the order //3 8/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology

5 Exale of Huffa Code Ste 3: Ste 4: Rearrage the order //3 9/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology Exale of Huffa Code Ste 5: Rearrage the order aga Ste 6: //3 0/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology

6 Exale of Huffa Code Ste 7: Rearrage the order aga Ste 8: //3 /35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology Ste9: Exale of Huffa Code.0 0 l( C) * *0.+ 3*0.+ *0. + *0.. bts/sybol C: Mu Codeword Legth Huffa Tree 00//3 /35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology

7 Note: Exale of Huffa Code Though the above codes have the sae average bt rates, C has saller varace tha C Better to be stored eory Thought the 4-bt codeword legth seldo occurs, the storage should have the eory wdth elarged case ths does take lace. Therefore, C s ot as good as C. 00//3 3/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology A Short Suary For u codeword legth varace: Cobe rob. wth shorter legth Sort rob. each ste, large to sall, fro left to rght Move cobed rob. as close to the left as ossble, ad cobe rob. o the rght.( 已經 cobe 過的必然造成較長的長度 ) 00//3 4/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology

8 Rearks for Huffa Code Reark: Percetage creasg H ( X ) l( CHuff ) H ( X ) + l( CHuff ) H ( X ) Percetage creasg H ( X ) Eg. x 3 H ( X ) 0.86 P l( CHuffa ) *0.8 + * * 0.0. l( CHuff ) H ( X ) P.I. 47% H ( X ) //3 5/35 Pretty hgh bts/sybol Though.bt/sybol, stll far aart fro the etroy Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology Rearks for Huffa Code Reark: Logest codeword legth (Worst case) Alhabet sze > logest codeword legth s - Eg. Alhabet 5 > logest codeword legth //3 6/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology

9 Ercal PMF For Huffa trees X: dscrete rado varable Alhabet H: {,,, } N : Legth of the sequece to be coded : uber of occurrece of sybol k N k Ercal f Nk : k, k,, K, N Bary tree ca be obtaed fro Nk stead of k 00//3 7/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology A exale of usg N k x N k k N //3 8/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology

10 Storage Requreet Proble: How to costruct the header such that the header sze s otzed? The codeword legth for the worst case s (-), where s the uber of sybols. Therefore, the sace requred for the storage of the code s x(-) //3 9/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology Two-Pass Huffa Ecodg Two-ass Frst ass for k Secod ass for ecodg Trassso of k or codewords are requred k ot udated for varyg statstcs. 00//3 0/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology

11 Basc Iforato Theory Theore: For a sybol source, S, wth sybols, the etroy of the source satsfes H ( S) log. Proof: Suose the robabltes of the sybols are,,,, resectvely, ad. Defe the etroy of the source to be H log. 00//3 /35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology H log Basc Iforato Theory log [log That s H Log 0. log + log ] log ( log ) log log 0 Moreover, we see that a uforly sread source results a larger etroy. 00//3 /35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology

12 Soethg About Log Fucto Logx x 00//3 3/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology Kraft Iequalty Gve a sybol source s wth alhabets a, a,, a. Suose the a refx code s costructed for the source wth codeword legth l, l,, l, resectvely. The the code satsfes the followg Kraft Iequalty Pf: Let lax l axl ax lax l l ax l 00//3 4/35 lax l l 黃色為夭折 ( 未長出的部份 ) Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology

13 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology 00//3 5/35 Codg Legth of a Prefx Code Gve a sybol source S wth alhabets a, a,, a. Suose the a refx code s costructed for the source wth codeword legth l, l,, l, resectvely. The the average codg legth L satsfes the followg Iequalty Pf: Let L S H ) ( 0 ) ( log log log ) ( l l l l l L S H Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology 00//3 6/35 For Shao-Fao codg, the average codg legth s bouded the rage. ) ( ) ( S H Log Log l L < ) ( ) ( S H L S H + < 又 For Shao-Fao codg P Log l P Log + < Codg Legth of a Prefx Code

14 Vector Quatzato X x, x,..., ) C C, C,..., C ) ( x6 j ( j j j6 4 4 d ( X, C ) L j X 0 6 ( x C j ) C 6 M O M X L 5 Orgal Iage C M 56 00//3 7/35 C 55 codebook( 編碼簿 ) Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology JPEG Stll Iage Codg Stadard Please see Lecture-JPEG for detals. 8/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology

15 Vdeo Codg 在 MPEG 中, 先將視訊影像分成三類, 分別為 I P 和 B 影像 I 影像用傳統的 JPEG 壓縮即可 ;P 可利用前面的 I 影像, 透過移動匹配 (Block Matchg) 和補償 (Coesato) 來壓縮, 夾在 I 和 P 之間的 B 影像之區塊就由 I 和 P 所匹配到的區塊內插而成 I: Itra frae ( 以真實的 Frae 直接進行壓縮編碼 ) P: Predcted frae ( 以先前編碼過的 I frae 或 P frae 進行移動估測編碼 ) B: B-drectoal frae ( 以前或後之 I frae 或 P frae 進行編碼 ) 00//3 9/35 I B B B P Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology Block Matchg 在前一張參考影像中找到某一區塊使得這找到的區塊和目前區塊最匹配 通常是採用在前張影像中先訂出一個搜尋視窗, 在這搜尋視窗內包含許多與目前區塊相同大小的正方形區塊 Curret Frae Prevous Frae 00//3 30/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology

16 Moto Coesated Codg 00//3 3/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology Mea Absolute Dfferece(MAD) 目前區塊, 算出利用初始移動向量所得的區塊位置, 然後和對應於參考影像中的區塊計算兩者的 MAD: c B c B C ' ' MAD( B, B ) c r N N x y B r ' ' B ( x, y) B ( x, y) c r B B c Full-Search Method Logarthc Search Method ( 每次搜尋都縮小尚未搜尋範圍的一半 ) Three-Ste Search Method (Three-Ste Search Algorth) 00//3 3/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology

17 Fully Search 00//3 33/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology Logarthc Search( 對數搜尋 ) 00//3 34/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology

18 Three-Ste Search( 三步搜尋 ) 00//3 35/35 Lh-Je Kau Multeda Coucato Grou Natoal Tae Uv. of Techology

Chapter 6. Series-Parallel Circuits ISU EE. C.Y. Lee

Chapter 6. Series-Parallel Circuits ISU EE. C.Y. Lee Chapter 6 Series-Parallel Circuits Objectives Identify series-parallel relationships Analyze series-parallel circuits Determine the loading effect of a voltmeter on a circuit Analyze a Wheatstone bridge

More information

Algorithms and Complexity

Algorithms and Complexity Algorithms and Complexity 2.1 ALGORITHMS( 演算法 ) Def: An algorithm is a finite set of precise instructions for performing a computation or for solving a problem The word algorithm algorithm comes from the

More information

= lim(x + 1) lim x 1 x 1 (x 2 + 1) 2 (for the latter let y = x2 + 1) lim

= lim(x + 1) lim x 1 x 1 (x 2 + 1) 2 (for the latter let y = x2 + 1) lim 1061 微乙 01-05 班期中考解答和評分標準 1. (10%) (x + 1)( (a) 求 x+1 9). x 1 x 1 tan (π(x )) (b) 求. x (x ) x (a) (5 points) Method without L Hospital rule: (x + 1)( x+1 9) = (x + 1) x+1 x 1 x 1 x 1 x 1 (x + 1) (for the

More information

0 0 = 1 0 = 0 1 = = 1 1 = 0 0 = 1

0 0 = 1 0 = 0 1 = = 1 1 = 0 0 = 1 0 0 = 1 0 = 0 1 = 0 1 1 = 1 1 = 0 0 = 1 : = {0, 1} : 3 (,, ) = + (,, ) = + + (, ) = + (,,, ) = ( + )( + ) + ( + )( + ) + = + = = + + = + = ( + ) + = + ( + ) () = () ( + ) = + + = ( + )( + ) + = = + 0

More information

14-A Orthogonal and Dual Orthogonal Y = A X

14-A Orthogonal and Dual Orthogonal Y = A X 489 XIV. Orthogonal Transform and Multiplexing 14-A Orthogonal and Dual Orthogonal Any M N discrete linear transform can be expressed as the matrix form: 0 1 2 N 1 0 1 2 N 1 0 1 2 N 1 y[0] 0 0 0 0 x[0]

More information

Chapter 20 Cell Division Summary

Chapter 20 Cell Division Summary Chapter 20 Cell Division Summary Bk3 Ch20 Cell Division/1 Table 1: The concept of cell (Section 20.1) A repeated process in which a cell divides many times to make new cells Cell Responsible for growth,

More information

生物統計教育訓練 - 課程. Introduction to equivalence, superior, inferior studies in RCT 謝宗成副教授慈濟大學醫學科學研究所. TEL: ext 2015

生物統計教育訓練 - 課程. Introduction to equivalence, superior, inferior studies in RCT 謝宗成副教授慈濟大學醫學科學研究所. TEL: ext 2015 生物統計教育訓練 - 課程 Introduction to equivalence, superior, inferior studies in RCT 謝宗成副教授慈濟大學醫學科學研究所 tchsieh@mail.tcu.edu.tw TEL: 03-8565301 ext 2015 1 Randomized controlled trial Two arms trial Test treatment

More information

EXPERMENT 9. To determination of Quinine by fluorescence spectroscopy. Introduction

EXPERMENT 9. To determination of Quinine by fluorescence spectroscopy. Introduction EXPERMENT 9 To determination of Quinine by fluorescence spectroscopy Introduction Many chemical compounds can be excited by electromagnetic radication from normally a singlet ground state S o to upper

More information

GSAS 安裝使用簡介 楊仲準中原大學物理系. Department of Physics, Chung Yuan Christian University

GSAS 安裝使用簡介 楊仲準中原大學物理系. Department of Physics, Chung Yuan Christian University GSAS 安裝使用簡介 楊仲準中原大學物理系 Department of Physics, Chung Yuan Christian University Out Line GSAS 安裝設定 CMPR 安裝設定 GSAS 簡易使用說明 CMPR 轉出 GSAS 實驗檔簡易使用說明 CMPR 轉出 GSAS 結果簡易使用說明 1. GSAS 安裝設定 GSAS 安裝設定 雙擊下載的 gsas+expgui.exe

More information

5.5 Using Entropy to Calculate the Natural Direction of a Process in an Isolated System

5.5 Using Entropy to Calculate the Natural Direction of a Process in an Isolated System 5.5 Using Entropy to Calculate the Natural Direction of a Process in an Isolated System 熵可以用來預測自發改變方向 我們現在回到 5.1 節引入兩個過程 第一個過程是關於金屬棒在溫度梯度下的自然變化方向 試問, 在系統達平衡狀態時, 梯度變大或更小? 為了模擬這過程, 考慮如圖 5.5 的模型, 一孤立的複合系統受

More information

pseudo-code-2012.docx 2013/5/9

pseudo-code-2012.docx 2013/5/9 Pseudo-code 偽代碼 & Flow charts 流程圖 : Sum Bubble sort 1 Prime factors of Magic square Total & Average Bubble sort 2 Factors of Zodiac (simple) Quadratic equation Train fare 1+2+...+n

More information

邏輯設計 Hw#6 請於 6/13( 五 ) 下課前繳交

邏輯設計 Hw#6 請於 6/13( 五 ) 下課前繳交 邏輯設計 Hw#6 請於 6/3( 五 ) 下課前繳交 . A sequential circuit with two D flip-flops A and B, two inputs X and Y, and one output Z is specified by the following input equations: D A = X A + XY D B = X A + XB Z = XB

More information

在雲層閃光放電之前就開始提前釋放出離子是非常重要的因素 所有 FOREND 放電式避雷針都有離子加速裝置支援離子產生器 在產品設計時, 為增加電場更大範圍, 使用電極支援大氣離子化,

在雲層閃光放電之前就開始提前釋放出離子是非常重要的因素 所有 FOREND 放電式避雷針都有離子加速裝置支援離子產生器 在產品設計時, 為增加電場更大範圍, 使用電極支援大氣離子化, FOREND E.S.E 提前放電式避雷針 FOREND Petex E.S.E 提前放電式避雷針由 3 個部分組成 : 空中末端突針 離子產生器和屋頂連接管 空中末端突針由不鏽鋼製造, 有適合的直徑, 可以抵抗強大的雷擊電流 離子產生器位於不鏽鋼針體內部特別的位置, 以特別的樹脂密封, 隔絕外部環境的影響 在暴風雨閃電期間, 大氣中所引起的電場增加, 離子產生器開始活化以及產生離子到周圍的空氣中

More information

Chapter 1 Linear Regression with One Predictor Variable

Chapter 1 Linear Regression with One Predictor Variable Chapter 1 Linear Regression with One Predictor Variable 許湘伶 Applied Linear Regression Models (Kutner, Nachtsheim, Neter, Li) hsuhl (NUK) LR Chap 1 1 / 41 Regression analysis is a statistical methodology

More information

Linear Regression. Applied Linear Regression Models (Kutner, Nachtsheim, Neter, Li) hsuhl (NUK) SDA Regression 1 / 34

Linear Regression. Applied Linear Regression Models (Kutner, Nachtsheim, Neter, Li) hsuhl (NUK) SDA Regression 1 / 34 Linear Regression 許湘伶 Applied Linear Regression Models (Kutner, Nachtsheim, Neter, Li) hsuhl (NUK) SDA Regression 1 / 34 Regression analysis is a statistical methodology that utilizes the relation between

More information

雷射原理. The Principle of Laser. 授課教授 : 林彥勝博士 Contents

雷射原理. The Principle of Laser. 授課教授 : 林彥勝博士   Contents 雷射原理 The Principle of Laser 授課教授 : 林彥勝博士 E-mail: yslin@mail.isu.edu.tw Contents Energy Level( 能階 ) Spontaneous Emission( 自發輻射 ) Stimulated Emission( 受激發射 ) Population Inversion( 居量反轉 ) Active Medium( 活性介質

More information

國立中正大學八十一學年度應用數學研究所 碩士班研究生招生考試試題

國立中正大學八十一學年度應用數學研究所 碩士班研究生招生考試試題 國立中正大學八十一學年度應用數學研究所 碩士班研究生招生考試試題 基礎數學 I.(2%) Test for convergence or divergence of the following infinite series cos( π (a) ) sin( π n (b) ) n n=1 n n=1 n 1 1 (c) (p > 1) (d) n=2 n(log n) p n,m=1 n 2 +

More information

Statistical Intervals and the Applications. Hsiuying Wang Institute of Statistics National Chiao Tung University Hsinchu, Taiwan

Statistical Intervals and the Applications. Hsiuying Wang Institute of Statistics National Chiao Tung University Hsinchu, Taiwan and the Applications Institute of Statistics National Chiao Tung University Hsinchu, Taiwan 1. Confidence Interval (CI) 2. Tolerance Interval (TI) 3. Prediction Interval (PI) Example A manufacturer wanted

More information

台灣大學開放式課程 有機化學乙 蔡蘊明教授 本著作除另有註明, 作者皆為蔡蘊明教授, 所有內容皆採用創用 CC 姓名標示 - 非商業使用 - 相同方式分享 3.0 台灣授權條款釋出

台灣大學開放式課程 有機化學乙 蔡蘊明教授 本著作除另有註明, 作者皆為蔡蘊明教授, 所有內容皆採用創用 CC 姓名標示 - 非商業使用 - 相同方式分享 3.0 台灣授權條款釋出 台灣大學開放式課程 有機化學乙 蔡蘊明教授 本著作除另有註明, 作者皆為蔡蘊明教授, 所有內容皆採用創用 姓名標示 - 非商業使用 - 相同方式分享 3.0 台灣授權條款釋出 hapter S Stereochemistry ( 立體化學 ): chiral molecules ( 掌性分子 ) Isomerism constitutional isomers butane isobutane 分子式相同但鍵結方式不同

More information

Chapter 22 Lecture. Essential University Physics Richard Wolfson 2 nd Edition. Electric Potential 電位 Pearson Education, Inc.

Chapter 22 Lecture. Essential University Physics Richard Wolfson 2 nd Edition. Electric Potential 電位 Pearson Education, Inc. Chapter 22 Lecture Essential University Physics Richard Wolfson 2 nd Edition Electric Potential 電位 Slide 22-1 In this lecture you ll learn 簡介 The concept of electric potential difference 電位差 Including

More information

Ch2 Linear Transformations and Matrices

Ch2 Linear Transformations and Matrices Ch Lea Tasfoatos ad Matces 7-11-011 上一章介紹抽象的向量空間, 這一章我們將進入線代的主題, 也即了解函數 能 保持 向量空間結構的一些共同性質 這一章討論的向量空間皆具有相同的 体 F 1 Lea Tasfoatos, Null spaces, ad ages HW 1, 9, 1, 14, 1, 3 Defto: Let V ad W be vecto spaces

More information

Answers: ( HKMO Heat Events) Created by: Mr. Francis Hung Last updated: 23 November see the remark

Answers: ( HKMO Heat Events) Created by: Mr. Francis Hung Last updated: 23 November see the remark 9 50450 8 4 5 8-9 04 6 Individual 6 (= 8 ) 7 6 8 4 9 x =, y = 0 (= 8 = 8.64) 4 4 5 5-6 07 + 006 4 50 5 0 Group 6 6 7 0 8 *4 9 80 0 5 see the remark Individual Events I Find the value of the unit digit

More information

Digital Integrated Circuits Lecture 5: Logical Effort

Digital Integrated Circuits Lecture 5: Logical Effort Digital Integrated Circuits Lecture 5: Logical Effort Chih-Wei Liu VLSI Signal Processing LAB National Chiao Tung University cwliu@twins.ee.nctu.edu.tw DIC-Lec5 cwliu@twins.ee.nctu.edu.tw 1 Outline RC

More information

Frequency Response (Bode Plot) with MATLAB

Frequency Response (Bode Plot) with MATLAB Frequency Response (Bode Plot) with MATLAB 黃馨儀 216/6/15 適應性光子實驗室 常用功能選單 File 選單上第一個指令 New 有三個選項 : M-file Figure Model 開啟一個新的檔案 (*.m) 用以編輯 MATLAB 程式 開始一個新的圖檔 開啟一個新的 simulink 檔案 Help MATLAB Help 查詢相關函式 MATLAB

More information

統計學 Spring 2011 授課教師 : 統計系余清祥日期 :2011 年 3 月 22 日第十三章 : 變異數分析與實驗設計

統計學 Spring 2011 授課教師 : 統計系余清祥日期 :2011 年 3 月 22 日第十三章 : 變異數分析與實驗設計 統計學 Spring 2011 授課教師 : 統計系余清祥日期 :2011 年 3 月 22 日第十三章 : 變異數分析與實驗設計 Chapter 13, Part A Analysis of Variance and Experimental Design Introduction to Analysis of Variance Analysis of Variance and the Completely

More information

相關分析. Scatter Diagram. Ch 13 線性迴歸與相關分析. Correlation Analysis. Correlation Analysis. Linear Regression And Correlation Analysis

相關分析. Scatter Diagram. Ch 13 線性迴歸與相關分析. Correlation Analysis. Correlation Analysis. Linear Regression And Correlation Analysis Ch 3 線性迴歸與相關分析 相關分析 Lear Regresso Ad Correlato Aalyss Correlato Aalyss Correlato Aalyss Correlato Aalyss s the study of the relatoshp betwee two varables. Scatter Dagram A Scatter Dagram s a chart that

More information

Multiple sequence alignment (MSA)

Multiple sequence alignment (MSA) Multiple sequence alignment (MSA) From pairwise to multiple A T _ A T C A... A _ C A T _ A... A T _ G C G _... A _ C G T _ A... A T C A C _ A... _ T C G A G A... Relationship of sequences (Tree) NODE

More information

2001 HG2, 2006 HI6, 2010 HI1

2001 HG2, 2006 HI6, 2010 HI1 - Individual 9 50450 8 4 5 8 9 04 6 6 ( 8 ) 7 6 8 4 9 x, y 0 ( 8 8.64) 4 4 5 5 - Group Individual Events I 6 07 + 006 4 50 5 0 6 6 7 0 8 *4 9 80 0 5 see the remark Find the value of the unit digit of +

More information

Ch.9 Liquids and Solids

Ch.9 Liquids and Solids Ch.9 Liquids and Solids 9.1. Liquid-Vapor Equilibrium 1. Vapor Pressure. Vapor Pressure versus Temperature 3. Boiling Temperature. Critical Temperature and Pressure 9.. Phase Diagram 1. Sublimation. Melting

More information

Chapter 1 Physics and Measurement

Chapter 1 Physics and Measurement Chapter 1 Physics and Measurement We have always been curious about the world around us. Classical Physics It constructs the concepts Galileo (1564-1642) and Newton s space and time. It includes mechanics

More information

Candidates Performance in Paper I (Q1-4, )

Candidates Performance in Paper I (Q1-4, ) HKDSE 2016 Candidates Performance in Paper I (Q1-4, 10-14 ) 7, 17 November 2016 General Comments General and Common Weaknesses Weak in calculations Unable to give the appropriate units for numerical answers

More information

行政院國家科學委員會補助專題研究計畫 成果報告 期中進度報告 ( 計畫名稱 )

行政院國家科學委員會補助專題研究計畫 成果報告 期中進度報告 ( 計畫名稱 ) 附件一 行政院國家科學委員會補助專題研究計畫 成果報告 期中進度報告 ( 計畫名稱 ) 發展紅外線 / 可見光合頻波成像顯微術以研究表面催化反應 計畫類別 : 個別型計畫 整合型計畫計畫編號 :NSC 97-2113 - M - 009-002 - MY2 執行期間 : 97 年 3 月 1 日至 98 年 7 月 31 日 計畫主持人 : 重藤真介共同主持人 : 計畫參與人員 : 成果報告類型 (

More information

Work Energy And Power 功, 能量及功率

Work Energy And Power 功, 能量及功率 p. 1 Work Energy And Power 功, 能量及功率 黃河壺口瀑布 p. 2 甚麼是 能量? p. 3 常力所作的功 ( Work Done by a Constant Force ) p. 4 F F θ F cosθ s 要有出力才有 功 勞 造成位移才有 功 勞 W = F cos θ s ( Joule, a scalar ) = F s or F Δx F : force,

More information

Fabrics ( 組構 ): Foliation and Lineations ( 葉理與線理 )

Fabrics ( 組構 ): Foliation and Lineations ( 葉理與線理 ) Fabrics ( 組構 ): Foliation and Lineations ( 葉理與線理 ) 台灣板岩地質區板岩的結構, 呈現劈理折射的現象 楊昭男教授提供 Jyr-Ching Hu, Department of Geosciences National Taiwan University Fabric Terminology Random fabric ( 散亂的組構 ): No preferred

More information

Advanced Engineering Mathematics 長榮大學科工系 105 級

Advanced Engineering Mathematics 長榮大學科工系 105 級 工程數學 Advanced Engineering Mathematics 長榮大學科工系 5 級 姓名 : 學號 : 工程數學 I 目錄 Part I: Ordinary Differential Equations (ODE / 常微分方程式 ) Chapter First-Order Differential Equations ( 一階 ODE) 3 Chapter Second-Order

More information

Differential Equations (DE)

Differential Equations (DE) 工程數學 -- 微分方程 51 Differenial Equaions (DE) 授課者 : 丁建均 教學網頁 :hp://djj.ee.nu.edu.w/de.hm 本著作除另有註明外, 採取創用 CC 姓名標示 - 非商業性 - 相同方式分享 台灣 3. 版授權釋出 Chaper 8 Sysems of Linear Firs-Order Differenial Equaions 另一種解 聯立微分方程式

More information

HKDSE Chemistry Paper 2 Q.1 & Q.3

HKDSE Chemistry Paper 2 Q.1 & Q.3 HKDSE 2017 Chemistry Paper 2 Q.1 & Q.3 Focus areas Basic chemical knowledge Question requirement Experimental work Calculations Others Basic Chemical Knowledge Question 1(a)(i) (1) Chemical equation for

More information

氮化鋁鎵 / 氮化鎵異質結構的電性傳輸. Electrical transport in AlGaN/GaN heterostructures

氮化鋁鎵 / 氮化鎵異質結構的電性傳輸. Electrical transport in AlGaN/GaN heterostructures 國立臺灣大學物理學研究所 碩士論文 氮化鋁鎵 / 氮化鎵異質結構的電性傳輸 Electrical transport in AlGaN/GaN heterostructures 指導教授 : 梁啟德 張本秀 研究生 : 吳坤達 中華民國九十四年七月 To my parents I 誌謝 能完成這本論文, 實在不是我一個人的力量 首先感謝梁啟德老師在學術研究上不斷督促與叮嚀, 讓我在碩士生涯體驗到做實驗的樂趣

More information

tan θ(t) = 5 [3 points] And, we are given that d [1 points] Therefore, the velocity of the plane is dx [4 points] (km/min.) [2 points] (The other way)

tan θ(t) = 5 [3 points] And, we are given that d [1 points] Therefore, the velocity of the plane is dx [4 points] (km/min.) [2 points] (The other way) 1051 微甲 06-10 班期中考解答和評分標準 1. (10%) A plane flies horizontally at an altitude of 5 km and passes directly over a tracking telescope on the ground. When the angle of elevation is π/3, this angle is decreasing

More information

Chapter 1 Linear Regression with One Predictor Variable

Chapter 1 Linear Regression with One Predictor Variable Chapter 1 Linear Regression with One Predictor Variable 許湘伶 Applied Linear Regression Models (Kutner, Nachtsheim, Neter, Li) hsuhl (NUK) LR Chap 1 1 / 52 迴歸分析 Regression analysis is a statistical methodology

More information

Candidates Performance in Paper I (Q1-4, )

Candidates Performance in Paper I (Q1-4, ) HKDSE 2018 Candidates Performance in Paper I (Q1-4, 10-14 ) 8, 9 November 2018 General and Common Weaknesses Weak in calculations Weak in conversion of units in calculations (e.g. cm 3 to dm 3 ) Weak in

More information

授課大綱 課號課程名稱選別開課系級學分 結果預視

授課大綱 課號課程名稱選別開課系級學分 結果預視 授課大綱 課號課程名稱選別開課系級學分 B06303A 流體力學 Fluid Mechanics 必 結果預視 課程介紹 (Course Description): 機械工程學系 三甲 3 在流體力學第一課的學生可能會問 : 什麼是流體力學? 為什麼我必須研究它? 我為什麼要研究它? 流體力學有哪些應用? 流體包括液體和氣體 流體力學涉及靜止和運動時流體的行為 對流體力學的基本原理和概念的了解和理解對分析任何工程系統至關重要,

More information

5. Data Compression. Review of Last Lecture. Outline of the Lecture. Course Overview. Basics of Information Theory: Markku Juntti

5. Data Compression. Review of Last Lecture. Outline of the Lecture. Course Overview. Basics of Information Theory: Markku Juntti : Markku Jutt Overvew The deas of lossless data copresso ad source codg are troduced ad copresso lts are derved. Source The ateral s aly based o Sectos 5. 5.5 of the course book []. Teleco. Laboratory

More information

國立交通大學 電子物理研究所 博士論文 微結構鐵磁系統的磁矩翻轉和磁電傳輸性質. Magnetization Reversal and Magneto-transport in Patterned Ferromagnetic Systems 研究生 : 鍾廷翊 指導教授 : 許世英

國立交通大學 電子物理研究所 博士論文 微結構鐵磁系統的磁矩翻轉和磁電傳輸性質. Magnetization Reversal and Magneto-transport in Patterned Ferromagnetic Systems 研究生 : 鍾廷翊 指導教授 : 許世英 國立交通大學 電子物理研究所 博士論文 微結構鐵磁系統的磁矩翻轉和磁電傳輸性質 Magnetization Reversal and Magneto-transport in Patterned Ferromagnetic Systems 研究生 : 鍾廷翊 指導教授 : 許世英 中華民國九十八年五月 微結構鐵磁系統的磁矩翻轉和磁電傳輸性質 Magnetization Reversal and Magneto-transport

More information

基因演算法 學習速成 南台科技大學電機系趙春棠講解

基因演算法 學習速成 南台科技大學電機系趙春棠講解 基因演算法 學習速成 南台科技大學電機系趙春棠講解 % 以下程式作者 : 清大張智星教授, 摘自 Neuro-Fuzzy and Soft Computing, J.-S. R. Jang, C.-T. Sun, and E. Mizutani 讀者可自張教授網站下載該書籍中的所有 Matlab 程式 % 主程式 : go_ga.m % 這是書中的一個範例, 了解每一個程式指令後, 大概就對 基因演算法,

More information

在破裂多孔介質中的情形 底下是我們考慮的抛物線微分方程式. is a domain and = f. in f. . Denote absolute permeability by. P in. k in. p in. and. and. , and external source by

在破裂多孔介質中的情形 底下是我們考慮的抛物線微分方程式. is a domain and = f. in f. . Denote absolute permeability by. P in. k in. p in. and. and. , and external source by 行 裂 精 類 行 年 年 行 立 數 葉立 論 理 年 背景及目的很多的化學工廠的廢水經由水井排放到地底, 地面的有毒廢棄物也經由雨水進入地底, 核能電廠儲存在地底下的核廢棄物由於時間的關係造成容器腐蝕 或是由於地層變動造成容器破裂, 放射性物質也因此進入地下水 這些都造成日常飲用水的不安全 這些問題不是只發生在臺灣, 世界其它國家也有同樣的情形 歐美一些國家都有專責機構負責這些污染源的清除工作

More information

ApTutorGroup. SAT II Chemistry Guides: Test Basics Scoring, Timing, Number of Questions Points Minutes Questions (Multiple Choice)

ApTutorGroup. SAT II Chemistry Guides: Test Basics Scoring, Timing, Number of Questions Points Minutes Questions (Multiple Choice) SAT II Chemistry Guides: Test Basics Scoring, Timing, Number of Questions Points Minutes Questions 200-800 60 85 (Multiple Choice) PART A ----------------------------------------------------------------

More information

Chap. 4 Force System Resultants

Chap. 4 Force System Resultants Chap. 4 Force System Resultants Chapter Outline Moment of a Force Scalar Formation Cross Product Moment of Force Vector Formulation Principle of Moments Moment of a Force about a Specified xis Moment of

More information

論文與專利寫作暨學術 倫理期末報告 班級 : 碩化一甲學號 :MA 姓名 : 林郡澤老師 : 黃常寧

論文與專利寫作暨學術 倫理期末報告 班級 : 碩化一甲學號 :MA 姓名 : 林郡澤老師 : 黃常寧 論文與專利寫作暨學術 倫理期末報告 班級 : 碩化一甲學號 :MA540117 姓名 : 林郡澤老師 : 黃常寧 About 85% of the world s energy requirements are currently satisfied by exhaustible fossil fuels that have detrimental consequences on human health

More information

d) There is a Web page that includes links to both Web page A and Web page B.

d) There is a Web page that includes links to both Web page A and Web page B. P403-406 5. Determine whether the relation R on the set of all eb pages is reflexive( 自反 ), symmetric( 对 称 ), antisymmetric( 反对称 ), and/or transitive( 传递 ), where (a, b) R if and only if a) Everyone who

More information

CHAPTER 2. Energy Bands and Carrier Concentration in Thermal Equilibrium

CHAPTER 2. Energy Bands and Carrier Concentration in Thermal Equilibrium CHAPTER 2 Energy Bands and Carrier Concentration in Thermal Equilibrium 光電特性 Ge 被 Si 取代, 因為 Si 有較低漏電流 Figure 2.1. Typical range of conductivities for insulators, semiconductors, and conductors. Figure

More information

2019 年第 51 屆國際化學奧林匹亞競賽 國內初選筆試 - 選擇題答案卷

2019 年第 51 屆國際化學奧林匹亞競賽 國內初選筆試 - 選擇題答案卷 2019 年第 51 屆國際化學奧林匹亞競賽 國內初選筆試 - 選擇題答案卷 一 單選題 :( 每題 3 分, 共 72 分 ) 題號 1 2 3 4 5 6 7 8 答案 B D D A C B C B 題號 9 10 11 12 13 14 15 16 答案 C E D D 送分 E A B 題號 17 18 19 20 21 22 23 24 答案 D A E C A C 送分 B 二 多選題

More information

Lecture Notes on Propensity Score Matching

Lecture Notes on Propensity Score Matching Lecture Notes on Propensity Score Matching Jin-Lung Lin This lecture note is intended solely for teaching. Some parts of the notes are taken from various sources listed below and no originality is claimed.

More information

原子模型 Atomic Model 有了正確的原子模型, 才會發明了雷射

原子模型 Atomic Model 有了正確的原子模型, 才會發明了雷射 原子模型 Atomic Model 有了正確的原子模型, 才會發明了雷射 原子結構中的電子是如何被發現的? ( 1856 1940 ) 可以參考美國物理學會 ( American Institute of Physics ) 網站 For in-depth information, check out the American Institute of Physics' History Center

More information

FUNDAMENTALS OF FLUID MECHANICS. Chapter 8 Pipe Flow. Jyh-Cherng. Shieh Department of Bio-Industrial

FUNDAMENTALS OF FLUID MECHANICS. Chapter 8 Pipe Flow. Jyh-Cherng. Shieh Department of Bio-Industrial Chapter 8 Pipe Flow FUNDAMENTALS OF FLUID MECHANICS Jyh-Cherng Shieh Department of Bio-Industrial Mechatronics Engineering National Taiwan University 1/1/009 1 MAIN TOPICS General Characteristics of Pipe

More information

Earth System Science Programme. Academic Counseling 2018

Earth System Science Programme. Academic Counseling 2018 Earth System Science Programme Academic Counseling 2018 1 Global Environmental Change 全球環境變化 Climate Change Air pollution Food Security Public Health Biodiversity Water pollution Natural Disasters 2 課程內容

More information

2. Suppose that a consumer has the utility function

2. Suppose that a consumer has the utility function 中正大學 94-6 94 { 修正 }. Suose that you consume nothing ut milk and cake and your references remain constant through time. In 3, your income is $ er week, milk costs $ er ottle, cake costs $ er slice and you

More information

Beckman Coulter Cytomics FC500 Flow Cytometry 自動化五色螢光流式細胞分析儀 Training Course

Beckman Coulter Cytomics FC500 Flow Cytometry 自動化五色螢光流式細胞分析儀 Training Course Beckman Coulter Cytomics FC500 Flow Cytometry 自動化五色螢光流式細胞分析儀 Training Course 美商貝克曼庫爾特公司台灣分公司 http://www.beckman.com Principle and Concept of Cytomics FC500 Flow Cytometer 產品專員李明純 Sabrina Lee 美商貝克曼庫爾特公司台灣分公司生物醫學部

More information

適應控制與反覆控制應用在壓電致動器之研究 Adaptive and Repetitive Control of Piezoelectric Actuators

適應控制與反覆控制應用在壓電致動器之研究 Adaptive and Repetitive Control of Piezoelectric Actuators 行 精 類 行 年 年 行 立 林 參 理 劉 理 論 理 年 行政院國家科學委員會補助專題研究計畫成果報告 適應控制與反覆控制應用在壓電致動器之研究 Adaptive and Repetitive Control of Piezoelectric Actuators 計畫類別 : 個別型計畫 整合型計畫 計畫編號 :NSC 97-2218-E-011-015 執行期間 :97 年 11 月 01

More information

MRDFG 的周期界的計算的提升計畫編號 :NSC E 執行期限 : 94 年 8 月 1 日至 94 年 7 月 31 日主持人 : 趙玉政治大學資管系計畫參與人員 :

MRDFG 的周期界的計算的提升計畫編號 :NSC E 執行期限 : 94 年 8 月 1 日至 94 年 7 月 31 日主持人 : 趙玉政治大學資管系計畫參與人員 : MRDFG 的周期界的計算的提升計畫編號 :NSC 94-2213-E-004-005 執行期限 : 94 年 8 月 1 日至 94 年 7 月 31 日主持人 : 趙玉政治大學資管系計畫參與人員 : 一 中文摘要 Schoenen [4] 證實了我們的理論 即如果 MRDFG 的標記使它像 SRDFG 一樣表現, 不需要變換為 SRDFG 他們表明當標記高于相符標記, 在回界相對於標記的圖中,

More information

KWUN TONG GOVERNMENT SECONDARY SCHOOL 觀塘官立中學 (Office) Shun Lee Estate Kwun Tong, Kowloon 上學期測驗

KWUN TONG GOVERNMENT SECONDARY SCHOOL 觀塘官立中學 (Office) Shun Lee Estate Kwun Tong, Kowloon 上學期測驗 觀塘官立中學 Tel.: 2343 7772 (Principal) 9, Shun Chi Street, 2343 6220 (Office) Shun Lee Estate Kwun Tong, Kowloon 各位中一至中三級學生家長 : 上學期測驗 上學期測驗將於二零一二年十月二十四日至十月三十日進行 安排如下 : 1. 測驗於 24/10, 25/10, 26/10, 29/10 早上八時三十五分至十時四十分進行

More information

國立成功大學 航空太空工程學系 碩士論文 研究生 : 柯宗良 指導教授 : 楊憲東

國立成功大學 航空太空工程學系 碩士論文 研究生 : 柯宗良 指導教授 : 楊憲東 國立成功大學 航空太空工程學系 碩士論文 波函數的統計力學詮釋 Statistical Interpretation of Wave Function 研究生 : 柯宗良 指導教授 : 楊憲東 Department of Aeronautics and Astronautics National Cheng Kung University Tainan, Taiwan, R.O.C. Thesis

More information

MECHANICS OF MATERIALS

MECHANICS OF MATERIALS CHAPTER 2 MECHANICS OF MATERIALS Ferdinand P. Beer E. Russell Johnston, Jr. John T. DeWolf David F. Mazurek Lecture Notes: J. Walt Oler Texas Tech University Stress and Strain Axial Loading 2.1 An Introduction

More information

Chapter 5-6 Experimental Error

Chapter 5-6 Experimental Error Chapter 5-6 Expermental Error Contents n Chapter 5-6. Sgnfcant Fgures. Sgnfcant Fgures n Arthmetc 3. Error Systematc Error Random Error 4. Propagaton of Uncertanty from Random Error 5. Propagaton of Uncertanty:

More information

Chapter 13 Thin-layer chromatography. Shin-Hun Juang, Ph.D.

Chapter 13 Thin-layer chromatography. Shin-Hun Juang, Ph.D. Chapter 13 Thin-layer chromatography Shin-Hun Juang, Ph.D. 1 Principles An analyte migrates up or across a layer of stationary phase (most commonly silica gel), under the influence of a mobile phase (usually

More information

國立交通大學 電子工程學系電子研究所碩士班 碩士論文

國立交通大學 電子工程學系電子研究所碩士班 碩士論文 國立交通大學 電子工程學系電子研究所碩士班 碩士論文 萃取接觸阻抗係數方法之比較研究 CBKR 結構與改良式 TLM 結構 A Comparison Study of the Specific Contact Resistivity Extraction Methods: CBKR Method and Modified TLM Method 研究生 : 曾炫滋 指導教授 : 崔秉鉞教授 中華民國一

More information

Chapter 1 Introduction: Matter and Measurement

Chapter 1 Introduction: Matter and Measurement Chapter 1 Introduction: and, Inc. Introduction: and 1.1 The Study of Chemistry 1.2 Classifications of 1.3 Properties of 1.4 Units of 1.5 Uncertainty in 1.6 Dimensional Analysis Chemistry is the study of

More information

1 dx (5%) andˆ x dx converges. x2 +1 a

1 dx (5%) andˆ x dx converges. x2 +1 a 微甲 - 班期末考解答和評分標準. (%) (a) (7%) Find the indefinite integrals of secθ dθ.) d (5%) and + d (%). (You may use the integral formula + (b) (%) Find the value of the constant a for which the improper integral

More information

4 內流場之熱對流 (Internal Flow Heat Convection)

4 內流場之熱對流 (Internal Flow Heat Convection) 4 內流場之熱對流 (Intenal Flow Heat Convection) Pipe cicula coss section. Duct noncicula coss section. Tubes small-diamete pipes. 4.1 Aveage Velocity (V avg ) Mass flowate and aveage fluid velocity in a cicula

More information

Ch2. Atoms, Molecules and Ions

Ch2. Atoms, Molecules and Ions Ch2. Atoms, Molecules and Ions The structure of matter includes: (1)Atoms: Composed of electrons, protons and neutrons.(2.2) (2)Molecules: Two or more atoms may combine with one another to form an uncharged

More information

Chemical Principles: The Quest for Insight

Chemical Principles: The Quest for Insight Peter Atkins and Loretta Jones Chapter 0 Chemical Principles: The Quest for Insight Fourth Edition Fundamentals (Part I) A and B Organzied by Tarzan, FTS( 方泰山教授 ) Copyright 2008 by W. H. Freeman & Company

More information

KIRCHHOFF CURRENT LAW

KIRCHHOFF CURRENT LAW KRCHHOFF CURRENT LAW One of the fundamental conservation principles n electrical engineering CHARGE CANNOT BE CREATED NOR DESTROYED NODES, BRANCHES, LOOPS A NODE CONNECTS SEERAL COMPONENTS. BUT T DOES

More information

Boundary Influence On The Entropy Of A Lozi-Type Map. Cellular Neural Networks : Defect Patterns And Stability

Boundary Influence On The Entropy Of A Lozi-Type Map. Cellular Neural Networks : Defect Patterns And Stability Boundary Influence On The Entropy Of A Lozi-Type Map Yu-Chuan Chang and Jonq Juang Abstract: Let T be a Henon-type map induced from a spatial discretization of a Reaction-Diffusion system With the above-mentioned

More information

Permutation Tests for Difference between Two Multivariate Allometric Patterns

Permutation Tests for Difference between Two Multivariate Allometric Patterns Zoological Studies 38(1): 10-18 (1999) Permutation Tests for Difference between Two Multivariate Allometric Patterns Tzong-Der Tzeng and Shean-Ya Yeh* Institute of Oceanography, National Taiwan University,

More information

CH 5 More on the analysis of consumer behavior

CH 5 More on the analysis of consumer behavior 個體經濟學一 M i c r o e c o n o m i c s (I) CH 5 More on the analysis of consumer behavior Figure74 An increase in the price of X, P x P x1 P x2, P x2 > P x1 Assume = 1 and m are fixed. m =e(p X2,, u 1 ) m=e(p

More information

Chapter 7 Propositional and Predicate Logic

Chapter 7 Propositional and Predicate Logic Chapter 7 Propositional and Predicate Logic 1 What is Artificial Intelligence? A more difficult question is: What is intelligence? This question has puzzled philosophers, biologists and psychologists for

More information

D. L. Bricker, 2002 Dept of Mechanical & Industrial Engineering The University of Iowa. CPL/XD 12/10/2003 page 1

D. L. Bricker, 2002 Dept of Mechanical & Industrial Engineering The University of Iowa. CPL/XD 12/10/2003 page 1 D. L. Brcker, 2002 Dept of Mechacal & Idustral Egeerg The Uversty of Iowa CPL/XD 2/0/2003 page Capactated Plat Locato Proble: Mze FY + C X subject to = = j= where Y = j= X D, j =, j X SY, =,... X 0, =,

More information

Chemistry advance in molecular imaging March 8, 2005 ABSTRACT Zeitsan Tsai

Chemistry advance in molecular imaging March 8, 2005 ABSTRACT Zeitsan Tsai Chemistry advance in molecular imaging March 8, 2005 ABSTRACT Zeitsan Tsai Molecular imaging is broadly defined as the characterization & measurement of biological processes in vivo at cellular and molecular

More information

SIMPLE Algorithm for Two-Dimensional Flow - Fluid Flow and Heat Transfer

SIMPLE Algorithm for Two-Dimensional Flow - Fluid Flow and Heat Transfer SIMPLE Algorithm for Two-Dimensional Flow - Fluid Flow and Heat Transfer by Professor Jung-Yang San Mechanical Engineering Department National Chung Hsing University Two-dimensional, transient, incompressible

More information

(i) Tangutorine 1 之全合成 : 經由關鍵的中間體 2; 化合物 2 具有. Aspidospermidine 39 之合成研究 : 經由螺環中間體 47

(i) Tangutorine 1 之全合成 : 經由關鍵的中間體 2; 化合物 2 具有. Aspidospermidine 39 之合成研究 : 經由螺環中間體 47 摘要 本篇論文主要探討利用分子對稱的觀念來協助一些口引口朵生物鹼之合 成研究 我們使用了 Pictet-Spengler 反應, 以色胺與具有對稱性的醛 來建立這類天然物之 tetrahydro-β-carboline 之架構 (i) Tangutorine 1 之全合成 : 經由關鍵的中間體 2; 化合物 2 具有 與 1 相同的立體化學 2 本身是由色胺與醛 3 從對稱的 1,3- 環己二酮製備

More information

Elementary Number Theory An Algebraic Apporach

Elementary Number Theory An Algebraic Apporach Elementary Number Theory An Algebraic Apporach Base on Burton s Elementary Number Theory 7/e 張世杰 bfhaha@gmail.com Contents 1 Preliminaries 11 1.1 Mathematical Induction.............................. 11

More information

Using Bootstrap in Capture-Recapture Model

Using Bootstrap in Capture-Recapture Model Using Bootstrap in Capture-Recapture Model YUNG WUN NA A Thesis Submitted in Partial Fulfillment of the Requirements for the Degree of Master of Philosophy in Statistics The Chinese University of Hong

More information

新世代流式細胞儀. Partec GmbH from Münster Germany 派特科技有限公司

新世代流式細胞儀. Partec GmbH from Münster Germany 派特科技有限公司 新世代流式細胞儀 Partec GmbH from Münster Germany 派特科技有限公司 螢光細胞染色技術 Fluorescence Based Flow Cytometry Invented in 1968 in the University of Münster, Germany at the Institute of Radiobiology by Professor Dr.Wolfgang

More information

壓差式迴路式均熱片之研製 Fabrication of Pressure-Difference Loop Heat Spreader

壓差式迴路式均熱片之研製 Fabrication of Pressure-Difference Loop Heat Spreader 壓差式迴路式均熱片之研製 Fabrication of Pressure-Difference Loop Heat Spreader 1 2* 3 4 4 Yu-Tang Chen Shei Hung-Jung Sheng-Hong Tsai Shung-Wen Kang Chin-Chun Hsu 1 2* 3! "# $ % 4& '! " ( )* +, -. 95-2622-E-237-001-CC3

More information

Regression Analysis. Institute of Statistics, National Tsing Hua University, Taiwan

Regression Analysis. Institute of Statistics, National Tsing Hua University, Taiwan Regression Analysis Ching-Kang Ing ( 銀慶剛 ) Institute of Statistics, National Tsing Hua University, Taiwan Regression Models: Finite Sample Theory y i = β 0 + β 1 x i1 + + β k x ik + ε i, i = 1,, n, where

More information

GRE 精确 完整 数学预测机经 发布适用 2015 年 10 月考试

GRE 精确 完整 数学预测机经 发布适用 2015 年 10 月考试 智课网 GRE 备考资料 GRE 精确 完整 数学预测机经 151015 发布适用 2015 年 10 月考试 20150920 1. n is an integer. : (-1)n(-1)n+2 : 1 A. is greater. B. is greater. C. The two quantities are equal D. The relationship cannot be determined

More information

第 3 章有機化學反應種類及酸鹼有機反應. 一 ) 有機化反應的種類及有機反應機制 (organic reactions and their mechanism)

第 3 章有機化學反應種類及酸鹼有機反應. 一 ) 有機化反應的種類及有機反應機制 (organic reactions and their mechanism) 第 3 章有機化學反應種類及酸鹼有機反應 一 ) 有機化反應的種類及有機反應機制 (organic reactions and their mechanism) 1) a) Substitution reaction: (Saturated compound such as alkanes or alkyl halides, aromatic compounds) ne group replace

More information

Default risk premium + Liquidity premium + maturity risk premium (2) PV of perpetuity

Default risk premium + Liquidity premium + maturity risk premium (2) PV of perpetuity The Prevew of L Quattatve Method Chapter.The Tme Value of Moey ( Requred rate of retur o a securty Requred rate omal rsk-free rate a + all kds of premums b a omal rsk-free rate real rsk-free rate + expected

More information

CHAPTER 4. Thermochemistry ( 熱化學是熱力學的一支, 在化學反應或相變化過程中發生的能量吸收或釋出, 若以吸放熱的形式表現, 即為熱化學研究的對象 ) Chap. 4 Thermochemistry

CHAPTER 4. Thermochemistry ( 熱化學是熱力學的一支, 在化學反應或相變化過程中發生的能量吸收或釋出, 若以吸放熱的形式表現, 即為熱化學研究的對象 ) Chap. 4 Thermochemistry CHAPTER 4 Thermochemistry ( 熱化學是熱力學的一支, 在化學反應或相變化過程中發生的能量吸收或釋出, 若以吸放熱的形式表現, 即為熱化學研究的對象 ) 1 2 4.1 Energy Stored in Chemical Bonds Is Released or Taken Up in Chemical Reactions 3 I 2.2 Food and Energy reserves

More information

Statistics and Econometrics I

Statistics and Econometrics I Statistics and Econometrics I Probability Model Shiu-Sheng Chen Department of Economics National Taiwan University October 4, 2016 Shiu-Sheng Chen (NTU Econ) Statistics and Econometrics I October 4, 2016

More information

命名, 構象分析及合成簡介 (Nomenclature, Conformational Analysis, and an Introduction to Synthesis)

命名, 構象分析及合成簡介 (Nomenclature, Conformational Analysis, and an Introduction to Synthesis) 第 3 章烷烴 命名, 構象分析及合成簡介 (Nomenclature, Conformational Analysis, and an Introduction to Synthesis) 一 ) Introduction Alkane: C n 2n+2 Alkene: C n 2n ydrocarbon Alkyne: C n 2n-2 Cycloalkane: C n 2n Aromatic

More information

Revised Dynamic Optimal Training of Three-Layer Neural Network

Revised Dynamic Optimal Training of Three-Layer Neural Network 國立交通大學 電機與控制工程學系 碩士論文 三層類神經網路的改良式動態最佳學習 Revised Dynamic Optimal Training of Three-Layer Neural Network 研究生 : 林書帆 指導教授 : 王啟旭教授 中華民國九十五年十月 1 三層類神經網路的改良式動態最佳學習 Revised Dynamic Optimal Training of Three-Layer

More information

國立交通大學 電信工程學系 碩士論文 考慮晶片上互感及電阻 電感 電容雜訊之漏話 導向電路佈局. Crosstalk-Driven Placement with Considering On-Chip Mutual. Inductance and RLC Noise 研究生 : 邱震軒

國立交通大學 電信工程學系 碩士論文 考慮晶片上互感及電阻 電感 電容雜訊之漏話 導向電路佈局. Crosstalk-Driven Placement with Considering On-Chip Mutual. Inductance and RLC Noise 研究生 : 邱震軒 國立交通大學 電信工程學系 碩士論文 考慮晶片上互感及電阻 電感 電容雜訊之漏話 導向電路佈局 Crosstalk-Driven Placement with Considering On-Chip Mutual Inductance and RLC Noise 研究生 : 邱震軒 指導教授 : 李育民教授 中華民國九十四年十月 考慮晶片上互感與電阻 電感 電容雜訊之漏話導向電路佈局 Crosstalk-Driven

More information

期中考前回顧 助教 : 王珊彗. Copyright 2009 Cengage Learning

期中考前回顧 助教 : 王珊彗. Copyright 2009 Cengage Learning 期中考前回顧 助教 : 王珊彗 考前提醒 考試時間 :11/17( 四 )9:10~12:10 考試地點 : 管二 104 ( 上課教室 ) 考試範圍 :C1-C9, 選擇 + 計算 注意事項 : 考試請務必帶工程計算機 可帶 A4 參考紙 ( 單面 不能浮貼 ) 計算過程到第四位, 結果寫到小數點第二位 不接受沒有公式, 也不接受沒算出最後答案 考試只會附上 standard normal distribution

More information

磁振影像原理與臨床研究應用 課程內容介紹 課程內容 參考書籍. Introduction of MRI course 磁振成像原理 ( 前 8 週 ) 射頻脈衝 組織對比 影像重建 脈衝波序 影像假影與安全 等

磁振影像原理與臨床研究應用 課程內容介紹 課程內容 參考書籍. Introduction of MRI course 磁振成像原理 ( 前 8 週 ) 射頻脈衝 組織對比 影像重建 脈衝波序 影像假影與安全 等 磁振影像原理與臨床研究應用 盧家鋒助理教授國立陽明大學物理治療暨輔助科技學系 alvin4016@ym.edu.tw 課程內容介紹 Introduction of MRI course 2 課程內容 磁振成像原理 ( 前 8 週 ) 射頻脈衝 組織對比 影像重建 脈衝波序 影像假影與安全 等 磁振影像技術與分析技術文獻討論 對比劑增強 功能性影像 擴散張量影像 血管攝影 常用分析方式 等 磁振影像於各系統應用

More information

Chain Rules for Entropy

Chain Rules for Entropy Cha Rules for Etroy The etroy of a collecto of radom varables s the sum of codtoal etroes. Theorem: Let be radom varables havg the mass robablty x x.x. The...... The roof s obtaed by reeatg the alcato

More information

REAXYS NEW REAXYS. RAEXYS 教育訓練 PPT HOW YOU THINK HOW YOU WORK

REAXYS NEW REAXYS. RAEXYS 教育訓練 PPT HOW YOU THINK HOW YOU WORK REAXYS HOW YOU THINK HOW YOU WORK RAEXYS 教育訓練 PPT Karen.liu@elsevier.com NEW REAXYS. 1 REAXYS 化學資料庫簡介 CONTENTS 收錄內容 & 界面更新 資料庫建置原理 個人化功能 Searching in REAXYS 主題 1 : 化合物搜尋 主題 2 : 反應搜尋 主題 3 : 合成計畫 主題 4 :

More information

Sparse Learning Under Regularization Framework

Sparse Learning Under Regularization Framework Sparse Learning Under Regularization Framework YANG, Haiqin A Thesis Submitted in Partial Fulfilment of the Requirements for the Degree of Doctor of Philosophy in Computer Science and Engineering The Chinese

More information

心智科學大型研究設備共同使用服務計畫身體 心靈與文化整合影像研究中心. fmri 教育講習課程 I. Hands-on (2 nd level) Group Analysis to Factorial Design

心智科學大型研究設備共同使用服務計畫身體 心靈與文化整合影像研究中心. fmri 教育講習課程 I. Hands-on (2 nd level) Group Analysis to Factorial Design 心智科學大型研究設備共同使用服務計畫身體 心靈與文化整合影像研究中心 fmri 教育講習課程 I Hands-on (2 nd level) Group Analysis to Factorial Design 黃從仁助理教授臺灣大學心理學系 trhuang@ntu.edu.tw Analysis So+ware h"ps://goo.gl/ctvqce Where are we? Where are

More information

FUNDAMENTALS OF FLUID MECHANICS Chapter 3 Fluids in Motion - The Bernoulli Equation

FUNDAMENTALS OF FLUID MECHANICS Chapter 3 Fluids in Motion - The Bernoulli Equation FUNDAMENTALS OF FLUID MECHANICS Chater 3 Fluids in Motion - The Bernoulli Equation Jyh-Cherng Shieh Deartment of Bio-Industrial Mechatronics Engineering National Taiwan University 09/8/009 MAIN TOPICS

More information