Presentation Title

Size: px
Start display at page:

Download "Presentation Title"

Transcription

1 模型验证流程建立的关键和实践经验 John Lee MathWorks Consulting China MAC, The MathWorks, Inc. 1

2 议程 通过一个实例来回答以下问题 为何要建立产品验证流程? 怎样建立产品验证流程? 结果如何? 2

3 背景 一家美国的汽车零部件供应商 产品 : 稳定控制系统 控制算法采用基于模型设计方法, 应用层代码 100% 自动生成 在原型车上完成算法开发, 软件在正在量产的控制器硬件上运行 上层开发流程 自下而上地开发控制算法 采用仿真验证单元模块的功能 使用快速原型系统进行集成测试 ( 整车测试 ) 3

4 为什么会担心? 汽车已经在路上跑了 这意味着什么呢? 控制算法在所有工况下都能正常工作吗? 软件里是否有漏洞没被发现呢? 是不是所有的失效条件都被验证过呢? 控制算法是否完全按照需求实现的呢? 4

5 降低开发成本 each delay in the detection and correction of a design error makes it an order of magnitude more expensive to fix Where Errors Are Introduced... and Detected 错误被引入及发现的地方 Clive Maxfield and Kuhoo Goyal EDA: Where Electronics Begins TechBites Interactive, October 1, 2001 ISBN: ] 70% 60% 50% 60% 55% 设计缺陷的发现及改正每延迟一个时间点, 修正的成本会上升一个数量级 40% 30% 20% 10% 8% 21% 15% 12% 22% 0% Spec 文档 Design 设计 Implement 实现 7% Test 测试 Detected 发现错误 Introduced 引入错误 5

6 行业标准 ISO26262 Generic safety standard 通用安全标准 Derivative standards 衍生标准 IEC EN 5012x 2001 IEC IEC IEC IEC Ed ISO/CD ISO/DIS ISO

7 快速原型 ( 非正式 )-- 正式的产品化验证流程 Is this a production level process? 8

8 原型开发 -- 产品化验证流程 顶层开发流程 自下而上开发算法 采用仿真验证单元模块的功能 存在的问题 缺乏需求 无法确定设计是否完整 难以重用 将快速原型扩展应用到集成测试 ( 实车测试 ) 系统需求 系统集成及调校 系统设计 硬件 / 软件集成 软件设计 软件集成 编程实现 9

9 原型开发 -- 产品化验证流程 顶层开发流程 存在的问题 自下而上开发算法 验证的基础是设计而不是需求 采用仿真验证单元模块的功能 不能满足 ISO 的要求 将快速原型扩展应用到集成测试 ( 实车测试 ) 10

10 原型开发 -- 产品化验证流程 顶层开发流程 自下而上开发算法 采用仿真验证单元模块的功能 存在的问题 需要昂贵的实车测试 在车上无法测到所有可能情况 基于快速原型的验证会产生难以记录的变更 将快速原型扩展应用到集成测试 ( 实车测试 ) 11

11 议程 通过一个实例来回答以下问题 为什么建立产品验证流程 如何建立产品验证流程? 12

12 公司在提高产品验证水平过程中经常遇到的共性问题 纵向发展以及工具为导向的方法会浪费精力 流程和工具的选择不考虑上下游工作兼容性 受限于已有的建模及产品代码生产流程 过分依赖硬件在环 (HIL) 和实车测试 哪些设备和方法是必需的, 没有明确定义 团队间的交流合作以及具体分工不明确 点对点的开发流程没能完整定义 13

13 解决办法是以 职能 为导向 可追溯性 失效模式分析, 故障树分析 (FMEA, FTA) 功能测试 系统工程师 代码测试 安全工程师 稳健性测试覆盖度分析 设计工程师 软件工程师 验证工程师 14

14 Example: 可追溯性是一个流程不是一项活动 单向还是双向? 追溯深度如何定义? 谁来创建追溯? 如何使用追溯信息? 怎样维护和更新追溯信息? 工具或功能选择 需求管理 模型架构 设计评审流程 需求分解 组织架构 配置管理 需求 实现模型 追踪 15

15 Verification is a process 验证也是一个流程 16

16 议程 通过一个实例来回答以下问题 为何要建立产品验证流程? 怎样建立产品验证流程? 结果如何 17

17 Non- VV (ISO ) Gate review Non- VV (ISO ) Subsystem Requirement VV (ISO ) Optional Add more about high level project planning/tool selection...etc The result is this flow D E E A Create ECU software functional requirement E C Create unit level test cases and safety critical property Unit plan Integration plan Create integration level test cases G H Create system level test cases System plan Developer plan Integration plan Safety / ance requirement breakdown Unit plan System plan Trace unit level test cases and property to requirement Trace integration level test cases to requirement Trace system level test cases to requirement The flowchart shown below should be adjusted by using inputs based on objectives Create project specific modeling guidelines Create Unit Level Requirements Safety Requirement ance Requirement D Create unit level test vectors and property implementation Create integration level test vectors Create plant model F F Create HIL system Create system level test vectors Create architecture model and software build process unit level plan review A,C integration level plan review A,G system level plan review A,H architecture model structural analysis passed Trace architecture model to requirement Unit level models unit level testing architecture model review A unit level coverage analysis Developer plan passed passed Create unit level algorithm unit level back to back (equivalence) test Unit Level Developer Testing Model Structural Test -Model standards -Unreachable coverage objectives -Signal range analysis -Overflow / Divide by zero Model functional test Software build test Software run time error analysis unit level result review A,C passed passed I I Integrate application and basic software Basic software I integration level testing F Integrate unit level model into integration level model integrated build testing Collect code function coverage Integration Level Developer Testing Model Functional test Software integration build test integrated run time error testing integration level back to back (equivalence) test integrated software result review A,C integration level model result review A,G unit level model review A passed passed Trace unit level algorithm to requirement Integrated Software Package passed virtual HIL testing Integrated Software Package ECU build traceability analysis traceability analysis review HIL testing A passed Release review A Create unit level Software Description Document passed final unit level review A Software release Passed Unit level models Starting Point 出发点 动作需求收集和差距分析 输出差距分析报告, 建议的流程以及目标流程 收益得到项目所需的目标清晰可测的需求 单元级软件到需求的跟踪可追溯性分析可追溯性分析评审 符合 ISO26262 的流程 18

18 Example: 开发功能模块的验证流程 好处 完善的验证流程会迫使工程师开发好的需求文档 提供一个支持持续验证以及自动回归测试的环境 提高产品的整体质量 确定详细流程 开发流程所需的工具 流程及工具培训 工具的部署实施 19

