Overview of MathWorks

Size: px
Start display at page:

Download "Overview of MathWorks"

Transcription

1 基于模型设计助力高安全关键系统软件开发 符合行业标准的 MBD 方案及案例解析 于化龙高级项目开发部经理迈斯沃克 ( 软件 ) 北京有限公司 2015 The MathWorks, Inc. 1

2 内容概要 国内外高安全关键系统开发与验证的趋势 符合行业标准的基于模型设计解决方案 轨道交通行业符合 EN50128 标准项目实践 2

3 高安全关键系统软件开发面临的挑战 系统复杂度不断增大 开发周期不断缩短 代码量急速增长 软件质量与认证要求 更加严苛的行业标准 更高的安全性考虑 3

4 基于模型设计已成为高安全关键系统软件开发的趋势 4

5 意大利 Selex 公司基于模型设计技术历程 5

6 意大利 Selex 公司飞行系统 (March 2013) Motor Control MATLAB Simulink Embedded Coder Systems HDL Coder Doppler Radar Software PIL Hardware FIL HIL 6

7 Alstom Generates Production Code for Safety-Critical Power Converter Control Systems (2004) Challenge Design and implement real-time power conversion and control systems for trams, metros, and railways Solution Use MathWorks tools for Model-Based Design to design, simulate, and automatically generate production code for safety-critical transportation systems Results Development time cut by 50% Defect-free, safety-critical code generated and certified Common language established Link to user story Pendolino tilting train. When Alstom delivered a Pendolino train to Czech Railways, the railway application was the first with automatically generated code to receive TUV certification (for EN 50128) Han Geerligs Alstom 7

8 Alstom (Nov.2013) 8

9 基于模型设计的关键在于从仿真到实现 模型 : 只是用做仿真 Simulink 仿真模型 Word 手工文档 C 手写代码 - 设计部门仍然通过手写设计文档来交给软件部门 - 设计部门可能需要维护模型 / 代码 / 文档三套设计 - 软件部门仍然根据文档进行手工编码 - 代码编写存在需求理解偏差, 易引入认为缺陷 Simulink 仿真模型 Simulink 产品模型 C/HDL 自动代码 模型 : 自动生成代码 仿真模型经过配置后可以直接生成代码 设计部门可将仿真模型或者配置好的产品模型交付 软件部门可以对模型进行配置后自动生存代码 通过定制可以实现自动代码与手写代码的自动集成 9

10 基于模型设计使早期验证成为可能 10

11 基于模型设计 : 以模型为核心集成设计开发环境 项目管理 Simulink Project 需求管理 Simulink VnV RMI DOORS Integration 知识管理 Simulink VnV Model Advisor Simulink Customized Library 数据管理 Simulink Data Dictionary Simulink Data Inspector Simulink System 系统架构 XML In/Out 硬件集成 Processor In Loop Hardware In Loop 配置管理 Simulink Project SVN/CC Integration 报告生成 MATLAB Report Generator Simulink Report Generator 11

12 内容概要 国内外高安全关键系统开发与验证的趋势 符合行业标准的基于模型设计解决方案 轨道交通行业符合 EN50128 标准项目实践 12

13 高安全关键系统相关行业标准 DO-178 (Level A) ISO ARP4754 & DO-178 Honeywell Aerospace USA Flight Control Systems TRW Germany Electronic parking brake control system Airbus Helicopters Certified flight software IEC IEC EN Weinmann Medical Germany Transport ventilator Alstom Grid UK HDVC Power Systems Alstom France Train Control Systems 13

14 DO Qualification Kit IEC/ISO Certification Kit >>qualkitdo >>certkitiec 14

15 15

16 16

17 参考流程 Simulink Test, Model coverage (SL V&V), Requirements Trace Interface (SL V&V), Report Generation and Diff (SL RG) Property proving (SLDV) Trace matrix generation (Cert Kit), Code coverage tool integration (Embedded Coder), Structural equivalence (Simulink Code Inspector) Module and Integration testing Model Standards Checks (SL V&V) Reviews and static analysis PIL testing (Embedded Coder), Test generation (SLDV) Prevention of unintended functionality Reviews and static analysis Equivalence testing Polyspace (MISRA) Polyspace Code Prover Textual requirements Executable specification Model used for production code generation Generated code Object code Modeling Simulink / Stateflow / Simulink Fixed Point Code generation Embedded Coder Compilation and linking 17

18 思考一个问题 : 工程师为什么无法充分利用模型? Simulink 只用于仿真 工程师使用 Simulink 仅用于算法仿真, 并没有将 Simulink 平台作为全流程的开发工具, 关键是仍没有突破自动代码生成的技术和心理障碍, 模型验证更是无从谈起 模型无法在开发中传递 Simulink 模型仿真完成后, 工程师又忙于琐碎的文档和编码工作, 模型无法向下传递, 还没有成为知识传递与积累的载体, 模型也没有实现标准化的设计 开发流程无法自动化 Simulink 提供了建模 / 仿真 / 验证 / 代码生成等一些列工具, 但这些工具都相对独立, 并没有与特定的流程进行集成, 所以导致工程师在使用时没有目标, 或者就不知何时使用 团队协作过于粗放 在团队协作中, 流程的定义相对粗放, 没有规定每一个环节工程师详细的工作职责 / 使用工具 / 输入输出等, 而且如模型验证等环节都是缺失的, 模型没有进入到设计开发流程中 18

19 从 V 流程到 微 流程 Requirements Design Integration Acceptance 微 流程 解决了设计过程中的实现操作定义, 每个操作都是可执行的, 工程师可以参照它开展工作 模型验证版本库 tpj_projectname.prj prj_starttestproject.m 被测模型 模型验证开始获取项目数据打开项目文件配置测试环境模型规范检查 设定工作路径载入模型数据 Model Advisor 报告 被测模型 模型缺陷检查 Design Verifier 报告 被测模型 模型覆盖率检查 Design Verifier 报告 Code 需求追踪 模型设计 需求 模型缺陷检查模型规范检查 模型功能性验证模型覆盖率验证 需求文档被测模型 需求文档 是 缺陷? 否设计测试模型设计测试用例 ths_model_xxx.mdl tcs_model_xxx.xlsx 需求追踪 代码生成 模型 模型与代码结构一致性验证 目标码功能性验证代码运行时缺陷检查 tru_model_xxx.m 运行测试用例比较测试结果覆盖率 100%? 否 是 trp_model_xxx.doc tcv_model_xxx.cvt trs_model_xxx.mat V 流程 解决了设计过程中主要环节定义, 但没有具体的实现, 工程师无法参照它开展工作 编译 源代码 可执行目标码 代码规范检查 模型与目标码功能一致性验证代码运行时缺陷检查代码覆盖率验证 问题报告 prp_model_xxx.doc tcv_model_xxx.cvt Signal Builder 否 补充测试用例满足覆盖率要求转换测试用例设定期望值结果 100% 是提交全部测试文件下一个模型? 否项目实施结束 是 Signal Builder tcs_model_xxx.xlsx tcs_model_xxx.xlsx ths_model_xxx.mdl trp_model_xxx.doc prp_model_xxx.doc tcv_model_xxx.cvt trs_model_xxx.mat 19

