Service & Support 如何在 PCS 7 面板中显示其他程序块的值和组显示? 显示订货号 6ES ES SIMATIC PCS7, Batch and Options SIMATIC PCS7 SW-Packages (BLE, ES, OS) 描述 : 在

Size: px
Start display at page:

Download "Service & Support 如何在 PCS 7 面板中显示其他程序块的值和组显示? 显示订货号 6ES ES SIMATIC PCS7, Batch and Options SIMATIC PCS7 SW-Packages (BLE, ES, OS) 描述 : 在"

Transcription

1 如何在 PCS 7 面板中显示其他程序块的值和组显示? 显示订货号 6ES ES SIMATIC PCS7, Batch and Options SIMATIC PCS7 SW-Packages (BLE, ES, OS) 描述 : 在 PCS 7 中,FB 块的数据 / 消息缺省在面板中显示 但可能会有更高的需求, 面板中还要显示其他 FB 块的数据 / 消息 这篇文档描述了如何将其他程序块的值和组显示集成在某个面板中 例程 : 某个工艺要求, 比如带电流显示的电机, 需要由几个块组合实现 Fig. 01 MOT 块 ( 块类型 MOTOR,FB66) 控制电机, 另外还有 MOT_IMEAS ( 块类型 MEAS_MON, FB65) 用于显示监控电流值 电流值超过某个特定限值后, 将会触发一条报警 "MOT_IMEAS" 功能块的 " 限值监控 " ("Limit value monitoring") 功能可用于此 "MOT_IMEAS" 块的数据在缺省情况下是不会显示在 "MOT" 块的面板上的 我们的目标是在 "MOT" 块的面板上显示功能块 "MOT_IMEAS" 的数据 ( 电机电流, 电流监控限值, 报警和消息 ) 注意 : 该条目描述了在 "MOT" 的面板的标准视图中显示其他 AS 块的报警消息的几种不同方法 此外, 我们还介绍了如何将电流监控的限制值显示在 "MOT" 面板的附加试图中 "MOT" 面板的 " 消息 " 视图不会在这里进行介绍 条目 描述了如何在 "MOT" 面板的 "Message" 视图里显示限制值消息以及如何配置组显示 缺省情况下 "MEAS_MON" 块的消息不会显示在 "MOTOR" 块图标的组显示上 关于组显示的组态在条目 中介绍 所有的解决方法都不仅限于 "MOTOR" 和 "MEAS_MON" 块类型, 您可以将它们使用在其它的块类型上 No. 步骤 ( 填写文档类型 : 常问问题 ) P1-10

2 1 使用属性 "MULTI_INSTANCE=yes" 在图形编辑器中, 为了将多个 AS 块的数据显示在一个 OS 面板上, 在面板中设置属性 "MULTI_INSTANCE" 为 "yes" 属性 "MULTI_INSTANCE" 的缺省值是 "no" 在基本画面 和 中找到对象 并在属性组 "Miscellaneous" 下找到其 "MULTI_INSTANCE" 属性 Fig. 02 条目 包含了关于面板结构的详细信息 功能 : 画面 "@pg_motor.pdl" 和 "@pl_motor.pdl" 在接下来的文字中被称为 " 基本画面 " 面板其它所有的模板画面作为画面窗口显示在基本画面中, 依据相应块实例的测量点名字来设定画面窗口的变量前缀 属性 "MULTI_INSTANCE" 能够影响变量前缀 警告! "MULTI_INSTANCE = no" ( 缺省设置 ) 变量前缀对应于块的完整的变量名, 也就是在面板标题上显示的名字 "MULTI_INSTANCE = yes" 变量前缀不是完整的块名, 块名的后面部分被截掉 被截掉的部分是实际 CFC 块名 在这里, 分隔符 "/" 也会被截掉 您必须改变模板画面中的所有动态变量连接, 前缀名必须包括被截掉的块名和分隔符 "/" 这种方式下您也可以在模板画面中连接相同 CFC 中其它块的变量 如果将某个面板的属性 "MULTI_INSTANCE" 设置成 "yes", 就要改变面板相关的所有模板画面 检查所有需要改变的测量点名字的动态连接 ( 变量连接和脚本 ), 有需要的话更改它们 在此例 "MOTOR" 类型中, 您必须改变如下的模板画面 : 必须检查, 更改, 测试相关的动态连接 ( 包括脚本 ) 注意 : 当您打开一个模板画面来编辑的时候, 可以在 " 对象属性 " 对话框中看到具有动态属性的画面对象 所有具有动态属性的对象名在对象列表中以粗体显示 Fig ( 填写文档类型 : 常问问题 ) P2-10