19 项目成果 顶层开发流程 结果 采用自下而上的方法开发软件 通过逆向工程获得设计需求, 然后为以后的项目开发需求管理策略 采用仿真验证单元模块的功能 将快速原型扩展应用到集成测试 ( 实车测试 ) 开发了一套工具, 使得开发人员利用回归测试框架非常容易的按照 ISO26262 要求测试他们的模型 创建了一个集成仿真平台 20

20 Summary 总结 这个例子与我们在中国看到的情况非常相似 关键是要认识到原型开发流程与产品开发流程的差异 提高设计信心的方法是建立一套完整的产品开发流程 迈斯沃克有丰富的流程建立和工具开发经验, 为客户提供专业的技术支持及工程服务 21

21 Thank you! 谢谢! 22

untitled

untitled IBM Software Group IBM 2006 IBM Corporation Rational Unified Process VS 2 3 RUP Proven. Practical. Flexible. 4 RUP:, Use-Case,,, (discipline) 5 (Use-case driven), 6 7 8 Rational Unified Process VS 9 Requirements

More information

<4D6963726F736F667420506F776572506F696E74202D20C8EDBCFEBCDCB9B9CAA6D1D0D0DEBDB2D7F92E707074>

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

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Enabling Technologies Safety Assurance 2015 2016 2017 2018 2019 Future Forecast of Enabling Technologies Driver Acceptance of Automated Vehicle Systems

More information

PowerPoint 簡報

PowerPoint 簡報 測 試 大 百 科 您 測 對 了 沒? 1 吳 尚 文 Sherry Wu Sherry.wu@iisigroup.com 經 歷 : 2013 資 拓 宏 宇 CMMI ML3 ATM 2012 資 拓 宏 宇 軟 體 委 外 事 業 處 經 理 ( 現 ) 2010 宏 瞻 資 訊 MIS 經 理 / ISO20000 資 服 代 表 2009 宏 瞻 資 訊 PM 部 門 經 理 2008

More information

Value Chain ~ (E-Business RD / Pre-Sales / Consultant) APS, Advanc

Value Chain ~ (E-Business RD / Pre-Sales / Consultant) APS, Advanc Key @ Value Chain fanchihmin@yahoo.com.tw 1 Key@ValueChain 1994.6 1996.6 2000.6 2000.10 ~ 2004.10 (E- RD / Pre-Sales / Consultant) APS, Advanced Planning & Scheduling CDP, Collaborative Demand Planning

More information

資訊系統開發模式

資訊系統開發模式 第 2 章 資 訊 系 統 開 發 模 式 學 習 目 標 2.1 導 論 2.2 瀑 布 模 式 2.3 漸 增 模 式 2.4 雛 型 模 式 2.5 螺 旋 模 式 2.6 同 步 模 式 2.7 Rational 統 一 流 程 模 式 2.8 敏 捷 軟 體 開 發 2.9 MDA 發 展 生 命 週 期 2.10 結 論 本 章 大 綱 學 習 目 標 詳 讀 本 章, 你 至 少 能

More information

2/80 2

2/80 2 2/80 2 3/80 3 DSP2400 is a high performance Digital Signal Processor (DSP) designed and developed by author s laboratory. It is designed for multimedia and wireless application. To develop application

More information

2014_

