PowerPoint Presentation

Size: px
Start display at page:

Download "PowerPoint Presentation"

Transcription

1 Yocto Project* 针对基于 Linux* 的数字标牌产品的概述和最佳实践 Terence Chiang, 英特尔公司高级技术推广工程师 SFTS005

2 议程 什么是 Yocto Project *? 采用演示实例深入探讨 Yocto Project * Yocto Project 内核与 LTSI 内核 Yocto Project 规范计划 数字标牌技术案例研究 Yocto Project 发行版 1.4 版本特色 总结 本课程演示文稿 (PDF) 发布在技术课程目录网站 : intel.com/go/idfsessionsbj 该网址同时打印于会议指南中专题讲座日程页的上方 2

3 议程 什么是 Yocto Project *? 采用演示实例深入探讨 Yocto Project * Yocto Project 内核与 LTSI 内核 Yocto Project 规范计划 数字标牌技术案例研究 Yocto Project 发行版 1.4 版本特色 总结 3

4 [ yoc-to ] 测量的最小单位, 等于一个 Septillionth (10-24 ). 4

5 嵌入式 Linux* 现状 DIY/ 用户自主开发或者修改的传统发行版本 : 长期维护困难 上游的变化难以追踪 嵌入不够友好 许可证发放问题 没有商业嵌入式支持 商用 / 社团嵌入式 Linux * : 太多相互竞争的系统 彼此不兼容的分发 / 构建系统 开发人员花费大量时间移植或者构建系统 没有那么多时间 / 金钱来开发有趣的软件功能 5

6 Yocto Project * 与现有 Linux * 发行版的比较 现有的企业或者桌面发行版 Yocto Project * 正是您所要的 丢弃 添加缺失的软件包 重建 测试 调试 需要的部件 建立配置文件 有多个尺寸 程序包针对所选择的配置文件已经调试过 为 Wind River * 和其他商用 Linux * 操作系统所使用, 作为他们的上游 6 Yocto Project 为嵌入式系统开发人员提供了恰好满足其需要的软件包

7 Yocto Project * 提供了更好的路径 由 Linux* 基金会主办的协作 开源项目 提供模板 工具和方法来帮助您创建定制的 基于 Linux 的嵌入式系统 适用于广泛的硬件架构 用户自主开发或者 基于概念证明 专注于增值功能, 由一个共同的基金会提供支持 易于从实验室 过渡到市场 它不是一个嵌入式 Linux 发行版 它为您创建一个自定义的版本 7

8 Yocto Project * 完美地适合于嵌入式系统 支持所有主要的体系结构 x86, ARM, PPC, MIPS 在不同 体系结构之间 易于移植 选择通用的 footprint, 或者精选确切的 软件包 在英特尔 架构上的广泛支持 : Xeon, Core, Atom 易于使用 有着活跃而 有益的社区 方便的 GPL 许可 合规 提供特定设备的 应用软件 开发工具集 易于过渡 到商业上支持的操作系统 8

9 那么, 谁在使用 Yocto Project * 呢? 在您的嵌入式解决方案中使用多个体系结构吗? 以相同的软件套件测试多个体系结构吗? 针对嵌入式市场有一个重大的新理念, 需要开发一个概念验证原型吗? 目标设备类型所有嵌入式设备 M2M 电子技术工业能源零售 更多 9

10 是谁在管理 Yocto Project * 呢? 顾问委员会和技术领导 : 由 Linux* 基金会组织 独立的开发人员 嵌入式硬件公司 半导体制造商 嵌入式操作系统供应商 OpenEmbedded / LTSI 社区 成员组织 最新信息请参见 Linux 基金会 保留所有权利

11 议程 什么是 Yocto Project*? 采用演示实例深入探讨 Yocto Project* Yocto Project 内核与 LTSI 内核 Yocto Project 规范计划 数字标牌技术案例研究 Yocto Project 发行版 1.4 版本特色 总结 11

12 概览 * 幻灯片和视频, 请参见 : 12

13 层 所构建的系统是由层组成的 13

14 层是什么? 层是一种管理系统的扩展和定制的方式 层可以扩展 添加 替换或修改配方 层可以添加或更换 bbclass 文件 层可以添加或修改配置设置 层通过 BBLAYERS 变量来添加, 该变量位于 build/conf/bblayers.conf 最佳实践 : 层应该按照功能分组 自定义工具链 ( 编译器 调试器 分析工具 ) 分发规范 ( 即 meta-yocto) BSP/ 机器设置 ( 即 meta-yoct-bsps) 功能区域 (selinux, 联网等 ) 有关项目的变化 14

15 配方是 这是样例 flac_1.2.1.bb 的配方 SUMMARY = "Free Lossless Audio Codec DESCRIPTION = "FLAC stands for Free Lossless Audio Codec, an audio format similar to MP3, but lossless. HOMEPAGE = LICENSE = "GFDL-1.2 & GPLv2+ & LGPLv2.1+ & BSD LIC_FILES_CHKSUM = "file://copying.fdl;md5=ad1419ecc56e060eccf8184a87c4285f \ DEPENDS = "libogg PR = "r2 SRC_URI = "${SOURCEFORGE_MIRROR}/flac/flac-${PV}.tar.gz \ file://disable-xmms-plugin.patch \ file://flac-gcc43-fixes.patch \ SRC_URI[md5sum] = "153c8b15a54da428d1f0fadc756c22c7 SRC_URI[sha256sum] = "9635a44bceb478bbf2ee8a785cf6986fba525afb5fad1fd4bba73cf71f2d3edf inherit autotools gettext 15

16 什么是程序包? 程序包 根据配方中的指令创建后输出 名字未必 ( 一定 ) 采用与配方一样的名字, 但是它们事实上是相关的 多个包可以来自同一个配方 包含在每个程序包中的具体文件由 FILES_*Variables 控制 注意 : 映像包括程序包, 而不是配方 16

17 Hob 图形用户界面 (GUI) 使得 Yocto Project * 易于使用 17

18 Hob 图形用户界面 (GUI) 使得 Yocto Project * 易于使用 18

19 Hob 图形用户界面 (GUI) 使得 Yocto Project * 易于使用 19

20 Hob 图形用户界面 (GUI) 使得 Yocto Project * 易于使用 20

21 集成开发环境 (IDE) 支持 :Eclipse * Eclipse * 插件和用户空间工具套件产品进一步提高开发人员的生产率 21

22 22 演示

23 议程 什么是 Yocto Project*? 采用演示实例深入探讨 Yocto Project * Yocto Project 内核与 LTSI 内核 Yocto Project 规范计划 数字标牌技术案例研究 Yocto Project 发行版 1.4 版本特色 总结 23

24 Yocto Project * 内核开发 我们试图尽可能开发上游 Yocto Project * 的两个主要进展 : 内核特性 : 补丁和配置碎片作为功能块进行管理 ( 支持重用 ) 分支工具 : 可选的 Per-BSP git 分支定义特定机器的内核源 工具收集相关的内核特性生成内核源 结果 : 对于某个给定的 BSP, 可以打开 / 关闭一批功能 重用 更少的代码重复 更容易基于特性选择某个配置 24

