Chapter 1

Size: px
Start display at page:

Download "Chapter 1"

Transcription

1 Chapter 10 Object-Oriented Database Management 物件導向式資料 庫管理 Fundamentals of Database Management Systems by Mark L. Gillenson, Ph.D. University of Memphis Modified by Walter Chen Dept. of Civil Engineering National Taipei University of Technology Presentation by: Amita Goyal Chin, Ph.D. Virginia Commonwealth University For classroom teaching purpose John Wiley & Sons, Inc.

2 Chapter Objectives List several limitations in the relational database model. 列出關連式資料庫的幾項限 制 Describe the object-oriented database concept. 描述物件導向式資料庫的概念 Model data using such complex relationships as generalization and aggregation, and such concepts as inheritance and polymorphism. 使用複雜的方式如一般化 聚合化 繼承 變 形來模擬資料 10-2

3 Chapter Objectives Describe the benefits of encapsulation. 描 述封裝的好處 Describe the value of developing abstract data types. 描述發展抽象資料型態的價值 Explain what an object/relational database is. 說明何是物件關連式資料庫 10-3

4 Hnedak Bobo Group A leading architecture and design firm headquartered in Memphis, TN. 總部在曼 菲斯的建築設計公司 Uses a relational database application called the Contact Management and Lead Tracking System to keep track of its customers, potential customers, and potential projects or leads. 使用關連式資 料庫工具管理客戶和 線索 10-4

5 10-5

6 Peabody Marching Ducks Five Mallard ducks are housed in the "Duck Palace" on the hotel roof Every day at 11 a.m., they are led down the elevator to the Italian travertine marble fountain in the Peabody Grand Lobby The ceremony is reversed at 5 p.m. Each team lives in the hotel for only three months before being retired from their Peabody duties and returned to the farm to live out the remainder of their days as wild ducks

7 Hnedak Bobo Group cont d The system is stored as an MS Access relational database running on a Compaq server. The system was implemented in It employs canned, menu-based queries written in Visual Basic. The main database tables are a Contact table with 5,500 records and an Events table that tracks every meeting, telephone call, etc. with each contact. 主要的表格是聯絡人表格 其中有 5,500 筆資料 以及事件表格 追蹤紀錄和聯絡人 的所有會議 電話通話等資料 10-7

8 Historically Speaking For much of IS history the emphasis was on the programs, with the data structures and ultimately the data stored in them being a secondary consideration. The IS environment is changing from this program-centric mentality into a more datacentric one. 以程式為中心變成以資料為中 心 10-8

9 Object Orientation 物件導向 An alternative approach to information systems and IS development. 另一種選擇 Began during the 1980s. More data-centric. 更是以資料為中心 10-9

10 What s Missing in the Relational Database Concept? 關連式資料庫缺什麼 Many people would say that nothing is missing from the relational model. 很多人 會說什麼都不缺 Others would point out that for certain kinds of complex applications, the relational model is lacking in support for the more complex data model features they need. 有 些人會說對某些複雜的應用程式而言 關連 式模型欠缺對複雜資料模型的支援 10-10

11 What s Missing in the Relational Database Concept? 關連式資料庫缺什麼 Does not directly provide support for generalization/specialization. 不直接支援一 般化和特殊化 Does not directly provide support for aggregation. 不直接支援集合體 由小的實 體組合成大的實體 10-11

12 What s Missing in the Relational Database Concept? 關連式資料庫缺什麼 Does not have a system in which only a limited, controlled set of program segments is allowed to update particular data. 不是只有特定的程式片段可以更動資料 Does not directly support more complex data types such as: 不提供以下資料型態的支援 graphic images 圖形 photo images 照片 video clips 視訊 audio clips 音訊 long text documents 長的文件 mathematical constructs such as matrices 矩陣 10-12

13 Terminology: Object-Oriented Data Modeling 物件導向式資料模型 Object - describes an advanced data structure that includes an entity s attributes 屬性 plus methods or operations or procedures (program code!) that can operate on and modify the object s attribute values. 所謂 object 是一種資料結構 其中包含屬性和方法 程式 程式可以修改物件的屬性資料 (object) class - the objects that describe similar entities. 物件 類別 描述類似的實 體 10-13

14 OODBMS 和 RDBMS 的比較 Entity vs. instance 實體 vs. 實例 Class vs. object 類別 vs. 物件 10-14

15 More advantages of Object Oriented Database Concept 物件導向式資料庫的好處 Each object has an object identifier that is permanent and unique among all objects of all types in the system. 在系統所有種類的物件中 每一個物件都有獨特的編號 Some OODBMSs are implemented as pointer-based systems. 有些 OODBMSs 是以指標為基礎的系統 related objects are connected by their storage addresses. 相關物件由它們的儲存地址相連結 OODBMSs are the most natural data storage vehicles when object-oriented programming languages, such as C++, Smalltalk, and Java, are in use. 物件導向式資料庫 最適合配合物件導向式程式語言使用 10-15

16 Unified Modeling Language (UML) Introduced in 1997 by the Object Management Group (OMG) Has nine standard diagrams that describe: 有九個標準圖 the system s data 系統資料 the business processes 商業過程 the intended results 預期結果 the components of the program code 程式碼 the hardware and software architectures. 軟硬 體架構 10-16

17 UML Class Diagram 類別圖 Describes the system s data, including attributes of and relationships between the objects. 描述系統資料 包含物件屬性和 物件間關係 10-17

18 Generalization 一般化 Also known as generalization/specialization 一般化或特殊化 Is a relationship that recognizes that some kinds of entities can be subdivided into smaller, more specialized groups. 某些實 體可以進一步分割成更小的組別 10-18

19 General Hardware Company ERD General Hardware company E-R diagram. General Hardware is a wholesaler

20 General Hardware Company Generalization Diagram Each box represents a class and has three sections separated by horizontal lines. 每一個方塊代表一個 類別 有三個部分 At the top, in capital letters, is the class name 類別名稱 In the middle are the class attributes 類別的屬 性 At the bottom are the class operations (not shown) 類別的操作方法

21 General Hardware Company Generalization Diagram The upward pointing arrows indicate generalizations. 往 上的箭頭代表一般化 There are three kinds of products 三種產品 TOOLs 工具 LIGHT FIXTUREs 燈飾 LUMBER 木材 There are two kinds of tools POWER TOOLs 動力式工 具 NONPOWER TOOLs 非 動力式工具

22 Inheritance of Attributes 屬性的 繼承 The PRODUCT class indicates that all products have three common attributes: Product Number, Product Name, and Unit Price. 所有的產品 都有三種共同的屬性 All of the classes below PRODUCT inherit the attributes shown in PRODUCT. 所有下層的類 別都繼承由 PRODUCT 而 來的屬性 10-22

23 Inheritance of Attributes The attributes for POWER TOOLs are: (from Product) Product Number Product Name Unit Price (from TOOL) Weight (from POWER TOOL) Amperes 安培 10-23

24 Inheritance of Attributes The attributes for NONPOWER TOOLs are (from Product) Product Number Product Name Unit Price (from TOOL) Weight (from NON-POWER TOOL) Years of Warranty 10-24

