Microsoft PowerPoint - Microsoft11.ppt [相容模式]

Size: px
Start display at page:

Download "Microsoft PowerPoint - Microsoft11.ppt [相容模式]"

Transcription

1 Data Mining Application: Sales Amount Prediction 李御璽教授兼系主任暨所長 銘傳大學資訊工程學系

2 Time Series Analysis

3 What Is Time Series? Oftentimes, the data we wish to analyze contains a time dimension Prediction with one or more time-dependent attributes are called time series problems Time series analysis usually involves predicting numerical outcomes, such as the future price of an individual stock or the closing price of a stock index

4 Stock Index Dataset The table is built with a time lag of two In general, choosing a best time lag is a matter of experimentation

5 Time Series Once we have structured a time dimension into the data, our next step is to build a model for predicting future outcome For the previous table, our goal is to predict the Nasdaq and Dow Jones Average closing values for week ??

6 Methods for Time Series Several methods can be used to predict the future outcome Linear Regression Neural Network Regression Tree Microsoft SQL Server 2012 uses regression tree to predict the future outcome

7 Linear Regression If we applied linear regression to the previous dataset, the resulting regression equation is listed below Nasdaq Average 1.279( Nasdaq ( Nasdaq 2 Average) Average) Dow Average ( Dow 1 Average) 0.303( Dow 2 Average)

8 Linear Regression The table indicates a sharp decrease in predictive accuracy for Nasdaq average closing prices, but a relatively stable error rate for the Dow Jones Average It is apparent that a nonlinear model for predicting Nasdaq closing average is likely to be a better choice

9 Neural Network A nonlinear model such as NN may be better suited for predicting Nasdaq weekly average closing prices. Two experiments are shown Unlike the linear regression model, including the Dow Jones input attributes generally improves predictive accuracy

10 Discussions 時間序列是發生在連續時間點上的觀察值所成的集合 若我們的預測方法僅限於使用該序列的過去資料, 則此一方法, 我們稱之為時間序列法 (Time Series Method) 若我們的預測方法除了使用該序列的過去資料外, 也涉及其他的時間序列, 則此一方法, 我們稱之為因果預測法 (Causal Method) 時間序列通常分為兩種類型 平穩 (Stationary) 的時間序列 非平穩 (Non- Stationary) 的時間序列

11 Stationary Series

12 Non-Stationary Series

13 季節性 (Seasonality): 會根據固定週期出現的循環規律旅客人數Discussions Microsoft SQL Server 2012 利用 ARIMA(Autoregressive Integrated Moving Average) 模型來預測連續數值的規律 傳統迴歸模型並不適用於平穩及非平穩時間序列問題 ARIMA 考慮兩個重要的組成份子 趨勢 (Trend): 隨時間變化的巨觀變動方向 季節性 趨勢

14 Linear Regression: JCPenney Sales Amount Y = * 銷售額 ( 前 1 季 ) * 銷售額 ( 前 2 季 ) 年度 _ 季別 銷售額 銷售額 ( 前 1 季 ) 銷售額 ( 前 2 季 ) 線性迴歸預測 1996 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季

15 Linear Regression

16 Trend 一般來說, 我們可透過差分 (Differencing) 的方式來移除趨勢, 以建構出平穩的序列 下圖即是透過一階差分 (First Difference) 所得到較為穩定的序列 將值以當期值減去前期值取代

17 First Difference

18 First Difference 年度 _ 季別 銷售額 一階差分 還原 1996 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 = =5537

19 Seasonality 移除趨勢後, 下一步就是找出季節性 需先將原始資料數列轉換成一階差分後的數列, 資料就可以呈現單純的季節性 季節性指的是資料會以固定 n, 呈現週期性變化 時間 t 的資料與時間 t-n 的資料有高度關聯性 一般我們可以利用自我相關係數 ACF(Autocorrelation Factor) 來決定循環週期數 ACF 描述某個值與前幾期值的相關程度 皮爾森相關係數

20 ACF 下例中, 相關程度成遞減趨勢 通常反轉點 ( 第 37 個月 ) 是季節性週期的 1/4, 所以太陽黑子的季節性週期頻率為 37*4=148 個月 =12.3 年

21 ACF 年度 _ 季別銷售額銷售額 ( 前 1 季 ) 銷售額 ( 前 2 季 ) 自我相關係數 1996 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 週期為 4 季 =1 年 1997 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 此例中, 相關程度的反轉點 ( 第 1 個月 ) 是季節性週期的 1/4, 所以此例的季節性週期頻率為 1*4=4 季 =1 年

22 Smoothing 當我們發現資料有季節性時, 我們可以利用平滑化 (Smoothing) 的方式, 來移除季節性 平滑化的方法很多, 最簡單的方式就是使用移動平均 (Moving Average)

23 Moving Average

24 Moving Average

25 Moving Average

26 Moving Average 年度 _ 季別 一階差分 四月移動平均 還原 1996 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 =507.25* =-1676

27 Moving Average 年度 _ 季別四月移動平均四月移動平均 ( 前 1 季 ) 四月移動平均 ( 前 2 季 ) 線性迴歸預測 1997 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季

28 Linear Regression

29 Adding Moving Average 年度 _ 季別 一階差分 線性迴歸預測 還原移動平均 1996 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 =507.25*4-( )

30 Adding Trend 年度 _ 季別 銷售額 一階差分 還原一階差分 1996 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 第 1 季 第 2 季 第 3 季 第 4 季 =

31 Actual Prediction

32 Microsoft Time Series 做完移動平均後, 就可以進行迴歸分析 微軟的 Time Series 方法不同於一般自我迴歸 (AR:Autoregressive) 的方法, 它採用的是自我迴歸樹 (ART:Autoregressive Tree) 的方法 它比傳統的 AR 預測的更精準