2014_ 新 鼎 系 統 股 份 有 限 公 司 簡 介 台 北 總 公 司 11510 臺 北 市 南 港 路 三 段 52 號 5 樓 TEL: 886-2-2785-3839 FAX: 886-2-2782-0180 高 雄 分 公 司 811 高 雄 市 楠 梓 區 楠 梓 新 路 306 號 TEL: 886-7-352-5226 FAX: 886-7-351-3698 新 鼎 信 息 技 術 (

More information

目次 

目次  軟 體 工 程 期 末 報 告 網 路 麻 將 91703014 資 科 三 黃 偉 嘉 91703024 資 科 三 丘 祐 瑋 91703030 資 科 三 江 致 廣 1 目 次 壹 前 言 (Preface) P.4 貳 計 畫 簡 述 及 預 期 效 益 (Project Description and Expected Results) P.4 參 系 統 開 發 需 求 (System

More information

IEEE/EIA 12207 0910023766 ??? The Frameworks Quagmire (http://www.software.org/quagmire/) () ISO 9001 ISO/IEC 12207 ISO/IEC 15504 CMM Quality System Requirements Life Cycle Processes Process Assessment

More information

13 A DSS B DSS C DSS D DSS A. B. C. CPU D. 15 A B Cache C Cache D L0 L1 L2 Cache 16 SMP A B. C D 17 A B. C D A B - C - D

13 A DSS B DSS C DSS D DSS A. B. C. CPU D. 15 A B Cache C Cache D L0 L1 L2 Cache 16 SMP A B. C D 17 A B. C D A B - C - D 2008 1 1 A. B. C. D. UML 2 3 2 A. B. C. D. 3 A. B. C. D. UML 4 5 4 A. B. C. D. 5 A. B. C. D. 6 6 A. DES B. RC-5 C. IDEA D. RSA 7 7 A. B. C. D. TCP/IP SSL(Security Socket Layer) 8 8 A. B. C. D. 9 9 A. SET

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

(Electronic Data Interchange) (Executive Information System) (Economic Order Quantity) (Enterprise Resource Planning) (Flexible Manufacture System) (F

(Electronic Data Interchange) (Executive Information System) (Economic Order Quantity) (Enterprise Resource Planning) (Flexible Manufacture System) (F (Activity-Based Costing) (Activity-Based Budgeting) (Activity-Base Management) (Advanced Planning and Scheduling) Application Service Provider (Available To Promise) (Bill Of Material) (Business Process

More information

Microsoft PowerPoint ARIS_Platform_en.ppt

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

More information

(Microsoft Word - 11\244T\246\342\277\337\260l\302\334.doc)

(Microsoft Word - 11\244T\246\342\277\337\260l\302\334.doc) 赤 川 次 郎 作 品 集 11 三 色 貓 追 蹤 序 曲 那 是 一 隻 凶 猛 的 野 狗 加 上 饑 餓, 正 在 虎 視 眈 眈 地 注 視 孩 子 嘴 裏 啃 著 的 香 腸, 準 備 突 然 猛 撲 上 去 孩 子 還 不 滿 三 歲, 不 曉 得 若 想 躲 開 那 隻 身 體 比 自 己 大 的 惡 犬 一 擊, 最 好 是 把 香 腸 扔 掉, 但 他 反 而 緊 握 在 手 開

More information

Microsoft Word doc

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

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

Microsoft PowerPoint - TTCN-Introduction-v5.ppt

Microsoft PowerPoint - TTCN-Introduction-v5.ppt Conformance Testing and TTCN 工研院無線通訊技術部林牧台 / Morton Lin 03-5912360 mtlin@itri.org.tw 1 Outline Introduction and Terminology Conformance Testing Process 3GPP conformance testing and test cases A real world

More information

模型验证最佳实践

模型验证最佳实践 符合 ISO 26262 标准的模型验证 杨兴 amy.yang@mathworks.cn MathWorks 中国 2014 The MathWorks, Inc. 1 日程 ISO 26262 和基于模型的设计 验证模型还是代码 ISO 26262 对 MBD 软件开发的要求 相关的软件验证活动 2 ISO 26262 标准中和基于模型的设计相关的章节 MBD 相关的章节 3 标准中有关基于模型的设计的解释

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

Presentation Title

Presentation Title 基于模型的可编程 SoC 设计与调试 MathWorks China Tom Shan Application Engineer 2015 The MathWorks, Inc. 1 主要内容 介绍 什么是 Zynq? 设计挑战 Zynq 设计 基于 MBD 的可编程 SoC 设计 代码生成 流程 验证和软硬件划分 UDP 接口 Processor In the Loop(PIL) 验证 新增功能

More information

untitled

untitled 51Testing Diana LI Xbox Xbox Live Fidelity Investments Office Server group Xbox Expedia Inc ( elong ) 1996 1996. bug break - 5Ws bug. Trust No One) QA Function Assignment Checking Timing Build/Package/Merge

More information

Form: RWPRR401-B

Form: RWPRR401-B Form: RWPRR401-B C C S 通 函 Circular 中 国 船 级 社 (2011 年 ) 通 函 第 81 号 总 第 145 号 2011 年 10 月 17 日 ( 共 4+26 页 ) 发 : 总 部 有 关 处 室 上 海 规 范 所 各 审 图 中 心 各 分 社 本 社 验 船 师 有 关 船 厂 产 品 制 造 厂 设 计 院 及 航 运 公 司 实 施 有 关

More information

Microsoft PowerPoint - 数据通信-ch1.ppt

Microsoft PowerPoint - 数据通信-ch1.ppt 主 要 内 容 与 基 本 要 求 主 要 内 容 数 据 通 信 与 计 算 机 网 络 计 算 机 网 络 的 发 展 过 程 分 类 以 及 主 要 性 能 指 标 ; 分 组 交 换 的 基 本 原 理 及 其 与 电 路 交 换 报 文 交 换 的 联 系 与 区 别 ; 计 算 机 网 络 的 协 议 与 体 系 结 构 第 1 章 概 述 基 本 要 求 掌 握 分 组 交 换 电 路

More information

? MRP MRP 1960 Bill of Material Light and Holland 2000 MRPII MRP MRPII MRP 2000 1990 ERP Gartner Group ERP ERP MRP MRP-II APICS 1995 ERP ERP ERP Daven

? MRP MRP 1960 Bill of Material Light and Holland 2000 MRPII MRP MRPII MRP 2000 1990 ERP Gartner Group ERP ERP MRP MRP-II APICS 1995 ERP ERP ERP Daven ERP Brislen & Krishnakumar, 1999 ERP ERP implementation ERP ERP The Gartner Group ERP McNurlin 2001 ERP 8 ? MRP MRP 1960 Bill of Material Light and Holland 2000 MRPII MRP MRPII MRP 2000 1990 ERP Gartner

More information

医院信息系统门诊划价子系统

医院信息系统门诊划价子系统 1 HIS Client/Server PowerBuilder 7.0 Oracle 8 Windows HIS ABSTRACT Hospital Information System (HIS) is a universal commercial software package. Its Outpatient Pricing subsystem, which is designed to create

More information

untitled

untitled 2 / 20060302 Design House 1 1 3 1 2 10 CMM 3 4 mypm.net CEO IT 15 6.4 1.IT 90% 70% 60.5% 87.3% 92.2%. IT 1996 GDP 0.6% 1.1%. 60% 5 5 2 1000 4 5 1000 CEO 20 50 6 50% 66% CEO 20 50 IBM s/360 5 50 29 IBM4

More information

XXX专业本科人才培养方案

XXX专业本科人才培养方案 计 算 机 科 学 与 技 术 专 业 本 科 人 才 培 养 方 案 (Computer Science and Technology 080901) 一 培 养 目 标 本 专 业 培 养 德 智 体 美 全 面 发 展, 具 有 良 好 的 科 学 与 人 文 素 养, 熟 悉 经 济 管 理 法 律 等 相 关 基 础 知 识, 系 统 地 掌 握 计 算 机 硬 件 软 件 方 面 的 基

More information

OOAD PowerDesigner OOAD Applying PowerDesigner CASE Tool in OOAD PowerDesigner CASE Tool PowerDesigner PowerDesigner CASE To

OOAD PowerDesigner OOAD Applying PowerDesigner CASE Tool in OOAD PowerDesigner CASE Tool PowerDesigner PowerDesigner CASE To PowerDesigner Applying PowerDesigner CASE Tool in OOAD albertchung@mpinfo.com.tw PowerDesigner CASE Tool PowerDesigner PowerDesigner CASE Tool PowerDesigner CASE Tool CASE Tool PowerDesignerUnified ProcessUMLing

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

热设计网

热设计网 例 例 Agenda Popular Simulation software in PC industry * CFD software -- Flotherm * Advantage of Flotherm Flotherm apply to Cooler design * How to build up the model * Optimal parameter in cooler design

More information

untitled

untitled ISBN 7 6924 8803 3/F 323 5.00 A B C D A (1) (2) ( ) (3) (4) (5)! (1) (2) (3) (4) (5) (6) ( 5 (7) ) (8) I (9) (10) (11)!! (1) (2) (3) ? ?? (1812 1854) 1848 (1851 ) 1853 () ( ) 1852 ? ( ) 1854 ( ? (1)

More information

892213E006146

892213E006146 Modular Design of Quality Control Systems NSC89-2213-E006-146 89 8 1 90 7 31 ( ) ISO14000, and OHSAS18000. Keywords: ISO9000; ISO14000; OHSAS18000; Quality ISO9000 ISO14000 OHSAS18000 Management; Environment

More information

1 2 3 4 5 16 1945 1951 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1440 20 21 1963 10 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 1912 1916 1879 1963 48 49 50 51 52 53 54 55

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

卡尔费休库仑滴定仪和水蒸发器测量卡氏炉标准物质

卡尔费休库仑滴定仪和水蒸发器测量卡氏炉标准物质 Certificate of Ana lysis Apura Certified Reference Material Producer: Accreditation: Description of CRM: Lot No.: Composition: Merck KGaA, Frankfurter Str. 250, 64293 Darmstadt, Germany. Merck KGaA, Darmstadt,

More information

[1] Liu Hongwei,2013, Study on Comprehensive Evaluation of Iron and Steel Enterprises Production System s Basic Capacities, International Asia Confere

[1] Liu Hongwei,2013, Study on Comprehensive Evaluation of Iron and Steel Enterprises Production System s Basic Capacities, International Asia Confere 刘 洪 伟 工 业 工 程 系 副 教 授 CV 下 载 办 公 电 话 : 电 子 邮 箱 :hw_liu999@tju.edu.cn 研 究 方 向 : 精 益 生 产 与 精 益 管 理 理 论 及 应 用 ; 工 业 工 程 与 信 息 技 术 集 成 管 理 ; 系 统 可 靠 性 理 论 与 方 法 ; 医 院 管 理 理 论 及 应 用 教 育 与 工 作 经 历 时 间 单 位 专

More information

2

2 1 2 3 4 YOUR TURN 4-1.......... 5 Cfunctional Requirements... 2........ D. Nonfunctional Requirements Windows and Macintosh. 2.... 3.... 6 7 RAD - BPR BPA BPA BPA BPA 8 / 6 4-3 BPI BPI BPI BPA BPI 4-3

More information

(Microsoft PowerPoint - UML\302\262\244\266_use case.ppt)

(Microsoft PowerPoint - UML\302\262\244\266_use case.ppt) UML 簡 介 _Use Case Diagram 資 訊 科 技 系 林 偉 川 UML 簡 介 2 1 UML UML 是 Unified Modeling Language 的 縮 寫, 中 文 翻 譯 為 統 一 塑 模 語 言 UML 統 合 了 物 件 導 向 方 法 論 之 各 派 不 同 的 方 法, 提 供 了 一 致 性 的 圖 形 語 言 做 為 開 發 系 統 的 溝 通 媒

More information

Microsoft Word - 24217010311110028谢雯雯.doc

Microsoft Word - 24217010311110028谢雯雯.doc HUAZHONG AGRICULTURAL UNIVERSITY 硕 士 学 位 论 文 MASTER S DEGREE DISSERTATION 80 后 女 硕 士 生 择 偶 现 状 以 武 汉 市 七 所 高 校 为 例 POST-80S FEMALE POSTGRADUATE MATE SELECTION STATUS STUDY TAKE WUHAN SEVEN UNIVERSITIES

More information

1970 Roulac (1996) (shock) (structure change) Barras and Ferguson (1985) Barras (1994) (1990) (1996) (1997) 1

1970 Roulac (1996) (shock) (structure change) Barras and Ferguson (1985) Barras (1994) (1990) (1996) (1997) 1 1970 Roulac (1996) (shock) (structure change) Barras and Ferguson (1985) Barras (1994) (1990) (1996) (1997) 1 (1998) 1990 (Unit Root Test) (Cointegration) (Error Correction Model) 1 (1996) 2 (1990) 2 Barras

More information

Microsoft Word - A201210-60_1349949005.doc

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

More information

Chapter 24 DC Battery Sizing

Chapter 24  DC Battery Sizing 26 (Battery Sizing & Discharge Analysis) - 1. 2. 3. ETAP PowerStation IEEE 485 26-1 ETAP PowerStation 4.7 IEEE 485 ETAP PowerStation 26-2 ETAP PowerStation 4.7 26.1 (Study Toolbar) / (Run Battery Sizing

More information

PowerPoint Presentation

PowerPoint Presentation Presentation Title By Author 2014 The MathWorks, Inc. 1 Best Practice for Model VnV 模型验证的最佳实践 于化龙,MathWorks 中国 软件项目支持部高级经理 2 基于模型设计帮助您节省 62% 的成 Total Savings $3,720,000 $1,500,000 MBD Dev Costs Total Investments

More information

Lotus Notes Design and Implementation of Sales Process Management System Based on Lotus Notes 施莹艳 指导教师姓名 : 林林林林坤坤坤坤辉辉辉辉 教授 专 业 名 称 : 软软软软件件件件工工工工程程程程 论论论论文文文文提提提提交交交交日日日日期期期期 : 年 论论论论文文文文答答答答辩辩辩辩时时时时间间间间

More information

Inst_gene.book

Inst_gene.book 2 12/05/2015 12/05/2015 3 30 4 12/05/2015 12/05/2015 5 MS05-0-D24-F04-1220-0000 000743806K 000 63622 A B C A MS05-0-D24-F04-1220-0000 MS08-D-EE5-F08-1K24-2DEJM B 000743806K A52424H C 002-63622 VFR8008687001

More information

Microsoft PowerPoint - Aqua-Sim.pptx

Microsoft PowerPoint - Aqua-Sim.pptx Peng Xie, Zhong Zhou, Zheng Peng, Hai Yan, Tiansi Hu, Jun-Hong Cui, Zhijie Shi, Yunsi Fei, Shengli Zhou Underwater Sensor Network Lab 1 Outline Motivations System Overview Aqua-Sim Components Experimental

More information

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

Microsoft Word - 2目录.doc

Microsoft Word - 2目录.doc 目 录 2014 年 度 获 证 企 业 年 会 会 议 日 程 安 排 1 会 议 资 料 1 强 化 管 理 是 企 业 经 营 必 由 之 路 --- 浅 谈 掌 握 法 律 法 规 知 识 对 企 业 管 理 的 重 要 意 义 5 2 ISO14001-2015(DIS) 标 准 修 订 的 最 新 动 态 及 主 要 变 化 22 3 实 施 环 境 管 理 体 系 的 绩 效 29 4

More information

我国原奶及乳制品安全生产和质量安全管理研究

我国原奶及乳制品安全生产和质量安全管理研究 密 级 论 文 编 号 中 国 农 业 科 学 院 硕 士 学 位 论 文 我 国 原 奶 及 乳 制 品 质 量 安 全 管 理 研 究 Study on Quality and Safety Management of Raw Milk and Dairy Products in China 申 请 人 : 段 成 立 指 导 教 师 : 叶 志 华 研 究 员 张 蕙 杰 研 究 员 申 请

More information

会 议 组 织 研 讨 会 主 席 : 周 巢 尘 院 士 ( 中 国 科 学 院 软 件 研 究 所 ) 程 序 委 员 会 主 席 : 段 振 华 教 授 ( 西 安 电 子 科 技 大 学 ) 董 云 卫 教 授 ( 西 北 工 业 大 学 ) 工 业 专 题 主 席 : 叶 宏 研 究 员

会 议 组 织 研 讨 会 主 席 : 周 巢 尘 院 士 ( 中 国 科 学 院 软 件 研 究 所 ) 程 序 委 员 会 主 席 : 段 振 华 教 授 ( 西 安 电 子 科 技 大 学 ) 董 云 卫 教 授 ( 西 北 工 业 大 学 ) 工 业 专 题 主 席 : 叶 宏 研 究 员 可信软件工程中的逻辑方法研讨会 LEDS2015 会 议 组 织 研 讨 会 主 席 : 周 巢 尘 院 士 ( 中 国 科 学 院 软 件 研 究 所 ) 程 序 委 员 会 主 席 : 段 振 华 教 授 ( 西 安 电 子 科 技 大 学 ) 董 云 卫 教 授 ( 西 北 工 业 大 学 ) 工 业 专 题 主 席 : 叶 宏 研 究 员 ( 中 航 工 业 集 团 631 研 究 所 )

More information

创业板投资风险提示:本次股票发行后拟在创业板市场上市,该市场具有较高的投资风险

创业板投资风险提示:本次股票发行后拟在创业板市场上市,该市场具有较高的投资风险 创 业 板 投 资 风 险 提 示 : 本 次 股 票 发 行 后 拟 在 创 业 板 市 场 上 市, 该 市 场 具 有 较 高 的 投 资 风 险 创 业 板 公 司 具 有 业 绩 不 稳 定 经 营 风 险 高 退 市 风 险 大 等 特 点, 投 资 者 面 临 较 大 的 市 场 风 险 投 资 者 应 充 分 了 解 创 业 板 市 场 的 投 资 风 险 及 本 公 司 所 披 露

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

<4D F736F F F696E74202D20A8E2A9A4AA41B0C8B77EB654A9F6B67DA9F1ABE1A141BB4FC657AAF7BFC4AAF7BFC4AA41B0C8B77EA4A7B0D3BEF7BB50AC44BED420A6BFACB C >

<4D F736F F F696E74202D20A8E2A9A4AA41B0C8B77EB654A9F6B67DA9F1ABE1A141BB4FC657AAF7BFC4AAF7BFC4AA41B0C8B77EA4A7B0D3BEF7BB50AC44BED420A6BFACB C > 兩 岸 服 務 業 貿 易 開 放 後, 臺 灣 金 融 服 務 業 之 商 機 與 挑 戰 Part I: 兩 岸 服 務 業 貿 易 開 放 Chung Hua Shen 沈 中 華 Department of Finance National Taiwan Univeristy Chung Hua Shen 1 Chung Hua Shen 2 台 資 銀 行 赴 中 國 大 陸 發 展 歷

More information

LSC操作说明

LSC操作说明 1 C H R I S T A L P H A 1-4 LSC 型 Part. No. 102041 A L P H A 2-4 LSC 型 Part. No. 10204 冷 冻 干 燥 机 操 作 说 明 新 研 制 的 LSC-8 控 制 器, 具 备 图 形 显 示 功 能, 能 以 数 据 表 形 式 显 示 参 数, 并 可 选 配 控 制 软 件 LSC-8 1/4 VGA 大 屏 幕

More information

30 ml polystyrene 4 mm ph 0.1 mg blender M -cm D. pulex D. magna 20 L 2 20

30 ml polystyrene 4 mm ph 0.1 mg blender M -cm D. pulex D. magna 20 L 2 20 102 8 13 1020069337 102 10 15 NIEA B901.14B Daphnia 48 lethal concentration 50%, LC 50 acute toxic unit, TU a Daphnia pulex Daphnia magna 25 2 2 L 1 20 30 ml polystyrene 4 mm ph 0.1 mg blender 1. 1 2.

More information

发 展 战 略 油 机 关 机 构 如 何 进 行 调 整, 无 论 是 在 石 油 工 业 部 时 期, 还 是 在 总 公 司 集 团 公 司 时 期, 战 略 和 政 策 研 究 一 直 得 到 领 导 重 视 中 国 石 油 总 部 机 关 始 终 明 确 有 战 略 和 政 策 研 究 归

发 展 战 略 油 机 关 机 构 如 何 进 行 调 整, 无 论 是 在 石 油 工 业 部 时 期, 还 是 在 总 公 司 集 团 公 司 时 期, 战 略 和 政 策 研 究 一 直 得 到 领 导 重 视 中 国 石 油 总 部 机 关 始 终 明 确 有 战 略 和 政 策 研 究 归 加 强 中 国 石 油 战 略 和 政 策 研 究 的 若 干 思 考 1 周 敬 成 1 许 萍 2 杜 一 博 1. 中 国 石 油 天 然 气 集 团 公 司 政 策 研 究 室 ;2. 中 国 石 油 华 北 油 田 公 司 第 一 采 油 厂 摘 要 : 在 现 代 企 业 发 展 和 竞 争 中, 战 略 处 于 核 心 地 位 中 国 石 油 作 为 国 有 骨 干 企 业 和 特 大

More information

各 级 领 导 及 世 界 技 能 组 织 主 席 西 蒙 巴 特 利 参 观 深 圳 技 师 学 院 高 技 能 人 才 培 养 模 式 和 课 程 改 革 创 新 成 果 展 人 力 资 源 和 社 会 保 障 部 职 业 能 力 建 设 司 司 长 吴 道 槐 中 国 职 工 教 育 和 职

各 级 领 导 及 世 界 技 能 组 织 主 席 西 蒙 巴 特 利 参 观 深 圳 技 师 学 院 高 技 能 人 才 培 养 模 式 和 课 程 改 革 创 新 成 果 展 人 力 资 源 和 社 会 保 障 部 职 业 能 力 建 设 司 司 长 吴 道 槐 中 国 职 工 教 育 和 职 一体化课程的理念认识 加快高素质技能人才培养 助推产业转型升级 浅议技工院校如何结合专业课教学进行创业教育与实践 工学结合课程有效教学的学习目标探析 创新顶岗实习的管理 三导师制 的探索与实践 4 运用 三为循环法 提高技校班主任班级管理能力的研究 9 各 级 领 导 及 世 界 技 能 组 织 主 席 西 蒙 巴 特 利 参 观 深 圳 技 师 学 院 高 技 能 人 才 培 养 模 式 和 课

More information

ebook204-2

ebook204-2 Internet Information Services 2 I I S 5 We b We b I I S IIS 5 M i c r o s o f t M i c r o s o f t Active Server Pages A S P We b IIS 5 IIS 5 3 We b IIS 5 We b Microsoft Solutions Framework M S F M S F

More information

2 3. 1,,,.,., CAD,,,. : 1) :, 1,,. ; 2) :,, ; 3) :,; 4) : Fig. 1 Flowchart of generation and application of 3D2digital2building 2 :.. 3 : 1) :,

2 3. 1,,,.,., CAD,,,. : 1) :, 1,,. ; 2) :,, ; 3) :,; 4) : Fig. 1 Flowchart of generation and application of 3D2digital2building 2 :.. 3 : 1) :, 3 1 Vol. 3. 1 2008 2 CAA I Transactions on Intelligent Systems Feb. 2008, (,210093) :.,; 3., 3. :; ; ; ; : TP391 :A :167324785 (2008) 0120001208 A system f or automatic generation of 3D building models