20 内容概要 国内外高安全关键系统开发与验证的趋势 符合行业标准的基于模型设计解决方案 轨道交通行业符合 EN50128 标准项目实践 20

21 案例项目背景 欧洲铁路运输管理系统 (ERTMS) Level 2 Radio Block Center (RBC) 系统 项目目标 符合 SIL4 项目的最佳实践 EN50128 标准符合性指导 21

22 22

23 基于模型设计 :V 流程 Software requirement s Software development Planning Application Software development Software validation Hardware and Basic Software integration Software architecture and design Software design simulation and analysis Automatic software code testing Software component design Software component design simulation and analysis Automatic software component code testing Automatic code generation and analysis Model-Based Design 23

24 基于模型设计 : 实施环节 1 软件项目计划 软件需求描述 软件确认 硬件与软件集成 软件架构设计 软件集成设计仿真与验证 自动化软件代码集成测试 软件单元设计 软件单元设计仿真与验证 自动化软件代码单元测试 自动代码生成与分析 4 基于模型设计 24

25 基于模型设计在项目中的实施 项目计划 : 基于模型的软件开发项目计划软件设计 : 基于模型的软件架构与单元设计模型验证 : 基于模型的设计仿真与验证代码生成 : 基于模型的自动代码生成与分析代码验证 : 基于模型的代码集成与验证 25

26 1 基于模型的软件开发项目计划 26

27 使用 Certification Kit 对流程进行定义 明确定义项目范围 在软件质量保证计划 (SQAP) 中根据 TÜV SÜD for SIL4 批准的流程详细制定项目开发流程 必须详细描述流程的细节并且映射到 EN50128 表格中 27

28 标准和符合性验证 通过 Model Advisor 中 EN50128 检查项自动验证模型标准的符合性 通过 Polyspace 中 MISRA AC AGG 检查工具自动验证代码标准的符合性 28

29 使用 Certification Kit 对工具进行认证 对项目建立认证包实例 Certification Kit 针对每个 MATLAB 版本都会进行升级 自动运行工具的测试程序并且生成报告 29

30 使用 Simulink Project 管理项目 确保工具配置的一致性 通过行为执行的自动化快捷操作确保流程的符合性 在 CM 下保持项目团队的合作 提供完整项目的依赖关系分析 通过自动化脚本实现行为执行的批处理操作 30

31 2 基于模型的软件架构与单元设计 31

32 软件架构设计 Software requirements Software requirements specification Software architecture and design Model architecture and specify design Software architecture specification model specification model Verify modelling standard Generate Architecture Spec Software architecture, design and interface specification Specify tests Software and Software/Hardware integration test specification Specify properties Software and Software/Hardware properties specification report Do: manual activity Do: automated activity Modelling Standard Conformance Report Review Review Review Review Software Architecture and Design Verification Report Approve 32

33 软件架构设计中的开发活动 架构模型限定在应用层软件 开发软件架构描述模型 使用 Simulink 图形化描述模块划分和数据流 使用 MATLAB 描述接口特性 使用富文本注释在模型中描述设计依据和需求 建立模型与需求的追踪 软件架构设计文档通过模型自动生成 33

34 软件架构设计中的验证活动 描述软件集成测试 软件集成测试用例与需求建立追踪 验证模型规范的符合性 验证测试描述 同级审核 验证软件架构描述 同级审核 34

35 软件单元设计 Software architecture and design Software architecture specification model Software component design Model algorithms and equations Software component design model specification model Verify modelling standard Generate Component Spec Software component design specification Specify tests Software component test specification Specify properties Software component properties specification report Do: manual activity Do: automated activity Modelling Standard Conformance Report Review Review Review Review Software Architecture and Design Verification Report Approve 35

36 软件单元设计中的开发活动 开发软件单元描述模型 软件架构模型描述单元接口 根据架构模型中的单元需求开发具体的算法和方程 设计依据包含在模型中的富文本注释中 软件单元需求与模型建立追踪 软件单元描述文档通过模型自动生成 36

37 软件单元设计中的验证活动 验证软件单元模型 模型规范符合性自动化验证 软件单元描述同级审核 需求追踪型验证 设计鲁棒性验证 设计可测试性验证 详尽验证单元测试描述 软件单元测试描述同级审核 37

38 3 基于模型的设计仿真与验证 38

39 Component design testing 模型单元测试 Component design Software component design model Software component test specification Build test harness model Component test harness Simulate and log outputs Record design model structural coverage Software component design structural coverage and test report Software component test cases Specify test I/O values Review Review sw phase specification model report Do: manual activity Do: automated activity Review Software component design test report Approve 39

40 模型单元测试中的活动 创建测试模型 引用被测设计模型并将其连接到测试输入 比较测试的期望值与模型输出值 启动单元模型的结构覆盖率测量 启动信号信号范围覆盖率测量 执行测试程序 载入测试数据到 MATLA 工作空间 仿真测试模型 统计累积覆盖率并生成报告 审核模型单元测试描述和报告 40

41 Model integration 模型集成与测试 Component design Architecture and design Software component design model Software architecture specification model Software integration test specification Verify modeling standard Integrate Software integration model Review Review Specify test I/O values Software integration test cases Build test harness model Integration test harness model Simulate and log outputs Software integration test report Review Review Do: manual activity Do: automated activity <name > SW Phase <name > <name > <name > Specification Model Report Software integration verification Report Approve 41

42 模型集成与测试中的活动 开发 : 将单元模型集成到软件架构模型中 测试 : 创建测试模型 执行测试程序 验证 : 验证集成模型的规范符合性 审核集成模型 审核测试报告 42