33 Microsoft Time Series

34 Data Preparation You can define input data for the Microsoft Time Series model in two ways

35 Microsoft Time Series Algorithm Parameters AUTO_DETECT_PERIODICITY 自動偵測週期性, 值介於 0~1 之間 當值接近 1 時, 會將所有可疑的週期性都加入考量 當值等於 0 時, 則完全不考慮週期性 PERIODICITY_HINT 手動指定週期 {7, 30} 代表序列同時具有 7 天及 30 天的週期

36 Decision Tree R250 Europe: Amount Causal Method

37 Chart

38 Chart

39 Model Prediction

40 Model Prediction

41

~ 10 2 P Y i t = my i t W Y i t 1000 PY i t Y t i W Y i t t i m Y i t t i 15 ~ 49 1 Y Y Y 15 ~ j j t j t = j P i t i = 15 P n i t n Y

~ 10 2 P Y i t = my i t W Y i t 1000 PY i t Y t i W Y i t t i m Y i t t i 15 ~ 49 1 Y Y Y 15 ~ j j t j t = j P i t i = 15 P n i t n Y * 35 4 2011 7 Vol. 35 No. 4 July 2011 3 Population Research 1950 ~ 1981 The Estimation Method and Its Application of Cohort Age - specific Fertility Rates Wang Gongzhou Hu Yaoling Abstract Based on the

More information

数据分析技术介绍

数据分析技术介绍 DW OLAP DM ,,, :, DW OLAP DM DW OLAP DM DW OLAP DM 80 " "William H.Inmon Data mart " " Meta Data ( ) ETL ETL Extract Transform Cleansing Load ETL Oracle Oracle (CWM) (OEM) 9i Application Server 9i

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

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

Microsoft Word - A201202-493_1329751213.doc

Microsoft Word - A201202-493_1329751213.doc 5 10 15 20 25 BP 神 经 网 络 在 中 国 创 业 板 企 业 成 长 性 预 测 研 究 ** 孙 静 稳, 刘 金 平 ( 中 国 矿 业 大 学 管 理 学 院, 江 苏 徐 州 221116) 摘 要 : 根 据 创 业 板 企 业 的 高 科 技 和 高 成 长 性 特 点, 成 为 金 融 证 券 市 场 热 门 关 注 的 对 象, 其 成 长 性 研 究 是 资 本

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

國立屏東教育大學碩士班研究生共同修業要點

國立屏東教育大學碩士班研究生共同修業要點 目 錄 壹 國 立 屏 東 大 學 碩 士 班 研 究 生 共 同 修 業 辦 法...1 貳 國 立 屏 東 大 學 應 用 數 學 系 碩 士 班 研 究 生 修 業 要 點...5 參 應 用 數 學 系 碩 士 班 課 程 結 構...9 肆 應 用 數 學 系 專 任 師 資 簡 介...15 伍 應 用 數 學 系 碩 士 班 歷 屆 研 究 生 論 文 資 料...17 附 錄 一 國

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

Outline Ø 什么是时间序列分析 (Time Series Analysis) Ø 常见模型和基本 手段 Ø 趋势 (Trend Component) Ø 周期性 (Seasonal Component) Ø 随机性 (Random Component) Ø 简单 示例 Ø Modeling