25 LTSI: 行业管理的内核 长期支持计划 (LTSI), 每年定义共同的内核并且保持 2 年 因此, 从上游得到的缺陷 / 安全性补丁会自动应用于 LTSI LTSI 内核 = 长期 + 额外的补丁 2 年期满之后, 可能接管进行长期维护 LTSI 通过邮件列表 开放研讨会和总结会议, 提供了在业界分享信息和经验的场所 共享信息降低了开发成本 25

26 采用 LTSI 内核的 Yocto Project * Yocto Project * 和 LTSI 已经宣布联合路线图 (2012 年 8 月 28 日 ) Yocto Project 在 10 月 25 日发布 V1.3 版本而且它包括 Linux * 3.4 内核支持 接下来的 V1.4 版本将支持 LTSI 3.4, 以及最近发布的内核 时间初步定于 2013 年的上半年 后续版本的 Yocto 都将保持支持最近的主流内核和 LTSI 26

27 议程 什么是 Yocto Project*? 采用演示实例深入探讨 Yocto Project * Yocto Project 内核与 LTSI 内核 Yocto Project 规范计划 数字标牌技术案例研究 Yocto Project 发行版 1.4 版本特色 总结 27

28 Yocto Project * 规范计划 业务部门通过注册他们的产品和组件与 Yocto Project * 相兼容, 可以说明其互操作性 公司通过注册为参与者, 可以表示其目标和方向与 Yocto Project 相一致 28

29 议程 什么是 Yocto Project*? 采用演示实例深入探讨 Yocto Project * Yocto Project 内核与 LTSI 内核 Yocto Project 规范计划 数字标牌技术案例研究 Yocto Project 发行版 1.4 版本特色 总结 29

30 简化定制开发 面临的挑战 开发和定制嵌入式 Linux *, 实现交钥匙数字标牌解决方案, 从而可以在这个快速增长的市场上有效面对多种多样的互动需求, 从容竞争 Yocto Project * 将 QNAP* 从众多低级任务中解脱出来, 这些低级任务均与创建定制的 Linux 操作系统和 BSP 相关 允许 QNAP 关注核心竞争力和增值功能 使公司能够支持其全系列的数字标牌系统, 实现一流硬件的性能和能源效率效益 结果 大幅优化上市时间和开发成本, 将一个新硬件系统的上市时间从一个月减少到只有两到三天 30

31 参考数字标牌设计 Meta-web-kiosk 层请参见 根据 Yocto Project * 构建的 Poky Linux * 发行版 支持 HTML5 并且基于 webkit 的 Midori * 浏览器 在 web kiosk client 和 manager 之间安全的 ssh 连接 kiosk manager 控制交互式视听内容以及在不同的 client 上播放多长时间, 什么时间播放 欲播放的内容可以在任何地方播出 请莅临我们的展会展位, 获取更多信息 31

32 有关层的最佳实践 所构建的系统是由层组成的 数字标牌专用层平台补丁 / 专用 App/UX 英特尔提供的已验证平台 BSP 32

33 议程 什么是 Yocto Project*? 采用演示实例深入探讨 Yocto Project * Yocto Project 内核与 LTSI 内核 Yocto Project 规范计划 数字标牌技术案例研究 Yocto Project 发行版 1.4 版本特色 总结 33

34 发行版本 1.3 和 1.4 的特性 EFI 支持 性能改进 Bitbake 测试工具 Wayland 支持 Systemtap Eclipse * Juno 支持 性能改进 Hob 特性 和可用性增强 普遍支持 Multilib Web hob 更多 init 系统 Zypper/ smart 34 还有更多会引入

35 介绍 Intel System Studio 集成的软件工具套件, 提供深度系统范围的认识来帮助 : 加速上市的时间 加强系统的可靠性 提高功率效率和性能 System Debuggers Application Power & Performance Analyzers Memory & Thread errors Compiler and Libraries C/C++ Compiler Signal, Media, Data & Math Processing JTAG Interface 运行 Linux * 的系统与应用程序代码 嵌入式或移动系统 35

36 36 Minnowboard 基于英特尔 架构的开发板

37 Minnowboard 板规格 Category Feature Notes 俯视图 4 x 4 英寸 平台 处理器 Intel Atom processor E640 (1GHz, 32bit) 内存 视频 芯片组 1 GB DDR2 RAM 4 MB SPI Flash Intel Graphics Media Accelerator 600 with Intel Embedded Media and Graphics Driver Intel Platform Controller Hub EG20T 系统内存 系统固件 SDVO to DVI (over HDMI connector) 37

38 议程 什么是 Yocto Project*? 采用演示实例深入探讨 Yocto Project * Yocto Project 内核与 LTSI 内核 Yocto Project 规范计划 数字标牌技术案例研究 Yocto Project 发行版 1.4 版本特色 总结 38

39 总结 Yocto Project * 提供了 : 构建系统 内容 开发人员体验 它不是一个嵌入式 Linux 发行版 它为您创建一个自定义的版本 Yocto Project 让您定制您的嵌入式 Linux 操作系统 Yocto Project 帮助确立嵌入式应用程序开发人员 设备和应用软件开发模型均可以支持 起步很容易 立即下载软件 要使用 Yocto Project, 确保您读过 Quick Start 以设置您的系统 在 QEMU * 或真正的硬件上进行构建 测试, 开发应用程序 39

40 加入社区 # 在 freenode.irc.net 上的 yocto 通过公共邮件列表进行开发 : yocto@yoctoproject.org, poky@yoctoproject.orghttp://lists.yoctoproject.org openembedded-core@lists.openembedded.org Git 代码库 git://git.yoctoproject.org git://git.openembedded.org 错误报告和特性请求可以通过 40

41 行动倡议 : 快速紧跟 Yocto Project * 参观展会展位 E102, 了解 QNAP * /meta-web-kiosk 演示 查看教程视频 : 查看 20 多个 Yocto Project * BSP 的列表, 这些 BSP 目前支持英特尔嵌入式架构 ( 将会出现更多 ), 地址为 : 试用 Yocto Project 加入 Yocto Project 社区, 立即开始做出贡献 在一起, 我们可以塑造未来的智能互联系统 41