3 确认 "MULTI_INSTANCE 属性在基本画面 和 中是相同的 关于 " 组态多实例 " 的通用信息, 可以在手册 "PCS 7 - Programming Instructions for Blocks" 中找到 在 OS project editor 运行后或者软件升级 ( 安装 WinCC 的一个新版本,service pack 或 hotfix), 对模板画面或标准函数的改变可能会丢失 这个过程非常复杂, 因为您需要改变已经存在的组态 为了减少组态工作, 你可以使用下面第 2 点的解决方法 2 使用 "MULTI_INSTANCE=no" 当在 CFC 中分配块名时, 如果将 "MULTI_INSTANCE" 属性设置为 "yes", 那么可以在一个面板中显示附加块的数据 费时修改已存在的块模板在该例中是不必要的 只有一些画面对象被添加到了模板画面中, 已有的动态连接仍然保持 这个解决方法需要在 CFC 中设定合适的块名 为了显示方便, 在 CFC 中指定相应附加块名字的前半部分和原始块的名字相同 在该例中, 用于显示电机数据的块的名字是 "MOT" 显示附加电机数据 ( 电流监视 ) 的块的名字是 "MOT_IMEAS" 模板画面 "@PG_MOTOR_STANDARD.pdl" 扩展后, 可以在 "MOTOR" 面板的 "Standard" 视图中显示电机的电流值 扩展工作如下 : 增加 "Standard" 视图的 "Height" 属性值 增加了用于显示电机电流的输出域, 并使用直接变量连接 "_IMEAS.U" Fig. 04 增加了一个组显示, 并直接连接到变量 "_IMEAS.EventState", 用于显示电机电流值监视报警 ( 填写文档类型 : 常问问题 ) P3-10

4 Fig. 05 条目 详细描述了所需的组态步骤 也展示了如何在 "MOTOR" 块类型的面板中完全显示 "MEAS_MON" 块的 "Standard" 视图 用此方法您可以在 "MOTOR" 面板运行时显示和输入电流监视的限值 3 创建一个内部包含 "MOTOR" 和 "MEAS_MON" 的 AS 新块使用该方法, 您创建一个内部包含 "MOTOR" 和 "MEAS_MON" 的新 CFC 块 电机数据和电机电流监视的数据在同一个接口数据块中 这意味着所有要显示的数据的变量前缀是一致的 您可以使用 "SCL", "STL" 或 CFC 编辑器创建这个块 下图是如何用 CFC chart 创建一个新块 "MOTOR" 和 "MEAS_MON" 的所有连接都在这个新块中创建, 并和原始块的连接联系起来 Fig. 06 这个 CFC chart 使用功能 "Chart > Compile > Chart as Block Type..." 来进行编译 下图显示了如何使用这个新创建的块 注意 : 该块中以字符串 "MEAS_" 开头的连接都内部连接到了 "MEAS_MON" 块, 其它的连接到了 "MOTOR" 块 ( 填写文档类型 : 常问问题 ) P4-10

5 Fig. 07 条目 中详细描述了该块的设置和应用 条目号 : 日期 : Scroll down for English: How can you display in addition the values and a group display of another block in a PCS 7 faceplate? Display part number 6ES ES SIMATIC PCS7, Batch and Options SIMATIC PCS7 SW-Packages (BLE, ES, OS) Description: In PCS 7, the data/messages of an AS block (function block, FB) are displayed by default in a faceplate. The case might arise, however, that the data/messages of other AS blocks are to be displayed in a faceplate. This entry describes how to integrate values and a group display of an additional block in your PCS 7 faceplate. Sample application: A technological function, e.g. motor with current display, is to be realized with several blocks. ( 填写文档类型 : 常问问题 ) P5-10

6 Fig. 01 The "MOT" block (block type "MOTOR", FB66) is used to control a motor. In addition, the motor current is to be displayed and monitored with the "MOT_IMEAS" block (block type "MEAS_MON", FB65). When the current value exceeds a specific limit, an alarm is supposed to be triggered. The "Limit value monitoring" function of the "MOT_IMEAS" block is used for this. The data of the "MOT_IMEAS" block is not displayed by default in the faceplate of the "MOT" block of the motor. The aim is to display the data of the "MOT_IMEAS" block (motor current, current monitoring limits, alarms and messages) in the faceplate of the "MOT" block of the motor. Notes: This entry describes different ways of how the motor current of the additional AS block "MOT_IMEAS" can be displayed in the "Standard" view of the OS faceplate "MOT". Furthermore, we describe how you can have the limit values for current monitoring displayed in an additional view of the OS faceplate "MOT". The "Message" view of the OS faceplate "MOT" will not be dealt with here. Entry ID describes how you can have the limit value messages displayed in the "Message" view of the OS faceplate "MOT" and how to configure the group display. The messages of the "MEAS_MON" block are not displayed by default in the group display of the "MOTOR" block icon. Notes on the configuration of the group display are available in Entry ID The various solutions are not exclusively for the "MOTOR" or "MEAS_MON" block type and you can use the procedure shown also for other types of block. No. Procedure 1 Use the property "MULTI_INSTANCE=yes" In the Graphics Designer you can set the "MULTI_INSTANCE" property to "yes" in a faceplate in order to display the data of multiple AS blocks in one OS faceplate.. The property "MULTI_INSTANCE" has the default value "no". The "MULTI_INSTANCE" property of the object "@Faceplate" is located in the basic picture "@pg_motor.pdl" and in the basic picture "@pl_motor.pdl" of the faceplate in the property group "Miscellaneous". ( 填写文档类型 : 常问问题 ) P6-10