More information

ERP-1

ERP-1 IEEM 3041 ERP Enterprise Resource Planning ERP The Chain from Original Supply to Final Consumption INFORMATION FLOW Transfer Transfer Transfer Transfer Supplier Manufacturing Distribution Retail Outlet

More information

OSI OSI 15% 20% OSI OSI ISO International Standard Organization 1984 OSI Open-data System Interface Reference Model OSI OSI OSI OSI ISO Prototype Prot

OSI OSI 15% 20% OSI OSI ISO International Standard Organization 1984 OSI Open-data System Interface Reference Model OSI OSI OSI OSI ISO Prototype Prot OSI OSI OSI 15% 20% OSI OSI ISO International Standard Organization 1984 OSI Open-data System Interface Reference Model OSI OSI OSI OSI ISO Prototype Protocol OSI OSI OSI OSI OSI O S I 2-1 Application

More information

68 2012 11 the requirements of load - bearing rescue and turning of the large fire engine can be served as an outdoor safety area. 5 The second floor

68 2012 11 the requirements of load - bearing rescue and turning of the large fire engine can be served as an outdoor safety area. 5 The second floor 2012 11 11 170 JOURNAL OF RAILWAY ENGINEERING SOCIETY Nov 2012 NO. 11 Ser. 170 1006-2106 2012 11-0067 - 06 1 2 ( 1. 苏 州 设 计 研 究 院 股 份 有 限 公 司, 江 苏 苏 州 215021; 2. 苏 州 市 消 防 支 队, 江 苏 苏 州 215021) 1 2 3 4