42 Legal Disclaimer INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY RIGHTS IS GRANTED BY THIS DOCUMENT. EXCEPT AS PROVIDED IN INTEL'S TERMS AND CONDITIONS OF SALE FOR SUCH PRODUCTS, INTEL ASSUMES NO LIABILITY WHATSOEVER AND INTEL DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY, RELATING TO SALE AND/OR USE OF INTEL PRODUCTS INCLUDING LIABILITY OR WARRANTIES RELATING TO FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR INFRINGEMENT OF ANY PATENT, COPYRIGHT OR OTHER INTELLECTUAL PROPERTY RIGHT. A "Mission Critical Application" is any application in which failure of the Intel Product could result, directly or indirectly, in personal injury or death. SHOULD YOU PURCHASE OR USE INTEL'S PRODUCTS FOR ANY SUCH MISSION CRITICAL APPLICATION, YOU SHALL INDEMNIFY AND HOLD INTEL AND ITS SUBSIDIARIES, SUBCONTRACTORS AND AFFILIATES, AND THE DIRECTORS, OFFICERS, AND EMPLOYEES OF EACH, HARMLESS AGAINST ALL CLAIMS COSTS, DAMAGES, AND EXPENSES AND REASONABLE ATTORNEYS' FEES ARISING OUT OF, DIRECTLY OR INDIRECTLY, ANY CLAIM OF PRODUCT LIABILITY, PERSONAL INJURY, OR DEATH ARISING IN ANY WAY OUT OF SUCH MISSION CRITICAL APPLICATION, WHETHER OR NOT INTEL OR ITS SUBCONTRACTOR WAS NEGLIGENT IN THE DESIGN, MANUFACTURE, OR WARNING OF THE INTEL PRODUCT OR ANY OF ITS PARTS. Intel may make changes to specifications and product descriptions at any time, without notice. Designers must not rely on the absence or characteristics of any features or instructions marked "reserved" or "undefined". Intel reserves these for future definition and shall have no responsibility whatsoever for conflicts or incompatibilities arising from future changes to them. The information here is subject to change without notice. Do not finalize a design with this information. The products described in this document may contain design defects or errors known as errata which may cause the product to deviate from published specifications. Current characterized errata are available on request. Intel product plans in this presentation do not constitute Intel plan of record product roadmaps. Please contact your Intel representative to obtain Intel's current plan of record product roadmaps. Intel processor numbers are not a measure of performance. Processor numbers differentiate features within each processor family, not across different processor families. Go to: Contact your local Intel sales office or your distributor to obtain the latest specifications and before placing your product order. Copies of documents which have an order number and are referenced in this document, or other Intel literature, may be obtained by calling , or go to: Code names featured are used internally within Intel to identify products that are in development and not yet publicly announced for release. Customers, licensees and other third parties are not authorized by Intel to use code names in advertising, promotion or marketing of any product or services and any such use of Intel's internal code names is at the sole risk of the user Intel, Atom, Xeon, Core, Sponsors of Tomorrow and the Intel logo are trademarks of Intel Corporation in the United States and other countries. *Other names and brands may be claimed as the property of others. Copyright 2013 Intel Corporation. 42

43 Risk Factors The above statements and any others in this document that refer to plans and expectations for the first quarter, the year and the future are forward-looking statements that involve a number of risks and uncertainties. Words such as anticipates, expects, intends, plans, believes, seeks, estimates, may, will, should and their variations identify forward-looking statements. Statements that refer to or are based on projections, uncertain events or assumptions also identify forward-looking statements. Many factors could affect Intel s actual results, and variances from Intel s current expectations regarding such factors could cause actual results to differ materially from those expressed in these forward-looking statements. Intel presently considers the following to be the important factors that could cause actual results to differ materially from the company s expectations. Demand could be different from Intel's expectations due to factors including changes in business and economic conditions; customer acceptance of Intel s and competitors products; supply constraints and other disruptions affecting customers; changes in customer order patterns including order cancellations; and changes in the level of inventory at customers. Uncertainty in global economic and financial conditions poses a risk that consumers and businesses may defer purchases in response to negative financial events, which could negatively affect product demand and other related matters. Intel operates in intensely competitive industries that are characterized by a high percentage of costs that are fixed or difficult to reduce in the short term and product demand that is highly variable and difficult to forecast. Revenue and the gross margin percentage are affected by the timing of Intel product introductions and the demand for and market acceptance of Intel's products; actions taken by Intel's competitors, including product offerings and introductions, marketing programs and pricing pressures and Intel s response to such actions; and Intel s ability to respond quickly to technological developments and to incorporate new features into its products. The gross margin percentage could vary significantly from expectations based on capacity utilization; variations in inventory valuation, including variations related to the timing of qualifying products for sale; changes in revenue levels; segment product mix; the timing and execution of the manufacturing ramp and associated costs; start-up costs; excess or obsolete inventory; changes in unit costs; defects or disruptions in the supply of materials or resources; product manufacturing quality/yields; and impairments of long-lived assets, including manufacturing, assembly/test and intangible assets. Intel's results could be affected by adverse economic, social, political and physical/infrastructure conditions in countries where Intel, its customers or its suppliers operate, including military conflict and other security risks, natural disasters, infrastructure disruptions, health concerns and fluctuations in currency exchange rates. Expenses, particularly certain marketing and compensation expenses, as well as restructuring and asset impairment charges, vary depending on the level of demand for Intel's products and the level of revenue and profits. Intel s results could be affected by the timing of closing of acquisitions and divestitures. Intel s current chief executive officer plans to retire in May 2013 and the Board of Directors is working to choose a successor. The succession and transition process may have a direct and/or indirect effect on the business and operations of the company. In connection with the appointment of the new CEO, the company will seek to retain our executive management team (some of whom are being considered for the CEO position), and keep employees focused on achieving the company s strategic goals and objectives. Intel's results could be affected by adverse effects associated with product defects and errata (deviations from published specifications), and by litigation or regulatory matters involving intellectual property, stockholder, consumer, antitrust, disclosure and other issues, such as the litigation and regulatory matters described in Intel's SEC reports. An unfavorable ruling could include monetary damages or an injunction prohibiting Intel from manufacturing or selling one or more products, precluding particular business practices, impacting Intel s ability to design its products, or requiring other remedies such as compulsory licensing of intellectual property. A detailed discussion of these and other factors that could affect Intel s results is included in Intel s SEC filings, including the company s most recent Form 10-Q, report on Form 10-K and earnings release. Rev. 1/17/13 43

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

untitled

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

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

网易介绍

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

More information

PowerPoint Presentation

PowerPoint Presentation Yocto Project*: 有效创建定制的 嵌入式 Linux* 操作系统 Terence Chiang, Sr. Technical Marketing Engineer, Intel Dongxiao Xu, Software Engineer, Intel SFTS003 它不是嵌入式 Linux* 发行版 它是您的定制 版本. 2 议程 什么是 Yocto Project*? Poky

More information

Panaboard Overlayer help

Panaboard Overlayer help Panaboard Overlayer Image Capture Software for Electronic Whiteboard (Panaboard) ... 3... 5... 6... 13...14 Panaboard Overlayer 1. 2. 3. 4. 4-1. 4-2. [ / ] ( ) 4-3. 5. 6. 6-1. 6-2. [ / ] ( ) 7. Panaboard

More information

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

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

More information

自然辩证法索引

自然辩证法索引 自 然 与 科 学 技 术 哲 学 名 词 索 引 上 海 交 通 大 学 可 信 任 数 字 技 术 实 验 室 制 Copyright 2009 Trust Digital Technology Laboratory, Shanghai Jiao Tong University. Permission is hereby granted, free of charge, to any person

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 PowerPoint - FY Q Results.ppt [互換モード]

Microsoft PowerPoint - FY Q Results.ppt [互換モード] FY3-2012 3 rd Quarter Results Tokyo Stock Exchange / Nagoya Stock Exchange 8593 Results announcement date : February 3, 2012 Inquiries: Corporate Communications Department Tel 81+3-6865-3002, Fax: 81+3-6895-5306

More information

IBM 全 球 企 业 咨 询 服 务 部 中 国 五 矿 筑 起 人 力 资 源 信 息 大 厦 2 回 顾 篇 慎 选 巧 选 软 件 平 台 由 于 五 矿 集 团 下 属 的 很 多 公 司 是 最 近 几 年 才 加 盟 的 新 成 员 企 业, 这 些 公 司 所 应 用 的 人 力 资