25 Inheritance of Attributes The attributes for LIGHT FIXTUREs are (from Product) Product Number Product Name Unit Price (from LIGHT FIXTURE) Number of Bulbs Watts per Bulb 10-25

26 Inheritance of Attributes The attributes for LUMBER are (from Product) Product Number Product Name Unit Price (from LUMBER) Type of Wood Dimensions 10-26

27 Operations Operations have now been added to the UML Diagram. There are three kinds of operations: 三種操作方法 Constructor 建造者 Query 查詢 Update 更新 10-27

28 Operations: Constructor 建造者 Creates a new instance of a class, that is, a new object. 產生新的物件 Example: Add Lumber an operation that 產生一個新的木材物件 will add a new instance of LUMBER, that is, a new object, to the database

29 Operations: Query 查詢 Returns data about the values of an object s attributes but does not update them. 提供關於一個 物件屬性的資料 Example: Calculate Discount 計算折扣 calculates a discount for a particular customer buying a particular product and returns the result to the user who issued the query, but does not store the result in the database.

30 Operations: Update 更新 Updates an object s attribute values. 更新 一個物件的屬性值 Example: Change Unit Price 改變單位價格 a product s unit price may have to be changed, and the result is stored in the database as the new unit price

31 Polymorphism 多形性 Modification or refinement of operations as they are inherited downward. 繼承的過程 中改變操作方法 The operations that are performed differently in the lower level objects can have modified names and will perform differently for the different kinds of objects

32 The missing link 47-million-year-old fossil is the earliest ancestor of all living monkeys, apes and people May 19, 2009

33 Polymorphism Looking at Calculate Discount : Since there is nothing more said about the discount further down the hierarchy, the discount is calculated in the same way for all kinds of products. 由於在下層沒有 重複出現 Calculate Discount 的 計算方法沒有改變 Looking at Calculate Extended Warranty Price : polymorphism occurs in the Calculate Extended Warranty Price operation because it is performed differently for power tools and nonpower tools. 但是 Calculate Extended Warranty Price 產生了變 形 對兩類工具計算不同 10-33

34 Aggregation 集合體 10-34

35 Aggregation 燈飾 燈座 燈泡 A class is shown to be composed of other classes. 一個類別是 由其他類別所組成 FRAMEs and BULBS are not kinds of LIGHT FIXTUREs; rather, each is a part of a LIGHT FIXTURE

36 General Hardware Company Class Diagram 類別圖 10-36

37 Good Reading Bookstores 的 ER 圖 10-37

38 Good Reading Bookstores Class Diagram 改畫為類別圖 A generalization hierarchy has been created under PRODUCT, which indicates that there are four kinds of products: BOOK, PERIODICAL, CD, and VIDEO/DVD. The PERIODICAL class, and only this class, is associated with the ARTICLE class

39 World Music Association 的 ER 圖 10-39

40 World Music Association Class Diagram A generalization hierarchy has been constructed with subordinate classes ORCHESTRA, CHAMBER GROUP, and JAZZ GROUP. 管弦樂團 室內樂團 爵士樂團 10-40

41 Lucky Rent-A-Car 的 ER 圖 10-41

42 Lucky Rent-A-Vehicle Class Diagram Lucky Rent-A-Car has expanded to become Lucky Rent-A-Vehicle! A two-level generalization hierarchy under VEHICLE. The diamond-shaped symbol on the branch under the TRUCK class indicates that there is an aggregation diagram under it

43 Encapsulation 用膠囊密封 The attributes of a class or even an individual object are encapsulated, stored together on the disk, with the operations that will act upon them. OODBMS will only permit the attributes of the encapsulated objects to be updated by the encapsulated update-type operations, thereby improving data integrity. 只有被封在一起的操作方法可以用在資料上 10-43

44 Encapsulation When an application program requires encapsulated data, it sends a message to one of the object s encapsulated operations to trigger it into action. 程式 通知被封在一起的操作方法進行動作 The application program sends along any input data needed for the operation. 程式也提供輸入資料 10-44

45 Abstract Data Types 抽象資料類 別 Object-oriented database allows the creation of new, abstract data types and operations that are associated with them

46 Object/Relational Database OODBMSs were lacking in several areas, including the superior query capabilities of SQL that everyone had become accustomed to. 缺乏 SQL 的優異功能 Relational database and object-oriented database have come together in the form of hybrid relational database management systems with object-oriented features added to them. 成為混合式的資料庫系統 10-46

47 General Hardware Company as an Object/Relational Database 10-47

48 Copyright 2004 John Wiley & Sons, Inc. All rights reserved. Reproduction or translation of this work beyond that permitted in Section 117 of the 1976 United States Copyright Act without express permission of the copyright owner is unlawful. Request for further information should be addressed to the Permissions Department, John Wiley & Sons, Inc. The purchaser may make back-up copies for his/her own use only and not for distribution or resale. The Publisher assumes no responsibility for errors, omissions, or damages caused by the use of these programs or from the use of the information contained herein

6-7 6-8 6-9 Process Data flow Data store External entity 6-10 Context diagram Level 0 diagram Level 1 diagram Level 2 diagram 6-11 6-12

6-7 6-8 6-9 Process Data flow Data store External entity 6-10 Context diagram Level 0 diagram Level 1 diagram Level 2 diagram 6-11 6-12 6-1 6-2 6-3 6-4 6-5 6-6 6-7 6-8 6-9 Process Data flow Data store External entity 6-10 Context diagram Level 0 diagram Level 1 diagram Level 2 diagram 6-11 6-12 6-13 6-14 6-15 6-16 6-17 6-18 6-19 6-20 6-21

More information

1. 請 先 檢 查 包 裝 內 容 物 AC750 多 模 式 無 線 分 享 器 安 裝 指 南 安 裝 指 南 CD 光 碟 BR-6208AC 電 源 供 應 器 網 路 線 2. 將 設 備 接 上 電 源, 即 可 使 用 智 慧 型 無 線 裝 置 進 行 設 定 A. 接 上 電 源

1. 請 先 檢 查 包 裝 內 容 物 AC750 多 模 式 無 線 分 享 器 安 裝 指 南 安 裝 指 南 CD 光 碟 BR-6208AC 電 源 供 應 器 網 路 線 2. 將 設 備 接 上 電 源, 即 可 使 用 智 慧 型 無 線 裝 置 進 行 設 定 A. 接 上 電 源 1. 請 先 檢 查 包 裝 內 容 物 AC750 多 模 式 無 線 分 享 器 安 裝 指 南 安 裝 指 南 CD 光 碟 BR-6208AC 電 源 供 應 器 網 路 線 2. 將 設 備 接 上 電 源, 即 可 使 用 智 慧 型 無 線 裝 置 進 行 設 定 A. 接 上 電 源 B. 啟 用 智 慧 型 裝 置 的 無 線 Wi-Fi C. 選 擇 無 線 網 路 名 稱 "edimax.setup"

More information

學 科 100% ( 為 單 複 選 題, 每 題 2.5 分, 共 100 分 ) 1. 請 參 閱 附 圖 作 答 : (A) 選 項 A (B) 選 項 B (C) 選 項 C (D) 選 項 D Ans:D 2. 下 列 對 於 資 料 庫 正 規 化 (Normalization) 的 敘