43 4 基于模型的自动代码生成 43

44 Component implementation 自动代码生成与分析 Component design Software component design model Generate code Software source code and supporting information sw phase specification Verify coding standard MISRA AGC compliance report Review Verify Bug Finder checks Verify Polyspace Code Prover checks Polyspace verification report Review model report Do: manual activity Do: automated activity Software component implementation report Approve 44

45 自动代码生成 可读性与可追溯性 自动生成具有代码和模型双向链接的报告 提供代码生成指标 通过配置确保 C 代码中的算法结构 45

46 自动代码分析 使用 Polyspace Bug Finder 验证生成代码与 MISRA 标准的符合性 使用 Polyspace Code Prover 验证生成代码的鲁棒性 46

47 5 基于模型的代码集成与验证 47

48 Component code testing 代码单元测试 Component Implementation Component design testing Component source code and supporting information Software component test cases Instrument code and generate exe Fee d Component test harness sw phase specification model Component Code coverage report Measure code coverage Review Software component implementation verification report Approve Component test report Review Measure test result report Do: manual activity Do: automated activity 48

49 Code integration 代码集成测试 Component implementation Model integration Component source code and supporting information Software integration model Software integration test cases Generate code Integration source code and supporting information Generate exe Feed sw phase specification Verify Polyspace RTE checks Verify coding standard Integration test harness Measure test result model report Do: manual activity Do: automated activity Polyspace verification report MISRA AGC compliance report Integration test report Review Review Review Software component implementation verification report Approve 49

50 自动化代码测试 使用 Simulink Design Verifier 自动生成背靠背测试用例或正重用基于需求的测试用例 自动化软件在环测试或者处理器在环测试 使用集成的第三方工具 LDRA 统计代码覆盖率 使用 Simulink Data Inspector 比较模型与代码的输出 50

51 自动化代码测试 51

52 总结与问题 国内外高安全关键系统开发与验证的趋势 符合行业标准的基于模型设计解决方案 轨道交通行业符合 EN50128 标准项目实践 52

PowerPoint Presentation

PowerPoint Presentation 构建基于模型的机载软件研发平台 苏哲 2015 The MathWorks, Inc. 1 内容 基于模型的研发平台的组成及用户案例 构建研发平台的关键技术 符合高安全规范的机载软件研发平台 2 内容 基于模型的研发平台的组成及用户案例 构建研发平台的关键技术 符合高安全规范的机载软件研发平台 3 以基于模型设计为核心集成设计开发环境 项目管理 Simulink Project 需求管理 Simulink

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

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

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

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

Presentation Title

Presentation Title 符合 ISO 26262 的汽车电子软件开发流程 董淑成 Shucheng.dong@mathworks.cn MathWorks 中国 2015 The MathWorks, Inc. 1 基于模型设计的应用 高完整性软件开发标准和基于模型的设计 2 ISO 26262 (2011) DO-178C (2011) NASA-GB- 8719.13 (2004) 1 IEC 61508 (2010)

More information

目次 

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

More information

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

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

More information

使用Polyspace进行软件代码错误检查和运行期错误证明

使用Polyspace进行软件代码错误检查和运行期错误证明 Presentation Title By Author 2014 The MathWorks, Inc. 1 使用 Polyspace 进行软件代码运行错误检查和验证 李春彦 应用工程师 MathWorks China 2014 The MathWorks, Inc. 2 内容 Polyspace 背景介绍 Polyspace 产品功能及使用技巧 在基于模型设计开发流程中使用 Polyspace

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

PowerPoint 簡報

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

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

Presentation Title

Presentation Title 嵌入式代码自动生成 周玲 / Ling.Zhou@mathworks.cn 应用工程师 201406 2014 The MathWorks, Inc. 1 目录 代码生成概述 代码结构控制 模型数据管理 代码生成的优化 代码生成相关 2 目录 代码生成概述 代码结构控制 模型数据管理 代码生成的优化 代码生成相关 3 BLACK BOX P O W E R V R C S I N P U T B L

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

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

Presentation Title

Presentation Title Scaling up Model-Based Design: Moving from First Success to Optimized Deployment 提升基于模型的设计 : 从第一次成功到优化部署 Paul Barnard Director, Design Automation MathWorks paul.barnard@mathworks.com 2016 The MathWorks,

More information

<4D6963726F736F667420506F776572506F696E74202D20C8EDBCFEBCDCB9B9CAA6D1D0D0DEBDB2D7F92E707074>

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

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

Presentation Title

Presentation Title 模型验证流程建立的关键和实践经验 John Lee MathWorks Consulting China MAC, 2014 2014 The MathWorks, Inc. 1 议程 通过一个实例来回答以下问题 为何要建立产品验证流程? 怎样建立产品验证流程? 结果如何? 2 背景 一家美国的汽车零部件供应商 产品 : 稳定控制系统 控制算法采用基于模型设计方法, 应用层代码 100% 自动生成

More information

Presentation Title

Presentation Title 使用 Simulink 设计和部署 PARROT 四旋翼无人机飞行控制 胡乐华 高级应用工程师 MathWorks 中国 2018 The MathWorks, Inc. 1 MATLAB 产品家族 基于 MATLAB 和 Simulink 的近百种工具箱和扩展模块 正应用于当下的各行各业 基于事件的建模 物理建模 应用 快速原型与 HIL 仿真 验证 确认和测试 仿真图示和报告 控制系统 Simulink

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

小论文草稿2_邓瀚

小论文草稿2_邓瀚 城 市 轨 道 交 通 列 车 运 行 控 制 系 统 仿 真 分 析 平 台 的 设 计 邓 瀚 1 赵 霞 1 张 琼 燕 2 刘 循 2 (1. 上 海 交 通 大 学 自 动 化 系, 系 统 控 制 与 信 息 处 理 教 育 部 重 点 实 验 室, 上 海,200240;2. 上 海 申 通 地 铁 股 份 有 限 公 司, 上 海,201103) 摘 要 文 章 设 计 了 一 种

More information

Microsoft Word - 专论综述1.doc

Microsoft Word - 专论综述1.doc 2016 年 第 25 卷 第 期 http://www.c-s-a.org.cn 计 算 机 系 统 应 用 1 基 于 节 点 融 合 分 层 法 的 电 网 并 行 拓 扑 分 析 王 惠 中 1,2, 赵 燕 魏 1,2, 詹 克 非 1, 朱 宏 毅 1 ( 兰 州 理 工 大 学 电 气 工 程 与 信 息 工 程 学 院, 兰 州 730050) 2 ( 甘 肃 省 工 业 过 程 先

