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

Size: px
Start display at page:

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

Transcription

1 在面板中, 如何附加显示另外一个块的组显示消息? 显示订货号 6ES ES SIMATIC PCS7, Batch and Options SIMATIC PCS7 SW-Packages (BLE, ES, OS) 描述 : PCS 7 中,AS 块的数据 / 消息会缺省显示在它的面板上 然而可能有这样的需求 : 另外一个 AS 块的数据 / 消息也需要同时显示在这个面板上 例程 : 一个功能需要由多个块来实现, 例如, 一个需要电流显示的电机 Fig. 01 "MOT" 块 ( 块类型 "MOTOR", FB66) 用于控制一个电机 另外使用 "MOT_IMEAS" 块 ( 块类型 "MEAS_MON",FB65) 来显示和监控电机的电流 当电流值超过一个特定的限值之后, 需要触发一条报警 "MOT_IMEAS" 的 " 限值监控 " ("Limit value monitoring") 功能可用于此 "MOT_IMEAS" 块的数据在缺省情况下是不会显示在 "MOT" 块的面板上的 我们的目标是在 "MOT" 功能块的面板上显示功能块 "MOT_IMEAS" 的数据 ( 电机电流, 电流监控限值, 报警和消息 ) 注意 : 该条目描述了在 "MOT" 的面板上," 消息 " 视图 ("Message" view) 中显示另外 AS 块的报警消息的几种不同方法 因此, 我们仅仅处理面板的 " 消息 " 视图 PCS 7 面板在 " 消息 " 视图中使用 WinCC Alarm Control 来显示一个块的所有消息 当您打开一个块的 "Message" 视图时, 会自动设置消息的过滤条件, 因此只有和该块相关的消息才会被显示 条目 中显示了如何在 OS 面板的其它视图中显示其他 AS 块的数据 所有的解决方法都不仅限于 "MOTOR" 和 "MEAS_MON" 块类型, 您可以将它们使用在其它的块类型上 该条目也描述了如何配置显示组显示 (group display) No. 步骤 ( 填写文档类型 : 常问问题 ) P1-13

2 1 使用原始块的自由报警信号该解决方案中, 电机电流限值信号在 CFC 中生成 该信号如何生成并没有在这里进行介绍 该信号可以连上 "MOTOR" 块的一个报警信号 实际的电流值也可以作为一个消息相关的过程值连到消息中 检查将要扩展的块 ("MOTOR" FB66) 是否有可以自由扩展的消息信号 然而,"MOTOR" (FB66) 块并没有任何输入信号可用于触发额外的 ( 用户自定义的 ) 消息 因此, 这个解决方案对已这一特例并不适用 当您创建您自己的块时, 必须确认你将 "ALARM_8P" 块没有使用的消息信号引脚连至块的接口引脚 这种情况下, 之后您可以非常方便地组态额外的消息 条目 描述了这个原则 关于组显示的附加组态步骤 检查一下该图标块的的组显示是否需要扩展块的组显示既用于显示原始 AS 块的消息, 又用于显示附加块的消息 确保组显示可以显示所有使用的消息类别 如果 "MOTOR" 块的组显示还需要显示块 "MEAS_MON" 的消息, 那么组显示需要被进行扩展 "MOTOR" 块缺省情况下仅显示消息类型 "AS Process Control Error" 和 "AS Process Control Fault" 该组显示需要被扩展成可以显示超限的消息类别 ( 例如,"Alarm High","Warning High" ) 2 通过外部块来触发消息, 并改变块消息中的 "Origin" 文本在这个解决方案中, 电机电流的超限消息通过 "MOT_IMEAS" ("MEAS_MON") 块来触发 在 "PCS7 Message Configuration" 对话框中, 相应地改变 "Origin" 域的文本 此例中,"Origin" 域中, 您需要用 "MOT" 块的完整块名来替换字符串 "$$AKZ$$" Fig. 02 注意 : 在 CFC 中, 如果该区域被锁,"origin" 中的消息文本不能修改 可以在 CFC 中使用如下步骤来释放 "Origin" 区域 在 SIMATIC Manager 的组件视图下, 打开 block folder 下相应块的 "PCS7 Message Configuration" 对话框 取消锁定 这里不要改变 "Origin" 的实际文本值 ( 填写文档类型 : 常问问题 ) P2-13