Outline Ø 什么是时间序列分析 (Time Series Analysis) Ø 常见模型和基本 手段 Ø 趋势 (Trend Component) Ø 周期性 (Seasonal Component) Ø 随机性 (Random Component) Ø 简单 示例 Ø Modeling Time Series Analysis 时间序列分析 Yongfeng Zhang, Tsinghua University zhangyf07@gmail.com Outline Ø 什么是时间序列分析 (Time Series Analysis) Ø 常见模型和基本 手段 Ø 趋势 (Trend Component) Ø 周期性 (Seasonal Component) Ø 随机性 (Random

More information

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

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

More information

Microsoft PowerPoint - Forecasting _with_Decomposition_2014x.pptx

Microsoft PowerPoint - Forecasting _with_Decomposition_2014x.pptx Trend, Seasonality, Cycles Seasonality 是預測對象在各個週期都重複出現的變化型態 週期 : 一年 一月 一週 產品銷售量的 seasonality 通常是因氣候變化 風俗習慣 社會制度等因素而產生 銷售通常同時受到 trend, seasonality, cycle 的影響 評量長期發展趨勢時, 可忽略 seasonality 變化, 細部預測則必須納入所有因素影響

More information

清 华 大 学

清 华 大 学 清 华 大 学 综 合 论 文 训 练 题 目 : 基 于 网 络 用 户 行 为 分 析 的 传 染 病 发 病 趋 势 研 究 系 专 姓 别 : 计 算 机 科 学 与 技 术 业 : 计 算 机 科 学 与 技 术 名 : 许 丹 青 指 导 教 师 : 刘 奕 群 助 理 研 究 员 2010 年 6 月 27 日 中 文 摘 要 近 年 来, 传 染 病 的 传 播 与 流 行 已

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

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

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

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

More information

穨423.PDF

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

More information

08陈会广

08陈会广 第 34 卷 第 10 期 2012 年 10 月 2012,34(10):1871-1880 Resources Science Vol.34,No.10 Oct.,2012 文 章 编 号 :1007-7588(2012)10-1871-10 房 地 产 市 场 及 其 细 分 的 调 控 重 点 区 域 划 分 理 论 与 实 证 以 中 国 35 个 大 中 城 市 为 例 陈 会 广 1,

More information

(156) / Spurious Regression Unit Root Test Cointergration TestVector Error Correction Model Granger / /

(156) / Spurious Regression Unit Root Test Cointergration TestVector Error Correction Model Granger / / (155) * ** / / / / 1973 ~1974 1979 ~1980 1987 ~1989 * ** (156) 1990 2004 1997 1996 1980 / Spurious Regression Unit Root Test Cointergration TestVector Error Correction Model Granger / / (157) Hedonic Price

More information

(Microsoft Word - \261M\256\327\272\353\302\262\263\370\247iEnd.doc)

(Microsoft Word - \261M\256\327\272\353\302\262\263\370\247iEnd.doc) 摘 要 長 榮 大 學 資 訊 管 理 學 系 畢 業 專 案 實 作 專 案 編 號 : 旅 遊 行 程 規 劃 - 以 台 南 市 為 例 Tour Scheduling for Tainan City CJU-IM- PRJ-096-029 執 行 期 間 : 95 年 2 月 13 日 至 96 年 1 月 20 日 陳 貽 隆 陳 繼 列 張 順 憶 練 哲 瑋 專 案 參 與 人 員 :

More information

供 应 倍 增, 需 求 倍 增? 引 言 与 本 报 告 共 同 发 布 的 2020 年 办 公 楼 市 场 城 市 报 告 上 海 : 打 造 中 国 的 国 际 化 城 市 描 绘 了 一 幅 关 于 上 海 办 公 楼 市 场 未 来 发 展 的 宏 观 蓝 图 本 报 告 将 深 入 挖

供 应 倍 增, 需 求 倍 增? 引 言 与 本 报 告 共 同 发 布 的 2020 年 办 公 楼 市 场 城 市 报 告 上 海 : 打 造 中 国 的 国 际 化 城 市 描 绘 了 一 幅 关 于 上 海 办 公 楼 市 场 未 来 发 展 的 宏 观 蓝 图 本 报 告 将 深 入 挖 2020 年 上 海 办 公 楼 市 场 展 望 : 供 应 倍 增, 需 求 倍 增? 2020 年 办 公 楼 市 场 城 市 报 告 2014 年 3 月 供 应 倍 增, 需 求 倍 增? 引 言 与 本 报 告 共 同 发 布 的 2020 年 办 公 楼 市 场 城 市 报 告 上 海 : 打 造 中 国 的 国 际 化 城 市 描 绘 了 一 幅 关 于 上 海 办 公 楼 市 场 未

More information

[9] R Ã : (1) x 0 R A(x 0 ) = 1; (2) α [0 1] Ã α = {x A(x) α} = [A α A α ]. A(x) Ã. R R. Ã 1 m x m α x m α > 0; α A(x) = 1 x m m x m +

[9] R Ã : (1) x 0 R A(x 0 ) = 1; (2) α [0 1] Ã α = {x A(x) α} = [A α A α ]. A(x) Ã. R R. Ã 1 m x m α x m α > 0; α A(x) = 1 x m m x m + 2012 12 Chinese Journal of Applied Probability and Statistics Vol.28 No.6 Dec. 2012 ( 224002) Euclidean Lebesgue... :. : O212.2 O159. 1.. Zadeh [1 2]. Tanaa (1982) ; Diamond (1988) (FLS) FLS LS ; Savic

More information

Microsoft PowerPoint - Microsoft10.pptx

Microsoft PowerPoint - Microsoft10.pptx 資料探勘在電信公司 交叉銷售之應用 李御璽 銘傳大學資訊工程學系 leeys@mail.mcu.edu.tw 專案目的 某電信公司針對手機用戶推廣無線寬頻網卡 找出潛在具有申裝無線寬頻網卡的客戶名單 資料集中共有 1,114 筆資料 已申裝無線寬頻網卡者 206 人 (18.49%) 未申裝無線寬頻網卡者 908 人 (81.51%) Broadband 資料集 欄位名稱 資料型別 意義 值分布 CUST_ID

More information

國家圖書館典藏電子全文

國家圖書館典藏電子全文 A Study on the Job Stress and the Ways of Coping for the Director of Elementary School in the Middle Area of Taiwan Abstract This study aims at probing the subject current status as related to stress and

More information

Settlement Equation " H = CrH 1+ e o log p' o + ( p' p' c o! p' o ) CcH + 1+ e o log p' c + p' f! ( p' p' c c! p' o ) where ΔH = consolidation settlem

Settlement Equation  H = CrH 1+ e o log p' o + ( p' p' c o! p' o ) CcH + 1+ e o log p' c + p' f! ( p' p' c c! p' o ) where ΔH = consolidation settlem Prediction of Compression and Recompression Indices of Texas Overconsolidated Clays Presented By: Sayeed Javed, Ph.D., P.E. Settlement Equation " H = CrH 1+ e o log p' o + ( p' p' c o! p' o ) CcH + 1+

More information

第六篇

第六篇 國 家 發 展 前 瞻 規 劃 委 辦 研 究 計 畫 - 產 業 人 力 供 需 評 估 ( 含 模 型 建 立 ) ( 第 二 年 度 計 畫 ) 編 號 : 國 家 發 展 前 瞻 規 劃 委 辦 研 究 計 畫 - 產 業 人 力 供 需 評 估 ( 含 模 型 建 立 ) 委 託 單 位 : 行 政 院 國 家 發 展 委 員 會 執 行 單 位 : 財 團 法 人 台 灣 經 濟 研

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

Abstract Due to the improving of living standards, people gradually seek lighting quality from capacityto quality. And color temperature is the important subject of it. According to the research from aboard,

More information

2015 2 363 44

2015 2 363 44 20152 363 CONTEMPORARY FINANCE & ECONOMICS NO.2, 2015 Serial NO.363 : F830.93 : A : 1005-0892 (2015) 02-0043-12 DOI:10.13676/j.cnki.cn36-1030/f.2015.02.005 43 2015 2 363 44 45 2015 2 363 F i,t,t T i t

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

穨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

(91 5 ) (nonstationary) (nonlinear) Huang et al. (1998) (empirial mode deomposition EMD) (intrinsi mode funtion IMF) (Nasdaq index) (Dow Jones industrial average index) 1 1.1...1 1.2...3 5 2.1...5 2.2...9..10

More information

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

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

More information

Gray Theory and Multiple Linear Regression Gray Theory Gray theory was founded by the Huazhong University of Science and Technology Professor Deng Jul

Gray Theory and Multiple Linear Regression Gray Theory Gray theory was founded by the Huazhong University of Science and Technology Professor Deng Jul 7 nd International Conference on Applied Mechanics, Electronics and Mechatronics Engineering (AMEME 7 ISBN: 97--9-97- Combination Forecast Method of the Output of Grain Based on the Exponential Smoothing

More information

10384 27720071152270 UDC SHIBOR - Research on Dynamics of Short-term Shibor via Parametric and Nonparametric Models 2 0 1 0 0 5 2 0 1 0 0 5 2 0 1 0 0 5 2010 , 1. 2. Shibor 2006 10 8 2007 1 4 Shibor

More information

中 国 药 事 2016 年 7 月 第 30 卷 第 7 期 709 体 外 诊 断 试 剂 是 指 用 生 物 化 学 免 疫 学 微 生 物 学 分 子 生 物 学 等 原 理 或 方 法 制 备, 在 体 外 用 于 对 人 体 疾 病 的 诊 断 筛 查 或 监 测 及 流 行 病 学 调

中 国 药 事 2016 年 7 月 第 30 卷 第 7 期 709 体 外 诊 断 试 剂 是 指 用 生 物 化 学 免 疫 学 微 生 物 学 分 子 生 物 学 等 原 理 或 方 法 制 备, 在 体 外 用 于 对 人 体 疾 病 的 诊 断 筛 查 或 监 测 及 流 行 病 学 调 708 中 国 药 事 2016 年 7 月 第 30 卷 第 7 期 医 院 药 事 2010-2015 年 北 京 医 院 体 外 诊 断 试 剂 采 购 情 况 及 管 理 模 式 探 讨 田 晓 鑫, 刘 蕾 *, 穆 林 ( 北 京 医 院 药 学 部, 北 京 100730) 摘 要 目 的 : 对 我 院 体 外 诊 断 试 剂 采 购 情 况 进 行 评 价 与 分 析, 对 使 用

More information

Microsoft Word - chnInfoPaper6

Microsoft Word - chnInfoPaper6 文 章 编 号 :3-77(2)-- 文 章 编 号 :92 基 于 中 文 拼 音 输 入 法 数 据 的 汉 语 方 言 词 汇 自 动 识 别 张 燕, 张 扬 2, 孙 茂 松 (. 清 华 大 学 计 算 机 系, 北 京 市 84;2. 搜 狗 科 技 公 司, 北 京 市 84) 摘 要 : 方 言 研 究 领 域 中 的 语 音 研 究 词 汇 研 究 及 语 法 研 究 是 方 言

More information

金 年 略 藍 老 老 年 金 了 量 來 歷 識 了 利 率 降 不 金 更 金 都 率 歷 了 利 率 了 行 了 降 利 率 行 都 了 料 論 年 來 了 切 來 論 了 論 來 兩 年 來 老 不 老 不 論 料 都 念 老 料 參 論 了 料 老 不 了 老 參 錄 錄 錄 錄 論 料 歷 年 車 略 利 率 不 不 金 念 金 降 利 率 金 論 論 錄 陸 離 力 年 年 行 率

More information

( 413 1), (2003) ,,,,

( 413 1), (2003) ,,,, : 3 ( 510632) ( ) :,,,,,, Mahalanobis,, : : ;, (,2002), - (Dow Jones Sustainability Index),, (2001Π394ΠS ),, 2003 1300, 50 %,,, 1 1990 2003 ST, 2004 3 1,1283 200, 514 1 2000 257,2000 1026, 3 2004 4 2004

More information

: 307, [], [2],,,, [3] (Response Surface Methodology, RSA),,, [4,5] Design-Expert 6.0,,,, [6] VPJ33 ph 3,, ph, OD, Design-Expert 6.0 Box-Behnken, VPJ3

: 307, [], [2],,,, [3] (Response Surface Methodology, RSA),,, [4,5] Design-Expert 6.0,,,, [6] VPJ33 ph 3,, ph, OD, Design-Expert 6.0 Box-Behnken, VPJ3 微 生 物 学 通 报 FEB 20, 2008, 35(2) 306~30 Microbiology 2008 by Institute of Microbiology, CAS tongbao@im.ac.cn 生 物 实 验 室 响 应 面 分 析 法 优 化 副 溶 血 性 弧 菌 生 长 条 件 刘 代 新 宁 喜 斌 * 张 继 伦 2 (. 200090) (2. 20202) 摘 要

More information

声 明 本 人 郑 重 声 明 : 此 处 所 提 交 的 硕 士 学 位 论 文 基 于 等 级 工 鉴 定 的 远 程 考 试 系 统 客 户 端 开 发 与 实 现, 是 本 人 在 中 国 科 学 技 术 大 学 攻 读 硕 士 学 位 期 间, 在 导 师 指 导 下 进 行 的 研 究

声 明 本 人 郑 重 声 明 : 此 处 所 提 交 的 硕 士 学 位 论 文 基 于 等 级 工 鉴 定 的 远 程 考 试 系 统 客 户 端 开 发 与 实 现, 是 本 人 在 中 国 科 学 技 术 大 学 攻 读 硕 士 学 位 期 间, 在 导 师 指 导 下 进 行 的 研 究 中 国 科 学 技 术 大 学 硕 士 学 位 论 文 题 目 : 农 村 电 工 岗 位 培 训 考 核 与 鉴 定 ( 理 论 部 分 ) 的 计 算 机 远 程 考 试 系 统 ( 服 务 器 端 ) 的 开 发 与 实 现 英 文 题 目 :The Realization of Authenticating Examination System With Computer & Web for

More information

2005硕士论文模版

2005硕士论文模版 基 于 输 入 法 用 户 词 库 和 查 询 日 志 的 若 干 研 究 Some Research based on User Dictionary of Input Method and Query Log ( 申 请 清 华 大 学 工 学 硕 士 学 位 论 文 ) 培 养 单 位 : 计 算 机 科 学 与 技 术 系 学 科 : 计 算 机 科 学 与 技 术 研 究 生 : 王 鹏

More information

Microsoft Word - 466CF5B1-1F46-28F963.doc

Microsoft Word - 466CF5B1-1F46-28F963.doc 一 签 证 申 请 提 供 虚 假 材 料 会 造 成 非 常 严 重 的 后 果, 申 请 人 可 能 因 此 而 永 远 被 拒 绝 进 入 澳 洲 A 以 下 文 件 提 供 原 件, 并 由 维 大 中 国 代 表 处 核 查 复 印 后 归 还, 原 件 需 妥 善 保 管, 以 备 澳 洲 使 馆 查 验 : 1. 身 份 证 2. 护 照 3. 户 口 本 ( 本 人 页 ) 4. 所

More information

Microsoft Word - d27 彭玉柱.doc

Microsoft Word - d27  彭玉柱.doc 第 10 卷 第 2 期 2015 年 6 月 震 灾 防 御 技 术 Technology for Earthquake Disaster Prevention Vol. 10,No. 2 Jun.,2015 彭 玉 柱, 张 世 民, 李 建 章,2015. 中 强 地 震 前 周 至 台 地 电 阻 率 的 异 常 变 化. 震 灾 防 御 技 术,10(2):455 463. doi:10.11899/zzfy20150227

More information

第一章

第一章 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1500 1450 1400 1350 1300 1250 1200 15 16 17 18 19 20 21 22 23 24 25 26 27 28 INPUT2006 29 30 31 32 33 34 35 9000 8500 8000 7500 7000 6500 6000 5500 5000 4500 4000 3500

More information

高中英文科教師甄試心得

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

More information

PK IBM Warren McCulloch Walter Pits MP 1949 Hebb Hebb Hebb 145

PK IBM Warren McCulloch Walter Pits MP 1949 Hebb Hebb Hebb 145 6 01 06 2006 12 5 PK 20 4 4 800 1000 IBM 1997 1943 Warren McCulloch Walter Pits MP 1949 Hebb Hebb Hebb 145 01 SQL Server 2008 Data Mining 1969 Seymour Papert Marvin Minsky XOR 1982 John Hopfield HNN 1986

More information

THE APPLICATION OF ISOTOPE RATIO ANALYSIS BY INDUCTIVELY COUPLED PLASMA MASS SPECTROMETER A Dissertation Presented By Chaoyong YANG Supervisor: Prof.D

THE APPLICATION OF ISOTOPE RATIO ANALYSIS BY INDUCTIVELY COUPLED PLASMA MASS SPECTROMETER A Dissertation Presented By Chaoyong YANG Supervisor: Prof.D 10384 070302 9825042 UDC 2001.6. 2001.7. 20016 THE APPLICATION OF ISOTOPE RATIO ANALYSIS BY INDUCTIVELY COUPLED PLASMA MASS SPECTROMETER A Dissertation Presented By Chaoyong YANG Supervisor: Prof.Dr. Xiaoru

More information

京都大学防災研究所年報 第56号(平成24年度)

京都大学防災研究所年報  第56号(平成24年度) 京都大学防災研究所年報第 56 号 B 平成 25 年 6 月 Annuals of Disas. Prev. Res. Inst., Kyoto Univ., No. 56 B, 203 Upgrading the Integrated Hydrological Model for the Kiso River System (II) Yoshinobu SATO, Motohiro HONMA

More information

L L L-1 L-1 L-1 L-1 L-1 L-2 L-1 L-1 L-2 L-2 L-2 L-2 L-2 L-2 L-2 L-2 L-2 L-2 L-3 L-3 L-3 L-3 L-2 L-2 L-2 L-2 L-2 15 14 13 12 11 10 9 8 7

L L L-1 L-1 L-1 L-1 L-1 L-2 L-1 L-1 L-2 L-2 L-2 L-2 L-2 L-2 L-2 L-2 L-2 L-2 L-3 L-3 L-3 L-3 L-2 L-2 L-2 L-2 L-2 15 14 13 12 11 10 9 8 7 Compensation Design - L L L-1 L-1 L-1 L-1 L-1 L-2 L-1 L-1 L-2 L-2 L-2 L-2 L-2 L-2 L-2 L-2 L-2 L-2 L-3 L-3 L-3 L-3 L-2 L-2 L-2 L-2 L-2 15 14 13 12 11 10 9 8 7 100,000 80,000 $ 60,000 40,000 20,000 80,000

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

PowerPoint Presentation

PowerPoint Presentation ABC ABC or or What is an Actuary? An actuary is a business professional who analyzes the financial consequences of risk. Actuaries use mathematics, statistics, and financial theory to study uncertain future

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

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

Journal of Arid Meteorology Vol. 28 No. 4 Dec a

Journal of Arid Meteorology Vol. 28 No. 4 Dec a 28 4 2010 12 1006-7639 2010-04 - 0411-07 Journal of Arid Meteorology Vol. 28 No. 4 Dec 2010 50 a 1 2 3 4 1 1. 737200 2. 733300 3. 737100 4. 733000 1959 ~ 2009 Mann - Kendall T - Yamamoto 1990 1996 50 a

More information

Microsoft Word - 中級會計學--試題.doc

Microsoft Word - 中級會計學--試題.doc 國 立 高 雄 應 用 科 技 大 學 100 學 年 度 碩 士 班 招 生 考 試 會 計 系 准 考 證 號 碼 ( 考 生 必 須 填 寫 ) 中 級 會 計 學 試 題 共 5 頁, 第 1 頁 注 意 :a. 本 試 題 共 題, 每 題 分, 共 100 分 b. 作 答 時 不 必 抄 題 c. 考 生 作 答 前 請 詳 閱 答 案 卷 之 考 生 注 意 事 項 ㄧ 選 擇 題

More information

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

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

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

國立台灣大學圖書資訊學系四十週年系慶學術研討會論文格式

國立台灣大學圖書資訊學系四十週年系慶學術研討會論文格式 類 Predicting Trends of Stock Prices with Text Classification Techniques Jiun-Da Chen Tai-Ping Wang 劉 麟 Chao-Lin Liu 立 理 理 立 Department of Computer Science Department of Information Management Department

More information

由社會發展趨勢探討國人睡眠品質

由社會發展趨勢探討國人睡眠品質 1 2 3 1. 2. 1. 2. 3. 4. 2. 1. 2. 4 5 6 7683 7 3-2 8 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 9 4-1 10

More information

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

國立中山大學學位論文典藏.PDF Air Visibility Forecasting via Artificial Neural Networks and Feature Selection Techniques 2003 7 Air Visibility Forecasting via Artificial Neural Networks and Feature Selection Techniques Sequential Floating

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

* 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

(2005 (2006, (2006 ( , ( ,,,,,, ( (ASFR ASFR : x, B x x, P f x x (1 (2 4,, , 2 1 :, 1 2, 20-29

(2005 (2006, (2006 ( , ( ,,,,,, ( (ASFR ASFR : x, B x x, P f x x (1 (2 4,, , 2 1 :, 1 2, 20-29 2011 5 26 ( 107 SOUTH CHINA POPULATION No.5 2011 Vol. 26 General No. 107 * (, 430073 [ ] 5490 (TFR, 1985, TFR,, 1985-2008 ; 2009-2014, 2015 Logit, : [ ] ; ; ; Logit [] C92-05 [] A [ ] 1004-1613 (2011 05-0034-09

More information

1 o o o CPU o o o o o SQL Server 2005 o CPU o o o o o SQL Server o Microsoft SQL Server 2005

1 o o o CPU o o o o o SQL Server 2005 o CPU o o o o o SQL Server o Microsoft SQL Server 2005 1 o o o CPU o o o o o SQL Server 2005 o CPU o o o o o SQL Server o Microsoft SQL Server 2005 1 1...3 2...20 3...28 4...41 5 Windows SQL Server...47 Microsoft SQL Server 2005 DBSRV1 Microsoft SQL Server

More information

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

國立中山大學學位論文典藏 I II III IV The theories of leadership seldom explain the difference of male leaders and female leaders. Instead of the assumption that the leaders leading traits and leading styles of two sexes are the

More information

Volatility Surface, Term Structure and Meta-learning-based Price Forecasting for Option Strategies Design

Volatility Surface, Term Structure and Meta-learning-based Price Forecasting for Option Strategies Design CITY UNIVERSITY OF HONG KONG 香 港 城 市 大 學 Volatility Surface, Term Structure and Meta-learning-based Price Forecasting for Option Strategies Design 基 於 波 動 率 曲 面, 期 限 結 構 及 元 學 習 的 價 格 預 測 與 期 權 策 略 研 究

More information

40 强 度 与 环 境 2010 年 强 烈 的 振 动 和 冲 击 载 荷, 这 就 对 阀 门 管 路 等 部 件 连 接 的 静 密 封 结 构 提 出 了 很 高 的 要 求 某 液 体 火 箭 发 动 机 静 密 封 涉 及 高 压 超 低 温 大 尺 寸 三 个 严 酷 条 件, 具

40 强 度 与 环 境 2010 年 强 烈 的 振 动 和 冲 击 载 荷, 这 就 对 阀 门 管 路 等 部 件 连 接 的 静 密 封 结 构 提 出 了 很 高 的 要 求 某 液 体 火 箭 发 动 机 静 密 封 涉 及 高 压 超 低 温 大 尺 寸 三 个 严 酷 条 件, 具 2010 年 12 月 强 度 与 环 境 Dec.2010 第 37 卷 第 6 期 STRUCTURE & ENVIRONMENT ENGINEERING Vol.37, No.6 低 温 液 体 火 箭 发 动 机 高 压 静 密 封 有 限 元 分 析 刘 博 乔 桂 玉 许 健 周 炜 向 猛 ( 北 京 航 天 动 力 研 究 所, 北 京 100076) 摘 要 : 以 某 型 号 液

More information

Probabilities of Default RMI PDs CVI 7-8 KMV 9 KMV KMV KMV 1. KMV KMV DPT DD DD DD DPT Step 1 V E = V A N d 1 - e rt DN d 2 1 d 1 = ln V A

Probabilities of Default RMI PDs CVI 7-8 KMV 9 KMV KMV KMV 1. KMV KMV DPT DD DD DD DPT Step 1 V E = V A N d 1 - e rt DN d 2 1 d 1 = ln V A 2017 2 204 210023 KMV KMV 2008 2015 CVI 2016 9 1 12 31 KMV CVI ARIMA F272. 13 A 1672-6049 2017 02-0071-11 CVI KMV KMV Black Scholes Merton BSM BSM Ozge Gokbayrak Lee Chua KMV 1 Douglas Dwyer Heather Russell

More information

LH_Series_Rev2014.pdf

LH_Series_Rev2014.pdf REMINDERS Product information in this catalog is as of October 2013. All of the contents specified herein are subject to change without notice due to technical improvements, etc. Therefore, please check

More information

网易介绍

网易介绍 2005 Safe Harbor This presentation contains statements of a forward-looking nature. These statements are made under the safe harbor provisions of the U.S. Private Securities Litigation Reform Act of 1995.

More information

12-2-人文封面

12-2-人文封面 105 12 2 135-157 515-577 150-250 1996 1996 136 1 1994 2 3 515 4 1 [ ] 1996 17 50 563-564 2 [ ] 1994 6 49 180 3 19791984 19941998 1998 20012001 20062007 200820082008 4 [ ] 1994 6 49 179 137 529 5 maha-yana

More information

Business Objects 5.1 Windows BusinessObjects 1

Business Objects 5.1 Windows BusinessObjects 1 Business Objects 5.1 Windows BusinessObjects 1 BusinessObjects 2 BusinessObjects BusinessObjects BusinessObjects Windows95/98/NT BusinessObjects Windows BusinessObjects BusinessObjects BusinessObjects

More information

大 綱 最 有 利 標 目 的 及 類 型 最 有 利 標 之 辦 理 方 式 準 用 最 有 利 標 取 最 有 利 標 精 神 最 有 利 標 之 類 型 及 其 相 關 規 定 適 用 最 有 利 標 準 用 最 有 利 標 及 取 最 有 利 標 精 神 作 業 程 序 及 實 務 分 析

大 綱 最 有 利 標 目 的 及 類 型 最 有 利 標 之 辦 理 方 式 準 用 最 有 利 標 取 最 有 利 標 精 神 最 有 利 標 之 類 型 及 其 相 關 規 定 適 用 最 有 利 標 準 用 最 有 利 標 及 取 最 有 利 標 精 神 作 業 程 序 及 實 務 分 析 最 有 利 標 作 業 程 序 實 務 分 析 交 通 部 採 購 稽 核 小 組 陳 秘 書 牧 民 日 期 :101 年 05 月 21 日 大 綱 最 有 利 標 目 的 及 類 型 最 有 利 標 之 辦 理 方 式 準 用 最 有 利 標 取 最 有 利 標 精 神 最 有 利 標 之 類 型 及 其 相 關 規 定 適 用 最 有 利 標 準 用 最 有 利 標 及 取 最 有 利 標

More information

第一章.FIT)

第一章.FIT) 第 一 章 美 丽 触 手 可 及 一 些 天 生 好 动 的 懒 人 袁 根 本 静 不 下 心 去 美 容 院 做 护 理 袁 通 常 总 是 用 一 些 最 野 懒 冶 的 方 法 来 保 养 自 己 遥 比 如 下 飞 机 以 后 感 觉 头 发 很 乱 袁 就 用 手 当 梳 子 随 手 梳 两 下 曰 脸 上 很 干 袁 就 往 脸 上 涂 些 酸 奶 尧 牛 奶 或 者 蜂 蜜 噎 噎

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

Thesis for the Master degree in Engineering Research on Negative Pressure Wave Simulation and Signal Processing of Fluid-Conveying Pipeline Leak Candi

Thesis for the Master degree in Engineering Research on Negative Pressure Wave Simulation and Signal Processing of Fluid-Conveying Pipeline Leak Candi U17 10220 UDC624 Thesis for the Master degree in Engineering Research on Negative Pressure Wave Simulation and Signal Processing of Fluid-Conveying Pipeline Leak Candidate:Chen Hao Tutor: Xue Jinghong

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

2013国际营销科学与信息技术大会(MSIT2013)

2013国际营销科学与信息技术大会(MSIT2013) 2013 国 际 营 销 科 学 与 信 息 技 术 大 会 (MSIT2013) 邀 请 函 随 着 全 球 市 场 环 境 的 不 断 变 化 和 网 络 信 息 技 术 的 日 新 月 异, 营 销 科 学 和 营 销 方 式 的 创 新 对 于 企 业 的 发 展 起 着 越 来 越 大 的 作 用 为 了 进 一 步 推 动 国 内 外 营 销 学 者 的 学 术 交 流 与 合 作, 促

More information

,

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

More information

9330.doc

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

More information

WTO

WTO 10384 X0115018 UDC MBA 2004 5 14 2004 6 1 WTO 2004 2006 7 2 Abstract According to the promise after our country enter into WTO, our country will open the readymade oil retail market in the end of 2004

More information

C doc

C doc No. C2004010 2004-7 No. C2004010 2004 7 16 1 No. C2004010 2004 7 16 2000 1990 1990 2000 ( ),, 2 / 2000 1990 1990 2000 ( ),, (1952-) 100871 It is not Appropriate to Remove the Birth Spacing Policy Now,

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

1 ABSTRACT 3 5 13 14 14 15 15 16 17 18 18 18 18-21 28 33 34 46 47 53 54 2

1 ABSTRACT 3 5 13 14 14 15 15 16 17 18 18 18 18-21 28 33 34 46 47 53 54 2 : - S99017212 O O 1 1 ABSTRACT 3 5 13 14 14 15 15 16 17 18 18 18 18-21 28 33 34 46 47 53 54 2 - A L Aeq CNE 463 3-5 L Aeq L Aeq CNE WHO/ISH 1999 [49] 18.6kPa / 12.0kPa EpiInfo6.04 SPSS10.0 Logistic 10

More information

01 招 生 简 章 03 考 试 说 明 04 笔 试 样 题 2 emba.pbcsf.tsinghua.edu.cn

01 招 生 简 章 03 考 试 说 明 04 笔 试 样 题 2 emba.pbcsf.tsinghua.edu.cn 01 招 生 简 章 03 考 试 说 明 04 笔 试 样 题 2 emba.pbcsf.tsinghua.edu.cn 清 华 五 道 口 金 融 EMBA 招 生 简 章 金 融 EMBA 教 育 中 心 2012 年, 为 加 快 现 代 金 融 学 科 建 设, 培 养 高 端 金 融 人 才, 促 进 金 融 界 与 金 融 教 育 界 的 联 系, 提 高 金 融 研 究 水 平, 推

More information

untitled

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

More information

Microsoft Word - 4羅筱芬.doc

Microsoft Word - 4羅筱芬.doc 康 寧 學 報 7:97-117(2005) 97 南 港 軟 體 園 區 員 工 自 覺 健 康 狀 態 健 康 行 為 與 健 康 促 進 需 求 羅 筱 芬 * 劉 純 蓉 ** 蔡 春 美 *** 潘 婉 琳 * 摘 要 本 研 究 旨 在 瞭 解 南 港 軟 體 園 區 員 工 自 覺 健 康 狀 態 健 康 行 為 與 健 康 促 進 需 求 以 自 擬 問 卷 對 南 港 軟 體 園

More information

5 1 linear 5 circular 2 6 2003 10 3000 2 400 ~ 500 4500 7 2013 3500 400 ~ 500 8 3 1900 1. 2 9 1 65

5 1 linear 5 circular 2 6 2003 10 3000 2 400 ~ 500 4500 7 2013 3500 400 ~ 500 8 3 1900 1. 2 9 1 65 2014 2 43 EXAMINATIONS RESEARCH No. 2 2014 General No. 43 李 迅 辉 随 着 新 课 程 改 革 的 不 断 深 入, 教 学 理 念 逐 步 更 新, 学 生 的 英 语 水 平 也 在 逐 渐 提 高, 但 沿 用 多 年 的 高 考 英 语 书 面 表 达 的 评 分 标 准 并 没 有 与 时 俱 进, 已 经 不 能 完 全 适 应

More information

36(4) (2004) Journal of Soil and Water Conservation, 36(4) (2004) earthworms dig soil on surface and prevent plants to grow. But until D

36(4) (2004) Journal of Soil and Water Conservation, 36(4) (2004) earthworms dig soil on surface and prevent plants to grow. But until D (1) (2) (3) 16 20 35 Effect of Vegetation and Soil Properties on Earthworm Population Li-Ling Lin Professor, Department of Soil and Water Conservation, National Chung Hsing University, Taichung, Taiwan,

More information

,, :, ;,,?, : (1), ; (2),,,, ; (3),,, :,;; ;,,,,(Markowitz,1952) 1959 (,,2000),,, 20 60, ( Evans and Archer,1968) ,,,

,, :, ;,,?, : (1), ; (2),,,, ; (3),,, :,;; ;,,,,(Markowitz,1952) 1959 (,,2000),,, 20 60, ( Evans and Archer,1968) ,,, : : : 3 :2004 6 30 39 67,, 2005 1 1 2006 12 31,,, ( Evans and Archer) (Latane and Young) (Markowitz) :,,, :?,?,,,, 2006 12 31, 321, 8564161,53 1623150, 18196 % ; 268 6941110, 81104 %, 50 %,,2006,,,2006,

More information

Coudert and Couharde 2005 Goldstein and Lardy % 36% Cline and Williamson 2007 Penn World Table = 100 Krugman 2009 Berg

Coudert and Couharde 2005 Goldstein and Lardy % 36% Cline and Williamson 2007 Penn World Table = 100 Krugman 2009 Berg * / 1 1980 2005 25 2004 1980 37% 2006 1 2002 2004 2005 2007 2009 enhanced-ppp 2005 30% Bosworth 2004 Coudert and Couharde 2005 Frankel 2006 Subramanian * 100871 tangxiang_pku@ 163. com 1 108 2006 2012

More information

Microsoft Word - 上傳電子檔.doc

Microsoft Word - 上傳電子檔.doc 創 新 設 計 研 究 所 碩 士 學 位 論 文 臺 北 聯 營 公 車 站 立 輔 助 設 備 最 適 設 置 高 度 研 究 In Search of the Appropriate Height for the Standing Support Equipments on the City Bus at Taipei 研 究 生 : 賴 振 永 指 導 教 授 : 黃 啟 梧 中 華 民 國

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

國立中山大學學位典藏

國立中山大學學位典藏 Schoenfeld Sternberg Krutetskii I II An analysis of Mathematics Problem-solving Processes of Gifted Primary School Children with General Intelligent Ability Huang Chia-Chieh Institute of Education National

More information

<4D6963726F736F667420576F7264202D20B5DAC8FDB7BDBE57C9CFD6A7B8B6D6AEB7A8C2C98696EE7DCCBDBEBF2E646F63>

<4D6963726F736F667420576F7264202D20B5DAC8FDB7BDBE57C9CFD6A7B8B6D6AEB7A8C2C98696EE7DCCBDBEBF2E646F63> 題 目 : 第 三 方 網 上 支 付 之 法 律 問 題 探 究 Title:A study on legal issues of the third-party online payment 姓 名 Name 學 號 Student No. 學 院 Faculty 課 程 Program 專 業 Major 指 導 老 師 Supervisor 日 期 Date : 王 子 瑜 : 1209853J-LJ20-0021

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

履歷撰寫與面試技巧.ppt

履歷撰寫與面試技巧.ppt Vivian Liao 1) 2) 1) 2) 3) 70 data mining 1) 2) 3) 4) 5) 6) 7) 8) 9) STEP 1 STEP 2 STEP 3 STEP 4 2 2 2-4 HR 1/3~1/2 1/2 -> 1/2 -> 1/2 ? / / ( ) 1. 2. 3. 4. 5. 6. 7. () 8.!! x x / / / / : :? :

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