7 Fig. 02 Entry ID contains detailed information on the structure of faceplates. Function: The pictures and are designated below as "basic pictures". All other template pictures of the faceplate are displayed as picture windows in the basic pictures. Here the tag prefix is set in the picture window depending on the measuring point designation to display the process values of the relevant block instance. The tag prefix can be influenced by the "MULTI_INSTANCE" property: "MULTI_INSTANCE = no" (default setting) The tag prefix corresponds to the complete tag name of the block. That is also the name that is displayed in the faceplate header. "MULTI_INSTANCE = yes" The tag prefix does not correspond to the complete tag name of the block. The last part of the tag name is truncated. The part of the tag name that is truncated is the part which designates the actual block in the CFC. Here, the separator "/" is truncated as well. You must change the tag links for all the dynamizations in the template pictures. The tags must be prefixed with the truncated block name including the separator "/". In this way you can also link the tags of other blocks of the same CFCs in template pictures. Warning! If you set the "MULTI_INSTANCE" property of an existing faceplate to "yes", then you must change all the template pictures of the complete faceplate accordingly. You must check all the dynamizations (tag interconnections and scripts) with regard to the changed measuring point designation and if necessary, change them. In the case of the faceplate of the "MOTOR" type, you must change the following template pictures: You must check, correct and function test all the dynamizations concerned (including scripts). Note: When you open a template picture for editing, you can see which picture objects are dynamized in the "Object Properties" dialog. Dynamized objects are displayed in the object list (drop-down list) in bold print. ( 填写文档类型 : 常问问题 ) P7-10

8 Fig. 03 Make sure that the "MULTI_INSTANCE property has the identical value in both basic pictures and General information on the topic of "Configuring multi-instances" is available in the manual "PCS 7 - Programming Instructions for Blocks". Changes in the template pictures or standard functions might be lost when the OS project editor is run or the software updated (installation of a new version of WinCC, a service pack or a hotfix). This procedure is relatively complicated because you have to change the existing configuration. In order to minimize the configuration workload, you can also apply the solution in Point 2. 2 Use the "MULTI_INSTANCE=no" When assigning the block names in the CFC, it is possible to display the data of additional blocks in a faceplate with having to set the "MULTI_INSTANCE property to "yes". Timeconsuming editing of the existing block templates is not necessary in this case. Only the graphical elements in the template pictures are added and existing dynamizations are retained. The requirement for this solution is appropriate assignment of block names in the CFC. Assign a name to the block with the additional data in the CFC that begins with the same name as the block in the faceplate that is used for the display. In this example, the name of the block for displaying the general motor data is "MOT". The name of the block for additional motor data (current monitoring) is "MOT_IMEAS". The template picture "@PG_MOTOR_STANDARD.pdl" was extended to display the motor current in the "Standard" view of the "MOTOR" faceplate. The following extensions were made: The property "Height" of the "Standard" view was increased. An output field for displaying the motor current was added and dynamized with a direct tag connection "_IMEAS.U". Fig. 04 A group display for displaying the limit value monitoring was added and dynamized ( 填写文档类型 : 常问问题 ) P8-10

9 with a direct tag connection "_IMEAS.EventState". Fig. 05 Entry ID describes the necessary configuration steps in detail. It also shows how the complete "Standard" view of the block type "MEAS_MON" can be displayed in the faceplate of the "MOTOR" block type. In this way you can display and enter the current monitoring limit values in the "MOTOR" faceplate at Runtime. 3 Create new AS block that internally contains the "MOTOR" and "MEAS_MON" blocks With this method you create a new block that internally contains the "MOTOR" and "MEAS_MON" blocks. When you use this block, the normal motor data and the motor current monitoring data are both available in the same instance data block. This means that the tag prefix is identical for all the data to be displayed. You can create this block in the "SCL", "STL" or CFC editor. The following figure shows the overview of a CFC chart that was used to create the new block. All the block connections of the "MOTOR" and "MEAS_MON" blocks have been created as new block connections "Out" and interconnected with the original block connections. Fig. 06 The CFC chart was compiled via "Chart > Compile > As block...". The following figure shows how the newly created block is implemented. The "MEAS_MON" block for displaying the motor current has been added to the "MOTOR" block. Note: The block connections that begin with the character string "MEAS_" or interconnected internally with the "MEAS_MON" block, the others with the "MOTOR" block. ( 填写文档类型 : 常问问题 ) P9-10

10 Fig. 07 Entry describes the settings and application of this block in detail. Entry ID: Date: ( 填写文档类型 : 常问问题 ) P10-10

1 使用原始块的自由报警信号该解决方案中, 电机电流限值信号在 CFC 中生成 该信号如何生成并没有在这里进行介绍 该信号可以连上 "MOTOR" 块的一个报警信号 实际的电流值也可以作为一个消息相关的过程值连到消息中 检查将要扩展的块 ("MOTOR" FB66) 是否有可以自由扩展的消息信号 然