學 科 100% ( 為 單 複 選 題, 每 題 2.5 分, 共 100 分 ) 1. 請 參 閱 附 圖 作 答 : (A) 選 項 A (B) 選 項 B (C) 選 項 C (D) 選 項 D Ans:D 2. 下 列 對 於 資 料 庫 正 規 化 (Normalization) 的 敘 ITE 資 訊 專 業 人 員 鑑 定 資 料 庫 系 統 開 發 與 設 計 實 務 試 卷 編 號 :IDS101 注 意 事 項 一 本 測 驗 為 單 面 印 刷 試 題, 共 計 十 三 頁 第 二 至 十 三 頁 為 四 十 道 學 科 試 題, 測 驗 時 間 90 分 鐘 : 每 題 2.5 分, 總 測 驗 時 間 為 90 分 鐘 二 執 行 CSF 測 驗 系 統 -Client

More information

Microsoft PowerPoint - IAS 21 - IFRS宣導會.pptx

Microsoft PowerPoint - IAS 21 - IFRS宣導會.pptx IAS 21 Nov 19, 2010 Agenda Page 1 1 2 4 3 11 4 17 5 IFRS 23 Section 1 Section 1 WHY IAS 21? IAS 21 2 Section 1 Determination Functional Currency Presentation Currency First Time Adoption IFRS IAS 21 2

More information

1505.indd

1505.indd 上 海 市 孙 中 山 宋 庆 龄 文 物 管 理 委 员 会 上 海 宋 庆 龄 研 究 会 主 办 2015.05 总 第 148 期 图 片 新 闻 2015 年 9 月 22 日, 由 上 海 孙 中 山 故 居 纪 念 馆 台 湾 辅 仁 大 学 和 台 湾 图 书 馆 联 合 举 办 的 世 纪 姻 缘 纪 念 孙 中 山 先 生 逝 世 九 十 周 年 及 其 革 命 历 程 特 展

More information

<4D6963726F736F667420506F776572506F696E74202D20C8EDBCFEBCDCB9B9CAA6D1D0D0DEBDB2D7F92E707074>

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

More information

東莞工商總會劉百樂中學

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

More information

Chn 116 Neh.d.01.nis

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

More information

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

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

More information

<4D6963726F736F667420576F7264202D205F4230365FB942A5CEA668B443C5E9BB73A740B5D8A4E5B8C9A552B1D0A7F75FA6BFB1A4ACFC2E646F63>

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

More information

摘 要 張 捷 明 是 台 灣 當 代 重 要 的 客 語 兒 童 文 學 作 家, 他 的 作 品 記 錄 著 客 家 人 的 思 想 文 化 與 觀 念, 也 曾 榮 獲 多 項 文 學 大 獎 的 肯 定, 對 台 灣 這 塊 土 地 上 的 客 家 人 有 著 深 厚 的 情 感 張 氏 於

摘 要 張 捷 明 是 台 灣 當 代 重 要 的 客 語 兒 童 文 學 作 家, 他 的 作 品 記 錄 著 客 家 人 的 思 想 文 化 與 觀 念, 也 曾 榮 獲 多 項 文 學 大 獎 的 肯 定, 對 台 灣 這 塊 土 地 上 的 客 家 人 有 著 深 厚 的 情 感 張 氏 於 玄 奘 大 學 中 國 語 文 學 系 碩 士 論 文 客 家 安 徒 生 張 捷 明 童 話 研 究 指 導 教 授 : 羅 宗 濤 博 士 研 究 生 : 黃 春 芳 撰 中 華 民 國 一 0 二 年 六 月 摘 要 張 捷 明 是 台 灣 當 代 重 要 的 客 語 兒 童 文 學 作 家, 他 的 作 品 記 錄 著 客 家 人 的 思 想 文 化 與 觀 念, 也 曾 榮 獲 多 項 文

More information

Microsoft Word - 012-李若鶯.doc

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

More information

System Request System Request Examples 2-7 A document describing business reasons for project and system s expected value. Lists project s key element

System Request System Request Examples 2-7 A document describing business reasons for project and system s expected value. Lists project s key element Systems Analysis and Design Alan Dennis, Barbara Haley Wixom, and Roberta Roth John Wiley & Sons, Inc. Project Initiation Chapter 2 Slides by Candace S. Garrod Red Rocks Community College Key Ideas Key

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

入學考試網上報名指南

入學考試網上報名指南 入 學 考 試 網 上 報 名 指 南 On-line Application Guide for Admission Examination 16/01/2015 University of Macau Table of Contents Table of Contents... 1 A. 新 申 請 網 上 登 記 帳 戶 /Register for New Account... 2 B. 填

More information

关 于 瓶 装 水, 你 不 得 不 知 的 8 件 事 情 关 于 瓶 装 水, 你 不 得 不 知 的 8 件 事 情 1 水 质 : 瓶 装 的, 不 一 定 就 是 更 好 的 2 生 产 : 监 管 缺 位, 消 费 者 暴 露 于 风 险 之 中 人 们 往 往 假 定 瓶 装 水 是

关 于 瓶 装 水, 你 不 得 不 知 的 8 件 事 情 关 于 瓶 装 水, 你 不 得 不 知 的 8 件 事 情 1 水 质 : 瓶 装 的, 不 一 定 就 是 更 好 的 2 生 产 : 监 管 缺 位, 消 费 者 暴 露 于 风 险 之 中 人 们 往 往 假 定 瓶 装 水 是 关 于 瓶 装 水, 你 不 得 不 知 的 件 事 情 关 于 瓶 装 水, 你 不 得 不 知 的 8 件 事 情 关 于 瓶 装 水, 你 不 得 不 知 的 8 件 事 情 1 水 质 : 瓶 装 的, 不 一 定 就 是 更 好 的 2 生 产 : 监 管 缺 位, 消 费 者 暴 露 于 风 险 之 中 人 们 往 往 假 定 瓶 装 水 是 干 净 安 全 健 康 的, 广 告 传 递

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

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

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

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

論 文 摘 要 本 文 乃 係 兩 岸 稅 務 爭 訟 制 度 之 研 究, 蓋 稅 務 爭 訟 在 行 訴 訟 中 一 直 占 有 相 當 高 的 比 例, 惟 其 勝 訴 率 一 直 偏 低, 民 87 年 10 月 28 日 行 訴 訟 法 經 幅 修 正 後, 審 級 部 分 由 一 級 一

論 文 摘 要 本 文 乃 係 兩 岸 稅 務 爭 訟 制 度 之 研 究, 蓋 稅 務 爭 訟 在 行 訴 訟 中 一 直 占 有 相 當 高 的 比 例, 惟 其 勝 訴 率 一 直 偏 低, 民 87 年 10 月 28 日 行 訴 訟 法 經 幅 修 正 後, 審 級 部 分 由 一 級 一 法 院 碩 士 在 職 專 班 碩 士 論 文 指 導 教 授 : 王 文 杰 博 士 兩 岸 稅 務 爭 訟 制 度 之 比 較 研 究 A comparative study on the system of cross-straits tax litigation 研 究 生 : 羅 希 寧 中 華 民 一 0 一 年 七 月 論 文 摘 要 本 文 乃 係 兩 岸 稅 務 爭 訟 制 度 之