3 Fig. 03 更新 Block type 使这些改变生效 组显示的其他组态步骤当编译 OS 时, 每个报警兼容块都会在 OS 的变量管理器中创建一个变量, 该变量包含了所有报警块 (ALARM_8P, NOTIFY_8P) 的组值 "MOT" 块和附加的块 "MOT_IMEAS" 都会创建组变量 "*.EventState" 在过程画面中, 每个组变量必须连到组显示, 以便消息可以显示在 overview 区域和导航窗口的组显示上 功能 "Create/Update block icons" 合并过程画面中所有连接着组显示的块图标 连接画面中附加块的组显示附加块的组显示变量 ( "MOT_IMEAS" 块的变量 "*.EventState") 必须连接到过程画面中的组显示, 以便当前的监视消息会显示在 overview 区域和导航窗口的组显示上 通常可以通过合并附加块 "MOT_IMEAS" 的面板来实现 ( 通过 "Create/Update block icons" 功能 ) 如果您不需要在过程画面中显示电机电流 ("MEAS_MON"), 那么你不能简单地删除这个块, 因为这样的话将导致组层级的配置不完整 这种情况下, 您可以设置块的 "Visible" 属性为 "no" 来隐藏该块 检查一下该块图标的的组显示是否需要扩展如果显示电流 ("MEAS_MON") 的块图标在过程画面中不显示, 为了在过程画面中进行电流监视, 您必须组态一个组显示 因此, 您可以为 "MOT" 块 ( 块类型 "MOTOR") 的块图标显示增加另外一个组显示用于显示电流的监控 这个组显示必须连至 "MOT_IMEAS" 块的 group value 3 使用其他块触发消息并在面板中设置 "MULTI_INSTANCE" 属性为 "yes" 警告! 需要注意该解决方案后面所列出来的限制 在画面编辑器中, 为了在 OS 面板上显示多个 AS 块的数据, 需要把属性 "MULTI_INSTANCE" 设置为 "yes" 属性 "MULTI_INSTANCE" 的缺省值是 "no" 属性 "MULTI_INSTANCE" 位于面板的模板画面 "@pg_motor.pdl" 中对象 "@Faceplate" 的属性组 "Miscellaneous" 内 Fig. 04 打开块的 "Alarm" 视图时, 依据属性 "MULTI_INSTANCE", 消息的过滤条件会设置到报警控件中 : "MULTI_INSTANCE = no" 只有来源和面板中测量点名完全一致的消息才会被显示 这意味着只有来自 "MOT" 块的消息才会被显示到报警控件中 附加块 "MOT_IMEAS" 的消息不会被显示到报警控件中 "MULTI_INSTANCE = yes" ( 填写文档类型 : 常问问题 ) P3-13

4 这些测量点名的文本会经过进一步的处理, 因此, 测量点名后面的文本, 也就是 AS 块的名字会被截掉 这个经过修改的测量点名作为过滤条件 报警消息, 如果其来源以修改后的测量点名开头, 才会被显示 这意味着 "MOT" 块的附加消息, 和其它块的消息, 例如 "MOT_IMEAS", 都会被显示在报警控件中 局限 如果你改变已存在的面板的 "MULTI_INSTANCE" 选项为 "yes", 那么你必须更改整个面板 必须检查所有模板画面中的动态 ( 变量连接, 脚本 ) 并做必要的修改, 因为当前是修改后的测量点名称 ( 没有块名的测量点名称 ) 因此, 这一解决方案原理上可行, 可是非常复杂并容易出错 o 所有块必须全部修改 所有功能必须完整分析修改 修改过的块必须经过完整测试 o 关于 PCS 7 标准块的用法有完整的文档 然而, 关于块的内部函数和编程并没有完整文档 用户需要花费大量时间自己这些更改内部函数 o 出错概率大 关于 "Configuring multi-instances" 的帮助信息可在 "PCS 7 - Programming Instructions for Blocks" 手册中找到 如果使用 OS project editor 或软件更新 ( 安装 WinCC 新版本, 一个 service pack 或 hotfix), 对模板画面或标准函数所作的改变可能会丢失 仅适用于 PCS 7 V7.0 SP1 在 PCS 7 V7.0 SP1, 即使使用了 "MULTI_INSTANCE=yes", 但只有源块的报警才能被显示 条目 中给出了补救方法 组显示的附加组态步骤同上面第二步的解决方法 4 通过附加块触发消息并改变报警过滤条件的脚本缺省情况下,PCS 7 面板使用画面 "pcs7_alarm.pdl" 用于显示这些消息 当您打开这个画面时, 消息显示的过滤条件会被设置 您可以改变这些消息过滤条件的脚本来使其它块的消息也显示出来 下图中显示了当打开 " 消息 " 视图时所执行脚本的更变部分 ( 填写文档类型 : 常问问题 ) P4-13

5 Fig. 05 当编写 SQL 过滤条件时,"=" 被字符串 "like" 替换, 这将会做如下改变 : 如果属性 "MULTI_INSTANCE = no" ( 缺省 ), 并且面板类型是 "MOTOR", 那么如果消息的 "origin" 文本是以和 "MOT" 块消息同样的字符串开头的话, 这些消息将会被显示 因此, 用于显示电流和电流监视的附加块的名字叫做 "MOT_IMEAS" 警告! 注意运行 OS project editor 后, 这些改变会被覆盖 为了阻止这些情况的发生, 您必须在 OS project editor 的模板画面中做这些脚本的改变 对模板画面或标准函数所作的改变会在使用 OS project editor 或软件更新 ( 安装 WinCC 新版本, 一个 service pack 或 hotfix) 时丢失 组显示的附加组态步骤同上面第二步的解决方法 5 创建一个 AS 块, 内部包含 "MOTOR" 和 "MEAS_MON" 块这种方法创建一个新块, 包含 "MOTOR" 和 "MEAS_MON" 块 这种方法下 "MEAS_MON" 的消息和 "MOTOR" 块一样, 在运行时收到相同的 origin text 电流监控消息因此会缺省显示在 "MOTOR" 块的面板中 您使用 "SCL","STL" 或 CFC 编辑器来创建这个块 下图显示了如何在 CFC chart 中创建一个新块 所有 MOTOR" 和 "MEAS_MON" 块的连接都被重新创建为外部连接, 并和原始块相联系 Fig. 06 CFC 图通过 "Chart > Compile > Chart as Block Type..." 编译 下图显示了如何使用新创建的块 用于显示电机电流的 "MEAS_MON" 被加到了 "MOTOR" 块上 注意 : 该块以字符串 "MEAS_" 开头的内部连接至了 "MEAS_MON" 块, 其它的连接至了 "MOTOR" 块 ( 填写文档类型 : 常问问题 ) P5-13