1 使用原始块的自由报警信号该解决方案中, 电机电流限值信号在 CFC 中生成 该信号如何生成并没有在这里进行介绍 该信号可以连上 MOTOR 块的一个报警信号 实际的电流值也可以作为一个消息相关的过程值连到消息中 检查将要扩展的块 (MOTOR FB66) 是否有可以自由扩展的消息信号 然 在面板中, 如何附加显示另外一个块的组显示消息? 显示订货号 6ES7657.. 6ES7658.. SIMATIC PCS7, Batch and Options SIMATIC PCS7 SW-Packages (BLE, ES, OS) 描述 : PCS 7 中,AS 块的数据 / 消息会缺省显示在它的面板上 然而可能有这样的需求 : 另外一个 AS 块的数据 / 消息也需要同时显示在这个面板上

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

AL-M200 Series

AL-M200 Series NPD4754-00 TC ( ) Windows 7 1. [Start ( )] [Control Panel ()] [Network and Internet ( )] 2. [Network and Sharing Center ( )] 3. [Change adapter settings ( )] 4. 3 Windows XP 1. [Start ( )] [Control Panel

More information

Service & Support 如何在 PCS 7 面板中显示另外一个 FB 块的数据和组显示? 以及如何利用 PCS 7 的 Faceplate Designer 为一个面板创建其他的视图? 显示订货号 6ES ES SIMATIC PCS7, Batch and O

Service & Support 如何在 PCS 7 面板中显示另外一个 FB 块的数据和组显示? 以及如何利用 PCS 7 的 Faceplate Designer 为一个面板创建其他的视图? 显示订货号 6ES ES SIMATIC PCS7, Batch and O 如何在 PCS 7 面板中显示另外一个 FB 块的数据和组显示? 以及如何利用 PCS 7 的 Faceplate Designer 为一个面板创建其他的视图? 显示订货号 6ES7657.. 6ES7658.. SIMATIC PCS7, Batch and Optins SIMATIC PCS7 SW-Packages (BLE, ES, OS) 问题描述 : 在 PCS 7 系统中,FB 块的数据和消息都默认显示在其所对应的面板中

More information

IBM Rational ClearQuest Client for Eclipse 1/ IBM Rational ClearQuest Client for Ecl

IBM Rational ClearQuest Client for Eclipse   1/ IBM Rational ClearQuest Client for Ecl 1/39 Balaji Krish,, IBM Nam LeIBM 2005 4 15 IBM Rational ClearQuest ClearQuest Eclipse Rational ClearQuest / Eclipse Clien Rational ClearQuest Rational ClearQuest Windows Web Rational ClearQuest Client

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

ch_code_infoaccess

ch_code_infoaccess 地 產 代 理 監 管 局 公 開 資 料 守 則 2014 年 5 月 目 錄 引 言 第 1 部 段 數 適 用 範 圍 1.1-1.2 監 管 局 部 門 1.1 紀 律 研 訊 1.2 提 供 資 料 1.3-1.6 按 慣 例 公 布 或 供 查 閱 的 資 料 1.3-1.4 應 要 求 提 供 的 資 料 1.5 法 定 義 務 及 限 制 1.6 程 序 1.7-1.19 公 開 資

More information

1.ai

1.ai HDMI camera ARTRAY CO,. LTD Introduction Thank you for purchasing the ARTCAM HDMI camera series. This manual shows the direction how to use the viewer software. Please refer other instructions or contact

More information

Microsoft Word - template.doc

Microsoft Word - template.doc HGC efax Service User Guide I. Getting Started Page 1 II. Fax Forward Page 2 4 III. Web Viewing Page 5 7 IV. General Management Page 8 12 V. Help Desk Page 13 VI. Logout Page 13 Page 0 I. Getting Started

More information

Microsoft PowerPoint - ch6 [相容模式]

Microsoft PowerPoint - ch6 [相容模式] UiBinder wzyang@asia.edu.tw UiBinder Java GWT UiBinder XML UI i18n (widget) 1 2 UiBinder HelloWidget.ui.xml: UI HelloWidgetBinder HelloWidget.java XML UI Owner class ( Composite ) UI XML UiBinder: Owner

More information

ebook140-8

ebook140-8 8 Microsoft VPN Windows NT 4 V P N Windows 98 Client 7 Vintage Air V P N 7 Wi n d o w s NT V P N 7 VPN ( ) 7 Novell NetWare VPN 8.1 PPTP NT4 VPN Q 154091 M i c r o s o f t Windows NT RAS [ ] Windows NT4

More information

ebook140-9

ebook140-9 9 VPN VPN Novell BorderManager Windows NT PPTP V P N L A V P N V N P I n t e r n e t V P N 9.1 V P N Windows 98 Windows PPTP VPN Novell BorderManager T M I P s e c Wi n d o w s I n t e r n e t I S P I

More information

Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies to all d

Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies to all d WeChat Search Visual Identity Guidelines WEDESIGN 2018. 04 Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies

More information

入學考試網上報名指南

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

More information

<4D6963726F736F667420576F7264202D205F4230365FB942A5CEA668B443C5E9BB73A740B5D8A4E5B8C9A552B1D0A7F75FA6BFB1A4ACFC2E646F63>

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

More information

K301Q-D VRT中英文说明书141009

K301Q-D VRT中英文说明书141009 THE INSTALLING INSTRUCTION FOR CONCEALED TANK Important instuction:.. Please confirm the structure and shape before installing the toilet bowl. Meanwhile measure the exact size H between outfall and infall

More information

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

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

More information

Microsoft Word - SupplyIT manual 3_cn_david.doc

Microsoft Word - SupplyIT manual 3_cn_david.doc MR PRICE Supply IT Lynette Rajiah 1 3 2 4 3 5 4 7 4.1 8 4.2 8 4.3 8 5 9 6 10 6.1 16 6.2 17 6.3 18 7 21 7.1 24 7.2 25 7.3 26 7.4 27 7.5 28 7.6 29 7.7 30 7.8 31 7.9 32 7.10 32 7.11 33 7.12 34 1 7.13 35 7.14

More information

AL-MX200 Series

AL-MX200 Series PostScript Level3 Compatible NPD4760-00 TC Seiko Epson Corporation Seiko Epson Corporation ( ) Seiko Epson Corporation Seiko Epson Corporation Epson Seiko Epson Corporation Apple Bonjour ColorSync Macintosh

More information

Microsoft Word - 3D手册2.doc

Microsoft Word - 3D手册2.doc 第 一 章 BLOCK 前 处 理 本 章 纲 要 : 1. BLOCK 前 处 理 1.1. 创 建 新 作 业 1.2. 设 定 模 拟 控 制 参 数 1.3. 输 入 对 象 数 据 1.4. 视 图 操 作 1.5. 选 择 点 1.6. 其 他 显 示 窗 口 图 标 钮 1.7. 保 存 作 业 1.8. 退 出 DEFORMTM3D 1 1. BLOCK 前 处 理 1.1. 创 建

More information

LSC操作说明

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

More information

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

Chn 116 Neh.d.01.nis

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

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

Microsoft Word - HC20138_2010.doc

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

More information

1 * 1 *

1 * 1 * 1 * 1 * taka@unii.ac.jp 1992, p. 233 2013, p. 78 2. 1. 2014 1992, p. 233 1995, p. 134 2. 2. 3. 1. 2014 2011, 118 3. 2. Psathas 1995, p. 12 seen but unnoticed B B Psathas 1995, p. 23 2004 2006 2004 4 ah

More information

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

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

More information

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

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

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

IP Access Lists IP Access Lists IP Access Lists

IP Access Lists IP Access Lists IP Access Lists Chapter 10 Access Lists IP Access Lists IP Access Lists IP Access Lists Security) IP Access Lists Access Lists (Network router For example, RouterA can use an access list to deny access from Network 4

More information

hks298cover&back

hks298cover&back 2957 6364 2377 3300 2302 1087 www.scout.org.hk scoutcraft@scout.org.hk 2675 0011 5,500 Service and Scouting Recently, I had an opportunity to learn more about current state of service in Hong Kong

More information

Microsoft Word - HSK使用手册.doc

Microsoft Word - HSK使用手册.doc HSK / New HSK Online Mock Test/Practices Student User Manual Table of contents New User... 2 1.1 Register... 2 1.2 Login... 3 1.3 Homepage... 4 Free Test... 4 2.1 Start... 5 2.2 Results... 6 Mock Test...

More information

Serial ATA ( Silicon Image SiI3114)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 5 (4) S A T A... 8 (5) S A T A... 10

Serial ATA ( Silicon Image SiI3114)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 5 (4) S A T A... 8 (5) S A T A... 10 Serial ATA ( Silicon Image SiI3114)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 5 (4) S A T A... 8 (5) S A T A... 10 Ác Åé å Serial ATA ( Silicon Image SiI3114) S A T A (1) SATA (2)

More information

Some experiences in working with Madagascar: installa7on & development Tengfei Wang, Peng Zou Tongji university

Some experiences in working with Madagascar: installa7on & development Tengfei Wang, Peng Zou Tongji university Some experiences in working with Madagascar: installa7on & development Tengfei Wang, Peng Zou Tongji university Map data @ Google Reproducible research in Madagascar How to conduct a successful installation

More information

TX-NR3030_BAS_Cs_ indd

TX-NR3030_BAS_Cs_ indd TX-NR3030 http://www.onkyo.com/manual/txnr3030/adv/cs.html Cs 1 2 3 Speaker Cable 2 HDMI OUT HDMI IN HDMI OUT HDMI OUT HDMI OUT HDMI OUT 1 DIGITAL OPTICAL OUT AUDIO OUT TV 3 1 5 4 6 1 2 3 3 2 2 4 3 2 5

More information

f2.eps

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

More information

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

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

More information

Knowledge and its Place in Nature by Hilary Kornblith

Knowledge and its Place in Nature by Hilary Kornblith Deduction by Daniel Bonevac Chapter 7 Quantified Natural Deduction Quantified Natural Deduction As with truth trees, natural deduction in Q depends on the addition of some new rules to handle the quantifiers.

More information

Microsoft Word - Final Exam Review Packet.docx

Microsoft Word - Final Exam Review Packet.docx Do you know these words?... 3.1 3.5 Can you do the following?... Ask for and say the date. Use the adverbial of time correctly. Use Use to ask a tag question. Form a yes/no question with the verb / not

More information

BC04 Module_antenna__ doc

BC04 Module_antenna__ doc http://www.infobluetooth.com TEL:+86-23-68798999 Fax: +86-23-68889515 Page 1 of 10 http://www.infobluetooth.com TEL:+86-23-68798999 Fax: +86-23-68889515 Page 2 of 10 http://www.infobluetooth.com TEL:+86-23-68798999

More information

Oracle 4

Oracle 4 Oracle 4 01 04 Oracle 07 Oracle Oracle Instance Oracle Instance Oracle Instance Oracle Database Oracle Database Instance Parameter File Pfile Instance Instance Instance Instance Oracle Instance System

More information

What You Can Find with SciFinder Scholar SciFinder Scholar Area Information Available in SciFinder Scholar Document Title Information Author/inventor

What You Can Find with SciFinder Scholar SciFinder Scholar Area Information Available in SciFinder Scholar Document Title Information Author/inventor SciFinder Scholar Content SciFinder Scholar SciFinder Scholar CAS MEDLINE by the National Library of Medicine NLM MEDLINE Reference Databases CAplus SM MEDLINE 150 9000 1907 1907 2,430 3000 70 3900 1951

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

A Community Guide to Environmental Health

A Community Guide to Environmental Health 102 7 建 造 厕 所 本 章 内 容 宣 传 推 广 卫 生 设 施 104 人 们 需 要 什 么 样 的 厕 所 105 规 划 厕 所 106 男 女 对 厕 所 的 不 同 需 求 108 活 动 : 给 妇 女 带 来 方 便 110 让 厕 所 更 便 于 使 用 111 儿 童 厕 所 112 应 急 厕 所 113 城 镇 公 共 卫 生 设 施 114 故 事 : 城 市 社

More information

南華大學數位論文

南華大學數位論文 -- Managing Traditional Temples A Case Study of Representative Temples in CHIA-YI i Abstract This research used the methodology of field study historical comparative research, and qualitative interview

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

VASP应用运行优化

VASP应用运行优化 1 VASP wszhang@ustc.edu.cn April 8, 2018 Contents 1 2 2 2 3 2 4 2 4.1........................................................ 2 4.2..................................................... 3 5 4 5.1..........................................................

More information

PowerPoint Presentation

PowerPoint Presentation TOEFL Practice Online User Guide Revised September 2009 In This Guide General Tips for Using TOEFL Practice Online Directions for New Users Directions for Returning Users 2 General Tips To use TOEFL Practice

More information

Windows XP

Windows XP Windows XP What is Windows XP Windows is an Operating System An Operating System is the program that controls the hardware of your computer, and gives you an interface that allows you and other programs

More information

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

Product Type Batteries (only) Circuit Breakers & Load Protection Connection Devices Contactors Ethernet Switches, Stratix Switches I/O Modules; PLC Ne 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

WebSphere Studio Application Developer IBM Portal Toolkit... 2/21 1. WebSphere Portal Portal WebSphere Application Server stopserver.bat -configfile..

WebSphere Studio Application Developer IBM Portal Toolkit... 2/21 1. WebSphere Portal Portal WebSphere Application Server stopserver.bat -configfile.. WebSphere Studio Application Developer IBM Portal Toolkit... 1/21 WebSphere Studio Application Developer IBM Portal Toolkit Portlet Doug Phillips (dougep@us.ibm.com),, IBM Developer Technical Support Center

More information

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

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

More information

HCD0174_2008

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

More information

CANVIO_AEROCAST_CS_EN.indd

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

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

K7VT2_QIG_v3

K7VT2_QIG_v3 ............ 1 2 3 4 5 [R] : Enter Raid setup utility 6 Press[A]keytocreateRAID RAID Type: JBOD RAID 0 RAID 1: 2 7 RAID 0 Auto Create Manual Create: 2 RAID 0 Block Size: 16K 32K

More information

QQGQ2.E Power Supplies, Information Technology Equipment Including Ele... 1/10

QQGQ2.E Power Supplies, Information Technology Equipment Including Ele... 1/10 QQGQ2.E232014 - Power Supplies, Information Technology Equipment Including Ele... 1/10 QQGQ2.E232014 Power Supplies, Information Technology Equipment Including Electrical Business Equipment - Component

More information

WinMDI 28

WinMDI 28 WinMDI WinMDI 2 Region Gate Marker Quadrant Excel FACScan IBM-PC MO WinMDI WinMDI IBM-PC Dr. Joseph Trotter the Scripps Research Institute WinMDI HP PC WinMDI WinMDI PC MS WORD, PowerPoint, Excel, LOTUS

More information

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

國立中山大學學位論文典藏.PDF I II III IV V VI In recent years, the Taiwan s TV talk shows about the political topic have a bias in favour of party. In Taiwan, there are two property of party, one is called Blue property of party,

More information

自动化接口

自动化接口 基 于 文 件 的 数 据 交 换 的 注 意 事 项 1 SPI 2 COMOS Automation 操 作 手 册 通 用 Excel 导 入 3 通 过 OPC 客 户 端 的 过 程 可 视 化 4 SIMIT 5 GSD 6 05/2016 V 10.2 A5E37093378-AA 法 律 资 讯 警 告 提 示 系 统 为 了 您 的 人 身 安 全 以 及 避 免 财 产 损 失,

More information

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

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

More information

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

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

More information

Microsoft PowerPoint _代工實例-1

Microsoft PowerPoint _代工實例-1 4302 動態光散射儀 (Dynamic Light Scattering) 代工實例與結果解析 生醫暨非破壞性分析團隊 2016.10 updated Which Size to Measure? Diameter Many techniques make the useful and convenient assumption that every particle is a sphere. The

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

1

1 Activity- based Cost Management: A New Mode of Medical cost Management () 1 Activity - based Cost Management A New Mode of Medical cost Management Abstract With the development of medical market, the defects

More information

中山大學學位論文典藏

中山大學學位論文典藏 -- IEMBA 3 ii 4W2H Who( ) When( ) What( ) Why( ) How much( ) How to do( ) iii Abstract Pharmaceutical industry can be regard as one of the knowledge-intensive industries. Designing a sales promotion for

More information

PROFIBUS3.doc

PROFIBUS3.doc PLC PLC ProfiBus 3. PROFIBUS-DP PROFIBUS-DP PROFIBUS-DP PROFIBUS S7 STEP7 SIMATIC NET S5 COM PROFIBUS COM5431 PROFIBUS-DP GSD GSD *.GSD *. GSE GSD S7 STEP7 PROFIBUS DP S7-400 CPU416-2DP S7-200 PROFIBUS

More information

Fun Time (1) What happens in memory? 1 i n t i ; 2 s h o r t j ; 3 double k ; 4 char c = a ; 5 i = 3; j = 2; 6 k = i j ; H.-T. Lin (NTU CSIE) Referenc

Fun Time (1) What happens in memory? 1 i n t i ; 2 s h o r t j ; 3 double k ; 4 char c = a ; 5 i = 3; j = 2; 6 k = i j ; H.-T. Lin (NTU CSIE) Referenc References (Section 5.2) Hsuan-Tien Lin Deptartment of CSIE, NTU OOP Class, March 15-16, 2010 H.-T. Lin (NTU CSIE) References OOP 03/15-16/2010 0 / 22 Fun Time (1) What happens in memory? 1 i n t i ; 2

More information

2009.05

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

More information

UDC Empirical Researches on Pricing of Corporate Bonds with Macro Factors 厦门大学博硕士论文摘要库

UDC Empirical Researches on Pricing of Corporate Bonds with Macro Factors 厦门大学博硕士论文摘要库 10384 15620071151397 UDC Empirical Researches on Pricing of Corporate Bonds with Macro Factors 2010 4 Duffee 1999 AAA Vasicek RMSE RMSE Abstract In order to investigate whether adding macro factors

More information

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

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

More information

政治哲學要跨出去!

政治哲學要跨出去! 台 灣 中 國 大 陸 研 究 之 回 顧 與 前 瞻 71 台 灣 中 國 大 陸 研 究 之 回 顧 與 前 瞻 * 楊 開 煌 一 前 言 二 學 科 之 建 立 與 發 展 三 歷 史 的 回 顧 四 反 省 代 結 論 本 文 主 要 是 透 過 歷 史 的 回 顧 來 檢 討 在 台 灣 的 中 國 大 陸 研 究 發 生 與 發 展 的 歷 程 本 文 作 者 以 個 人 親 與 的

More information

Progress Report of BESIII Slow Control Software Development

Progress Report of BESIII Slow Control Software Development BESIII 慢控制系统高压和 VME 监控 系统的设计和实现 陈锡辉 BESIII 慢控制组 2006-4-27 Outline Design and implementation of HV system Features Implementation Brief introduction to VME system Features Implementation of a demo Tasks

More information

<4D6963726F736F667420576F7264202D203033BDD7A16DA576B04FA145A4ADABD2A5BBACF6A16EADBAB6C0ABD2A4A7B74EB8712E646F63>

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

More information

IP505SM_manual_cn.doc

IP505SM_manual_cn.doc IP505SM 1 Introduction 1...4...4...4...5 LAN...5...5...6...6...7 LED...7...7 2...9...9...9 3...11...11...12...12...12...14...18 LAN...19 DHCP...20...21 4 PC...22...22 Windows...22 TCP/IP -...22 TCP/IP

More information

Microsoft Word - CX VMCO 3 easy step v1.doc

Microsoft Word - CX VMCO 3 easy step v1.doc Abacus Fully Automated Process of VMCO on CX, KA, CPH & KAH 16 Nov 2009 To streamline the VMCO handling on CX, KA, CPH & KAH, Abacus is pleased to inform you that manual submission of VMCO to CX/KA/CPH/KAH

More information

文档 9

文档 9 : : :2001 5 10 :2001 6 10 : < > :Rudimental Studies on A Classified and Annotated Bibliography of Books on Calligraphy and Painting : : :K2904.6 Yu Shaosong A classified and Annotated Bibliography of Books

More information

UDC The Policy Risk and Prevention in Chinese Securities Market

UDC The Policy Risk and Prevention in Chinese Securities Market 10384 200106013 UDC The Policy Risk and Prevention in Chinese Securities Market 2004 5 2004 2004 2004 5 : Abstract Many scholars have discussed the question about the influence of the policy on Chinese

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 - Lecture7II.ppt

Microsoft PowerPoint - Lecture7II.ppt Lecture 8II SUDOKU PUZZLE SUDOKU New Play Check 軟體實作與計算實驗 1 4x4 Sudoku row column 3 2 } 4 } block 1 4 軟體實作與計算實驗 2 Sudoku Puzzle Numbers in the puzzle belong {1,2,3,4} Constraints Each column must contain