More information

經濟部智慧財產局

經濟部智慧財產局 經 濟 部 智 慧 財 產 局 我 國 著 作 權 合 理 使 用 實 務 見 解 之 研 究 期 末 報 告 書 執 行 單 位 益 思 科 技 法 律 事 務 所 中 華 民 國 一 一 年 十 二 月 八 日 I 我 國 著 作 權 合 理 使 用 實 務 見 解 之 研 究 期 末 報 告 書 計 畫 主 持 人 賴 文 智 : 益 思 科 技 法 律 事 務 所 所 長 臺 灣 大 學 法

More information

<4D6963726F736F667420576F7264202D2032303130C4EAC0EDB9A4C0E04142BCB6D4C4B6C1C5D0B6CFC0FDCCE2BEABD1A15F325F2E646F63>

<4D6963726F736F667420576F7264202D2032303130C4EAC0EDB9A4C0E04142BCB6D4C4B6C1C5D0B6CFC0FDCCE2BEABD1A15F325F2E646F63> 2010 年 理 工 类 AB 级 阅 读 判 断 例 题 精 选 (2) Computer mouse How does the mouse work? We have to start at the bottom, so think upside down for now. It all starts with mouse ball. As the mouse ball in the bottom

More information

投影片 1

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

More information

<4D6963726F736F667420576F7264202D2031342DA950A9FABBF62DA56AA8E5A4E5BEC7A4A42E646F63>

<4D6963726F736F667420576F7264202D2031342DA950A9FABBF62DA56AA8E5A4E5BEC7A4A42E646F63> 台 南 科 大 學 報 第 26 期 人 文 管 理 頁 167-186 中 華 民 國 96 年 9 月 古 典 文 學 中 具 功 名 仕 宦 意 象 的 植 物 及 其 文 化 意 涵 探 討 以 槐 紫 薇 柏 桂 為 例 周 明 儀 台 南 科 技 大 學 通 識 教 育 中 心 講 師 摘 要 在 科 舉 盛 行 於 中 國 的 一 千 三 百 年 中, 追 求 功 名 可 說 是 社

More information

学 校 编 码 :10384 分 类 号 密 级 学 号 :X2007155130 UDC 厦 门 怡 福 养 生 健 康 管 理 有 限 公 司 创 业 计 划 王 韬 指 导 教 师 姓 名 : 郭 霖 教 授 厦 门 大 学 硕 士 学 位 论 文 厦 门 怡 福 养 生 健 康 管 理 有 限 公 司 创 业 计 划 A Business Plan for Xiamen Eve Health

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

 

  二 六 年 十 二 月 第 三 十 八 期 專 題 論 文 宋 朝 士 大 夫 的 仁 義 觀 為 紀 念 文 天 祥 誕 辰 七 百 七 十 週 年 而 作 王 德 毅 1 明 代 燒 荒 考 兼 論 其 生 態 影 響 邱 仲 麟 25 試 論 黃 宗 羲 政 治 思 想 的 歷 史 意 義 中 西 公 私 觀 演 變 的 一 個 比 較 王 遠 義 65 職 分 與 制 度 錢 賓 四 與 中

More information

蕭登福 五氣生天.PDF

蕭登福  五氣生天.PDF On the Origin of the Qishu Theory in the Daoist Concepts of Five Directions, Three Spheres, and Heavens Shiau Deng Fu 97 Abstract The Heavens in Taoism are discrepant, usually there are two parts, such

More information

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

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

More information

20

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

More information

Microsoft PowerPoint - CPSIA Tracking label (with simplified chinese) [Read-Only] [Compatibility Mode]

Microsoft PowerPoint - CPSIA Tracking label (with simplified chinese) [Read-Only] [Compatibility Mode] CPSIA Tracking Labels for children s products CPSIA 儿 童 产 品 溯 源 标 签 Confidentiality Copyright 2009 Bureau Veritas Consumer Products Services, Inc. Proprietary to Bureau Veritas Consumer Products Services,

More information

Layout 1

Layout 1 Celebrating The First Decade 风 雨 十 年 铸 就 辉 煌 Brooklands new Media Premier Corporate Publishers 布 鲁 克 蓝 新 媒 体 公 司 出 版 并 与 新 华 通 讯 社 协 诚 合 作 A Brooklands New Media Publication In Association With Xinhua

More information

ERP ERP ERP ERP ERP 13

ERP ERP ERP ERP ERP 13 20081521051 08 ) ERP 2012 05 06 ERP ERP ERP ERP ERP 13 Title Comprehensive Budget Management Related Issues Under the ERP Environment Research Abstract The overall budget management has been introduced

More information

untitled

untitled http://idc.hust.edu.cn/~rxli/ 1.1 1.2 1.3 1.4 1.5 1.6 2 1.1 1.1.1 1.1.2 1.1.3 3 1.1.1 Data (0005794, 601,, 1, 1948.03.26, 01) (,,,,,) 4 1.1.1 Database DB 5 1.1.1 (DBMS) DDL ( Create, Drop, Alter) DML(

More information

國 立 屏 東 教 育 大 學 中 國 語 文 學 系 碩 士 班 碩 士 論 文 國 小 國 語 教 科 書 修 辭 格 分 析 以 南 一 版 為 例 指 導 教 授 : 柯 明 傑 博 士 研 究 生 : 鄺 綺 暖 撰 中 華 民 國 一 百 零 二 年 七 月 謝 辭 寫 作 論 文 的 日 子 終 於 畫 下 了 句 點, 三 年 前 懷 著 對 文 學 的 熱 愛, 報 考 了 中

More information

Microsoft Word - SH090330.doc

Microsoft Word - SH090330.doc 2009 年 3 月 30 日 環 球 指 數 上 周 收 市 價 一 星 期 變 化 百 分 率 四 星 期 變 化 百 分 率 恆 生 指 數 14,119.50 +1285.99 +10.02% +1307.93 +10.21% 國 企 指 數 8,481.22 +985.26 +13.14% +1578.38 +22.87% 上 海 綜 合 指 數 2,374.44 +93.35 +4.09%

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

18世纪东亚儒教思想的地形

18世纪东亚儒教思想的地形 释 奠 礼 乐 之 起 源 与 东 夷 文 明 金 圣 基 中 文 提 要 : 本 文 是 为 了 探 究 释 奠 祭 礼 之 乐 舞 的 起 源 与 东 夷 文 明 释 奠 礼 指 在 文 庙 祭 奠 孔 子 等 先 圣 先 贤 的 仪 式 释 奠 是 自 古 以 来 本 着 儒 学 的 独 特 文 化 意 识, 从 学 校 奉 行 下 来, 而 备 受 关 注 本 文 主 要 对 形 成 释 奠

More information

Microsoft Word - (web)_F.1_Notes_&_Application_Form(Chi)(non-SPCCPS)_16-17.doc