6 Fig. 07 条目 描述详细描述了该块的设置 组显示的额外组态步骤当编译 OS 时,Tag management 会为该新块创建一个变量, 该变量包含了所有 "ALARM_8P" 消息块 (" 包括 MOTOR" 和 "MEAS_MON") 的 请参考 No.1 中关于块图标中组显示的指导和配置 条目号 : 日期 : Scroll down for English: How can you display the messages of another block in addition 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 display messages 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. ( 填写文档类型 : 常问问题 ) P6-13

7 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 messages of the additional AS block "MOT_IMEAS" can be displayed in the "Message" view of the OS faceplate "MOT". Therefore, we are only dealing with the "Alarm" view of a faceplate. PCS 7 faceplates use the WinCC Alarm Control in the "Alarm" view to display the messages of a block. When you open the "Message" view of a block, the message filter is set by default so that only the block-relevant messages are displayed. Entry ID describes how you can also have the other views of an OS faceplate supplied with the data of additional AS blocks. The various solutions are not exclusively for the "MOTOR" or "MEAS_MON" block type and you can use them also for other block types. This entry also gives instructions on how to configure and display the group display. No. Procedure 1 Use the free alarm signal of the "original" block In this solution the signal for limit value monitoring of the motor current is formed in the CFC. How this signal is formed is not dealt with here. This signal could be interconnected with an alarm signal of the "MOTOR" block. The actual current value could also be interconnected as a message-associated value. Check whether the block to be extended ("MOTOR" FB66) has freely available message signals. However, the "MOTOR" (FB66) block does not have any input signal with which an additional (user-defined) message can be triggered. Therefore, this solution cannot be used in this special case. ( 填写文档类型 : 常问问题 ) P7-13

8 When you create your own blocks, you should make sure that you interconnect unused message signals of "ALARM_8P" blocks with the interface of the block. In this way, you can later configure additional messages with a minimum of effort. Entry ID describes this principle. Additional configuration steps for the group display Check and if necessary, extend the group display of the block icon The group display of the block icon is used both for displaying the messages of your own AS block and also for displaying the messages of the additional AS block. Make sure that the group display can display the messages of all the message classes used. If the group display of the block icon of the "MOTOR" block were to be used to display the messages of the "MEAS_MON", the group display would have to be extended. The group display of the "MOTOR" block displays by default only messages of the types "AS Process Control Error" and "AS Process Control Fault". The group display would have to be extended to be able to display message types for limit value monitoring (e.g. "Alarm High", "Warning High" ). 2 Trigger message through the additional block and change the user text block "Origin" In this solution, the message for limit violation of the motor current is triggered by the "MOT_IMEAS" ("MEAS_MON") block. In the "PCS7 Message Configuration" dialog, change the "Origin" field (user text block of a message) accordingly. For this, in the "Origin" field you replace the character string "$$AKZ$$" with the complete measuring point designation of the "MOT" block. Fig. 02 Note: It might be that the message text for the origin cannot be changed in the CFC, because there is no release. Proceed as follows to release change of the "Origin" in the CFC. Open the "PCS7 Message Configuration" dialog of the block from the block folder of the Component View of the SIMATIC Manager. Remove the lock. At this point, do not yet change the actual text for the "Origin". Fig ( 填写文档类型 : 常问问题 ) P8-13

9 Update the Block Type to make the change effective. Additional configuration steps for the group display When compiling the OS, a tag is created for each alarm-compatible block in the Tag Management of the OS, which contains the group value of all the alarm blocks included (ALARM_8P, NOTIFY_8P). A group tag, "*.EventState", is created for the "MOT" block and the additional block "MOT_IMEAS". Both group tags must be interconnected with a group display in the process picture so that the messages are displayed in the group displays of the overview area and the navigation window. The "Create/Update block icons" function incorporates the block icons with the interconnected group displays automatically in the process picture. Interconnect group display of the additional block in the picture The group value of the additional block (tag "*.EventState" of the "MOT_IMEAS" block) must be interconnected with a group display in the process picture so that the current monitoring messages are displayed in the group displays of the overview area and the navigation window. This is achieved usually by incorporating the faceplate of the additional block "MOT_IMEAS" in the picture ("Create/Update block icons" function). If you do not need the block icon for displaying the motor current ("MEAS_MON") in the process picture, then you should not just simply delete this icon, because this would make the configuration of the group hierarchy incomplete. In this case you can set the "Visible" property of the block to "no". Check and if necessary, extend the group display of the block icon If the block icon for the display of the current ("MEAS_MON") is not visible in the process picture, you should configure a group display for displaying the current monitoring in the process picture. For this, you can add another group display for displaying the current monitoring to the block icon of the "MOT" block (block type "MOTOR"). This group display must be interconnected with the group value of the "MOT_IMEAS" block. 3 Trigger message by the additional block and set the property "MULTI_INSTANCE" to "yes" in the faceplate Warning! It is absolutely necessary to observe the restrictions at the end of this proposed solution. 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 template picture "@pg_motor.pdl" of the faceplate in the property group "Miscellaneous". Fig. 04 When you open the "Alarm" view of a block, the message filter in the Alarm Control is set according to the property "MULTI_INSTANCE": "MULTI_INSTANCE = no" Only those messages are displayed whose origin exactly matches the measuring point ( 填写文档类型 : 常问问题 ) P9-13