More information

Revit Revit Revit BIM BIM 7-9 3D 1 BIM BIM 6 Revit 0 4D 1 2 Revit Revit 2. 1 Revit Revit Revit Revit 2 2 Autodesk Revit Aut

Revit Revit Revit BIM BIM 7-9 3D 1 BIM BIM 6 Revit 0 4D 1 2 Revit Revit 2. 1 Revit Revit Revit Revit 2 2 Autodesk Revit Aut 60 2 2016 2 RAILWAY STANDARD DESIGN Vol. 60 No. 2 Feb. 2016 1004-2954201602-0071-06 BIM 1 1 2 2 1 1. 7140992. 710054 BIM BIM 3D 4D nd BIM 1 3D 4D Revit BIM BIM U442. 5TP391. 72 A DOI10. 13238 /j. issn.

More information

IEC 传输帧格式

IEC 传输帧格式 IEC 60870-5-1 GB GB/T XXXXX XXXX idt IEC 60870-5-1:1990 Telecontrol Equipment and Systems Part 5:Transmission Protocol Section 1: Transmission frame formats ( ) 1998.6.28 2000.2.10 2000.5.7 200x-xx-xx

More information

1. HSE 1. HSE HSE HSE IMO HSE LNG HSE HSE HSE HSE 2. HSE 2.1 1802 Factory Act 1972 Lord Robens Report of the Committee on Safety and Health at WorkRobens 1974 Health and Safety at Work, etc. Act1974 HSW