Microsoft Word - (web)_F.1_Notes_&_Application_Form(Chi)(non-SPCCPS)_16-17.doc 聖 保 羅 男 女 中 學 學 年 中 一 入 學 申 請 申 請 須 知 申 請 程 序 : 請 將 下 列 文 件 交 回 本 校 ( 麥 當 勞 道 33 號 ( 請 以 A4 紙 張 雙 面 影 印, 並 用 魚 尾 夾 夾 起 : 填 妥 申 請 表 並 貼 上 近 照 小 學 五 年 級 上 下 學 期 成 績 表 影 印 本 課 外 活 動 表 現 及 服 務 的 證 明 文 件 及

More information

Microsoft Word doc

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

More information

Microsoft Word - 01李惠玲ok.doc

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

More information

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

國立中山大學學位論文典藏.PDF 中 國 文 學 系 國 立 中 山 大 學, 碩 士 論 文 國 立 中 山 大 學 中 國 文 學 系 碩 士 論 文 Department of Chinese Literature 肉 蒲 團 研 究 National Sun Yat-sen University Master Thesis 肉 蒲 團 研 究 The Research of Rou Pu Tuan 研 究 生 : 林 欣 穎

More information

数据库系统概论讲义

数据库系统概论讲义 信 息 学 院 2014 级,2016-2-25, 教 3403 数 据 库 系 统 概 论 孟 小 峰 中 国 人 民 大 学 xfmeng@ruc.edu.cn http://idke.ruc.edu.cn 1 数 据 库 系 统 概 论 An Introduction to Database Systems 第 一 章 概 述 ( 之 数 据 模 型 体 系 结 构 数 据 库 发 展 ) 2016,

More information

University of Science and Technology of China A dissertation for master s degree Research of e-learning style for public servants under the context of

University of Science and Technology of China A dissertation for master s degree Research of e-learning style for public servants under the context of 中 国 科 学 技 术 大 学 硕 士 学 位 论 文 新 媒 体 环 境 下 公 务 员 在 线 培 训 模 式 研 究 作 者 姓 名 : 学 科 专 业 : 导 师 姓 名 : 完 成 时 间 : 潘 琳 数 字 媒 体 周 荣 庭 教 授 二 一 二 年 五 月 University of Science and Technology of China A dissertation for

More information

南華大學數位論文

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

More information

1.3

1.3 Software Engineering 软 件 工 程 Prof. Mei Hong 洪 玫 College of Computer Science and Software Engineering 四 川 大 学 计 算 机 ( 软 件 学 院 ) E-Mail: hongmei@scu.edu.cn Office: B502, Second Laboratory Building, Jiangan

More information

2009.05

2009.05 2009 05 2009.05 2009.05 璆 2009.05 1 亿 平 方 米 6 万 套 10 名 20 亿 元 5 个 月 30 万 亿 60 万 平 方 米 Data 围 观 CCDI 公 司 内 刊 企 业 版 P08 围 观 CCDI 管 理 学 上 有 句 名 言 : 做 正 确 的 事, 比 正 确 地 做 事 更 重 要 方 向 的 对 错 于 大 局 的 意 义 而 言,

More information

1 引言

1 引言 中 国 经 济 改 革 研 究 基 金 会 委 托 课 题 能 力 密 集 型 合 作 医 疗 制 度 的 自 动 运 行 机 制 中 国 农 村 基 本 医 疗 保 障 制 度 的 现 状 与 发 展 的 研 究 课 题 主 持 人 程 漱 兰 中 国 人 民 大 学 农 业 与 农 村 发 展 学 院 课 题 组 2004 年 4 月 2005 年 4 月 1 课 题 组 成 员 名 单 主 持

More information

Microsoft PowerPoint - ARC110_栾跃.ppt

Microsoft PowerPoint - ARC110_栾跃.ppt ARC110 软 件 构 架 设 计 的 原 则 和 指 南 课 程 内 容 概 述 介 绍 和 引 言 软 件 构 架 和 构 架 师 软 件 构 架 的 设 计 模 式 框 架 和 参 照 设 计 自 我 介 绍 第 一 代 自 费 留 学 生 : 美 国 南 伊 利 诺 州 立 大 学 (SIUE) 电 机 工 程 学 士 (1984) 及 硕 士 学 位 (1985) 历 任 OwensIllinois,

More information

计算机与信息工程系最终.FIT)

计算机与信息工程系最终.FIT) 教 育 部 办 公 厅 关 于 加 强 普 通 高 等 学 校 毕 业 设 计 ( 论 文 ) 工 作 的 通 知 教 高 厅 [2004]14 号 各 省 尧 自 治 区 尧 直 辖 市 教 育 厅 渊 教 委 冤 袁 新 疆 生 产 建 设 兵 团 教 育 局 袁 有 关 部 门 渊 单 位 冤 教 育 司 渊 局 冤 袁 部 属 各 高 等 学 校 院 为 了 认 真 贯 彻 落 实 国 务

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

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

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

More information

Microsoft Word - Atmel-45136A-Pick-Best-Microcontroller-Strom-Eiland-Flodell_Article_CS

Microsoft Word - Atmel-45136A-Pick-Best-Microcontroller-Strom-Eiland-Flodell_Article_CS 如 何 为 您 的 下 一 款 设 计 选 出 最 好 的 8 位 或 32 位 微 控 制 器 作 者 : Atmel 产 品 营 销 高 级 总 监 Oyvind Strom Atmel 产 品 营 销 总 监 Andreas Eieland Atmel 研 发 工 具 部 门 高 级 产 品 营 销 经 理 Henrik Flodell 不 久 之 前, 嵌 入 式 系 统 还 是 既 昂 贵

More information

(Microsoft Word - 10\246~\253\327\262\304\244@\264\301\256\325\260T_Version4)

(Microsoft Word - 10\246~\253\327\262\304\244@\264\301\256\325\260T_Version4) 聖 公 會 仁 立 紀 念 小 學 聖 公 會 仁 立 紀 念 小 學 校 園 通 訊 2010 年 度 第 一 期 第 1 頁 \\\\ 校 園 通 訊 2010-2011 年 度 第 一 期 鄭 秀 薇 總 校 長 在 日 本, 有 一 個 傳 說 故 事 是 這 樣 說 的 : 有 一 對 仁 慈 的 老 夫 婦, 生 活 窮 困, 靠 賣 木 柴 過 活 一 天 老 人 在 同 情 心 的

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

Microsoft Word - 11月電子報1130.doc

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

More information

Microsoft Word - 第四組心得.doc

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

More information

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

More information

中山大學學位論文典藏.pdf

中山大學學位論文典藏.pdf 1999 1992 11 7 1999 8811218 800 150.456 1387 1392 1680 The Research on the Faith in Cheng Hwang Yeh in Kinmen This research is written by a native kinmenese who does a long period of field research and

More information

<4D F736F F D203435A1B6CDA8D0C5C8EDBCFEBFAAB7A2D3A6D3C3A1B7BFCEB3CCBDCCD1A7B4F3B8D9>

<4D F736F F D203435A1B6CDA8D0C5C8EDBCFEBFAAB7A2D3A6D3C3A1B7BFCEB3CCBDCCD1A7B4F3B8D9> 一 课 程 基 本 情 况 通 信 软 件 开 发 应 用 课 程 教 学 大 纲 课 程 编 号 课 程 类 别 必 修 限 选 任 选 学 时 / 学 分 64/4 课 程 名 称 ( 中 文 ) 通 信 软 件 开 发 应 用 ( 英 文 ) Communications Software Development and Application 教 学 方 式 课 堂 讲 授 为 主 实 验

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

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