10 designation of the faceplate. This means that only the messages of the "MOT" block are displayed in the Alarm Control. The messages of the additional block "MOT_IMEAS" are not displayed in the Alarm Control. "MULTI_INSTANCE = yes" The text of the measuring point designation is prepared for further processing in that the end of the measuring point designation, the name of the AS block, is truncated. This modified measuring point designation is then used as a filter criterion. Only those messages are displayed whose origin begins with the text of the modified measuring point designation. This means that in addition to the messages of the "MOT" block, also the messages of other blocks, e.g. "MOT_IMEAS", are displayed in the Alarm Control. Restrictions If you change the "MULTI_INSTANCE" option of an existing faceplate to "yes", then you must change the complete faceplate. All the dynamizations in all the template pictures (tag interconnections, scripts) must be checked and if necessary changed, because the modified measuring point designation (measuring point designation without the block names) applies. Therefore, this proposed solution is possible in principle, but is very complicated and prone to errors. o The existing block must be completely revised. Here, the function of the whole block must be completely analyzed and changed. The changed block must be completely tested. o The PCS 7 standard blocks are fully documented with regard to their use. However, the blocks are not fully documented with regard to internal function and programming. Users have the option of determining the internal function themselves. This involves a great deal of time. o The error probability is relatively high. 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). Only for PCS 7 V7.0 SP1 In PCS 7 V7.0 SP1, only the messages of the original block are display despite using the "MULTI_INSTANCE=yes" option. Entry ID provides are remedy. Additional configuration steps for the group display The same applies here for configuration of the group display as described in Point 2. 4 Trigger message by the additional block and change the script for setting the message filter By default, PCS 7 faceplates use the picture "pcs7_alarm.pdl" for displaying the messages. When you open this picture, among other things the filter for displaying the messages is set. You can change the script for setting the message filter so that the messages of other blocks are also displayed. The following figure shows the changed section of the script that is executed when the "Message" view is opened. ( 填写文档类型 : 常问问题 ) P10-13

11 Fig. 05 When composing the SQL filter criterion, the "=" is replaced by the character string "like". This changes the behavior as follows: if the property "MULTI_INSTANCE = no" (default) and if the faceplate is of the type "MOTOR", then there is display of all the messages whose "origin" begins with the same character string as the messages of the "MOT" block. For this reason the additional blocks for displaying the current and current monitoring is called "MOT_IMEAS". Warning! Note that this change is undone by default when the OS project editor is run. To prevent this, you can make the change in the script in the template picture of the OS project editor. 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). Additional configuration steps for the group display The same applies here for configuration of the group display as described in Point 2. 5 Create new AS block that internally contains the "MOTOR" and "MEAS_MON" blocks With this method you create a new block that contains the "MOTOR" and "MEAS_MON" blocks. In this way the messages of the "MEAS_MON" block receive the same origin text at Runtime as the messages of the "MOTOR" block. The current monitoring messages are therefore displayed by default together with the messages of the "MOTOR" block in the faceplate. 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 and interconnected with the original block connections. ( 填写文档类型 : 常问问题 ) P11-13

12 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. Fig. 07 Entry describes the settings of this block in detail. Additional configuration steps for the group display When compiling the OS, precisely one tag is created for the new block in the Tag Management of the OS, which contains the group value of both "ALARM_8P" message blocks ("MOTOR" and "MEAS_MON"). Refer to the instructions for configuring the group display in the lock icon as in Point 1. Entry ID: Date: ( 填写文档类型 : 常问问题 ) P12-13

13 ( 填写文档类型 : 常问问题 ) P13-13

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

Service & Support 如何在 PCS 7 面板中显示其他程序块的值和组显示? 显示订货号 6ES ES SIMATIC PCS7, Batch and Options SIMATIC PCS7 SW-Packages (BLE, ES, OS) 描述 : 在 如何在 PCS 7 面板中显示其他程序块的值和组显示? 显示订货号 6ES7657.. 6ES7658.. SIMATIC PCS7, Batch and Options SIMATIC PCS7 SW-Packages (BLE, ES, OS) 描述 : 在 PCS 7 中,FB 块的数据 / 消息缺省在面板中显示 但可能会有更高的需求, 面板中还要显示其他 FB 块的数据 / 消息 这篇文档描述了如何将其他程序块的值和组显示集成在某个面板中

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

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

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

Chn 116 Neh.d.01.nis

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

More information

hks298cover&back

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

More information

<4D6963726F736F667420576F7264202D205F4230365FB942A5CEA668B443C5E9BB73A740B5D8A4E5B8C9A552B1D0A7F75FA6BFB1A4ACFC2E646F63>

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

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

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

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

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