IBM 全 球 企 业 咨 询 服 务 部 中 国 五 矿 筑 起 人 力 资 源 信 息 大 厦 2 回 顾 篇 慎 选 巧 选 软 件 平 台 由 于 五 矿 集 团 下 属 的 很 多 公 司 是 最 近 几 年 才 加 盟 的 新 成 员 企 业, 这 些 公 司 所 应 用 的 人 力 资 IBM 全 球 企 业 咨 询 服 务 部 IBM 商 业 价 值 研 究 院 案 例 研 究 中 国 五 矿 筑 起 人 力 资 源 信 息 大 厦 中 国 五 矿 集 团 公 司 ( 以 下 简 称 五 矿 集 团 ) 人 力 资 源 系 统 就 像 一 座 虚 拟 的 人 力 资 源 大 厦, 它 帮 助 五 矿 集 团 创 建 了 一 套 人 力 资 源 的 信 息 标 准, 形 成 了 一

More information

The presentation is prepared by BH Global Corporation Limited. (the Company ) and is intended solely for your personal reference and is strictly confi

The presentation is prepared by BH Global Corporation Limited. (the Company ) and is intended solely for your personal reference and is strictly confi 2016 2017 3 14 The presentation is prepared by BH Global Corporation Limited. (the Company ) and is intended solely for your personal reference and is strictly confidential. The information contained in

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

Microsoft PowerPoint - CAG IR2013_ppt_Chi_0909.pptx

Microsoft PowerPoint - CAG IR2013_ppt_Chi_0909.pptx Stock Code: 569.HK 二零一三年中期业绩发布 二零 三年九月 二零一三年九月 议 程 业 务 回 顾 财 务 摘 要 市 场 机 遇 未 来 策 略 问 答 附 录 1 Stock Code: 569 569..HK 业 务 回 顾 2 业 务 回 顾 市 场 地 位 稳 定, 实 现 稳 定 增 长 石 化 业 务 两 大 业 务 板 块 四 大 主 要 业 务 安 全 控 制 系

More information

(Microsoft PowerPoint - 2015A UPEC IR ppt \(cn\) \(NDR\)4.8 [\317\340\310\335\304\243\312\275])

(Microsoft PowerPoint - 2015A UPEC IR ppt \(cn\) \(NDR\)4.8 [\317\340\310\335\304\243\312\275]) 股 票 代 號 :1216 TT 2015 全 年 度 業 績 發 佈 (2016.4.11 更 新 ) Disclaimers The information contained in this presentation is intended solely for your personal reference. Such information is subject to change without

More information

2

2 2 3 1 2 3 9 bk 8 7 4 5 6 bn bm bl 1 2 3 4 5 6 7 8 9 p bk bl bm bn bo bo bp bq bq bp 1 2 8 . 1 2 3 4 5 6 bs 7 br 8 bq 9 bp bk bo bn bm bl 1 2 3 4 5 6 7 8 9 cm cl ck bt bk bl bm bn bo bp bq br bs bt

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

AI-AUTO-011 Saflex® Advanced PVB - Color Interlayer (Chinese)

AI-AUTO-011 Saflex® Advanced PVB - Color Interlayer (Chinese) Saflex Saflex (PVB) / Saflex B Saflex PVB 96% Saflex PVB Saflex PVB Saflex Saflex PVB * RB47 367700 x x x x x RB47 377800 / x x x x x RB47 547800 x x x x x RB47 147800 x x x x x RB47 156100 x x x x RB47

More information

PowerPoint Presentation

PowerPoint Presentation 技术解析 : 大数据 巨大的机遇 Fayé A Briggs, PhD Intel Fellow and Chief Server Platform Architect Data Center and Connected Systems Group Intel Architecture Group 议程 大数据现象及其状况定义与传统数据的区别 4 要素传感数据的主要来源智能城市大数据的特征 它对数据中心有何意义分析智能框架基于

More information

Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLO

Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLO Car DVD New GUI IR Flow User Manual V0.1 Jan 25, 2008 19, Innovation First Road Science Park Hsin-Chu Taiwan 300 R.O.C. Tel: 886-3-578-6005 Fax: 886-3-578-4418 Web: www.sunplus.com Important Notice SUNPLUS

More information

* * 2

* * 2 * * 2 3 4 6 p 1234567 bl bm bn bo bp bq bk 9 8 cl ck bt bs br 1 0 2 3 4 5 6 7 8 9 bk bl bm bn bo bp bq br bs p bt ck 8 2 4 6 cl cm cn co co cn cm 10 . co cn cm cl ck bt bs 1 2 34567 8 9 bk bl bm bn

More information

PowerPoint Presentation

PowerPoint Presentation 在基于英特尔 架构的平台上针对联网待机优化 Windows* 8 应用程序 Chao Huang, Application Software Engineer, Intel Manuj Sabharwal, Sr. Software Engineer, Intel SFTS008 议程 联网待机概述 软件对联网待机平台的影响 调试联网待机的工具 实例分析 分析系统来满足联网待机的要求 总结 下一步

More information

发行说明, 7.0.1 版

发行说明, 7.0.1 版 发 行 说 明 Websense Web Security Websense Web Filter 7.0.1 版 本 版 本 的 新 特 点 Websense Web Security 和 Websense Web Filter 的 7.0.1 版 本 均 已 本 地 化 为 以 下 语 言 : 法 语 德 语 意 大 利 语 日 语 葡 萄 牙 语 简 体 中 文 西 班 牙 语 繁 体 中 文

More information

Microsoft Word - A_Daily20160229

Microsoft Word - A_Daily20160229 高 曉 慶, Stanley Kao 陳 漢 輝, Freddy Chan 申 萬 宏 源 研 究 ( 香 港 ) 有 限 公 司 申 萬 宏 源 A 股 每 日 資 訊 - Shenwan Hongyuan A-Share Daily Notes stanley.kao@swhyhk.com freddy.hf.chan@swhyhk.com 2016 年 2 月 29 日 星 期 一 (852)

More information

Microsoft Word - A_Daily20160329

Microsoft Word - A_Daily20160329 高 曉 慶, Stanley Kao 陳 漢 輝, Freddy Chan 申 萬 宏 源 研 究 ( 香 港 ) 有 限 公 司 申 萬 宏 源 A 股 每 日 資 訊 - Shenwan Hongyuan A-Share Daily Notes stanley.kao@swhyhk.com freddy.hf.chan@swhyhk.com 2016 年 3 月 29 日 星 期 二 (852)

More information

PowerPoint Presentation

PowerPoint Presentation XenGT: 一款工作在英特尔 处理器显 卡上的高性能图形虚拟化解决方案 Kevin Tian, Software Architect, Intel Corporation David Cowperthwaite, Software Architect, Intel Corporation SFTS008 议程 为什么需要 GPU 虚拟化? 完全 GPU 虚拟化之路 架构综述 关键技术 总结 2 议程

More information

Microsoft Word - A_Daily20151103

Microsoft Word - A_Daily20151103 陳 鳳 珠, Ellie Chan 高 曉 慶, Stanley Kao 申 萬 宏 源 研 究 ( 香 港 ) 有 限 公 司 申 萬 宏 源 A 股 日 評 - Shenwan Hongyuan A-Share Daily Notes ellie.chan@swhyhk.com stanley.kao@swhyhk.com 2015 年 11 月 3 日 星 期 二 (852) 2509-8431

More information

6 4 6 5 5 2 2 3 1 2 3 1 6 6 6 6 5 5 5 2 2 4 126% * * GOLD COAST OFFICE. Cnr 2681 Gold Coast Highway and Elizabeth Avenue, Broadbeach Queensland 4218 PHONE 07 5531 8188 www.emandar.com.au Whilst every

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