More information

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

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

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

ELECTRIC DRIVE FOR LOCOMOTIVES The Research and Development of Modern Railway Traction and Control Technology (CSR Zhuzhou Institute Co., Ltd., Zhuzhou, Hunan 412001, China) Abstract: The technology of

More information

epub 79-1

epub 79-1 1 XML X M L X M L X M L We b 1.1 markup language M L M L A S C I I A S C I I C 0 0 0 1 F C R - L F M S - D O S M S - Wi n d o w s U n i x L F M a c O S C R A S C I I A S C I I -. - -. C C + + { }. b e

More information

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

rz_Newsletter2016_en_160111.indd

rz_Newsletter2016_en_160111.indd 2016 Android AUTOSAR Linux AUTOSARAU Reverse ging Target Communication Framework ARM CoreSight TM Requirements Analysis Nexus Timing Tools Intel Trace Hub GDB Infineon MCDS Unit Testing PIL Simulation

More information

XXX专业本科人才培养方案

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

More information

epub83-1

epub83-1 C++Builder 1 C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r 1.1 1.1.1 1-1 1. 1-1 1 2. 1-1 2 A c c e s s P a r a d o x Visual FoxPro 3. / C / S 2 C + + B u i l d e r / C

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

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

<4D6963726F736F667420576F7264202D2044312D36207A20726320BAABCEB0C7BF20B5E7CDF8D4CBD0D052544453B7D6CEF6B5C4BFC9D0D0D0D4BCB0B7BDCABDCCBDCCD62E646F63>

<4D6963726F736F667420576F7264202D2044312D36207A20726320BAABCEB0C7BF20B5E7CDF8D4CBD0D052544453B7D6CEF6B5C4BFC9D0D0D0D4BCB0B7BDCABDCCBDCCD62E646F63> 2010 年 第 4 卷 第 3 期 南 方 电 网 技 术 研 究 与 分 析 2010,Vol. 4,No. 3 SOUTHERN POWER SYSTEM TECHNOLOGY Study & Analysis 文 章 编 号 :1674-0629(2010)03-0051-06 中 图 分 类 号 :TM743 文 献 标 志 码 :A 电 网 运 行 RTDS 分 析 的 可 行 性 及

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

PowerPoint Presentation

PowerPoint Presentation 快速 FPGA / ASIC 原型设计与验证 单博 信号处理应用工程师 MathWorks 中国 1 实际案例 HDL 代码自动生成, 并在 Xilinx 开发板运行 2 日程 介绍使用基于模型的设计方法进行 FPGA 设计实际案例 音频均衡器定点化模型 HDL 代码自动生成速度和面积优化验证 : HDL 联合仿真和 FPGA 在环仿真总结 3 基于模型的设计 (model based design):

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

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

Embargoed until May 4, 2004 EXPRESS 40 NI HQ 3000 1000 5000 ~ 500 10% / 500 85% NI LabVIEW 7 Express Express EXPRESS : #1 GPS Navigation PC/WWW/Email CD+RW Mobile Phone PDA DVD+RW Satellite Car Alarm/Radio

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

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

Olav Lundström MicroSCADA Pro Marketing & Sales 2005 ABB - 1-1MRS755673

Olav Lundström MicroSCADA Pro Marketing & Sales 2005 ABB - 1-1MRS755673 Olav Lundström MicroSCADA Pro Marketing & Sales 2005 ABB - 1 - Contents MicroSCADA Pro Portal Marketing and sales Ordering MicroSCADA Pro Partners Club 2005 ABB - 2 - MicroSCADA Pro - Portal Imagine that

More information

中华人民共和国水利行业标准(封面).doc

中华人民共和国水利行业标准(封面).doc SL P Technical specification for hydrologic data acquisition system 1 2 3 4 5 6 / / 7 8 9 10 11 12 13 14 15 16 10m >10m 0.3 0.3cm 1 1cm 0.1% 2 2cm 0.2% 3 3cm 0.3% 17 MTBF 8000h 18 19 20 21 22 23 24 25

More information

内部资料,注意保密

内部资料,注意保密 杭 州 大 剧 院 招 标 采 购 文 件 采 购 编 号 : CTZB-H150522CNZ 工 程 名 称 : 杭 州 大 剧 院 采 购 人 : 杭 州 大 剧 院 管 理 中 心 ( 盖 章 ) 采 购 代 理 机 构 : ( 盖 章 ) 日 期 : 二 0 一 五 年 五 月 目 录 第 一 部 分 第 二 部 分 第 三 部 分 第 四 部 分 第 五 部 分 招 标 采 购 公 告 编

More information

计 算 机 系 统 应 用 http://www.c-s-a.org.cn 2016 年 第 25 卷 第 1 期 的 编 程 语 言 Giotto [9] 编 写 控 制 程 序, 可 以 方 便 的 控 制 程 序 的 逻 辑 执 行 时 间, 从 而 使 得 任 务 时 间 的 依 赖 关 系

计 算 机 系 统 应 用 http://www.c-s-a.org.cn 2016 年 第 25 卷 第 1 期 的 编 程 语 言 Giotto [9] 编 写 控 制 程 序, 可 以 方 便 的 控 制 程 序 的 逻 辑 执 行 时 间, 从 而 使 得 任 务 时 间 的 依 赖 关 系 1 基 于 PRET 的 编 程 模 型 李 晓 飞, 陈 香 兰 ( 中 国 科 学 技 术 大 学 计 算 机 学 院, 合 肥 230039) 摘 要 : 时 间 可 预 测 性 在 信 息 物 理 系 统 设 计 领 域 正 变 得 越 来 越 重 要, 目 前 时 间 可 预 测 性 系 统 的 设 计 分 为 编 程 模 型 和 体 系 结 构 两 个 层 次, 编 程 模 型 的 研

More information

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

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

More information

D C 93 2