More information

( Version 0.4 ) 1

( Version 0.4 ) 1 ( Version 0.4 ) 1 3 3.... 3 3 5.... 9 10 12 Entities-Relationship Model. 13 14 15.. 17 2 ( ) version 0.3 Int TextVarchar byte byte byte 3 Id Int 20 Name Surname Varchar 20 Forename Varchar 20 Alternate

More information

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

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

More information

Microsoft Word - 012-李若鶯.doc

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

More information

Microsoft Word - 先玉335 copy.doc

Microsoft Word - 先玉335 copy.doc http://news.xinhuanet.com/herald/2010-09/21/c_13522940.htm 2010-09-21 12:11:10 335 335 PH4CV 3 10 300 50 20 100 5 8 5 8 20 16 10 4 10 1/3 4 3 4 2 22 8 60 50 6 13 7 21 21 13 1 13 10 2 9 100 80 10 70 335

More information

Epson

Epson WH / MS CMP0087-00 TC WH/MS EPSON EPSON EXCEED YOUR VISION EXCEED YOUR VISION Seiko Corporation Microsoft and Windows are registered trademarks of Microsoft Corporation. Mac and Mac OS are registered trademarks

More information

SA-DK2-U3Rユーザーズマニュアル

SA-DK2-U3Rユーザーズマニュアル USB3.0 SA-DK2-U3R 2007.0 2 3 4 5 6 7 8 System Info. Manual Rebuild Delete RAID RAID Alarm Rebuild Rate Auto compare Temp Management Load Default Elapse time Event Log 0 2 3 4 2 3 4 ESC 5