untitled

untitled and Due Diligence M&A in China Prelude and Due Diligence A Case For Proper A Gentleman s Agreement? 1 Respect for the Rule of Law in China mandatory under law? CRITICAL DOCUMENTS is driven by deal structure:

More information

Slide 1

Slide 1 为私有云和企业云设计软件应用 李宏博士, 英特尔工程经理 Rekha Raghu, 英特尔资深软件工程师 SFTS005 议程 企业数据中心的机会 为企业数据中心设计软件应用 设计开发云计算管理服务 用友 * 伟库网 : 成功案例 总结 2 3 企业数据中心的机会 全球 IT 云计算服务开支 * 按产品 / 服务类型对比 2008 和 2012 应用开发与部署 11% 服务器 9% 存储 5% 商业应用

More information

Shell Sustainability Summary 2014 - Chinese (PDF, 16 pages)

Shell Sustainability Summary 2014 - Chinese (PDF, 16 pages) 可 持 续 发 展 报 告 摘 要 荷 兰 皇 家 壳 牌 有 限 公 司 2014 年 可 持 续 发 展 报 告 摘 要 02 首 席 执 行 官 致 辞 集 团 首 席 执 行 官 致 辞 当 我 们 迈 向 一 个 更 加 低 碳 的 未 来 时, 我 们 将 需 要 各 种 各 样 的 能 源 欢 迎 打 开 2014 年 是 充 满 不 确 定 性 的 一 年, 特 别 是 年 末 油

More information

Logitech Wireless Combo MK45 English

Logitech Wireless Combo MK45 English Logitech Wireless Combo MK45 Setup Guide Logitech Wireless Combo MK45 English................................................................................... 7..........................................

More information

Applied Biosystems StepOne™ Real-Time PCR System User Bulletin: StepOne™ System Updates (PN A / SN 117UB20-01)

Applied Biosystems StepOne™ Real-Time PCR System User Bulletin: StepOne™ System Updates (PN A / SN 117UB20-01) Applied Biosystems StepOne Real-Time PCR System ЪßÕ ³Ê Applied Biosystems StepOne Real-Time PCR System StepOne 2007 3............................................................... 2...............................................................

More information

Chn 116 Neh.d.01.nis

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

More information

PowerPoint 演示文稿

PowerPoint 演示文稿 华 为 最 高 级 别 技 术 认 证 演 讲 人 : 徐 一 鸣 / yiming.xu@huawei.com 职 位 : HCIE 讣 证 系 统 架 构 师 HCIE 深 度 解 析 目 录 1 2 3 4 为 什 么 参 加 HCIE 讣 证 HCIE 讣 证 考 试 大 揭 秘 怎 么 获 得 HCIE 讣 证 HCIE 相 关 信 息 获 取 途 径 为 什 么 选 择 HCIE? 知

More information

Microsoft PowerPoint - (闍ア)08蟷エ豎コ邂苓ェャ譏惹シ・090128) 譛€邨・PPT

Microsoft PowerPoint - (闍ア)08蟷エ豎コ邂苓ェャ譏惹シ・090128) 譛€邨・PPT NACHI FUJIKOSHI CORP. 100 million of yen 100 million of yen 100 million of yen Cutting Tools Machine Tools Robots 100 million of yen Bearings Hydraulic Equipments Special Steels & Others M a c h i n e

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

SmartGrid Technology Trends

SmartGrid Technology Trends 智能电网技术趋势 Richard Libby 技术市场工程师, 生态技术项目办公室, 英特尔公司 ECOS003 日程 电网简介 英特尔公司为电网增添价值 智能电网中的技术问题 下一步计划 2 电网 是什么? 不 智能, 单向的电力配送 实现电网 智能化 智能化技术正在快速嵌入电网设施 摩尔定律使得 分布式智能 成为可能 为了充分利用分布式智能, 需要系统可以联接 开放标准是实现 联接智能 的关键

More information

untitled

untitled 20 90 1998 2001 1 Abstract Under the environment of drastic competitive market, risk and uncertainty that the enterprise faces are greater and greater, the profit ability of enterprise assets rises and

More information

10384 200115009 UDC Management Buy-outs MBO MBO MBO 2002 MBO MBO MBO MBO 000527 MBO MBO MBO MBO MBO MBO MBO MBO MBO MBO MBO Q MBO MBO MBO Abstract Its related empirical study demonstrates a remarkable

More information

EMC® VNX® Series VNX8000™ Block 安装指南

EMC® VNX® Series VNX8000™ Block 安装指南 EMC VNX Series VNX8000 Block 安 装 指 南 300-999-791 REV 05 版 权 所 有 2014-2015 EMC Corporation 保 留 所 有 权 利 中 国 印 刷 发 布 日 期 : 2015 年 2 月 EMC 确 信 本 出 版 物 在 发 布 之 日 内 容 准 确 无 误 本 出 版 物 中 的 信 息 可 随 时 更 改 而 不 另

More information

601988 2010 040 113001 2010 8 26 2010 8 12 2010 8 26 15 15 2010 15 0 0 15 0 0 6035 20022007 20012002 19992001 200720081974 1999 2010 20082008 2000 197

601988 2010 040 113001 2010 8 26 2010 8 12 2010 8 26 15 15 2010 15 0 0 15 0 0 6035 20022007 20012002 19992001 200720081974 1999 2010 20082008 2000 197 BANK OF CHINA LIMITED 3988 2010 8 26 ** ** *** # Alberto TOGNI # # # * # 1 601988 2010 040 113001 2010 8 26 2010 8 12 2010 8 26 15 15 2010 15 0 0 15 0 0 6035 20022007 20012002 19992001 200720081974 1999

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

2014 年 前 言 房 地 产 投 资 信 托 基 金 (Real Estate Investment Trusts,REITs) 在 海 外 早 已 发 展 成 熟, 而 香 港 政 府 去 年 也 进 一 步 准 备 放 宽 房 托 限 制, 相 比 之 下, 中 国 已 经 改 革 开 放

2014 年 前 言 房 地 产 投 资 信 托 基 金 (Real Estate Investment Trusts,REITs) 在 海 外 早 已 发 展 成 熟, 而 香 港 政 府 去 年 也 进 一 步 准 备 放 宽 房 托 限 制, 相 比 之 下, 中 国 已 经 改 革 开 放 研 究 报 告 REITs 中 国 路 2014 年 2014 年 前 言 房 地 产 投 资 信 托 基 金 (Real Estate Investment Trusts,REITs) 在 海 外 早 已 发 展 成 熟, 而 香 港 政 府 去 年 也 进 一 步 准 备 放 宽 房 托 限 制, 相 比 之 下, 中 国 已 经 改 革 开 放 三 十 年, 对 房 托 发 展 至 今 还 未

More information

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

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

untitled