D C 93 2 D9223468 3C 93 2 Java Java -- Java UML Java API UML MVC Eclipse API JavadocUML Omendo PSPPersonal Software Programming [6] 56 8 2587 56% Java 1 epaper(2005 ) Java C C (function) C (reusability) eat(chess1,

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

? 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

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

資訊安全管理系統建置初始工作的研究 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

Microsoft Word - A201004-1587.doc

Microsoft Word - A201004-1587.doc 1 基 于 μc/os-ii 的 嵌 入 式 电 子 潮 汐 预 报 仪 张 淑 娟, 李 海 森, 么 彬, 陈 宝 伟, 周 天 哈 尔 滨 工 程 大 学 水 声 技 术 国 防 科 技 重 点 实 验 室, 哈 尔 滨 (150001) E-mail: zhangshujuan@hrbeu.edu.cn 摘 要 : 本 文 涉 及 一 种 嵌 入 式 电 子 潮 汐 预 报 仪 的 开 发

More information

<4D6963726F736F667420576F7264202D20312D3120D5D0B9C9CBB5C3F7CAE9A3A8C9EAB1A8B8E5A3A9>

<4D6963726F736F667420576F7264202D20312D3120D5D0B9C9CBB5C3F7CAE9A3A8C9EAB1A8B8E5A3A9> 本 次 股 票 发 行 后 拟 在 创 业 板 市 场 上 市, 该 市 场 具 有 较 高 的 投 资 风 险 创 业 板 公 司 具 有 业 绩 不 稳 定 经 营 风 险 高 退 市 风 险 大 等 特 点, 投 资 者 面 临 较 大 的 市 场 风 险 投 资 者 应 充 分 了 解 创 业 板 市 场 的 投 资 风 险 及 本 公 司 所 披 露 的 风 险 因 素, 审 慎 作 出

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

mvc

mvc Build an application Tutor : Michael Pan Application Source codes - - Frameworks Xib files - - Resources - ( ) info.plist - UIKit Framework UIApplication Event status bar, icon... delegation [UIApplication

More information

FAQ -PowerDesigner9.5.DOC

FAQ -PowerDesigner9.5.DOC PowerDesigner 9.5 FAQ 1. PowerDesigner PowerDesigner PowerDesigner (CASE Tool,Computer Aided Software Engineering) PowerDesigner 1989 9.5 2. PowerDesigner PowerDesigner Internet ( Java) PowerDesigner 7.0

More information

f2.eps

f2.eps 前 言, 目 录 产 品 概 况 1 SICAM PAS SICAM 电 力 自 动 化 系 统 配 置 和 使 用 说 明 配 置 2 操 作 3 实 时 数 据 4 人 机 界 面 5 SINAUT LSA 转 换 器 6 状 态 与 控 制 信 息 A 版 本 号 : 08.03.05 附 录, 索 引 安 全 标 识 由 于 对 设 备 的 特 殊 操 作 往 往 需 要 一 些 特 殊 的

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

EK-STM32F

EK-STM32F STMEVKIT-STM32F10xx8 软 件 开 发 入 门 指 南 目 录 1 EWARM 安 装... 1 1.1 第 一 步 : 在 线 注 册... 1 1.2 第 二 步 : 下 载 软 件... 2 1.3 第 三 步 : 安 装 EWARM... 3 2 基 于 STMEVKIT-STM32F10xx8 的 示 例 代 码 运 行... 6 2.1 GPIO Demo... 6 2.2

More information

1 目 錄 1. 簡 介... 2 2. 一 般 甄 試 程 序... 2 3. 第 一 階 段 的 準 備... 5 4. 第 二 階 段 的 準 備... 9 5. 每 間 學 校 的 面 試 方 式... 11 6. 各 程 序 我 的 做 法 心 得 及 筆 記... 13 7. 結 論..

1 目 錄 1. 簡 介... 2 2. 一 般 甄 試 程 序... 2 3. 第 一 階 段 的 準 備... 5 4. 第 二 階 段 的 準 備... 9 5. 每 間 學 校 的 面 試 方 式... 11 6. 各 程 序 我 的 做 法 心 得 及 筆 記... 13 7. 結 論.. 如 何 準 備 研 究 所 甄 試 劉 富 翃 1 目 錄 1. 簡 介... 2 2. 一 般 甄 試 程 序... 2 3. 第 一 階 段 的 準 備... 5 4. 第 二 階 段 的 準 備... 9 5. 每 間 學 校 的 面 試 方 式... 11 6. 各 程 序 我 的 做 法 心 得 及 筆 記... 13 7. 結 論... 20 8. 附 錄 8.1 推 甄 書 面 資 料...

More information

政府機關_構_資通安全責任等級分級作業規定

政府機關_構_資通安全責任等級分級作業規定 壹 目 的 政 府 機 關 ( 構 ) 資 通 安 全 責 任 等 級 分 級 規 定 為 明 確 規 範 政 府 機 關 ( 構 ) 資 通 安 全 責 任 等 級 分 級 流 程, 透 過 資 通 安 全 ( 以 下 簡 稱 資 安 ) 管 理, 以 防 範 潛 在 資 安 威 脅, 進 而 提 升 國 家 資 安 防 護 水 準, 特 訂 定 政 府 機 關 ( 構 ) 資 通 安 全 責 任

More information

2 49 30667. 7m 2, 424008m 2,,,, 20. 5m,, 4. 6 m 2 3, - 14. 5m, 87200m 2,, ( ) Leoadaly 1 C40, 2200mm 2650mm, 30m, 49000kN 71000kN, 193m, 156m,,, 2 1,

2 49 30667. 7m 2, 424008m 2,,,, 20. 5m,, 4. 6 m 2 3, - 14. 5m, 87200m 2,, ( ) Leoadaly 1 C40, 2200mm 2650mm, 30m, 49000kN 71000kN, 193m, 156m,,, 2 1, 11 2 2009 4 Progress in Steel Building Structures Vol. 11 No. 2 Apr. 2009 1, 1, 1, 1, 1, 1, 2 (1. ( ), 518033 ; 2., 518031) : 238m, 260m, 17. 3, B,,, : ; ; ; ; : TU 355 : A : 1671-9379 (2009) 02-0048 -

More information

豐佳燕.PDF

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

More information

Wy159.mps

Wy159.mps 第 章 系 统 开 发 方 法 管 理 信 息 系 统 开 发 的 效 率 质 量 成 本 及 用 户 的 满 意 程 度, 除 了 管 理 技 术 等 因 素 外, 还 与 系 统 开 发 方 法 密 切 相 关 管 理 信 息 系 统 从 产 生 到 现 在 已 经 发 展 了 许 多 开 发 方 法, 这 些 开 发 方 法 各 自 遵 循 一 定 的 基 本 思 想, 适 用 于 一 定 的

More information

廠 商 攤 位 配 置 圖 ~ 2

廠 商 攤 位 配 置 圖 ~ 2 活 動 流 程 表 場 地 配 佈 圖 ~ 時 間 活 動 名 稱 活 動 內 容 09:30~10:00 廠 商 報 到 暨 場 地 佈 置 10:00~10:30 開 幕 式 10:30~14:00 企 業 徵 才 活 動 服 務 台 ( 體 育 館 ) 開 場 表 演 長 官 暨 來 賓 致 詞 徵 才 求 職 區 公 部 門 服 務 區 履 歷 健 診 服 務 區 (10:30~12:30)

More information

untitled

untitled rxli@public.wh.hb.cn http://idc.hust.edu.cn/~rxli/ 2 3 ( ) (Distributed System) Integrated System () 4 5 6 System Integration 7 8 Integrated System 9 1.1 CIMS IDEF CSCW STEP MIS MRPII ERP CRM SCM MIS:

More information

Microsoft PowerPoint - 数据通信-ch1.ppt

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

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

( CIP ) /. - :, ISBN X G420 CIP (2003) JIAOYU ZHILIANG DUDAO YU PINGJIA : (0898 ) B 3 :

( CIP ) /. - :, ISBN X G420 CIP (2003) JIAOYU ZHILIANG DUDAO YU PINGJIA : (0898 ) B 3 : 2004 ( CIP ) /. - :,2004.1 ISBN 7-5442-2564-X... - -.G420 CIP (2003) 064161 JIAOYU ZHILIANG DUDAO YU PINGJIA : (0898 )65350227 B 3 :570203 nhcbgs@0898.net 890 1240 1/ 32 10 260 2004 1 1 2004 1 1 ISBN 7-5442-2564-X

More information

csr_report_2009.pdf

csr_report_2009.pdf 4 5 5 6 8 9 10 10 11 12 12 14 16 16 23 25 27 28 30 31 31 32 33 38 39 40 42 44 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 ~ ~KPI 18 19 20 21 22 23 24 25 26 27 28 29 30 31 20,706 22,329 36.53% 63.47% 92.84%

More information

FANUC Power Motion i-MODEL A

FANUC Power Motion i-MODEL A < Power Motion +-MODEL A FANUC Power Motion +-MODEL A FANUC Power Motion +-MODEL A i FANUC I/O Link + + +Pendant + < AC SERVO MOTOR @+-B!, #+-B! < LINEAR MOTOR L+S-B! FANUC SERVO AMPLIFIER @+-B!, #+-B!

More information

Automatic Protocol Conformance Test Generation Based on Model Checking By JI ZHONG HE A dissertation submitted to the graduate faculty in partial fulf

Automatic Protocol Conformance Test Generation Based on Model Checking By JI ZHONG HE A dissertation submitted to the graduate faculty in partial fulf 中 国 科 学 技 术 大 学 硕 士 学 位 论 文 论 文 题 目 : 基 于 模 型 检 查 的 协 议 一 致 性 测 试 生 成 学 生 姓 名 姬 忠 鹤 学 号 SA02011018 导 师 姓 名 蒋 凡 教 授 单 位 名 称 计 算 机 科 学 技 术 系 专 业 名 称 计 算 机 软 件 与 理 论 专 业 代 码 081202 中 国 科 学 技 术 大 学 二 零 零 五

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

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

JOURNAL OF EARTHQUAKE ENGINEERING AND ENGINEERING VIBRATION Vol. 31 No. 5 Oct /35 TU3521 P315.

JOURNAL OF EARTHQUAKE ENGINEERING AND ENGINEERING VIBRATION Vol. 31 No. 5 Oct /35 TU3521 P315. 31 5 2011 10 JOURNAL OF EARTHQUAKE ENGINEERING AND ENGINEERING VIBRATION Vol. 31 No. 5 Oct. 2011 1000-1301 2011 05-0075 - 09 510405 1 /35 TU3521 P315. 8 A Earthquake simulation shaking table test and analysis

More information

ebook

ebook 26 JBuilder RMI Java Remote Method Invocation R M I J a v a - - J a v a J a v J a v a J a v a J a v a R M I R M I ( m a r s h a l ) ( u n m a r c h a l ) C a ff e i n e J a v a j a v a 2 i i o p J a v

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

软 件 工 程 专 业 习 指 南 目 录 一 软 件 工 程 专 业 设 置 背 景 与 发 展 前 景... 3 二 软 件 工 程 专 业 实 践 教 条 件... 4 三 软 件 工 程 专 业 课 程 类 型 及 核 方 式... 6 1. 软 件 工 程 专 业 课 程 类 型...7

软 件 工 程 专 业 习 指 南 目 录 一 软 件 工 程 专 业 设 置 背 景 与 发 展 前 景... 3 二 软 件 工 程 专 业 实 践 教 条 件... 4 三 软 件 工 程 专 业 课 程 类 型 及 核 方 式... 6 1. 软 件 工 程 专 业 课 程 类 型...7 计 算 机 系 软 件 工 程 专 业 习 指 南 广 东 科 技 院 计 算 机 系 2015-9-1 软 件 工 程 专 业 习 指 南 目 录 一 软 件 工 程 专 业 设 置 背 景 与 发 展 前 景... 3 二 软 件 工 程 专 业 实 践 教 条 件... 4 三 软 件 工 程 专 业 课 程 类 型 及 核 方 式... 6 1. 软 件 工 程 专 业 课 程 类 型...7

More information

(Geographic data or geodata ) 30 (Buelher, K and L. Mckee1996) (Open GIS Consortium OGC) OGC GIS Open GIS OGC (Geography Markup Langu

(Geographic data or geodata ) 30 (Buelher, K and L. Mckee1996) (Open GIS Consortium OGC) OGC GIS Open GIS OGC (Geography Markup Langu 2004 1 1 2 3 4 (Open GIS Consortium, OGC) (Geography Markup Lang uage, GML GML) GIS GML GIS GML GML GML GML TGML(Taipei-GML) application schema TGML TGML TGML 1 2 3 4 1 2004 1. (Geographic data or geodata

More information

55

55 A n n u a l C o n f e r e n c e F o r u m 200529 11 VOL.29 NO.11 NOV.2005 54 CITY PLANNING REVIEW 55 A n n u a l C o n f e r e n c e F o r u m 200529 11 VOL.29 NO.11 NOV.2005 56 CITY PLANNING REVIEW 57

More information

目 录

目    录 目 录 学 院 概 况... 1 计 算 机 与 信 息 学 院 ( 常 州 )... 2 物 联 网 工 程 专 业 介 绍... 3 物 联 网 工 程 专 业 介 绍... 4 专 业 人 才 培 养 方 案... 3 物 联 网 工 程 专 业 本 科 人 才 培 养 方 案... 6 课 程 教 学 大 纲... 15 第 一 部 分 基 础 课...16 电 路 教 学 大 纲... 16

More information

软件测试(TA07)第一学期考试

软件测试(TA07)第一学期考试 一 判 断 题 ( 每 题 1 分, 正 确 的, 错 误 的,20 道 ) 1. 软 件 测 试 按 照 测 试 过 程 分 类 为 黑 盒 白 盒 测 试 ( ) 2. 在 设 计 测 试 用 例 时, 应 包 括 合 理 的 输 入 条 件 和 不 合 理 的 输 入 条 件 ( ) 3. 集 成 测 试 计 划 在 需 求 分 析 阶 段 末 提 交 ( ) 4. 单 元 测 试 属 于 动

More information

FEJC **.pdf

FEJC **.pdf 1 2 6 12 17 21 25 31 36 37 1 Vol.C3 No.1 2011 Present Status and Future Outlook for Smart Communities Kenzo Sugai Naoto Kobayashi Jimpei Kuwayama 2 Vol.C3 No.1 2011 3 Vol.C3 No.1 20114 Vol.C3 No.1 2011

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

<4D6963726F736F667420576F7264202D20B1B1BEA9BAA3F6CEBFC6BDF0B8DFBFC6BCBCB9C9B7DDD3D0CFDEB9ABCBBECAD7B4CEB9ABBFAAB7A2D0D0B9C9C6B1D5D0B9C9CBB5C3F7CAE9A3A8C9EAB1A8B8E532303134C4EA35D4C23132C8D5B1A8CBCDA3A92E646F63>

<4D6963726F736F667420576F7264202D20B1B1BEA9BAA3F6CEBFC6BDF0B8DFBFC6BCBCB9C9B7DDD3D0CFDEB9ABCBBECAD7B4CEB9ABBFAAB7A2D0D0B9C9C6B1D5D0B9C9CBB5C3F7CAE9A3A8C9EAB1A8B8E532303134C4EA35D4C23132C8D5B1A8CBCDA3A92E646F63> ( 北 京 市 丰 台 区 南 四 环 西 路 186 号 四 区 4 号 楼 6 层 ) 首 次 公 开 发 行 股 票 ( 申 报 稿 ) 本 公 司 的 发 行 申 请 尚 未 得 到 中 国 证 监 会 核 准 本 ( 申 报 稿 ) 不 具 有 据 以 发 行 股 票 的 法 律 效 力, 仅 供 预 先 披 露 之 用 投 资 者 应 当 以 正 式 公 告 的 作 为 投 资 决 定

More information

TEEx Transducer User Guide

TEEx Transducer User Guide TEEx c0086 SonoSite, Inc. 21919 30th Drive SE Bothell, WA 98021 USA +1-888-482-9449 +1-425-951-1200 1+-425-951-1201 SonoSite Ltd Alexander House 40A Wilbury Way Hitchin Herts SG4 OAP UK +44-1462-444800

More information

声 明 本 公 司 及 全 体 董 事 监 事 高 级 管 理 人 员 承 诺 不 存 在 虚 假 记 载 误 导 性 陈 述 或 重 大 遗 漏, 并 对 其 真 实 性 准 确 性 完 整 性 承 担 个 别 和 连 带 的 法 律 责 任 本 公 司 负 责 人 和 主 管 会 计 工 作 的

声 明 本 公 司 及 全 体 董 事 监 事 高 级 管 理 人 员 承 诺 不 存 在 虚 假 记 载 误 导 性 陈 述 或 重 大 遗 漏, 并 对 其 真 实 性 准 确 性 完 整 性 承 担 个 别 和 连 带 的 法 律 责 任 本 公 司 负 责 人 和 主 管 会 计 工 作 的 ( 申 报 稿 ) 主 办 券 商 二 零 一 六 年 四 月 声 明 本 公 司 及 全 体 董 事 监 事 高 级 管 理 人 员 承 诺 不 存 在 虚 假 记 载 误 导 性 陈 述 或 重 大 遗 漏, 并 对 其 真 实 性 准 确 性 完 整 性 承 担 个 别 和 连 带 的 法 律 责 任 本 公 司 负 责 人 和 主 管 会 计 工 作 的 负 责 人 会 计 机 构 负 责

More information

SDS 1.3

SDS 1.3 Applied Biosystems 7300 Real-Time PCR System (With RQ Study) SDS 1.3 I. ~ I. 1. : Dell GX280 2.8GHz with Dell 17 Flat monitor 256 MB RAM 40 GB hard drive DVD-RW drive Microsoft Windows XP Operating System

More information

<4D6963726F736F667420576F7264202D20C9CFBAA3BFC6BCBCB4F3D1A7D0C5CFA2D1A7D4BA32303136C4EAC7EFBCBEC8EBD1A7B2A9CABFD7CAB8F1BFBCCAD4CAB5CAA9CFB8D4F22D30343036C8B7B6A8B8E5>

<4D6963726F736F667420576F7264202D20C9CFBAA3BFC6BCBCB4F3D1A7D0C5CFA2D1A7D4BA32303136C4EAC7EFBCBEC8EBD1A7B2A9CABFD7CAB8F1BFBCCAD4CAB5CAA9CFB8D4F22D30343036C8B7B6A8B8E5> 上 海 科 技 大 学 信 息 科 学 与 技 术 学 院 年 度 博 士 资 格 考 试 实 施 细 则 一 总 则 本 细 则 由 上 海 科 技 大 学 信 息 科 学 与 技 术 学 院 ( 以 下 简 称 信 息 学 院 ) 教 学 指 导 委 员 会 讨 论 制 定, 适 用 于 信 息 学 院 2014 级 硕 士 研 究 生 的 年 度 博 士 资 格 考 试 信 息 学 院 2014

More information

A dissertation for Master s degree Metro Indoor Coverage Systems Analysis And Design Author s Name: Sheng Hailiang speciality: Supervisor:Prof.Li Hui,

A dissertation for Master s degree Metro Indoor Coverage Systems Analysis And Design Author s Name: Sheng Hailiang speciality: Supervisor:Prof.Li Hui, 中 国 科 学 技 术 大 学 工 程 硕 士 学 位 论 文 地 铁 内 移 动 通 信 室 内 覆 盖 分 析 及 应 用 作 者 姓 名 : 学 科 专 业 : 盛 海 亮 电 子 与 通 信 导 师 姓 名 : 李 辉 副 教 授 赵 红 媛 高 工 完 成 时 间 : 二 八 年 三 月 十 日 University of Science and Technology of Ch A dissertation

More information

藍牙網路在資訊家電的應用

藍牙網路在資訊家電的應用 崑 山 科 技 大 學 資 訊 工 程 系 專 題 製 作 報 告 ANDROID 3D 推 箱 子 遊 戲 ANDROID 3D - BOXGAME 學 生 : 黃 咸 嘉 陳 政 男 郭 撫 龍 指 導 老 師 : 李 宗 儒 中 華 民 國 一 百 一 年 五 月 i ANDROID 3D 推 箱 子 遊 戲 ANDROID 3D - BOXGAME 學 生 : 黃 咸 嘉 Student:

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

013 機 械 相 關 科 系 畢, 對 銑 削 加 工 中 心 機 有 興 機 器 組 裝 人 員 協 銳 精 密 工 業 股 趣, 具 高 度 工 作 熱 忱 者 份 有 機 械 相 關 科 系 畢, 邏 輯 思 考 能 力 佳, 抗 壓 電 控 設 計 組 裝 人 員 性 高, 肯 接 受 挑

013 機 械 相 關 科 系 畢, 對 銑 削 加 工 中 心 機 有 興 機 器 組 裝 人 員 協 銳 精 密 工 業 股 趣, 具 高 度 工 作 熱 忱 者 份 有 機 械 相 關 科 系 畢, 邏 輯 思 考 能 力 佳, 抗 壓 電 控 設 計 組 裝 人 員 性 高, 肯 接 受 挑 CNC 車 床 加 工 1. 會 寫 加 工 程 式, 有 實 際 加 工 經 驗 更 佳, 亦 可 在 工 作 中 學 習 2. 對 CNC 車 床 加 工 有 001 興 趣 者 一 品 鑽 石 工 業 股 會 機 械 製 圖, 對 研 磨 加 工 有 基 礎, 治 具 設 份 有 開 發 設 計 計 有 興 趣 研 磨 工 具 業 務 對 各 種 研 磨 加 工 有 基 礎 或 興 趣, 對

More information

audiogram3 Owners Manual

audiogram3 Owners Manual USB AUDIO INTERFACE ZH 2 AUDIOGRAM 3 ( ) * Yamaha USB Yamaha USB ( ) ( ) USB Yamaha (5)-10 1/2 AUDIOGRAM 3 3 MIC / INST (XLR ) (IEC60268 ): 1 2 (+) 3 (-) 2 1 3 Yamaha USB Yamaha Yamaha Steinberg Media

More information

10384 199928010 UDC 2002 4 2002 6 2002 2002 4 DICOM DICOM 1. 2. 3. Canny 4. 5. DICOM DICOM DICOM DICOM I Abstract Eyes are very important to our lives. Biologic parameters of anterior segment are criterions

More information

<4D6963726F736F667420576F7264202D20D5E3BDADD5FDD4AAD6C7BBDBBFC6BCBCB9C9B7DDD3D0CFDEB9ABCBBECAD7B4CEB9ABBFAAB7A2D0D0B9C9C6B1B2A2D4DAB4B4D2B5B0E5C9CFCAD0D5D0B9C9CBB5C3F7CAE9A3A8C9EAB1A8B8E532303135C4EA36D4C23139C8D5B1A8CBCDA3A92E646F63>

<4D6963726F736F667420576F7264202D20D5E3BDADD5FDD4AAD6C7BBDBBFC6BCBCB9C9B7DDD3D0CFDEB9ABCBBECAD7B4CEB9ABBFAAB7A2D0D0B9C9C6B1B2A2D4DAB4B4D2B5B0E5C9CFCAD0D5D0B9C9CBB5C3F7CAE9A3A8C9EAB1A8B8E532303135C4EA36D4C23139C8D5B1A8CBCDA3A92E646F63> 浙 江 正 元 智 慧 科 技 股 份 有 限 公 司 ( 杭 州 市 余 杭 区 文 一 西 路 1500 号 1 幢 301 室 ) 首 次 公 开 发 行 股 票 并 在 创 业 板 上 市 招 股 说 明 书 ( 申 报 稿 ) 本 公 司 的 发 行 申 请 尚 未 得 到 中 国 证 监 会 核 准 本 招 股 说 明 书 ( 申 报 稿 ) 不 具 有 据 以 发 行 股 票 的 法

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

m 3 m m 84 m m m m m m m

m 3 m m 84 m m m m m m m 2011 8 8 155 JOURNAL OF RAILWAY ENGINEERING SOCIETY Aug 2011 NO. 8 Ser. 155 1006-2106 2011 08-0096 - 06 430063 1 2 3 U231 +. 4 A Design of Underground Space of Furong Square Station of Urban Rail Transit

More information

財金資訊-84期.indd

財金資訊-84期.indd BANK 3.0 BANK 3.0 / 102 12 Target Corporation POS (Point-of-sale) 7,000 200 10 ( ) 103 5 29 11 2 103 7 10 10300173840 ( ) ( ) 1 48 / No.84 / 2015.10 BANK 3.0 1 ( ATM ) ( ) ( ) 103 ( 2) 2 ( ) ( ) ( ) (

More information

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

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

More information

4 115,,. : p { ( x ( t), y ( t) ) x R m, y R n, t = 1,2,, p} (1),, x ( t), y ( t),,: F : R m R n.,m, n, u.,, Sigmoid. :,f Sigmoid,f ( x) = ^y k ( t) =

4 115,,. : p { ( x ( t), y ( t) ) x R m, y R n, t = 1,2,, p} (1),, x ( t), y ( t),,: F : R m R n.,m, n, u.,, Sigmoid. :,f Sigmoid,f ( x) = ^y k ( t) = 2007 4 4 :100026788 (2007) 0420114206, (, 430074) :,,,,,,GIS.,,. : ; ; ; ; : TP391 ;P338 : A Development of Combinatorial Intelligentized Decision2Making Support System and Its Utilization in Runoff Forecasting

More information