More information

春 季 灯 饰 展 2016 年 美 国 芝 加 哥 家 庭 用 品 展 等 展 会 的 招 展 工 作 做 好 我 市 外 贸 企 业 入 网 广 电 商 平 台 的 推 进 总 结 收 尾 工 作 做 好 2015 年 1-12 月 全 市 外 贸 进 出 口 数 据 统 计 及 分 析 通 报

春 季 灯 饰 展 2016 年 美 国 芝 加 哥 家 庭 用 品 展 等 展 会 的 招 展 工 作 做 好 我 市 外 贸 企 业 入 网 广 电 商 平 台 的 推 进 总 结 收 尾 工 作 做 好 2015 年 1-12 月 全 市 外 贸 进 出 口 数 据 统 计 及 分 析 通 报 无 锡 市 商 务 局 文 件 锡 商 发 2016 20 号 1 月 份 工 作 回 顾 及 2 月 份 工 作 安 排 1 月 份, 商 务 局 紧 紧 围 绕 全 市 经 济 工 作 发 展 大 局, 明 确 目 标 责 任, 增 强 工 作 力 度, 抓 紧 抓 实 关 键 举 措, 全 面 推 进 各 项 工 作 任 务 落 实 一 全 力 抓 好 利 用 外 资 工 作 全 力 跟 进

More information

資訊安全管理系統建置初始工作的研究

資訊安全管理系統建置初始工作的研究 43 * ** *** *** * ** *** ISO 9000 ISO 14000 A Study on the Implementation of Information Security Management Systems Abstract During the 90's, global civilization went through a great change. Quality of

More information

水利期刊网页制作格式说明

水利期刊网页制作格式说明 中 国 水 利 水 电 科 学 研 究 院 第 12 届 青 年 学 术 交 流 会 论 文 文 章 编 号 : 浅 谈 水 电 厂 自 动 化 系 统 的 智 能 化 改 造 1 2 1 文 正 国, 姜 相 东, 张 毅 (1. 北 京 中 水 科 水 电 科 技 开 发 有 限 公 司, 北 京,100038; 2. 白 山 发 电 厂, 吉 林 省 吉 林 市,132400) 摘 要 : 针

More information

職業安全衛生績效量測技術手冊