從詩歌的鑒賞談生命價值的建構 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

建國科大 許您一個海闊天空的未來 建國科大本著術德兼修五育並重的教育方針 持續努力的朝向專業教學型大學邁進 期許建國的學生能成為企業所樂用的人才 建國科大多元性發展與延伸觸角 如 教學卓越計畫 產官學合作 國際交流活動等等 讓師生能充實基礎實力 更提升競爭力 不管將來是要升學或是就業 都能一帆風順

建國科大 許您一個海闊天空的未來 建國科大本著術德兼修五育並重的教育方針 持續努力的朝向專業教學型大學邁進 期許建國的學生能成為企業所樂用的人才 建國科大多元性發展與延伸觸角 如 教學卓越計畫 產官學合作 國際交流活動等等 讓師生能充實基礎實力 更提升競爭力 不管將來是要升學或是就業 都能一帆風順 校刊 Chienkuo Monthly 224 2 0 11.4.1 6 出刊 學 力 實 力 願 力 建國科技大學辦學 卓越 優質 傑出 奉准101年起以公立標準招收繁星計畫學生 焦 點 報 導 建國科技大學奉准招收繁星計畫學生 學力實力願力 自動化工程系參加 2011臺灣無人飛機設計競賽 脫穎而出 獲得五座獎盃 兩 岸 交 流 華中科技大學武昌分校金國華董事長蒞校參訪 策略聯盟計畫 建國科技大學美容系舉辦新娘造型專題競賽活動

More information

案例正文:(幼圆、小三、加粗)(全文段前与段后0

案例正文:(幼圆、小三、加粗)(全文段前与段后0 案 例 正 文 : 1 中 国 农 业 银 行 FMIS 系 统 开 发 摘 要 : 本 案 例 描 述 一 家 大 型 商 业 银 行 自 主 开 发 战 略 性 管 理 信 息 系 统 的 过 程 该 系 统 不 仅 规 模 大, 而 且 业 务 类 型 复 杂, 项 目 启 动 时 的 系 统 目 标 具 有 高 度 不 确 定 性 项 目 独 特 之 处 是 业 务 专 家 在 项 目 中

More information

【摘要】

【摘要】 RUC-BK-101-110204-11271343 TCL 2001 11271343 2005 4 1 2004 TCL 2004 TCL TCL TCL TCL TCL A TCL TCL TCL TCL 2 Look back the 2004, China's stock market is not all calm At the beginning of the year TCL group

More information

<4D F736F F D D3620B3AFB24DA8712DB747AFE0AC46A9B2BB50A4BDB0C8ADDBB27AA4A7B1B4B0512E646F63>

<4D F736F F D D3620B3AFB24DA8712DB747AFE0AC46A9B2BB50A4BDB0C8ADDBB27AA4A7B1B4B0512E646F63> 文 官 制 度 季 刊 第 一 期 民 98 年 1 月 頁 115-137 廉 能 政 府 與 公 務 倫 理 之 探 討 * 陳 清 秀 摘 要 馬 總 統 在 就 職 演 說 明 確 宣 示, 新 政 府 重 要 任 務 之 一 就 是 要 樹 立 廉 能 政 治 的 新 典 範, 新 政 府 上 台 後, 廉 能 亦 為 行 政 院 施 政 方 針 之 一, 人 事 行 政 局 本 於 行

More information

投影片 1

投影片 1 () () I am delighted to hear that Methodist College is organising a Mentoring Programme to help the Form 4 to Form 6 students to have a more enriched experience in addition to their academic study. I

More information

《医学英语》教学大纲

《医学英语》教学大纲 医 学 英 语 教 学 大 纲 课 程 名 称 : 医 学 英 语 Medical English 开 课 ( 二 级 ) 学 院 : 外 语 教 学 中 心 课 程 性 质 : 必 修 课 学 分 :4 分 学 时 :56 学 时 前 期 课 程 : 大 学 英 语 授 课 对 象 : 本 科 生 七 年 制 学 生 考 核 方 式 : 考 试 课 程 简 介 : 医 学 英 语 是 中 医 英

More information

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

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

More information

CH01.indd

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

More information

Applied Biosystems StepOne™ Real-Time PCR System Quick Reference Card for Installation

Applied Biosystems StepOne™ Real-Time PCR System Quick Reference Card for Installation Applied Biosystems StepOne Real-Time PCR System StepOne 系统安装 快速参考卡 本文档提供在并置布局中安装 StepOne 系统的简明指导 有关 完整步骤或独立安装步骤 请参阅 Applied Biosystems StepOne Real-Time PCR System 安装 联网和维护指南 目录 1. 安装准备........................................

More information

Microsoft Word - 18.doc

Microsoft Word - 18.doc ISSN 1023-2842 山 管 理 評 論 第 ㆓㈩ 卷 第 ㆒ 期 2012 年 ㆔ 號 p.403-422 文 藝 復 興 之 夢 :㆒ 個 微 型 咖 啡 店 的 創 業 歷 程 Dream of Rinascimento: The entrepreneurship of a small coffee shop * 戴 志 言 Chih-Yen Tai 國 立 山 大 業 管 理 系 Department

More information

240 生 异 性 相 吸 的 异 性 效 应 [6] 虽 然, 心 理 学 基 础 研 [7-8] 究 已 经 证 实 存 在 异 性 相 吸 异 性 相 吸 是 否 存 在 于 名 字 认 知 识 别 尚 无 报 道 本 实 验 选 取 不 同 性 别 的 名 字 作 为 刺 激 材 料, 通

240 生 异 性 相 吸 的 异 性 效 应 [6] 虽 然, 心 理 学 基 础 研 [7-8] 究 已 经 证 实 存 在 异 性 相 吸 异 性 相 吸 是 否 存 在 于 名 字 认 知 识 别 尚 无 报 道 本 实 验 选 取 不 同 性 别 的 名 字 作 为 刺 激 材 料, 通 2011 年 Journal of Capital Medical University 4月 第2 期 Apr 2011 Vol 32 No 2 基础研究 doi: 10 3969 / j issn 1006-7795 2011 02 015 人脑识别不同性别名字反应时的差异研究 高迎霄 陈昭燃 * 张明霞 ( 首都医科大学神经生物系高级脑功能中心) 摘要 目的 探讨男女对不同性别名字认知加工速度是否存在差异

More information

Microsoft Word - 030-M09616012黃士種

Microsoft Word - 030-M09616012黃士種 中 華 大 學 碩 士 論 文 建 築 資 訊 模 型 (BIM) 之 應 用 研 究 以 埔 里 工 務 段 辦 公 大 樓 新 建 工 程 為 例 A Study on the Application of BIM for Pu-Li Office Building of Taiwan Highway Bureau 系 所 別 : 營 建 管 理 研 究 所 學 號 姓 名 :M09616012

More information

untitled

untitled Abstract Nowadays, more and more countries begin with the development of creative industries as a strategy to revive the economy. It not only strengthens the link between economic development and local

More information

untitled

untitled 1~34 2004 年 12 律 劉 * 類 狀 律 利 類 聯 參 不 陸 論 93.09.30 A 93.10.28 B 93.10.29 * 律 見 1 年 度 度 更 力 度 不 類 類 不 2 年 論 度 六 狀 律 利 六 參 立 行 料 料 參 錄 參 見 來 念 料 論 不 1 1 林 拠 3 類 度 行 六 2 兩 論 不 狀 律 利 類 說 ( ) 1. 若 類 念 年 老 罹

More information

T stg -40 to 125 C V cc 3.8V V dc RH 0 to 100 %RH T a -40 to +125 C -0.3 to 3.6V V -0.3 to VDD+0.3 V -10 to +10 ma = 25 = 3V) VDD

T stg -40 to 125 C V cc 3.8V V dc RH 0 to 100 %RH T a -40 to +125 C -0.3 to 3.6V V -0.3 to VDD+0.3 V -10 to +10 ma = 25 = 3V) VDD 1/16 T stg -40 to 125 C V cc 3.8V V dc RH 0 to 100 %RH T a -40 to +125 C -0.3 to 3.6V V -0.3 to VDD+0.3 V -10 to +10 ma (@T = 25 C, @Vdd = 3V) VDD 1.8 3.0 3.6 V (1) 0.08 0.3 µa Idd 300 450 500 µa 0.25