untitled I General Discussion of International Trade (Introduction to International Trade) (How to Start an Import/Export Business) (Business Plan) (Company Organization) (The Laws, Conventions and Treaties Related

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

<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

USPTO Academic research Corporate needs Global/International Inventors Libraries News Media/Publication Patent Attorney or Agent USPTO e (ebusiness Ce

USPTO Academic research Corporate needs Global/International Inventors Libraries News Media/Publication Patent Attorney or Agent USPTO e (ebusiness Ce I 2002.03.27 2 http://www.uspto.gov/ http://www.wipo.org/ http://ipdl.wipo.int/ esp@cenet http://www.european-patent-office.org/ http://ep.espacenet.com/ http://www.cpo.cn.net/ 3 4 USPTO USPTO First time

More information

项目标题

项目标题 远程医疗和 WebRTC 技术 翟磊研发经理 英特尔 Web 技术和优化中心 议程 远程医疗简介及其关键技术 WebRTC 技术及其在远程医疗中的作用 面向 WebRTC 的英特尔 协同通信开发套件 案例分享 : 英特尔助力东软熙康医疗云视频 总结 议程 远程医疗简介及其关键技术 WebRTC 技术及其在远程医疗中的作用 面向 WebRTC 的英特尔 协同通信开发套件 案例分享 : 英特尔助力东软熙康医疗云视频

More information

<4D6963726F736F667420506F776572506F696E74202D20C8EDBCFEBCDCB9B9CAA6D1D0D0DEBDB2D7F92E707074>

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

More information

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

國立中山大學學位論文典藏.PDF I II III The Study of Factors to the Failure or Success of Applying to Holding International Sport Games Abstract For years, holding international sport games has been Taiwan s goal and we are on the way

More information

:5-6

:5-6 License Agreement for Bible Texts These Scriptures: May not be altered or modified in any form. They must remain in their original context. May not be sold or offered for sale in any form. May not be used

More information

WFC40810

WFC40810 9000086873 (PD 85 05 10) Operating and Installation Instructions Please read this specification carefully before you use the product. Any failure and losses caused by ignoring the above mentioned items

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

Xear 3D USB CH-IN-2 SPKs 2 6 :

Xear 3D USB CH-IN-2 SPKs 2 6 : 13 6 CH-IN-2 SPKs 2 6 : 13 2003 7 0 13 Notice The content furnished in this document is C-Media audio product knowledge for customers reference However, C-Media Inc assumes no responsibility for the consequences

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

INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECT

INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECT MFT 操作手册 Document Type May 2014 Revision 0.1 Intel Classification Document Number: XXXXXX INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY

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

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

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

More information

公平交易法損害賠償制度之功能與詮釋

公平交易法損害賠償制度之功能與詮釋 2 2001 12 1 1 2 < > 29 1 1999 3 2 < > 44 354 1991 4 5 1986 6 3 517-522 1993 < > 2000 < > 6 1 1998 4 2001 12 7 86-90 1994 < > 58 1997 4 8 < N > 60 4 105-1061985 9 6 27-34 6 100-101< > 44 19-211991 6 2001

More information

Bio-Industry Technology Management Review Vol. 3, No. 2 壹 緒 論 由 於 生 物 科 技 及 工 業 技 術 的 快 速 發 展, 食 品 產 業 因 應 科 技 發 展 之 需 求, 發 展 出 各 式 各 樣 的 營 養 補 充 品, 包

Bio-Industry Technology Management Review Vol. 3, No. 2 壹 緒 論 由 於 生 物 科 技 及 工 業 技 術 的 快 速 發 展, 食 品 產 業 因 應 科 技 發 展 之 需 求, 發 展 出 各 式 各 樣 的 營 養 補 充 品, 包 我 國 健 康 食 品 之 管 理 及 法 制 規 範 唐 淑 美 摘 要 由 於 生 物 科 技 及 工 業 技 術 的 快 速 發 展, 食 品 產 業 因 應 科 技 發 展 之 需 求, 發 展 出 各 式 各 樣 的 營 養 補 充 品, 包 括 : 補 充 品 (Supplements)( 維 他 命 礦 物 質 草 藥 運 動 飲 料 特 殊 營 養 品 ) 天 然 及 有 機 食 品

More information

幻灯片 1

幻灯片 1 课 程 编 号 :MSG331 Office Communications Server 2007 不 Exchange Server 2007 协 同 应 用 案 例 演 示 UC 熟 知 系 列 主 要 内 容 沟 通 现 状 基 础 架 构 的 挑 戓 统 一 沟 通 模 式 统 一 通 讯 革 命 整 合 Exchange UM 不 OCS 的 好 处 OCS 不 Exchange 协 同

More information

SPHE8202R Design Guide Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provi

SPHE8202R Design Guide Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provi SPHE8202R Design Guide V2.0 JUN, 2007 19, Innovation First Road Science Park Hsin-Chu Taiwan 300 R.O.C. Tel: 886-3-578-6005 Fax: 886-3-578-4418 Web: www.sunplus.com SPHE8202R Design Guide Important Notice

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

专 业 为 本 客 户 为 先 北 京 康 信 知 识 产 权 代 理 有 限 责 任 公 司 是 一 家 经 相 关 主 管 部 门 批 准, 具 有 国 内 外 专 利 商 标 代 理 资 格, 能 够 提 供 全 方 位 知 识 产 权 代 理 服 务 的 法 律 服 务 机 构 公 司 成

专 业 为 本 客 户 为 先 北 京 康 信 知 识 产 权 代 理 有 限 责 任 公 司 是 一 家 经 相 关 主 管 部 门 批 准, 具 有 国 内 外 专 利 商 标 代 理 资 格, 能 够 提 供 全 方 位 知 识 产 权 代 理 服 务 的 法 律 服 务 机 构 公 司 成 康 信 知 识 产 权 杂 志 中 文 版 2012 年 第 1 期 总 第 65 期 我 国 商 标 申 请 审 查 周 期 缩 至 10 个 月 凝 智 聚 力 顺 势 作 为 康 信 2012 年 会 圆 满 结 束 中 美 两 国 外 观 设 计 专 利 制 度 比 较 欧 洲 专 利 局 上 调 专 利 申 请 相 关 费 用 专 利 布 局 海 外 如 何 做 到 " 事 半 功 倍 "

More information

2005 5,,,,,,,,,,,,,,,,, , , 2174, 7014 %, % 4, 1961, ,30, 30,, 4,1976,627,,,,, 3 (1993,12 ),, 2

2005 5,,,,,,,,,,,,,,,,, , , 2174, 7014 %, % 4, 1961, ,30, 30,, 4,1976,627,,,,, 3 (1993,12 ),, 2 3,,,,,, 1872,,,, 3 2004 ( 04BZS030),, 1 2005 5,,,,,,,,,,,,,,,,, 1928 716,1935 6 2682 1928 2 1935 6 1966, 2174, 7014 %, 94137 % 4, 1961, 59 1929,30, 30,, 4,1976,627,,,,, 3 (1993,12 ),, 2 , :,,,, :,,,,,,

More information

Chinese oil import policies and reforms 随 着 经 济 的 发 展, 目 前 中 国 石 油 消 费 总 量 已 经 跃 居 世 界 第 二 作 为 一 个 负 责 任 的 大 国, 中 国 正 在 积 极 推 进 能 源 进 口 多 元 化, 鼓 励 替 代

Chinese oil import policies and reforms 随 着 经 济 的 发 展, 目 前 中 国 石 油 消 费 总 量 已 经 跃 居 世 界 第 二 作 为 一 个 负 责 任 的 大 国, 中 国 正 在 积 极 推 进 能 源 进 口 多 元 化, 鼓 励 替 代 Chinese oil import policies and reforms SINOPEC EDRI 2014.8 Chinese oil import policies and reforms 随 着 经 济 的 发 展, 目 前 中 国 石 油 消 费 总 量 已 经 跃 居 世 界 第 二 作 为 一 个 负 责 任 的 大 国, 中 国 正 在 积 极 推 进 能 源 进 口 多 元 化,

More information

WVT new

WVT new Operating and Installation Instructions 5120 004601 (PD 84 09 25) Please read this specification carefully before you use the product. Any failure and losses caused by ignoring the above mentioned items

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

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

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

More information

2. 佔 中 對 香 港 帶 來 以 下 影 響 : 正 面 影 響 - 喚 起 市 民 對 人 權 及 ( 專 制 ) 管 治 的 關 注 和 討 論 o 香 港 市 民 總 不 能 一 味 認 命, 接 受 以 後 受 制 於 中 央, 沒 有 機 會 選 出 心 中 的 理 想 特 首 o 一

2. 佔 中 對 香 港 帶 來 以 下 影 響 : 正 面 影 響 - 喚 起 市 民 對 人 權 及 ( 專 制 ) 管 治 的 關 注 和 討 論 o 香 港 市 民 總 不 能 一 味 認 命, 接 受 以 後 受 制 於 中 央, 沒 有 機 會 選 出 心 中 的 理 想 特 首 o 一 220 參 考 答 案 專 題 1. 公 民 抗 命 與 革 命 的 異 同 如 下 : 公 民 抗 命 革 命 相 同 之 處 目 的 兩 種 行 動 都 是 為 了 抗 拒 當 權 政 府 不 受 歡 迎 的 決 定 及 政 策 方 法 兩 者 都 是 在 嘗 試 其 他 合 法 的 抗 爭 行 動 後, 無 可 奈 何 的 最 後 手 段 不 同 之 處 目 的 只 是 令 政 府 的 某 些

More information

Microsoft PowerPoint - 03 Bob Liang_CHN Aug 10.ppt

Microsoft PowerPoint - 03 Bob Liang_CHN Aug 10.ppt 2009 英特尔中国大学峰会 软件与服务的未来 -- 携手并进, 用 芯 创新 梁兆柱博士英特尔亚太研发有限公司总经理英特尔中国软件服务总经理 Copyright 2009, Intel Corporation Legal Disclaimer INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO

More information

202 The Sending Back of The Japanese People in Taiwan in The Beginning Years After the World War II Abstract Su-ying Ou* In August 1945, Japan lost th

202 The Sending Back of The Japanese People in Taiwan in The Beginning Years After the World War II Abstract Su-ying Ou* In August 1945, Japan lost th 201 1945 8 1945 202 The Sending Back of The Japanese People in Taiwan in The Beginning Years After the World War II Abstract Su-ying Ou* In August 1945, Japan lost the war and had to retreat from Taiwan.

More information

Abstract Today, the structures of domestic bus industry have been changed greatly. Many manufacturers enter into the field because of its lower thresh

Abstract Today, the structures of domestic bus industry have been changed greatly. Many manufacturers enter into the field because of its lower thresh SWOT 5 Abstract Today, the structures of domestic bus industry have been changed greatly. Many manufacturers enter into the field because of its lower threshold. All of these lead to aggravate drastically

More information

PowerPoint 演示文稿

PowerPoint 演示文稿 复 星 国 际 (656.HK) 2014 年 经 营 业 绩 报 告 Disclaimer This presentation and the presentation materials distributed herewith include forward-looking statements. All statements, other than statements of historical

More information

205 4 GCC % 5% % 2. 67% 0. % 00mm % % %. 2% ~ 06 60

205 4 GCC % 5% % 2. 67% 0. % 00mm % % %. 2% ~ 06 60 205 7 July 205 4 Arab World Studies No. 4 * 202 75002 673-56 205 04-0059 -4 D85 A * 204 204XBS0 205 205 - GM - 057 204 4NXBYJ05 204 6 5 59 205 4 GCC 267 3400 202. 7% 5% 84. 38% 2. 67% 0. % 00mm 2008 2.

More information

Presentation Headline To Go Here

Presentation Headline To Go Here 在任何嵌入式设备上轻松定制嵌入式 Linux* 应用 田坤, 资深软件工程师 SFTS010 2 议程 嵌入式 Linux* 现状 介绍 Yocto Project* 个案研究 目前状态 3 议程 嵌入式 Linux* 现状 介绍 Yocto Project* 个案研究 目前状态 4 嵌入式设备的例子 Linux* 嵌入式设备的不错选择 对嵌入式操作系统的要求 : Linux* 提供 : 安全性 成本

More information

1377_SNAP_Selection_Guide.fm

1377_SNAP_Selection_Guide.fm I/O? PC OptoTerminal Form 377-040325 www.opto-tech.com.cn support@opto-tech.com.cn 2 www.opto-tech.com.cn support@opto-tech.com.cn Form 377-040325 4 3 2 ÎÒ 5 ioproject FactoryFloor ioproject FactoryFloor

More information

Microsoft Word - 山西焦化(600740)--焦炭价格上涨提升业绩,市场整合带来机会 doc

Microsoft Word - 山西焦化(600740)--焦炭价格上涨提升业绩,市场整合带来机会 doc 公 司 研 究 中 国 A 股 市 场 采 掘 煤 炭 开 采 Mining Coal Mining 2010 年 2 月 23 日 Type your comment here 市 场 数 据 20010 年 2 月 23 日 当 前 价 格 ( 元 ) 8.19 52 周 价 格 区 间 ( 元 ) 5.3-12.15 总 市 值 ( 百 万 ) 4672.68 流 通 市 值 ( 百 万 )

More information

X UDC A Post-Evaluation Research on SINOPEC Refinery Reconstruction and Expanding Project MBA 厦门大学博硕士论文摘要库

X UDC A Post-Evaluation Research on SINOPEC Refinery Reconstruction and Expanding Project MBA 厦门大学博硕士论文摘要库 2003 2 10384 X9915078 UDC A Post-Evaluation Research on SINOPEC Refinery Reconstruction and Expanding Project MBA 2003 2 2003 3 2003 200 / Abstract Post-evaluation is a comprehensive evaluation on an implemented

More information

國 立 虎 尾 科 技 大 學 學 生 成 績 繳 交 及 處 理 要 點 中 華 民 國 98 年 11 月 17 日 98 學 年 度 第 一 次 臨 時 教 務 會 議 通 過 99 年 03 月 23 日 98 學 年 度 第 二 次 教 務 會 議 正 通 過 99 年 06 月 22 日

國 立 虎 尾 科 技 大 學 學 生 成 績 繳 交 及 處 理 要 點 中 華 民 國 98 年 11 月 17 日 98 學 年 度 第 一 次 臨 時 教 務 會 議 通 過 99 年 03 月 23 日 98 學 年 度 第 二 次 教 務 會 議 正 通 過 99 年 06 月 22 日 國 立 虎 尾 科 技 大 學 104 學 年 度 第 3 次 教 務 會 議 紀 錄 附 件 中 華 民 國 105 年 3 月 22 日 國 立 虎 尾 科 技 大 學 學 生 成 績 繳 交 及 處 理 要 點 中 華 民 國 98 年 11 月 17 日 98 學 年 度 第 一 次 臨 時 教 務 會 議 通 過 99 年 03 月 23 日 98 學 年 度 第 二 次 教 務 會 議

More information

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

國立中山大學學位論文典藏 --NIKE 2 Fashion of any product will undoubtedly bring about a potentially huge market and profitability. Thus, how to create a trend and popularize a product for consumers will be the focus and motivation

More information

CANVIO_AEROCAST_CS_EN.indd

CANVIO_AEROCAST_CS_EN.indd 简 体 中 文...2 English...4 SC5151-A0 简 体 中 文 步 骤 2: 了 解 您 的 CANVIO AeroCast CANVIO AeroCast 无 线 移 动 硬 盘 快 速 入 门 指 南 欢 迎 并 感 谢 您 选 择 TOSHIBA 产 品 有 关 您 的 TOSHIBA 产 品 的 详 情, 请 参 阅 包 含 更 多 信 息 的 用 户 手 册 () 安

More information

中國文化大學政治學研究所

中國文化大學政治學研究所 中 國 文 化 大 學 社 會 科 學 院 政 治 學 系 碩 士 論 文 Department of Political Science College of Social Sciences Chinese Culture University Master Thesis 台 灣 中 小 企 業 赴 大 陸 投 資 風 險 及 其 因 應 之 道 Investment Risks and its

More information

國 史 館 館 刊 第 23 期 Chiang Ching-kuo s Educational Innovation in Southern Jiangxi and Its Effects (1941-1943) Abstract Wen-yuan Chu * Chiang Ching-kuo wa

國 史 館 館 刊 第 23 期 Chiang Ching-kuo s Educational Innovation in Southern Jiangxi and Its Effects (1941-1943) Abstract Wen-yuan Chu * Chiang Ching-kuo wa 國 史 館 館 刊 第 二 十 三 期 (2010 年 3 月 ) 119-164 國 史 館 1941-1943 朱 文 原 摘 要 1 關 鍵 詞 : 蔣 經 國 贛 南 學 校 教 育 社 會 教 育 掃 盲 運 動 -119- 國 史 館 館 刊 第 23 期 Chiang Ching-kuo s Educational Innovation in Southern Jiangxi and

More information

A Study on Grading and Sequencing of Senses of Grade-A Polysemous Adjectives in A Syllabus of Graded Vocabulary for Chinese Proficiency 2002 I II Abstract ublished in 1992, A Syllabus of Graded Vocabulary

More information

<4D F736F F F696E74202D B A E92868AD48AFA8C888E5A90E096BE89EF E >

<4D F736F F F696E74202D B A E92868AD48AFA8C888E5A90E096BE89EF E > Business Results for the 1 st half ended May. 31, 2016 July. 20, 2016 1 st Half Results & Full Year Forecast 1 st half year Full Year 1 st half year.% Full Year forecast.% Net sales.... Operating Income

More information

目 录 I. 出 口 单 证 业 务... 3 1. 正 本 提 单 签 发... 3 2. 提 单 更 改 ( 提 单 已 经 签 发 )... 3 3.Seaway bill 提 单 签 发... 4 4. 电 放... 4 5. 第 三 地 / 目 的 港 签 单... 4 6. 船 证 明.

目 录 I. 出 口 单 证 业 务... 3 1. 正 本 提 单 签 发... 3 2. 提 单 更 改 ( 提 单 已 经 签 发 )... 3 3.Seaway bill 提 单 签 发... 4 4. 电 放... 4 5. 第 三 地 / 目 的 港 签 单... 4 6. 船 证 明. Counter Business Quick Reference (Xiamen) ( 厦 门 前 台 业 务 快 速 指 南 ) Last Updated on Nov. 1st, 2015 目 录 I. 出 口 单 证 业 务... 3 1. 正 本 提 单 签 发... 3 2. 提 单 更 改 ( 提 单 已 经 签 发 )... 3 3.Seaway bill 提 单 签 发... 4 4.

More information

Product Type Batteries (only) Circuit Breatkers & Load Protection Connection Devices Contactors Ethernet Switches, Stratix Switches I/O Modules; PLC N

Product Type Batteries (only) Circuit Breatkers & Load Protection Connection Devices Contactors Ethernet Switches, Stratix Switches I/O Modules; PLC N 1201 South Second Street Milwaukee, Wisconsin U.S.A. 53204 Tel 414-382-2000 1 July 2016 RE: China Restriction of Hazardous Substances (RoHS) Dear Customer, Rockwell Automation is committed to demonstrating

More information

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

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

More information

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

國立中山大學學位論文典藏.PDF The Study on the New Pension Scheme for Civil Servants Evidence from Kaohsiung County I II 1. III Thesis Abstract Title of Thesis The Study on the New Pension Scheme for Civil Servants: Evidence from Kaohsiung

More information

Microsoft Word - TIP006SCH Uni-edit Writing Tip - Presentperfecttenseandpasttenseinyourintroduction readytopublish

Microsoft Word - TIP006SCH Uni-edit Writing Tip - Presentperfecttenseandpasttenseinyourintroduction readytopublish 我 难 度 : 高 级 对 们 现 不 在 知 仍 道 有 听 影 过 响 多 少 那 次 么 : 研 英 究 过 文 论 去 写 文 时 作 的 表 技 引 示 巧 言 事 : 部 情 引 分 发 言 该 生 使 在 中 用 过 去, 而 现 在 完 成 时 仅 表 示 事 情 发 生 在 过 去, 并 的 哪 现 种 在 时 完 态 成 呢 时? 和 难 过 道 去 不 时 相 关? 是 所 有

More information

第二章 研究方法與目的

第二章 研究方法與目的 東 吳 大 學 法 學 院 法 律 學 系 碩 士 在 職 專 班 法 律 專 業 組 碩 士 論 文 財 稅 資 訊 提 供 義 務 之 探 討 The Obiligation Of Government To Provide The Tax Information 指 導 教 授 : 張 文 郁 博 士 研 究 生 : 梁 盈 潔 中 華 民 國 一 三 年 九 月 東 吳 大 學 法 學 院

More information

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

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

More information

,, MBA 1 1 1

,, MBA 1 1 1 ,, MBA 1 1 1 http://www.mhjy.net http://www.eauc.net 2 CEO www.mhjy.net 0451 88723232 xchy007@163.com : 120 109 :150020 % 30% 24% 21% 16 % 7% 2% 100% % 45% 42% 4% 9% 100% Mix

More information

目 錄 使 用 者 介 面... 3 檔 案 頁 籤... 3 配 置... 4 狀 態 列... 4 功 能 區... 5 說 明... 5 文 件... 7 修 訂 雲 形... 7 標 註... 8 文 字... 9 幾 何 中 心 點 的 物 件 鎖 點... 10 等 角 製 圖 格 線.

目 錄 使 用 者 介 面... 3 檔 案 頁 籤... 3 配 置... 4 狀 態 列... 4 功 能 區... 5 說 明... 5 文 件... 7 修 訂 雲 形... 7 標 註... 8 文 字... 9 幾 何 中 心 點 的 物 件 鎖 點... 10 等 角 製 圖 格 線. AutoCAD 2016 新 功 能 預 覽 指 南 編 譯 版 本 :Y150327, 內 容 僅 供 學 習 參 考, 所 有 訊 息 請 以 官 方 資 訊 為 準, 更 多 資 訊 請 下 載 原 文 PDF 檔 或 觀 賞 Youtube 頻 道 的 示 範 影 片 Design every detail with Autodesk AutoCAD software, one of the

More information