職業安全衛生績效量測技術手冊 performance measurement Pro-active Reactive II . 1. 2 2.1.....2 2.2..2 2.2.1. 2 2.2.2. 3 2.2.3. 4 2.2.4.....5 2.2.5. 5 2.2.6 OHSAS 18001... 6 2.2.7 OHSAS 18002....7...12 3.1....12 3.2....14 3.3....16 3.3.1...16

More information

<4D6963726F736F667420576F7264202D203631372D3632312032303133303430333030312DBACEC0F25FD0A3B6D4B8E55F2DB6FED0A32D2D2DC8A5B5F4CDBCD6D0B5C4BBD8B3B5B7FBBAC52E646F63>

<4D6963726F736F667420576F7264202D203631372D3632312032303133303430333030312DBACEC0F25FD0A3B6D4B8E55F2DB6FED0A32D2D2DC8A5B5F4CDBCD6D0B5C4BBD8B3B5B7FBBAC52E646F63> 第 4 卷 第 2 期 食 品 安 全 质 量 检 测 学 报 Vol. 4 No. 2 2013 年 4 月 Journal of Food Safety and Quality Apr., 2013 何 莉 *, 姜 笑 寒 ( 广 东 省 食 品 药 品 职 业 技 术 学 校, 广 州 510663) 摘 要 : 本 文 通 过 科 学 地 运 用 html5+jsp+sql 技 术, 建

More information

...1 Abstract

...1 Abstract Web Online Testing System Based on Web : : :S2002253 : : : 2002 4 1 ...1 Abstract...1...2 1.1...2 1.2...2 1.3...3...5 2.1...5 2.1.1...5 2.1.2...5 2.2...12 2.2.1...12 2.2.2...13 2.2.3...13...18 3.1...18

More information

10384 X2009230010 UDC The Design and Implementation of Small and Medium-sized Courier Company Logistics Vehicle Scheduling System 2012 06 Abstract With the arrival of the information age, tremendous

More information

Microsoft PowerPoint - Ch5 The Bipolar Junction Transistor

Microsoft PowerPoint - Ch5 The Bipolar Junction Transistor O2005: Electronics The Bipolar Junction Transistor (BJT) 張大中 中央大學通訊工程系 dcchang@ce.ncu.edu.tw 中央大學通訊系張大中 Electronics, Neamen 3th Ed. 1 Bipolar Transistor Structures N P 17 10 N D 19 10 N D 15 10 中央大學通訊系張大中

More information

Microsoft Word - Lenovo_L15M3PB2 (Winbook)_3S1P_UN38.3 Test Report_SLEU

Microsoft Word - Lenovo_L15M3PB2 (Winbook)_3S1P_UN38.3 Test Report_SLEU Lithium-ion Battery UN38.3 Test Report Recommendations on the TRANSPORT OF DANGEROUS GOODS (Manual of Tests and Criteria, Fifth revised edition, Amend.2) Customer: Lenovo Model: L15M3PB2 Rating: 11.25V,

More information

课题调查对象:

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

More information

Microsoft PowerPoint - CH 04 Techniques of Circuit Analysis

Microsoft PowerPoint - CH 04 Techniques of Circuit Analysis Chap. 4 Techniques of Circuit Analysis Contents 4.1 Terminology 4.2 Introduction to the Node-Voltage Method 4.3 The Node-Voltage Method and Dependent Sources 4.4 The Node-Voltage Method: Some Special Cases

More information

Microsoft PowerPoint - ARC110_栾跃.ppt

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

More information

HC50246_2009

HC50246_2009 Page: 1 of 7 Date: June 2, 2009 WINMATE COMMUNICATION INC. 9 F, NO. 111-6, SHING-DE RD., SAN-CHUNG CITY, TAIPEI, TAIWAN, R.O.C. The following merchandise was submitted and identified by the vendor as:

More information

工业和信息化部人才交流中心

工业和信息化部人才交流中心 乐 麦 夫 教 育 电 子 信 息 - 集 成 电 路 紧 缺 人 才 培 养 计 划 集 成 电 路 设 计 系 列 培 训 课 程 超 大 规 模 集 成 电 路 可 测 性 设 计 (DFT) 技 术 与 实 践 培 训 课 程 VLSI DFT Technology and Practice 第 一 期 中 国. 上 海 2016 年 4月 22 日 4 月 23日 各 有 关 单 位 :

More information

Current Sensing Chip Resistor

Current Sensing Chip Resistor 承認書 APPROVAL SHEET 廠商 : 客戶 : 麗智電子 ( 昆山 ) 有限公司 核準審核制作核準審核簽收 公 司 章 公 司 章 Liz Electronics (Kunshan) Co., LTD No. 989, Hanpu Road Kunshan City Jiangsu Province China Tel:0086-0512-57780531 Fax:0086-0512-57789581

More information

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

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

More information

<4D6963726F736F667420576F7264202D20C8EDCDC1B5D8BBF9CDB2BBF9CAD4B2C9C6BDCCA8B5C4CACAD3C3D0D4B7D6CEF6>

<4D6963726F736F667420576F7264202D20C8EDCDC1B5D8BBF9CDB2BBF9CAD4B2C9C6BDCCA8B5C4CACAD3C3D0D4B7D6CEF6> 第 47 卷 第 2 期 西 安 建 筑 科 技 大 学 学 报 ( 自 然 科 学 版 ) Vol. 47 No.2 2015 年 4 月 J. Xi'an Univ. of Arch. & Tech. (Natural Science Edition) Apr. 2015 DOI:10.15986/j.1006-7930.2015.02.016 软 土 地 基 筒 基 试 采 平 台 的 适 用

More information

基于Proficy软件平台的大直缝埋弧 焊管生产线MES系统——王东明(初编辑稿-作者修改)

基于Proficy软件平台的大直缝埋弧 焊管生产线MES系统——王东明(初编辑稿-作者修改) 基 于 Proficy 智 能 平 台 的 JCOE 生 产 线 MES 系 统 研 究 王 东 明 ( 天 水 锻 压 机 床 有 限 公 司 国 家 级 企 业 技 术 中 心 甘 肃 省 制 管 工 程 研 发 中 心 甘 肃 741020) 摘 要 : 介 绍 了 基 于 西 门 子 TIA 全 集 成 自 动 化 平 台, 构 建 JCOE 生 产 线 基 础 自 动 化 系 统 ; 基

More information

國家圖書館典藏電子全文

國家圖書館典藏電子全文 I Abstract II III ... I Abstract...II...III... IV... VI 1...1 2...3 2-1...3 2-2...4 2-3...6 2-4...6 3...8 3-1...8 3-2...10 4...12 5...15 5-1...15 5-2...17 IV 5-3...18 6...21 6-1...21 6-2...22 6-3...22