More information

TWGHs S

TWGHs S TWGHs S C Gaw Memorial College 東 華 三 院 吳 祥 川 紀 念 中 學 Subject Selection S3 to S4 (2013 年 2 月 版 ) 中 三 升 中 四 選 科 手 冊 新 高 中 課 程 東 華 三 院 吳 祥 川 紀 念 中 學 升 學 及 擇 業 輔 導 處 P. 1 目 錄 選 科 導 言 P.3 升 學 路 徑 P.3 如 何 選

More information

東吳大學

東吳大學 律 律 論 論 療 行 The Study on Medical Practice and Coercion 林 年 律 律 論 論 療 行 The Study on Medical Practice and Coercion 林 年 i 讀 臨 療 留 館 讀 臨 律 六 礪 讀 不 冷 療 臨 年 裡 歷 練 禮 更 老 林 了 更 臨 不 吝 麗 老 劉 老 論 諸 見 了 年 金 歷 了 年

More information

南華大學數位論文

南華大學數位論文 全 球 暖 化 的 環 境 知 識 與 危 機 意 識 以 晚 近 環 境 災 難 影 片 為 例 作 分 析 Environmental Knowledge and Crisis Awareness of Related Global Warming an Analysis Based on Recent Environmental Disaster Movies 謝 誌 撰 寫 這 篇 論 文,

More information

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

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

More information

中 國 學 研 究 期 刊 泰 國 農 業 大 學 บ นทอนเช นก น และส งผลก บการด ดแปลงจากวรรณกรรมมาเป นบทภาพยนตร และบทละคร โทรท ศน ด วยเช นก น จากการเคารพวรรณกรรมต นฉบ บเป นหล

中 國 學 研 究 期 刊 泰 國 農 業 大 學 บ นทอนเช นก น และส งผลก บการด ดแปลงจากวรรณกรรมมาเป นบทภาพยนตร และบทละคร โทรท ศน ด วยเช นก น จากการเคารพวรรณกรรมต นฉบ บเป นหล วารสารจ นศ กษา มหาว ทยาล ยเกษตรศาสตร การเล อกสรรของย คสม ยท แตกต างก น โดยว เคราะห การด ดแปลง บทละครโทรท ศน หร อบทภาพยนต จากผลงานคลาสส กวรรณกรรม สม ยใหม ของจ น The Choice of Times Film Adaptation of Chinese

More information

Microsoft Word - Xinhua Far East_Methodology_gb_2003.doc

Microsoft Word - Xinhua Far East_Methodology_gb_2003.doc 新 华 远 东 中 国 资 信 评 级 新 华 财 经 有 限 公 司 上 海 远 东 资 信 评 估 有 限 公 司 新 华 远 东 中 国 资 信 评 级 2003 年 电 子 邮 箱 评 级 总 监 联 系 电 话 rating@xfn.com 钟 汶 权 CFA 852-3102 3612 8621-5306-1122 目 的 新 华 财 经 有 限 公 司 与 上 海 远 东 资 信 评

More information