More information

untitled

untitled Co-integration and VECM Yi-Nung Yang CYCU, Taiwan May, 2012 不 列 1 Learning objectives Integrated variables Co-integration Vector Error correction model (VECM) Engle-Granger 2-step co-integration test Johansen

More information

Form: RWPRR401-B

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

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

MODEL COLOR LIST UZ125D2 YMW GRAY YNF RED YRG BLUE 30H WHITE

MODEL COLOR LIST UZ125D2 YMW GRAY YNF RED YRG BLUE 30H WHITE MODEL COLOR LIST UZ125D2 YMW GRAY YNF RED YRG BLUE 30H WHITE MODEL COLOR LIST UZ125D2K K13 BLACK YRG BLUE YPK WHITE MODEL COLOR LIST UZ125X2 G22 Q05 GRAY ORANGE GREEN WHITE N28 W08 PREFACE When it becomes

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

coverage2.ppt

coverage2.ppt Satellite Tool Kit STK/Coverage STK 82 0715 010-68745117 1 Coverage Definition Figure of Merit 2 STK Basic Grid Assets Interval Description 3 Grid Global Latitude Bounds Longitude Lines Custom Regions

More information

: ( ),,

: ( ),, Case Discussion: ( ), RN, ScD, MPH : 24,,,,,,, ( ) ) ( ), : ( ),, randomized controlled trial (RCT). minimization program,,,, : : ; Apgar score > 7 ;, : ; ; ; ; (BT180/min; 2, 83,50 (60.2%).,

More information

Chapter 9: Objects and Classes

Chapter 9: Objects and Classes What is a JavaBean? JavaBean Java JavaBean Java JavaBean JComponent tooltiptext font background foreground doublebuffered border preferredsize minimumsize maximumsize JButton. Swing JButton JButton() JButton(String

More information

Microsoft Word doc

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

More information

Microsoft Word - 大陸化粧品進口程序與法規1220(16K)

Microsoft Word - 大陸化粧品進口程序與法規1220(16K) 大 陸 化 粧 品 進 出 口 程 序 與 法 規 出 版 機 關 : 經 濟 部 工 業 局 化 粧 保 養 品 產 業 輔 導 計 畫 出 版 日 期 :102 年 11 月 序 臺 灣 化 粧 保 養 品 產 業 近 年 來 外 銷 成 長 表 現 優 異, 外 銷 值 自 2007 年 新 臺 幣 59 億 元, 成 長 至 2012 年 新 臺 幣 110 億 元, 成 長 幅 度 達

More information

國家圖書館典藏電子全文

國家圖書館典藏電子全文 i ii Abstract The most important task in human resource management is to encourage and help employees to develop their potential so that they can fully contribute to the organization s goals. The main

More information

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

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

More information

1

1 DOCUMENTATION FOR FAW-VW Auto Co., Ltd. Sales & Service Architecture Concept () () Version 1.0.0.1 Documentation FAW-VW 1 61 1...4 1.1...4 2...4 3...4 3.1...4 3.2...5 3.3...5 4...5 4.1 IP...5 4.2 DNSDNS...6

More information