More information

Free and Open Source Software for Geospatial(FOSS4G) Conference

Free and Open Source Software for Geospatial(FOSS4G) Conference Free and Open Source Software for Geospatial(FOSS4G) Conference 2009 98 10 18 98 10 25 98 11 13 2009 Free and Open Source Software for Geospatial (FOSS4G 2009) Exhibition & Convention Centre Open Geospatia

More information

Shanghai International Studies University A STUDY ON SYNERGY BUYING PRACTICE IN ABC COMPANY A Thesis Submitted to the Graduate School and MBA Center I

Shanghai International Studies University A STUDY ON SYNERGY BUYING PRACTICE IN ABC COMPANY A Thesis Submitted to the Graduate School and MBA Center I 上 海 外 国 语 大 学 工 商 管 理 硕 士 学 位 论 文 ABC 中 国 食 品 公 司 的 整 合 采 购 研 究 学 科 专 业 : 工 商 管 理 硕 士 (MBA) 作 者 姓 名 :0113700719 指 导 教 师 : 答 辩 日 期 : 2013 年 12 月 上 海 外 国 语 大 学 二 一 四 年 一 月 Shanghai International Studies

More information

HC20131_2010

HC20131_2010 Page: 1 of 8 Date: April 14, 2010 WINMATE COMMUNICATION INC. 9 F, NO. 111-6, SHING-DE RD., SAN-CHUNG CITY, TAIPEI, TAIWAN, R.O.C. The following merchandise was submitted and identified by the vendor as:

More information

HC70245_2008

HC70245_2008 Reliability Laboratory Page: 1 of 6 Date: September 5, 2008 WINMATE COMMUNICATION INC. 9 F, NO. 111-6, SHING-DE RD., SAN-CHUNG CITY, TAIPEI, TAIWAN, R.O.C. The following merchandise was submitted and identified

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

IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I

IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I 2004 5 IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I Abstract The techniques of digital video processing, transferring

More information

(35 )

(35 ) 2004 20 2004 19 2004 22 2004 21 2004 2656 2004 1973 (35 ) 2004 72 2005 29 ()() 2005 983 2005 23 2005 31 2005 28 2004 1927 2005 76 () 2005 1392 2005 907 2004 164 2004 27 2004 20 2004 7 16 1 2 3 4 5 6 7

More information

nbqw.PDF

nbqw.PDF 2002 2002 3 3 4 6 8 11 13 14 26 28 32 60 2002 2003 1 18 2002 2002 5 31 3100001006917 310115739764252 310115739764252 312,377,217.73 360,048,073.09 360,048,073.09 204,681,114.81 204,681,114.81 2,253,777.58

More information

工程设计资质标准

工程设计资质标准 工 程 设 计 资 质 标 准 为 适 应 社 会 主 义 市 场 经 济 发 展, 根 据 建 设 工 程 勘 察 设 计 管 理 条 例 和 建 设 工 程 勘 察 设 计 资 质 管 理 规 定, 结 合 各 行 业 工 程 设 计 的 特 点, 制 定 本 标 准 一 总 则 ( 一 ) 本 标 准 包 括 21 个 行 业 的 相 应 工 程 设 计 类 型 主 要 专 业 技 术 人 员

More information

Modern Ideas of Government Reform ...

Modern Ideas of Government Reform ... 现 代 政 府 改 革 理 念 与 澳 门 公 共 行 政 改 革 周 谭 陈 瑞 莲 澳 门 回 归 后, 市 民 对 澳 门 公 共 行 政 改 革 的 要 求 强 烈, 希 望 通 过 改 革 重 建 政 府 公 务 员 与 整 个 行 政 架 构 的 运 作 效 率, 使 社 会 走 向 开 放 与 透 明 政 府 也 希 望 通 过 公 共 行 政 改 革 赢 回 市 民 的 信 心 回

More information

4 办 公 室 工 作 实 务 ( 第 3 版 ) 第 1 单 元 单 位 组 织 的 有 效 运 作 离 不 开 办 公 室 工 作 情 景 案 例 左 景 被 宏 达 商 业 集 团 公 司 录 用 为 秘 书, 试 用 期 间, 只 能 在 办 公 室 打 杂, 有 时 工 作 稍 有 差 错

4 办 公 室 工 作 实 务 ( 第 3 版 ) 第 1 单 元 单 位 组 织 的 有 效 运 作 离 不 开 办 公 室 工 作 情 景 案 例 左 景 被 宏 达 商 业 集 团 公 司 录 用 为 秘 书, 试 用 期 间, 只 能 在 办 公 室 打 杂, 有 时 工 作 稍 有 差 错 模 块 1 办 公 室 工 作 概 述 3 模 块 1 办 公 室 工 作 概 述 学 习 目 标 知 识 目 标 : 了 解 办 公 室 工 作 的 性 质 作 用 和 职 能 理 解 办 公 室 工 作 的 原 则 性 与 灵 活 性 认 识 办 公 室 秘 书 应 具 备 的 职 业 素 养 能 力 目 标 : 培 养 办 公 室 秘 书 的 工 作 悟 性 完 善 办 公 室 秘 书 的 能

More information

nbqw.PDF

nbqw.PDF 2002 2 2002 3 2002 4 2002 5 2002 2002 497,436,769.87 398,874,507.07 359,317,320.34 1,009,717,057.82 6,259,557.58 331,224,008.07 78,162,839.02 82,594,331.83 5,455,590.95 742,195,671.99-28,879,459.87 6 2002

More information

路演公告.PDF

路演公告.PDF OO OO 417-427 1 IT IT 2 3 4 5 95.2% 6 7 8 0.47%, 2003 1-6 8,492.02 20.47% 2002 38.02% 20031-6 983.64 24.85% 2002 29.17% 2003 2003 23,109.20 3.45% 2003 3390.37 0.53% 2000 1 2001 3 2000 2001 2002 2003

More information

iml v C / 0W EVM - pplication Notes. IC Description The iml8683 is a Three Terminal Current Controller (TTCC) for regulating the current flowin

iml v C / 0W EVM - pplication Notes. IC Description The iml8683 is a Three Terminal Current Controller (TTCC) for regulating the current flowin iml8683-220v C / 0W EVM - pplication Notes iml8683 220V C 0W EVM pplication Notes Table of Content. IC Description... 2 2. Features... 2 3. Package and Pin Diagrams... 2 4. pplication Circuit... 3 5. PCB

More information