2014 年 4 月 5 日 雅 思 阅 读 真 题 回 忆 2014 年 4 月 5 日 雅 思 阅 读 真 题 解 析 2014 年 4 月 5 日 雅 思 听 力 真 题 回 忆 2014 年 4 月 5 日 雅 思 听 力 真 题 回 忆 Part 1 1. Hometown, What aspects do you like best in your hometown? 2. Apartment/House(

More information

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

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

More information

<4D6963726F736F667420576F7264202D203033BDD7A16DA576B04FA145A4ADABD2A5BBACF6A16EADBAB6C0ABD2A4A7B74EB8712E646F63>

<4D6963726F736F667420576F7264202D203033BDD7A16DA576B04FA145A4ADABD2A5BBACF6A16EADBAB6C0ABD2A4A7B74EB8712E646F63> 論 史 記 五 帝 本 紀 首 黃 帝 之 意 義 林 立 仁 明 志 科 技 大 學 通 識 教 育 中 心 副 教 授 摘 要 太 史 公 司 馬 遷 承 父 著 史 遺 志, 並 以 身 膺 五 百 年 大 運, 上 繼 孔 子 春 秋 之 史 學 文 化 道 統 為 其 職 志, 著 史 記 欲 達 究 天 人 之 際, 通 古 今 之 變, 成 一 家 之 言 之 境 界 然 史 記 百

More information

世新稿件end.doc

世新稿件end.doc Research Center For Taiwan Economic Development (RCTED) 2003 8 1 2 Study of Operational Strategies on Biotechnology Pharmaceutical Products Industry in Taiwan -- Case Study on Sinphar Pharmaceutical Company

More information

臺 灣 圖 書 館 管 理 季 刊 第 五 卷 第 二 期 / 98 年 4 月 only a small part can be seen. Literature creation is just like iceberg floating on the sea, readers can only

臺 灣 圖 書 館 管 理 季 刊 第 五 卷 第 二 期 / 98 年 4 月 only a small part can be seen. Literature creation is just like iceberg floating on the sea, readers can only 冰 山 理 論 下 的 文 藝 創 作 觀 : 王 鼎 鈞 千 手 捕 蝶 析 論 ( 上 ) 頁 93~104 冰 山 理 論 下 的 文 藝 創 作 觀 : 王 鼎 鈞 千 手 捕 蝶 析 論 ( 上 ) Views of Literature Creation under Iceberg (Part I) 黃 雅 莉 Ya-Li Huang 新 竹 教 育 大 學 語 文 系 教 授 Professor,

More information

國 立 政 治 大 學 教 育 學 系 2016 新 生 入 學 手 冊 目 錄 表 11 國 立 政 治 大 學 教 育 學 系 博 士 班 資 格 考 試 抵 免 申 請 表... 46 論 文 題 目 申 報 暨 指 導 教 授... 47 表 12 國 立 政 治 大 學 碩 博 士 班 論

國 立 政 治 大 學 教 育 學 系 2016 新 生 入 學 手 冊 目 錄 表 11 國 立 政 治 大 學 教 育 學 系 博 士 班 資 格 考 試 抵 免 申 請 表... 46 論 文 題 目 申 報 暨 指 導 教 授... 47 表 12 國 立 政 治 大 學 碩 博 士 班 論 國 立 政 治 大 學 教 育 學 系 2016 新 生 入 學 手 冊 目 錄 一 教 育 學 系 簡 介... 1 ( 一 ) 成 立 時 間... 1 ( 二 ) 教 育 目 標 與 發 展 方 向... 1 ( 三 ) 授 課 師 資... 2 ( 四 ) 行 政 人 員... 3 ( 五 ) 核 心 能 力 與 課 程 規 劃... 3 ( 六 ) 空 間 環 境... 12 ( 七 )

More information

Microsoft Word - 論文封面-980103修.doc

Microsoft Word - 論文封面-980103修.doc 淡 江 大 學 中 國 文 學 學 系 碩 士 在 職 專 班 碩 士 論 文 指 導 教 授 : 呂 正 惠 蘇 敏 逸 博 士 博 士 倚 天 屠 龍 記 愛 情 敘 事 之 研 究 研 究 生 : 陳 麗 淑 撰 中 華 民 國 98 年 1 月 淡 江 大 學 研 究 生 中 文 論 文 提 要 論 文 名 稱 : 倚 天 屠 龍 記 愛 情 敘 事 之 研 究 頁 數 :128 校 系 (

More information

Microsoft Word - ED-774.docx

Microsoft Word - ED-774.docx journal.newcenturyscience.com/index.php/gjanp Global Journal of Advanced Nursing Practice,214,Vol.1,No.1 The practicality of an improved method of intravenous infusion exhaust specialized in operating

More information

124 第十三期 Conflicts in the Takeover of the Land in Taiwan after the Sino-Japanese War A Case in the Change of the Japanese Names of the Taiwanese Peopl

124 第十三期 Conflicts in the Takeover of the Land in Taiwan after the Sino-Japanese War A Case in the Change of the Japanese Names of the Taiwanese Peopl 123 戰後初期臺灣土地接收的糾紛 以更改日式姓名的臺人遭遇為例 124 第十三期 Conflicts in the Takeover of the Land in Taiwan after the Sino-Japanese War A Case in the Change of the Japanese Names of the Taiwanese People Abstract By Ho Fung-jiao

More information

Microsoft Word - 口試本封面.doc

Microsoft Word - 口試本封面.doc 國 立 屏 東 教 育 大 學 客 家 文 化 研 究 所 碩 士 論 文 指 導 教 授 : 劉 明 宗 博 士 台 灣 客 家 俗 諺 中 的 數 詞 研 究 研 究 生 : 謝 淑 援 中 華 民 國 九 十 九 年 六 月 本 論 文 獲 行 政 院 客 家 委 員 會 99 度 客 家 研 究 優 良 博 碩 論 文 獎 助 行 政 院 客 家 委 員 會 獎 助 客 家 研 究 優 良

More information

诚 实 守 信 公 平 交 易 好 的 伦 理 为 经 营 之 道 我 们 的 价 值 观 我 们 的 日 常 工 作 让 客 户 和 消 费 者 展 露 微 笑 我 们 关 注 员 工 产 品 和 业 务 的 不 断 改 善 和 进 步 我 们 珍 视 我 能 做 到 的 态 度 和 精 神, 尝

诚 实 守 信 公 平 交 易 好 的 伦 理 为 经 营 之 道 我 们 的 价 值 观 我 们 的 日 常 工 作 让 客 户 和 消 费 者 展 露 微 笑 我 们 关 注 员 工 产 品 和 业 务 的 不 断 改 善 和 进 步 我 们 珍 视 我 能 做 到 的 态 度 和 精 神, 尝 行 为 准 则 我 们 的 指 路 明 灯 诚 实 守 信 公 平 交 易 好 的 伦 理 为 经 营 之 道 我 们 的 价 值 观 我 们 的 日 常 工 作 让 客 户 和 消 费 者 展 露 微 笑 我 们 关 注 员 工 产 品 和 业 务 的 不 断 改 善 和 进 步 我 们 珍 视 我 能 做 到 的 态 度 和 精 神, 尝 试 但 未 成 功 是 值 得 鼓 励 的, 而 退 缩

More information

Microsoft Word - Alan Jameson's Master's Thesis.pdf

Microsoft Word - Alan Jameson's Master's Thesis.pdf Obstacles and Opportunities for Microcredit Companies Developing in the Countryside Dissertation Presented in Partial Fulfillment of the Requirements for Master of Arts in the Graduate School of The Ohio

More information

99 學年度班群總介紹 第 370 期 班群總導 陳怡靜 G45 班群總導 陳怡靜(河馬) A 家 惠如 家浩 T 格 宜蓁 小 霖 怡 家 M 璇 均 蓁 雴 家 數學領域 珈玲 國燈 370-2 英領域 Kent

99 學年度班群總介紹 第 370 期 班群總導 陳怡靜 G45 班群總導 陳怡靜(河馬) A 家 惠如 家浩 T 格 宜蓁 小 霖 怡 家 M 璇 均 蓁 雴 家 數學領域 珈玲 國燈 370-2 英領域 Kent 2010 年 8 月 27 日 出 刊 精 緻 教 育 宜 蘭 縣 公 辦 民 營 人 國 民 中 小 學 財 團 法 人 人 適 性 教 育 基 金 會 承 辦 地 址 : 宜 蘭 縣 26141 頭 城 鎮 雅 路 150 號 (03)977-3396 http://www.jwps.ilc.edu.tw 健 康 VS. 學 習 各 位 合 夥 人 其 實 都 知 道, 我 是 個 胖 子, 而

More information

( ) ( ) ( ) ( )

( ) ( ) ( ) ( ) 95 7 89-114 * ( ) 600 544 * E-mailyingdear@gmail.com Tel0937-597234 90 95 7 1200 894 ( ) ( ) ( ) 501-1000 ( ) 91 1980 1989 ( 2001 ) 1 2004 1992 1 1994 212,254 151,989 6,020 2,344 38,473 105,152 0 1995

More information

yangjisheng

yangjisheng 执 样 应 对 饥 间 领 导 为 AbstractThis paper attempts to throw a light on the communist leaders misguided actions, particularly those of Mao Zedong, which resulted in the starvation of millions. It blames the

More information

第一章 出口退税制改革的内容

第一章  出口退税制改革的内容 密 级 学 号 2 0 0 1 0 3 2 9 毕 业 设 计 ( 论 文 ) 出 口 退 税 制 改 革 对 我 国 出 口 的 影 响 院 ( 系 部 ): 经 济 管 理 学 院 姓 名 : 王 晓 年 级 : 2001 级 专 业 : 国 际 经 济 与 贸 易 指 导 教 师 : 杜 秀 芳 教 师 职 称 : 讲 师 2005 年 6 月 10 日 北 京 北 京 石 油 化 工 学 院

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