Edge-Triggered Rising Edge-Triggered ( Falling Edge-Triggered ( Unit 11 Latches and Flip-Flops 3 Timing for D Flip-Flop (Falling-Edge Trigger) Unit 11

Edge-Triggered Rising Edge-Triggered ( Falling Edge-Triggered ( Unit 11 Latches and Flip-Flops 3 Timing for D Flip-Flop (Falling-Edge Trigger) Unit 11 Latches and Flip-Flops 11.1 Introduction 11.2 Set-Reset Latch 11.3 Gated D Latch 11.4 Edge-Triggered D Flip-Flop 11.5 S-R Flip-Flop 11.6 J-K Flip-Flop 11.7 T Flip-Flop 11.8 Flip-Flops with additional Inputs

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

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

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

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

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

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 - TIP006SCH Uni-edit Writing Tip - Presentperfecttenseandpasttenseinyourintroduction readytopublish

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

More information

<4D6963726F736F667420576F7264202D2032303130C4EAC0EDB9A4C0E04142BCB6D4C4B6C1C5D0B6CFC0FDCCE2BEABD1A15F325F2E646F63>

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

More information

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

Untitled-3

Untitled-3 SEC.. Separable Equations In each of problems 1 through 8 solve the given differential equation : ü 1. y ' x y x y, y 0 fl y - x 0 fl y - x 0 fl y - x3 3 c, y 0 ü. y ' x ^ y 1 + x 3 x y 1 + x 3, y 0 fl

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

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

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

Logitech Wireless Combo MK45 English

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

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 - 24.doc

Microsoft Word - 24.doc 水 陸 畢 陳 晚 明 飲 食 風 尚 初 探 蕭 慧 媛 桃 園 創 新 技 術 學 院 觀 光 與 休 閒 事 業 管 理 系 摘 要 飲 食 是 人 類 維 持 與 發 展 生 命 的 基 礎 之 一, 飲 食 風 尚 會 隨 著 社 會 地 位 物 質 條 件 以 及 人 為 因 素 轉 移, 不 同 階 層 的 飲 食 方 式, 往 往 標 誌 著 他 們 的 社 會 身 分, 甚 至 反

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

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

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

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

政治哲學要跨出去!

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

More information

27 :OPC 45 [4] (Automation Interface Standard), (Costom Interface Standard), OPC 2,,, VB Delphi OPC, OPC C++, OPC OPC OPC, [1] 1 OPC 1.1 OPC OPC(OLE f

27 :OPC 45 [4] (Automation Interface Standard), (Costom Interface Standard), OPC 2,,, VB Delphi OPC, OPC C++, OPC OPC OPC, [1] 1 OPC 1.1 OPC OPC(OLE f 27 1 Vol.27 No.1 CEMENTED CARBIDE 2010 2 Feb.2010!"!!!!"!!!!"!" doi:10.3969/j.issn.1003-7292.2010.01.011 OPC 1 1 2 1 (1., 412008; 2., 518052), OPC, WinCC VB,,, OPC ; ;VB ;WinCC Application of OPC Technology

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

课题调查对象:

课题调查对象: 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

1505.indd

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

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

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

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

CANVIO_AEROCAST_CS_EN.indd

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

More information

【摘要】

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

More information

東吳大學

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

More information

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

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

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

: ( ),,,,, 1958,,, , 263, 231, ,,,,,,, 4, 51, 5, 46, 1950, :,, 839, 3711, ( ) ( ) 20 ( ),, 56, 2, 17, 2, 8, 1,,,,, :,,,, ;,,,,

: ( ),,,,, 1958,,, , 263, 231, ,,,,,,, 4, 51, 5, 46, 1950, :,, 839, 3711, ( ) ( ) 20 ( ),, 56, 2, 17, 2, 8, 1,,,,, :,,,, ;,,,, : (1950 1955) 1950,,,,,,, 1949, ( 200433) 10,,, 1950,,,,,,, : 1950,,,,,,??,,,,,,,,,,, :,,, 1991, 1, 3 178 : (1950 1955),,,,, 1958,,, 1950 1955, 263, 231, 32 1950,,,,,,, 4, 51, 5, 46, 1950, :,, 839, 3711,

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

C o n t e n t s...7... 15 1. Acceptance... 17 2. Allow Love... 19 3. Apologize... 21 4. Archangel Metatron... 23 5. Archangel Michael... 25 6. Ask for

C o n t e n t s...7... 15 1. Acceptance... 17 2. Allow Love... 19 3. Apologize... 21 4. Archangel Metatron... 23 5. Archangel Michael... 25 6. Ask for Doreen Virtue, Ph.D. Charles Virtue C o n t e n t s...7... 15 1. Acceptance... 17 2. Allow Love... 19 3. Apologize... 21 4. Archangel Metatron... 23 5. Archangel Michael... 25 6. Ask for a Sign... 27 7.

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

中山大學學位論文典藏

中山大學學位論文典藏 -- 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

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

问 她! 我 们 把 这 只 手 机 举 起 来 借 着 它 的 光 看 到 了 我 老 婆 正 睁 着 双 眼 你 在 干 什 么 我 问, 我 开 始 想 她 至 少 是 闭 着 眼 睛 在 yun 酿 睡 意 的 我 睡 不 着 她 很 无 辜 地 看 着 我 我 问 她 yun 酿 的 yu

问 她! 我 们 把 这 只 手 机 举 起 来 借 着 它 的 光 看 到 了 我 老 婆 正 睁 着 双 眼 你 在 干 什 么 我 问, 我 开 始 想 她 至 少 是 闭 着 眼 睛 在 yun 酿 睡 意 的 我 睡 不 着 她 很 无 辜 地 看 着 我 我 问 她 yun 酿 的 yu 果 皮 云 写 作 NO.6: 响 水 不 滚 滚 水 不 响 时 间 :2011 年 12 月 25 日 主 编 : 乌 青 作 者 : 秦 留, 新 a, 伊 文 达, 乌 青, 张 墩 墩, 娜 娜, 女 斑 马 王, 马 其 顿 荒 原, 尼 码, 萨 尔 卡, 傀 儡 尫 仔, 东 成, 二 天, 老 马 迷 途, 曾 骞, 郑 在, 柚 子, 以 下 简 称 刘 某, 大 棋, 张 维,

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

Lorem ipsum dolor sit amet, consectetuer adipiscing elit

Lorem ipsum dolor sit amet, consectetuer adipiscing elit English for Study in Australia 留 学 澳 洲 英 语 讲 座 Lesson 3: Make yourself at home 第 三 课 : 宾 至 如 归 L1 Male: 各 位 朋 友 好, 欢 迎 您 收 听 留 学 澳 洲 英 语 讲 座 节 目, 我 是 澳 大 利 亚 澳 洲 广 播 电 台 的 节 目 主 持 人 陈 昊 L1 Female: 各 位

More information

國家圖書館典藏電子全文

國家圖書館典藏電子全文 A feasibility study of the Crisis Management Warning System in the River Example of Keelung River i Recently, because of the over development in the urban area and the natural geological nature, people

More information

Microsoft Word - ChineseSATII .doc

Microsoft Word - ChineseSATII .doc 中 文 SAT II 冯 瑶 一 什 么 是 SAT II 中 文 (SAT Subject Test in Chinese with Listening)? SAT Subject Test 是 美 国 大 学 理 事 会 (College Board) 为 美 国 高 中 生 举 办 的 全 国 性 专 科 标 准 测 试 考 生 的 成 绩 是 美 国 大 学 录 取 新 生 的 重 要 依

More information

encourages children to develop rich emotions through close contact with surrounding nature. It also cultivates a foundation for children s balanced de

encourages children to develop rich emotions through close contact with surrounding nature. It also cultivates a foundation for children s balanced de * ** *** **** The Instruction of a Sense of Seasons in the Field Environment through the Comparison of Kindergartens in Germany, Australia and Japan Kazuyuki YOKOIKimihiko SAITOKatsushi ONO Koichi EBIHARA

More information

<4D6963726F736F667420576F7264202D203033BDD7A16DA576B04FA145A4ADABD2A5BBACF6A16EADBAB6C0ABD2A4A7B74EB8712E646F63>

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

More information

Microsoft Word - 執行期間與消滅時效期末報告_公開.doc

Microsoft Word - 執行期間與消滅時效期末報告_公開.doc 行 政 執 行 法 執 行 期 間 與 消 滅 時 效 法 制 之 關 係 委 託 研 究 案 成 果 報 告 書 研 究 單 位 : 國 立 臺 北 大 學 計 畫 主 持 人 : 張 文 郁 教 授 共 同 主 持 人 : 陳 愛 娥 副 教 授 中 華 民 國 104 年 5 月 23 日 1 目 次 中 文 摘 要. 4 英 文 摘 要. 4 研 究 緣 起. 6 研 究 目 的..9 研

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

4. 每 组 学 生 将 写 有 习 语 和 含 义 的 两 组 卡 片 分 别 洗 牌, 将 顺 序 打 乱, 然 后 将 两 组 卡 片 反 面 朝 上 置 于 课 桌 上 5. 学 生 依 次 从 两 组 卡 片 中 各 抽 取 一 张, 展 示 给 小 组 成 员, 并 大 声 朗 读 卡

4. 每 组 学 生 将 写 有 习 语 和 含 义 的 两 组 卡 片 分 别 洗 牌, 将 顺 序 打 乱, 然 后 将 两 组 卡 片 反 面 朝 上 置 于 课 桌 上 5. 学 生 依 次 从 两 组 卡 片 中 各 抽 取 一 张, 展 示 给 小 组 成 员, 并 大 声 朗 读 卡 Tips of the Week 课 堂 上 的 英 语 习 语 教 学 ( 二 ) 2015-04-19 吴 倩 MarriottCHEI 大 家 好! 欢 迎 来 到 Tips of the Week! 这 周 我 想 和 老 师 们 分 享 另 外 两 个 课 堂 上 可 以 开 展 的 英 语 习 语 教 学 活 动 其 中 一 个 活 动 是 一 个 充 满 趣 味 的 游 戏, 另 外

More information

f2.eps

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

More information

<4D6963726F736F667420576F7264202D2031322D312DC2B2B4C2AB47A16DC5AAAED1B0F3B5AAB0DDA144A7B5B867A16EB2A4B1B4A277A548AED1A4A4BEC7A5CDB0DDC344ACB0A8D2>

<4D6963726F736F667420576F7264202D2031322D312DC2B2B4C2AB47A16DC5AAAED1B0F3B5AAB0DDA144A7B5B867A16EB2A4B1B4A277A548AED1A4A4BEC7A5CDB0DDC344ACB0A8D2> 弘 光 人 文 社 會 學 報 第 12 期 簡 朝 亮 讀 書 堂 答 問. 孝 經 略 探 以 書 中 學 生 問 題 為 例 趙 詠 寬 彰 化 師 範 大 學 國 文 學 系 博 士 班 研 究 生 摘 要 孝 經 是 十 三 經 中 字 數 最 少 的 經 典, 然 實 踐 性 高, 受 歷 來 帝 王 重 視 但 在 清 末 民 初, 傳 統 思 維 受 到 挑 戰, 被 視 為 維 護

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

Microsoft Word - KSAE06-S0262.doc

Microsoft Word - KSAE06-S0262.doc Stereo Vision based Forward Collision Warning and Avoidance System Yunhee LeeByungjoo KimHogi JungPaljoo Yoon Central R&D Center, MANDO Corporation, 413-5, Gomae-Ri, Gibeung-Eub, Youngin-Si, Kyonggi-Do,

More information

2

2 40 2 3 4 5 ^ ^ 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 PLEASE AFFIX STAMP HERE Diabetes Hongkong Unit 1802, 18/F., Tung Hip Commercial Bldg., 244-252 Des Voeux Rd C, HK. Diabetes Hongkong membership

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

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

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

國立中山大學學位論文典藏.PDF 93 2 () ()A Study of Virtual Project Team's Knowledge Integration and Effectiveness - A Case Study of ERP Implementation N924020024 () () ()Yu ()Yuan-Hang () ()Ho,Chin-Fu () ()Virtual Team,Knowledge Integration,Project

More information

untitled

untitled LBS Research and Application of Location Information Management Technology in LBS TP319 10290 UDC LBS Research and Application of Location Information Management Technology in LBS , LBS PDA LBS

More information

Construction of Chinese pediatric standard database A Dissertation Submitted for the Master s Degree Candidate:linan Adviser:Prof. Han Xinmin Nanjing

Construction of Chinese pediatric standard database A Dissertation Submitted for the Master s Degree Candidate:linan Adviser:Prof. Han Xinmin Nanjing 密 级 : 公 开 学 号 :20081209 硕 士 学 位 论 文 中 医 儿 科 标 准 数 据 库 建 设 研 究 研 究 生 李 楠 指 导 教 师 学 科 专 业 所 在 学 院 毕 业 时 间 韩 新 民 教 授 中 医 儿 科 学 第 一 临 床 医 学 院 2011 年 06 月 Construction of Chinese pediatric standard database

More information

目 錄 壹 青 輔 會 結 案 附 件 貳 活 動 計 劃 書 參 執 行 內 容 一 教 學 內 容 二 與 當 地 教 師 教 學 交 流 三 服 務 執 行 進 度 肆 執 行 成 效 一 教 學 課 程 二 與 當 地 教 師 教 學 交 流 三 服 務 滿 意 度 調 查 伍 服 務 檢

目 錄 壹 青 輔 會 結 案 附 件 貳 活 動 計 劃 書 參 執 行 內 容 一 教 學 內 容 二 與 當 地 教 師 教 學 交 流 三 服 務 執 行 進 度 肆 執 行 成 效 一 教 學 課 程 二 與 當 地 教 師 教 學 交 流 三 服 務 滿 意 度 調 查 伍 服 務 檢 2 0 1 0 年 靜 宜 青 年 國 際 志 工 泰 北 服 務 成 果 報 告 指 導 單 位 : 行 政 院 青 年 輔 導 委 員 會 僑 務 委 員 會 主 辦 單 位 : 靜 宜 大 學 服 務 學 習 發 展 中 心 協 力 單 位 : 靜 宜 大 學 師 資 培 育 中 心 財 團 法 人 台 灣 明 愛 文 教 基 金 會 中 華 民 國 九 十 九 年 九 月 二 十 四 日 目

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

川 外 250 人, 上 外 222 人, 广 外 209 人, 西 外 195 人, 北 外 168 人, 中 南 大 学 135 人, 西 南 大 学 120 人, 湖 南 大 学 115 人, 天 外 110 人, 大 连 外 国 语 学 院 110 人, 上 海 外 事 学 院 110 人,

川 外 250 人, 上 外 222 人, 广 外 209 人, 西 外 195 人, 北 外 168 人, 中 南 大 学 135 人, 西 南 大 学 120 人, 湖 南 大 学 115 人, 天 外 110 人, 大 连 外 国 语 学 院 110 人, 上 海 外 事 学 院 110 人, 关 于 考 研 准 备 的 几 点 建 议 主 讲 : 张 伯 香 如 何 选 择 学 校 和 专 业 一. 按 招 生 性 质, 全 国 高 校 大 致 可 分 为 以 下 几 类 : 1. 综 合 类 院 校 比 较 知 名 的 有 北 大 南 大 复 旦 武 大 中 大 南 开 厦 大 等 这 类 院 校 重 视 科 研 能 力, 考 试 有 一 定 的 难 度, 比 较 适 合 于 那 些

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

Microsoft PowerPoint - STU_EC_Ch08.ppt

Microsoft PowerPoint - STU_EC_Ch08.ppt 樹德科技大學資訊工程系 Chapter 8: Counters Shi-Huang Chen Fall 2010 1 Outline Asynchronous Counter Operation Synchronous Counter Operation Up/Down Synchronous Counters Design of Synchronous Counters Cascaded Counters

More information

2015 Chinese FL Written examination

2015 Chinese FL Written examination Victorian Certificate of Education 2015 SUPERVISOR TO ATTACH PROCESSING LABEL HERE Letter STUDENT NUMBER CHINESE FIRST LANGUAGE Written examination Monday 16 November 2015 Reading time: 11.45 am to 12.00

More information

Guide to Install SATA Hard Disks

Guide to Install SATA Hard Disks SATA RAID 1. SATA. 2 1.1 SATA. 2 1.2 SATA 2 2. RAID (RAID 0 / RAID 1 / JBOD).. 4 2.1 RAID. 4 2.2 RAID 5 2.3 RAID 0 6 2.4 RAID 1.. 10 2.5 JBOD.. 16 3. Windows 2000 / Windows XP 20 1. SATA 1.1 SATA Serial

More information

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

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

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

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

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

國家圖書館典藏電子全文

國家圖書館典藏電子全文 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

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

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

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

xe c.pdf

xe c.pdf MITSUBISHI Industrial Sewing Machine Parts Catalog Model PLKE1010 CONTENTS Page A Construction 1 B C D E F G H J Arm bed & it s accessories 2 Arm bed & it s accessories 4 Sewing mechanism 6 Sewing mechanism

More information

Microsoft PowerPoint - AWOL - Acrobat Windows Outlook.ppt [Compatibility Mode]

Microsoft PowerPoint - AWOL - Acrobat Windows Outlook.ppt [Compatibility Mode] AWOL Windows - Tips & Tricks Resolution, color depth & refresh rate Background color Service packs Disk cleanup (cleanmgr) Disk defragmentation AWOL Windows Resolution, Color Depth & Refresh Rate The main

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

PowerPoint Presentation

PowerPoint Presentation Decision analysis 量化決策分析方法專論 2011/5/26 1 Problem formulation- states of nature In the decision analysis, decision alternatives are referred to as chance events. The possible outcomes for a chance event

More information

中国人民大学商学院本科学年论文

中国人民大学商学院本科学年论文 RUC-BK-113-110204-11271374 2001 11271374 1 Nowadays, an enterprise could survive even without gaining any profit. However, once its operating cash flow stands, it is a threat to the enterprise. So, operating

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

: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

摘 要 互 联 网 的 勃 兴 为 草 根 阶 层 书 写 自 我 和 他 人 提 供 了 契 机, 通 过 网 络 自 由 开 放 的 平 台, 网 络 红 人 风 靡 于 虚 拟 世 界 近 年 来, 或 无 心 插 柳, 或 有 意 噱 头, 或 自 我 表 达, 或 幕 后 操 纵, 网 络

摘 要 互 联 网 的 勃 兴 为 草 根 阶 层 书 写 自 我 和 他 人 提 供 了 契 机, 通 过 网 络 自 由 开 放 的 平 台, 网 络 红 人 风 靡 于 虚 拟 世 界 近 年 来, 或 无 心 插 柳, 或 有 意 噱 头, 或 自 我 表 达, 或 幕 后 操 纵, 网 络 上 海 外 国 语 大 学 硕 士 学 位 论 文 论 文 题 目 从 偶 像 符 号 的 消 解 到 消 费 符 号 的 建 构 网 络 红 人 的 形 象 变 迁 研 究 学 科 专 业 传 播 学 届 别 2013 届 姓 名 孙 清 导 师 王 玲 宁 I 摘 要 互 联 网 的 勃 兴 为 草 根 阶 层 书 写 自 我 和 他 人 提 供 了 契 机, 通 过 网 络 自 由 开 放 的

More information

SDS 1.3

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

More information

Microsoft Word - 第四組心得.doc

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

More information

豐 邑 家 族 季 刊 編 者 的 話 2015.02-04 No.07 彼 此 相 愛 總 編 輯 : 邱 崇 喆 主 編 : 戴 秋 柑 編 輯 委 員 : 黃 淑 美 盧 永 吉 王 森 生 趙 家 明 林 孟 姿 曾 淑 慧 執 行 編 輯 : 豐 邑 建 設 企 劃 課 出 版 發 行 :

豐 邑 家 族 季 刊 編 者 的 話 2015.02-04 No.07 彼 此 相 愛 總 編 輯 : 邱 崇 喆 主 編 : 戴 秋 柑 編 輯 委 員 : 黃 淑 美 盧 永 吉 王 森 生 趙 家 明 林 孟 姿 曾 淑 慧 執 行 編 輯 : 豐 邑 建 設 企 劃 課 出 版 發 行 : 豐 邑 家 族 季 刊 編 者 的 話 2015.02-04 No.07 彼 此 相 愛 總 編 輯 : 邱 崇 喆 主 編 : 戴 秋 柑 編 輯 委 員 : 黃 淑 美 盧 永 吉 王 森 生 趙 家 明 林 孟 姿 曾 淑 慧 執 行 編 輯 : 豐 邑 建 設 企 劃 課 出 版 發 行 : 豐 邑 專 業 整 合 團 隊 地 址 : 台 中 市 台 灣 大 道 二 段 501 號 20F-1

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