Software Development Kit
|
|
- Louise Stafford
- 5 years ago
- Views:
Transcription
1 Open EMS Suite by Nokia Software Development Kit Functional Overview Version 1.3 Nokia Siemens Networks 1 (21)
2 Software Development Kit The information in this document is subject to change without notice and describes only the product defined in the introduction of this documentation. This documentation is intended for the use of Nokia Siemens Networks customers only for the purposes of the agreement under which the document is submitted, and no part of it may be used, reproduced, modified or transmitted in any form or means without the prior written permission of Nokia Siemens Networks. The documentation has been prepared to be used by professional and properly trained personnel, and the customer assumes full responsibility when using it. Nokia Siemens Networks welcomes customer comments as part of the process of continuous development and improvement of the documentation. The information or statements given in this documentation concerning the suitability, capacity, or performance of the mentioned hardware or software products are given as is and all liability arising in connection with such hardware or software products shall be defined conclusively and finally in a separate agreement between Nokia Siemens Networks and the customer. However, Nokia Siemens Networks has made all reasonable efforts to ensure that the instructions contained in the document are adequate and free of material errors and omissions. Nokia Siemens Networks will, if deemed necessary by Nokia Siemens Networks, explain issues which may not be covered by the document. Nokia Siemens Networks will correct errors in this documentation as soon as possible. IN NO EVENT WILL NOKIA SIEMENS NETWORKS BE LIABLE FOR ERRORS IN THIS DOCUMENTATION OR FOR ANY DAMAGES, INCLUDING BUT NOT LIMITED TO SPECIAL, DIRECT, INDIRECT, INCIDENTAL OR CONSEQUENTIAL OR ANY LOSSES, SUCH AS BUT NOT LIMITED TO LOSS OF PROFIT, REVENUE, BUSINESS INTERRUPTION, BUSINESS OPPORTUNITY OR DATA,THAT MAY ARISE FROM THE USE OF THIS DOCUMENT OR THE INFORMATION IN IT. This documentation and the product it describes are considered protected by copyrights and other intellectual property rights according to the applicable laws. The wave logo is a trademark of Nokia Siemens Networks Oy. Nokia is a registered trademark of Nokia Corporation. Siemens is a registered trademark of Siemens AG. Other product names mentioned in this document may be trademarks of their respective owners, and they are mentioned for identification purposes only. Copyright Nokia Siemens Networks All rights reserved. 2 (21) Nokia Siemens Networks
3 Contents Contents 1 Introduction EMS solution development EMS development with Open EMS Suite SDK Open EMS Suite Software Development Kit Adaptation SDK Purpose of Adaptation SDK Benefits of Adaptation SDK Main features of Adaptation SDK Desktop Framework SDK Purpose of Desktop Framework SDK Benefits of Desktop Framework SDK Main features of Desktop Framework SDK Web Scripting SDK Purpose of Web Scripting SDK Benefits of Web Scripting SDK Main features of Web Scripting SDK...19 Nokia Siemens Networks 3 (21)
4 Software Development Kit 4 (21) Nokia Siemens Networks
5 Introduction 1 Introduction Open EMS Suite Software Development Kit (SDK) is a powerful set of development tools for the network management platform and application development. It has been developed to simplify network management system (NMS) development and integration and it is based on an adaptive development platform. By using the Open EMS Suite SDK, a developer can quickly introduce new NMS functions. The SDK simplifies integration work and therefore reduces operating expenses. It also enables easy and modular introduction of new adaptations. The Open EMS Suite SDK comprises three separate software development kits, which are introduced in this document. They each contain intuitive wizards, editors, and a rich set of automated tools with online documentation and examples. The tools are based on the Eclipse software development platform and work seamlessly together. 1.1 EMS solution development Figure 1 illustrates the EMS solution development process. The process consists of five main steps: 1. Design EMS solution 2. Adapt the network management system to network elements 3. Customize and integrate the functionality 4. Integrate and test 5. Package the EMS solution Nokia Siemens Networks 5 (21)
6 Software Development Kit Figure 1. EMS solution development. The purpose of the SDK is to support EMS solution development in the phases NE adaptation and Customize and develop new functionality, which are shown in Figure 1. In addition, SDK helps the designer in the phase Integrate and test. Open EMS Suite SDK contains the following EMS solution development specific SDKs: Adaptation SDK is designed to simplify and fasten the integration of different types of network elements to the system. An adaptation models a network element, its data structures, and communication. The Adaptation SDK is a development tool set for creating and maintaining these models. It contains several editors for the adaptation development. The tool set also supports development time validation and deployment to the Open EMS Suite server. Desktop Framework SDK and Web Scripting SDK are designed to support and simplify both Java and Web GUI development. Desktop Framework SDK contains tools and wizards for simplifying and automating the Java user interface development. Web Scripting SDK is a tool set for developing Web user interfaces on top of Open EMS Suite Web Scripting platform. 1.2 EMS development with Open EMS Suite SDK The development process for Open EMS Suite can be divided into more detailed implementation phases. As shown in Figure 1, a developer starts with adaptation development and continues with customizing and developing new functionality on top of the adaptations. The customizing 6 (21) Nokia Siemens Networks
7 Introduction and developing functionality phase can be divided into four separate implementation phases: Java application clients Web clients Mediations Server applications Figure 2. Application development overview Figure 2 shows development overview of Open EMS Suite SDK. Server applications are implemented using Enterprice Java Beans (EJBs), open interfaces, and services provided by the Open EMS Suite Application Platform. Mediations implement on the server side communication protocols and mechanisms towards network elements. The developers can create mediations using Eclipse tools. They can use third-party libraries and Nokia Siemens Networks 7 (21)
8 Software Development Kit products for the implementation and they can also customize existing mediations. Developers can use also other tools for server application and mediation development. This is indicated in Figure 2 by using the notation Any SDK in the lower left corner of the figure. 8 (21) Nokia Siemens Networks
9 Open EMS Suite Software Development Kit 2 Open EMS Suite Software Development Kit Figure 3 shows the runtime architecture of Open EMS Suite. Desktop Framework SDK and Web Scripting SDK contain a platform component for development but not runtime components. The developers develop and test software locally on their own work stations. After testing, they deploy the software to the runtime environment and test it there. In the same way, adaptations are deployed and tested in the runtime environment. Adaptations change the functionality related to a network element type. This change is made throughout the entire system. Developer documentation is integrated to the system and the user can easily access the developer guides, open interfaces and their documentation. Open interfaces are available through Java libraries and they are integrated to the development platform. Nokia Siemens Networks 9 (21)
10 Software Development Kit Figure 3. Development with Open EMS Suite SDK 2.1 Adaptation SDK Purpose of Adaptation SDK Adaptation SDK is used for creating and maintaining adaptations. An adaptation is a model of a network element and it changes the entire Open EMS Suite system behaviour accordingly. Technically adaptation is a configuration of the system for a certain kind of network element type. Internally an adaptation is a set of XML files which define data flow between a network element and a management system. The file set contains a model defining how a network element type communicates, 10 (21) Nokia Siemens Networks
11 Open EMS Suite Software Development Kit and rest of the OES system follows this communication model. New network element types can be added quickly to the system without code changes throughout the system. Adaptation SDK helps the developer in creating and maintaining adaptation definitions. It contains a set of integrated tools to help the user create adaptation files effortlessly. It provides editors for defining data types, their relations, and transformations of adaptations Benefits of Adaptation SDK Adaptation SDK offers following benefits to the developer: Easy-to-use tools and wizards for adapting systems containing different types of network elements Editors for fast network element integration It hides technical complexity of network element integration. Developers can concentrate on the domain problems. Correctness of adaptation is validated by the tool and deployed to the network management server Because Adaptation SDK hides the XML file format details, developers can concentrate on the domain problem and can create a new adaptation in minutes, significantly shortening the learning curve. In addition, Adaptation SDK shows errors in the adaptation during the development phase, reducing the need for costly and time-consuming edit, deploy, and test cycles Main features of Adaptation SDK Figure 4 shows Adaptation SDK using PM Editor as an example. All the editors use the same basic layout as PM Editor uses. All editors also save their content to XML files. Nokia Siemens Networks 11 (21)
12 Software Development Kit Explorer for adaptations and their files Form based user Interface Errors in the adaptation Figure 4. Example: PM Editor of Adaptation SDK In the right hand side, the explorer shows all developed adaptations and the included XML files. In the upper left, the currently selected file can be edited and in the lower left, the problems of the adaptation are shown. As developers start to create new adaptation for a network element, they first create an adaptation project by using the Adaptation SDK umbrella wizard (new wizard). With the wizard, they define the type of EMS or network management areas they are creating in this specific adaptation and which areas the new adaptation will contain. Open EMS Suite uses the term fragment for these separate areas. After defining which fragments are included in the new adaptation, Adaptation SDK automatically creates adaptation files for the given fragments. Then the developer can continue to create adaptation by defining data types, structures, dependencies, and relationships for each fragment. This is done by using Adaptation SDK editors. An example of a performance management editor is shown in Figure (21) Nokia Siemens Networks
13 Open EMS Suite Software Development Kit The correctness of the adaptation being created is validated at the same time as a developer defines it. All problems and errors are shown in easily understandable format in the information section of an editor (see Figure 4). Adaptation umbrella wizard The adaptation umbrella wizard is a wizard for creating new adaptations. With the wizard, developers first define the id and release for the new adaptation. The developers are asked if they wish to import adaptation from the file system or if they want to create new empty adaptation files. The developers continue by selecting which fragments will be included in the new adaptation. The wizard automatically creates all required settings for the new adaptation. After executing the wizard, the developer can freely work with all the parts of the adaptation by using Adaptation SDK editors. Common editor With common editor, the developers give a descriptive name for the adaptation, and define vendor and release information. With the editor, the developer also defines dependencies to other adaptations and annotations. The editor is a base editor in the sense that the developer uses the editor to define common information and dependencies of an adaptation. FM Basic Editor The Fault Management (FM) Basic Editor is an editor for FM data adaptations. The developer can define which kind of FM features an element type supports, as well as rules for the following fault management functions: heartbeat alarm, synchronization trigger, network element reset and network element agent reset. Configuration management editors The Configuration Management (CM) Basic Editor is an editor for defining configuration data types and relations for a specific network element type. The developer can define managed object classes and properties of the managed object class. With the editor, the developer defines managed object classes including their attributes and relationships. The developer uses the Configuration Management User Interface (CMUI) Editor to define symbols and user interface actions for a network element type. With the editor, the user defines an icon for a network element type, and which kind of launches and menus can be triggered or opened. Nokia Siemens Networks 13 (21)
14 Software Development Kit PM Basic Editor The PM (Performance Management) Basic Editor is an editor for performance data adaptations. With this editor, the developer can define measurement types collected from a network element type, performance indicators, and other basic data types used in performance management for a certain network element type. The developer can also specify annotation types with the editor. Hand-crafted relational database (RBD) schema RDB lets the developer finetune and configure PM database schema and configuration. The developer can, for example, define database schema manually or match an adaptation model to an existing database schema. RDB enables hand-crafted development scenarios in addition to fully automated adaptation database creation. SNMP support Adaptation SDK supports fault management adaptations for SNMPbased network elements. The developer can create adaptations based on SNMP MIB files and maintain the adaptations with the editors in Adaptation SDK. The SDK contains easy to use wizards to process the MIB files and to incorporate them as adaptation specifications. Adaptations for an SNMP-based network element are done using the same principles or basic mechanisms as for other network element types. Validation The correctness of an adaptation is validated. Checks are made automatically to ensure that an adaptation as an entity is consistent. Checks are made during the development time to ensure that the adaptation being developed does not contain errors. If problems occur, the developer is notified in an easily understandable format in the lower part of each editor. Deployment Adaptations and developed software are downloaded to the Open EMS Suite server. The developer triggers the download of the developed functionality and the system transfers and installs the developed functionality. 14 (21) Nokia Siemens Networks
15 Open EMS Suite Software Development Kit 2.2 Desktop Framework SDK Purpose of Desktop Framework SDK Desktop Framework SDK simplifies the Java desktop user interface (UI) development. It automates frequently used procedures and simplifies development by hiding environment settings and their maintenance. Desktop Framework SDK is a tool set for developing Java application clients on top of Open EMS Suite Desktop Framework. Developers can execute and test applications on top of Desktop Framework locally on their own work station. They can also deploy application to the Open EMS Suite run time and test the software there. The tool creates a war packet and deploys it to application server automatically. Desktop Framework SDK has easy-to-use wizards for creating Desktop Framework tools, actions and branding configurations. Tool and action concepts are explained in more detail in the main features section of Desktop Framework Functional Overview Benefits of Desktop Framework SDK Desktop Framework SDK offers following benefits to the developer: Automation of frequently used procedures Hides environment settings and their maintenance. Offers a set of wizards for easy user interface tool development, user interface actions, online helps, connection management and branding development. Offers UI integration and tool framework for easy development and integration of Java user interfaces. Desktop Framework can be used during the development time for the user interface execution platform. Platform takes care of building of user interface, layout, look and feel of an application, and in addition offers a set of ready made user interface modules. Simplifies development and reduces trivial and manual effort. Desktop Framework SDK utilizes the UI module concept. The tool takes care of the module management. The developer can concentrate more on domain problems with less effort spent on non-added value tasks. Nokia Siemens Networks 15 (21)
16 Software Development Kit Validates code, shows syntactical errors in the code, and helps the developer to test and debug software locally. The structure of UI is validated during development, to make development faster Main features of Desktop Framework SDK UI Module support The UI module is a pluggable user interface entity that implements certain functions. It is a declarative way for specifying the integration of the module into the user interface. For example, it includes menu items that the module contributes to the menu. Desktop Framework SDK hides system settings, automates and simplifies development of UI modules. Action support Functionality that the user can trigger and which can be linked to developer-defined locations is called action. Typically user interface functionality that is launched by a user, for example, by clicking on buttons or selecting menu item. Desktop Framework SDK automates the process of creating actions. On-line help support The wizard is used for creating online help in Desktop Framework SDK. It automates the creation of online helps and maintains system settings. Branding wizard Branding wizard is used for creating and maintaining branding configurations. It hides the branding complexity behind the set of branding management user interfaces. Layer file validation Layer file is a UI definition file containing information on how the UI is structured. Validation checks the file and notifies the user about problems. Connection manager wizard Connection manager wizard is used for configuring the Desktop Framework connection manager to communicate with the runtime environment. This wizard takes basic configuration data for connection manager and configures it in SDK. 16 (21) Nokia Siemens Networks
17 Open EMS Suite Software Development Kit Desktop Framework platform support Users can execute and utilize the Desktop Framework platform in development. They can use ready-made user interface modules, connection management, look and feel, window selection, and configuration management. Tool support A tool is a user interface entity that can contain several user interface modules. Tool groups the modules together and they are managed by Desktop Framework as one entity. End users can freely arrange tools in the main window of the desktop. By using Desktop Framework SDK, users can compound tools from user interface modules and plug them into the desktop. 2.3 Web Scripting SDK Purpose of Web Scripting SDK The purpose of Web Scripting is to support and simplify the development of web-based user interfaces in the context of Open EMS Suite. A wide variety of use cases can be implemented efficiently with Web Scripting. The following are some of the features that demonstrate the variety provided by Web Scripting: administrative Web UIs web access portal dashboard log file browser visualising database table entries visualising fault and performance management data in one report fully customised reporting suite for telecommunications equipment As the list indicates, an important focus area of Web Scripting is to support the visualisation, filtering, and post-processing of data in the telecommunications area. Nokia Siemens Networks 17 (21)
18 Software Development Kit Figure 5. Web Scripting Platform: an example Benefits of Web Scripting SDK The developer of web interfaces within the Open EMS Suite benefits from using Web Scripting for several reasons: The developer can build and run simple web applications within minutes. The developer can develop web applications conveniently off-line without disturbing the production environment. Web Scripting provides easy deployment of applications to the Open EMS Suite runtime environment. Web Scripting is fully integrated into the Open EMS Suite s user and security management (single sign-on). By default, a Web Scripting project does not have any relation to other SDK fragments, so it can exist as stand-alone in the Eclipse workspace. However, it can also be developed together with an Adaptation project, for example. 18 (21) Nokia Siemens Networks
19 Open EMS Suite Software Development Kit The creation of a Web Scripting project is supported by a wizard that not only creates the project files but also configures ScriptBrowser and the internal runtime environment Main features of Web Scripting SDK Web Scripting is based on Java Server Pages (JSP) technology. The basic idea of JSP is to extend static HTML with Java code executed on the server side. The code is encapsulated in so-called tags that can be used in the same way as regular HTML tags. The tags are defined as part of tag libraries which bundle tags according to a specific pattern. Figure 6. Web Scripting development environment Web Scripting provides a comprehensive set of tags in several tag libraries. On top of this, its modular architecture can be easily expanded to create new tag libraries. Nokia Siemens Networks 19 (21)
20 Software Development Kit During the development and testing phase, the web application developer uses the SDK development environment for creating and configuring a Web Scripting application. Built-in Eclipse editor Web Scripting SDK offers convenient editing possibilities for JSP pages. Although this could, in theory, be done with any text editor, the built-in Eclipse editor is superior in terms of features such as code completion, formatting, and on-the-fly syntax checking. Local execution and testing Developers can utilize a built-in JSP server and test database in their local work station for development and testing. They do not need to deploy the software to run time for executing it. Tag libraries Web scripts are composed by using HTML commands and utilizing the tag libraries that are a part of Web Scripting. The tag libraries cover the following areas: Application flow control - authorization, decisions, branching, looping Data creation and manipulation - reading files, manipulating and managing trees and tables Form - UI elements such as check boxes, text fields, etc. Navigation - Navigation tree, frames, panes, menu SQL - database operations Data visualization - visualizing data in tables, trees, and charts Each tag comes with a sample script that simplifies the development as it can be reused in copy-paste fashion. All tags are also formally documented in the online help. Expanding Web Scripting with your own tag libraries The plug-in concept of Eclipse allows developers to create tag libraries as plug-ins to expand the Web Scripting libraries with added functionality. Your own tag libraries can be used in Web Scripting applications as easy as the tag libraries provided by Web Scripting SDK. A well-defined interface ensures that plug-ins can be implemented efficiently and that the Web Scripting SDK can easily integrate new tags. The creation of your own tag libraries requires in contrast to using them knowledge of the Java language. 20 (21) Nokia Siemens Networks
21 Open EMS Suite Software Development Kit ScriptBrowser If web applications contain several scripts, ScriptBrowser, which is part of Web Scripting, can be used. ScriptBrowser is a web application that may serve several purposes: It offers a well-structured portal with links to web pages in the same project, in other Web Scripting projects, or even to arbitrary internet content. It can contain example scripts of all ready-made tags including typical error situation scenarios and links to online help. It contains reusable components for setting database connections, trace level, and other features. ScriptBrowser can be freely customised as part of a Web Scripting project. Figure 8 shows an example screenshot. Figure 8. ScriptBrowser Nokia Siemens Networks 21 (21)
Cultivation of Microalgae According to the different nutrient modes of microalgae, the culture modes can be divided into photoautotrophic culture, mix
Cultivation of Microalgae According to the different nutrient modes of microalgae, the culture modes can be divided into photoautotrophic culture, mixed culture and heterotrophic culture. Photoautotrophic
Rebar Couplers. Heng Xiang Rebar Connection Equipment Factory
Rebar Couplers Heng Xiang Rebar Connection Equipment Factory Attn: Mr. Leo Hao Tel: 86-0318-6662348 E-mail: sales@hshxtaotong.com Add: The north industrial park, Hengshui City, Hebei Province, China 053000
Rebar Couplers. Heng Xiang Rebar Connection Equipment Factory
Rebar Couplers Heng Xiang Rebar Connection Equipment Factory Attn: Mrs. Lucy Sun Tel: 86-13231837867 E-mail: sales2@hshxtaotong.com Add: The north industrial park, Hengshui City, Hebei Province, China
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
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
Greek God Muscle Building Program ROAD MAP
Greek God Muscle Building Program ROAD MAP by Greg O Gallagher Greek God Muscle Building Program Greg O Gallagher Page 1 Greek God Program Road Map Phase One - Strength & Density Routines I recommend spending
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
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
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
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
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:
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
基于UML建模的管理管理信息系统项目案例导航——VB篇
PowerBuilder 8.0 PowerBuilder 8.0 12 PowerBuilder 8.0 PowerScript PowerBuilder CIP PowerBuilder 8.0 /. 2004 21 ISBN 7-03-014600-X.P.. -,PowerBuilder 8.0 - -.TP311.56 CIP 2004 117494 / / 16 100717 http://www.sciencep.com
The Ultimate Guide to Creating a Mobile Strategy that Works in 2017
The Ultimate Guide to Creating a Mobile Strategy that Works in 2017 Coming up with a mobile strategy for any company, big or small, is a daunting task. There are so many considerations to take into account,
管道建模基础.ppt
AVEVA 2004.11.4 Pdms (database hierarchy) (PipeworkModelling) PIPE WORLD BRANCH PDMS FLANGE,Elbow.. SITE Pipe routing is probably the activity that consumes most time on any large project and it is also
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...
声 明 本 人 郑 重 声 明 : 此 处 所 提 交 的 硕 士 学 位 论 文 基 于 等 级 工 鉴 定 的 远 程 考 试 系 统 客 户 端 开 发 与 实 现, 是 本 人 在 中 国 科 学 技 术 大 学 攻 读 硕 士 学 位 期 间, 在 导 师 指 导 下 进 行 的 研 究
中 国 科 学 技 术 大 学 硕 士 学 位 论 文 题 目 : 农 村 电 工 岗 位 培 训 考 核 与 鉴 定 ( 理 论 部 分 ) 的 计 算 机 远 程 考 试 系 统 ( 服 务 器 端 ) 的 开 发 与 实 现 英 文 题 目 :The Realization of Authenticating Examination System With Computer & Web for
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
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
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
<4D6963726F736F667420576F7264202D205F4230365FB942A5CEA668B443C5E9BB73A740B5D8A4E5B8C9A552B1D0A7F75FA6BFB1A4ACFC2E646F63>
運 用 多 媒 體 製 作 華 文 補 充 教 材 江 惜 美 銘 傳 大 學 應 用 中 文 系 chm248@gmail.com 摘 要 : 本 文 旨 在 探 究 如 何 運 用 多 媒 體, 結 合 文 字 聲 音 圖 畫, 製 作 華 文 補 充 教 材 當 我 們 在 進 行 華 文 教 學 時, 往 往 必 須 透 過 教 案 設 計, 並 製 作 補 充 教 材, 方 能 使 教 學
2 SGML, XML Document Traditional WYSIWYG Document Content Presentation Content Presentation Structure Structure? XML/SGML 3 2 SGML SGML Standard Gener
SGML HTML XML 1 SGML XML Extensible Markup Language XML SGML Standard Generalized Markup Language, ISO 8879, SGML HTML ( Hypertext Markup Language HTML) (Markup Language) (Tag) < > Markup (ISO) 1986 SGML
徐汇教育214/3月刊 重 点 关 注 高中生异性交往的小团体辅导 及效果研究 颜静红 摘 要 采用人际关系综合诊断量表 郑日昌编制并 与同性交往所不能带来的好处 带来稳定感和安全感 能 修订 对我校高一学生进行问卷测量 实验组前后测 在 够度过更快乐的时光 获得与别人友好相处的经验 宽容 量表总分和第 4 项因子分 异性交往困扰 上均有显著差 大度和理解力得到发展 得到掌握社会技术的机会 得到 异
Logitech Wireless Combo MK45 English
Logitech Wireless Combo MK45 Setup Guide Logitech Wireless Combo MK45 English................................................................................... 7..........................................
untitled
PowerBuilder Tips 利 PB11 Web Service 年度 2 PB Tips PB9 EAServer 5 web service PB9 EAServer 5 了 便 web service 來說 PB9 web service 力 9 PB11 release PB11 web service 力更 令.NET web service PB NVO 論 不 PB 來說 說
Applied Biosystems StepOne™ Real-Time PCR System Quick Reference Card for Installation
Applied Biosystems StepOne Real-Time PCR System StepOne 系统安装 快速参考卡 本文档提供在并置布局中安装 StepOne 系统的简明指导 有关 完整步骤或独立安装步骤 请参阅 Applied Biosystems StepOne Real-Time PCR System 安装 联网和维护指南 目录 1. 安装准备........................................
4. 每 组 学 生 将 写 有 习 语 和 含 义 的 两 组 卡 片 分 别 洗 牌, 将 顺 序 打 乱, 然 后 将 两 组 卡 片 反 面 朝 上 置 于 课 桌 上 5. 学 生 依 次 从 两 组 卡 片 中 各 抽 取 一 张, 展 示 给 小 组 成 员, 并 大 声 朗 读 卡
Tips of the Week 课 堂 上 的 英 语 习 语 教 学 ( 二 ) 2015-04-19 吴 倩 MarriottCHEI 大 家 好! 欢 迎 来 到 Tips of the Week! 这 周 我 想 和 老 师 们 分 享 另 外 两 个 课 堂 上 可 以 开 展 的 英 语 习 语 教 学 活 动 其 中 一 个 活 动 是 一 个 充 满 趣 味 的 游 戏, 另 外
Microsoft Word - Functional_Notes_3.90_CN.doc
GeO-iPlatform Functional Notes GeO Excel Version 3.90 Release Date: December 2008 Copyrights 2007-2008. iplatform Corporation. All rights reserved. No part of this manual may be reproduced in any form
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
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
CANVIO_AEROCAST_CS_EN.indd
简 体 中 文...2 English...4 SC5151-A0 简 体 中 文 步 骤 2: 了 解 您 的 CANVIO AeroCast CANVIO AeroCast 无 线 移 动 硬 盘 快 速 入 门 指 南 欢 迎 并 感 谢 您 选 择 TOSHIBA 产 品 有 关 您 的 TOSHIBA 产 品 的 详 情, 请 参 阅 包 含 更 多 信 息 的 用 户 手 册 () 安
HC50246_2009
Page: 1 of 7 Date: June 2, 2009 WINMATE COMMUNICATION INC. 9 F, NO. 111-6, SHING-DE RD., SAN-CHUNG CITY, TAIPEI, TAIWAN, R.O.C. The following merchandise was submitted and identified by the vendor as:
<4D6963726F736F667420506F776572506F696E74202D20C8EDBCFEBCDCB9B9CAA6D1D0D0DEBDB2D7F92E707074>
软 件 架 构 师 研 修 讲 座 胡 协 刚 软 件 架 构 师 UML/RUP 专 家 szjinco@public.szptt.net.cn 中 国 软 件 架 构 师 网 东 软 培 训 中 心 小 故 事 : 七 人 分 粥 当 前 软 件 团 队 的 开 发 现 状 和 面 临 的 问 题 软 件 项 目 的 特 点 解 决 之 道 : 从 瀑 布 模 型 到 迭 代 模 型 解 决 项
Microsoft Word - D-2°w¶Ë¬ì¹ï¤U�Iµh®{¤âÀˬd¬yµ{_¬x°ö�×__P.329-335_.doc
針 傷 科 對 下 背 痛 徒 手 檢 查 流 程 329 針 傷 科 對 下 背 痛 徒 手 檢 查 流 程 洪 培 修 1 張 晉 賢 2 張 世 良 3 1 嘉 義 基 督 教 醫 院 中 醫 科 系 2 長 庚 紀 念 醫 院 中 醫 醫 院 基 隆 分 院 暨 長 庚 大 學 醫 學 院 3 中 國 醫 藥 大 學 中 醫 院 學 針 灸 研 究 所 摘 要 前 言 腰 痛 或 下 背 痛
IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I
2004 5 IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I Abstract The techniques of digital video processing, transferring
1. 請 先 檢 查 包 裝 內 容 物 AC750 多 模 式 無 線 分 享 器 安 裝 指 南 安 裝 指 南 CD 光 碟 BR-6208AC 電 源 供 應 器 網 路 線 2. 將 設 備 接 上 電 源, 即 可 使 用 智 慧 型 無 線 裝 置 進 行 設 定 A. 接 上 電 源
1. 請 先 檢 查 包 裝 內 容 物 AC750 多 模 式 無 線 分 享 器 安 裝 指 南 安 裝 指 南 CD 光 碟 BR-6208AC 電 源 供 應 器 網 路 線 2. 將 設 備 接 上 電 源, 即 可 使 用 智 慧 型 無 線 裝 置 進 行 設 定 A. 接 上 電 源 B. 啟 用 智 慧 型 裝 置 的 無 線 Wi-Fi C. 選 擇 無 線 網 路 名 稱 "edimax.setup"
OOAD PowerDesigner OOAD Applying PowerDesigner CASE Tool in OOAD PowerDesigner CASE Tool PowerDesigner PowerDesigner CASE To
PowerDesigner Applying PowerDesigner CASE Tool in OOAD albertchung@mpinfo.com.tw PowerDesigner CASE Tool PowerDesigner PowerDesigner CASE Tool PowerDesigner CASE Tool CASE Tool PowerDesignerUnified ProcessUMLing
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
KDC-U5049 KDC-U4049 Made for ipod, and Made for iphone mean that an electronic accessory has been designed to connect specifically to ipod, or iphone,
KDC-U5049 KDC-U4049 Made for ipod, and Made for iphone mean that an electronic accessory has been designed to connect specifically to ipod, or iphone, respectively, and has been certified by the developer
2009.05
2009 05 2009.05 2009.05 璆 2009.05 1 亿 平 方 米 6 万 套 10 名 20 亿 元 5 个 月 30 万 亿 60 万 平 方 米 Data 围 观 CCDI 公 司 内 刊 企 业 版 P08 围 观 CCDI 管 理 学 上 有 句 名 言 : 做 正 确 的 事, 比 正 确 地 做 事 更 重 要 方 向 的 对 错 于 大 局 的 意 义 而 言,
HC20131_2010
Page: 1 of 8 Date: April 14, 2010 WINMATE COMMUNICATION INC. 9 F, NO. 111-6, SHING-DE RD., SAN-CHUNG CITY, TAIPEI, TAIWAN, R.O.C. The following merchandise was submitted and identified by the vendor as:
\\Lhh\07-02\黑白\内页黑白1-16.p
Abstract: Urban Grid Management Mode (UGMM) is born against the background of the fast development of digital city. It is a set of urban management ideas, tools, organizations and flow, which is on the
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
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
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
IBM 全 球 企 业 咨 询 服 务 部 中 国 五 矿 筑 起 人 力 资 源 信 息 大 厦 2 回 顾 篇 慎 选 巧 选 软 件 平 台 由 于 五 矿 集 团 下 属 的 很 多 公 司 是 最 近 几 年 才 加 盟 的 新 成 员 企 业, 这 些 公 司 所 应 用 的 人 力 资
IBM 全 球 企 业 咨 询 服 务 部 IBM 商 业 价 值 研 究 院 案 例 研 究 中 国 五 矿 筑 起 人 力 资 源 信 息 大 厦 中 国 五 矿 集 团 公 司 ( 以 下 简 称 五 矿 集 团 ) 人 力 资 源 系 统 就 像 一 座 虚 拟 的 人 力 资 源 大 厦, 它 帮 助 五 矿 集 团 创 建 了 一 套 人 力 资 源 的 信 息 标 准, 形 成 了 一
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
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
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
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
中国人民大学商学院本科学年论文
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
User ID 150 Password - User ID 150 Password Mon- Cam-- Invalid Terminal Mode No User Terminal Mode No User Mon- Cam-- 2
Terminal Mode No User User ID 150 Password - User ID 150 Password Mon- Cam-- Invalid Terminal Mode No User Terminal Mode No User Mon- Cam-- 2 Mon1 Cam-- Mon- Cam-- Prohibited M04 Mon1 Cam03 Mon1 Cam03
東莞工商總會劉百樂中學
/2015/ 頁 (2015 年 版 ) 目 錄 : 中 文 1 English Language 2-3 數 學 4-5 通 識 教 育 6 物 理 7 化 學 8 生 物 9 組 合 科 學 ( 化 學 ) 10 組 合 科 學 ( 生 物 ) 11 企 業 會 計 及 財 務 概 論 12 中 國 歷 史 13 歷 史 14 地 理 15 經 濟 16 資 訊 及 通 訊 科 技 17 視 覺
CDWA Mapping. 22 Dublin Core Mapping
(version 0.23) 1 3... 3 3 3 5 7 10 22 CDWA Mapping. 22 Dublin Core Mapping. 24 26 28 30 33 2 3 X version 0.2 ( ) 4 Int VarcharText byte byte byte Id Int 10 Management Main Code Varchar 30 Code Original
Chn 116 Neh.d.01.nis
31 尼 希 米 书 尼 希 米 的 祷 告 以 下 是 哈 迦 利 亚 的 儿 子 尼 希 米 所 1 说 的 话 亚 达 薛 西 王 朝 二 十 年 基 斯 流 月 *, 我 住 在 京 城 书 珊 城 里 2 我 的 兄 弟 哈 拿 尼 和 其 他 一 些 人 从 犹 大 来 到 书 珊 城 我 向 他 们 打 听 那 些 劫 后 幸 存 的 犹 太 人 家 族 和 耶 路 撒 冷 的 情 形
1.Product Description
LoopView 2002 All rights reserved. LoopView P/N : 51.LVIEW0.100 04/2002 Version 1.6 錄 1...1-1 1.1...1-1 2...2-1 2.1 Castle Rock...2-1 2.1.1...2-1 2.1.2...2-1 2.1.3...2-1 2.1.4 TCP/IP...2-1 2.1.5 SNMPc...2-2
VIDEOJET connect 7000 VJC-7000-90 zh- CHS Operation Manual VIDEOJET connect 7000 zh-chs 3 目 录 1 浏 览 器 连 接 7 1.1 系 统 要 求 7 1.2 建 立 连 接 7 1.2.1 摄 像 机 中 的 密 码 保 护 7 1.3 受 保 护 的 网 络 7 2 系 统 概 述 8 2.1 实 况
UDC The Design and Implementation of a Specialized Search Engine Based on Robot Technology 厦门大学博硕士论文摘要库
10384 200128011 UDC The Design and Implementation of a Specialized Search Engine Based on Robot Technology 2004 5 2004 2004 2004 5 World Wide Web Robot Web / (Focused Crawling) Web Meta data Web Web I
Microsoft Word - MTK平台生产软件使用说明.doc
MTK 1. 1.1 SMT BSN 1.2 1 IMEI 2. 2 2.1 MTK Flash Flash NAND FlashMP3 1 SMT SOFT Flash 2 SOFT MKT USB-RS232 921600 8 2.2 COPY 2.3 USB PCUSB USB 8 USB USB USB-RS232 (USB ) RS232 PCRS232 8 4V2A 2.4 DA File
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
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
热设计网
例 例 Agenda Popular Simulation software in PC industry * CFD software -- Flotherm * Advantage of Flotherm Flotherm apply to Cooler design * How to build up the model * Optimal parameter in cooler design
1505.indd
上 海 市 孙 中 山 宋 庆 龄 文 物 管 理 委 员 会 上 海 宋 庆 龄 研 究 会 主 办 2015.05 总 第 148 期 图 片 新 闻 2015 年 9 月 22 日, 由 上 海 孙 中 山 故 居 纪 念 馆 台 湾 辅 仁 大 学 和 台 湾 图 书 馆 联 合 举 办 的 世 纪 姻 缘 纪 念 孙 中 山 先 生 逝 世 九 十 周 年 及 其 革 命 历 程 特 展
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
mvc
Build an application Tutor : Michael Pan Application Source codes - - Frameworks Xib files - - Resources - ( ) info.plist - UIKit Framework UIApplication Event status bar, icon... delegation [UIApplication
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
概述
OPC Version 1.6 build 0910 KOSRDK Knight OPC Server Rapid Development Toolkits Knight Workgroup, eehoo Technology 2002-9 OPC 1...4 2 API...5 2.1...5 2.2...5 2.2.1 KOS_Init...5 2.2.2 KOS_InitB...5 2.2.3
Microsoft Word - Web Dynpro For ABAP跟踪测试工具简介 _2_.doc
Web Dynpro For ABAP 跟 踪 测 试 工 具 简 介 概 述 从 传 统 ABAP UI 开 发 ( 如 Dynpro,ABAP List 等 等 ) 直 接 转 到 Web Dynpro For ABAP 开 发 来, 我 们 可 能 会 发 现 那 些 传 统 的 跟 踪 测 试 工 具 ( 如 SAT, 也 许 SAAB 还 是 一 个 简 单 易 用 的 合 适 的 工 具
2006中國文學研究範本檔
中 國 文 學 研 究 第 三 十 九 期 2015 年 01 月 頁 223~258 臺 灣 大 學 中 國 文 學 研 究 所 由 心 到 腦 從 腦 的 語 義 脈 絡 論 晚 清 民 初 的 文 化 轉 型 * 徐 瑞 鴻 提 要 傳 統 的 中 醫 理 論 以 心 為 神 明 之 主, 掌 管 思 維 記 憶 與 情 感, 此 一 觀 點 在 近 現 代 受 到 西 方 解 剖 學 的 巨
<4D6963726F736F667420576F7264202D20B773B0AAA4A4BFEFACECC2B2A4B628B6B6A7C7AAA92920323031322D323031336E65772E646F63>
選 科 程 序 5 月 24 日 - 新 高 中 選 科 講 座 5 月 30 日 或 之 前 - 交 模 擬 選 科 表 6 月 26 日 或 之 前 - 交 正 式 選 科 表 ( 需 家 長 簽 名 ) 學 校 依 學 生 1. 選 修 科 目 的 意 願 2. 配 對 科 目 的 成 績 3. 科 目 的 學 額 分 配 學 生 的 選 修 科 目 8 月 初 - 公 布 學 生 獲 編 配
(CIP) Web /,. :,2005. 1 ISBN 7 81058 782 X.W............T P393.4 CIP (2004) 118797 Web ( 99 200436) ( http:/ / www.shangdapress.com 66135110) : * 787
Web (CIP) Web /,. :,2005. 1 ISBN 7 81058 782 X.W............T P393.4 CIP (2004) 118797 Web ( 99 200436) ( http:/ / www.shangdapress.com 66135110) : * 787 1092 1/ 16 30.75 748 2005 1 1 2005 1 1 : 1 3 100
PLC Simulative Control of an Elevator by PLC POWER SUPPLY ii iii ABSTRACT In the modern time, elevator is very popular and based. Most techniques of elevator are owned by foreigners. A simple introduction
南華大學數位論文
南華大學 碩士論文 中華民國九十五年六月十四日 Elfin Excel I II III ABSTRACT Since Ming Hwa Yuan Taiwanese Opera Company started to cooperate with the Chinese orchestra, the problem of how the participation of Chinese music
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
入學考試網上報名指南
入 學 考 試 網 上 報 名 指 南 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. 填
Bus Hound 5
Bus Hound 5.0 ( 1.0) 21IC 2007 7 BusHound perisoft PC hound Bus Hound 6.0 5.0 5.0 Bus Hound, IDE SCSI USB 1394 DVD Windows9X,WindowsMe,NT4.0,2000,2003,XP XP IRP Html ZIP SCSI sense USB Bus Hound 1 Bus
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
数据分析技术介绍
DW OLAP DM ,,, :, DW OLAP DM DW OLAP DM DW OLAP DM 80 " "William H.Inmon Data mart " " Meta Data ( ) ETL ETL Extract Transform Cleansing Load ETL Oracle Oracle (CWM) (OEM) 9i Application Server 9i
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
可 愛 的 動 物 小 五 雷 雅 理 第 一 次 小 六 甲 黃 駿 朗 今 年 暑 假 發 生 了 一 件 令 人 非 常 難 忘 的 事 情, 我 第 一 次 參 加 宿 營, 離 開 父 母, 自 己 照 顧 自 己, 出 發 前, 我 的 心 情 十 分 緊 張 當 到 達 目 的 地 後
郭家朗 許鈞嵐 劉振迪 樊偉賢 林洛鋒 第 36 期 出版日期 28-3-2014 出版日期 28-3-2014 可 愛 的 動 物 小 五 雷 雅 理 第 一 次 小 六 甲 黃 駿 朗 今 年 暑 假 發 生 了 一 件 令 人 非 常 難 忘 的 事 情, 我 第 一 次 參 加 宿 營, 離 開 父 母, 自 己 照 顧 自 己, 出 發 前, 我 的 心 情 十 分 緊 張 當 到 達 目
國家圖書館典藏電子全文
EAI EAI Middleware EAI 3.1 EAI EAI Client/Server Internet,www,Jav a 3.1 EAI Message Brokers -Data Transformation Business Rule XML XML 37 3.1 XML XML XML EAI XML 1. XML XML Java Script VB Script Active
1 目 錄 1. 簡 介... 2 2. 一 般 甄 試 程 序... 2 3. 第 一 階 段 的 準 備... 5 4. 第 二 階 段 的 準 備... 9 5. 每 間 學 校 的 面 試 方 式... 11 6. 各 程 序 我 的 做 法 心 得 及 筆 記... 13 7. 結 論..
如 何 準 備 研 究 所 甄 試 劉 富 翃 1 目 錄 1. 簡 介... 2 2. 一 般 甄 試 程 序... 2 3. 第 一 階 段 的 準 備... 5 4. 第 二 階 段 的 準 備... 9 5. 每 間 學 校 的 面 試 方 式... 11 6. 各 程 序 我 的 做 法 心 得 及 筆 記... 13 7. 結 論... 20 8. 附 錄 8.1 推 甄 書 面 資 料...
The Development of Color Constancy and Calibration System
The Development of Color Constancy and Calibration System The Development of Color Constancy and Calibration System LabVIEW CCD BMP ii Abstract The modern technologies develop more and more faster, and
Microsoft Word - 11月電子報1130.doc
發 行 人 : 楊 進 成 出 刊 日 期 2008 年 12 月 1 日, 第 38 期 第 1 頁 / 共 16 頁 封 面 圖 話 來 來 來, 來 葳 格 ; 玩 玩 玩, 玩 數 學 在 11 月 17 到 21 日 這 5 天 裡 每 天 一 個 題 目, 孩 子 們 依 據 不 同 年 段, 尋 找 屬 於 自 己 的 解 答, 這 些 數 學 題 目 和 校 園 情 境 緊 緊 結
Microsoft Word - Xinhua Far East_Methodology_gb_2003.doc
新 华 远 东 中 国 资 信 评 级 新 华 财 经 有 限 公 司 上 海 远 东 资 信 评 估 有 限 公 司 新 华 远 东 中 国 资 信 评 级 2003 年 电 子 邮 箱 评 级 总 监 联 系 电 话 rating@xfn.com 钟 汶 权 CFA 852-3102 3612 8621-5306-1122 目 的 新 华 财 经 有 限 公 司 与 上 海 远 东 资 信 评
Microsoft PowerPoint - Performance Analysis of Video Streaming over LTE using.pptx
ENSC 427 Communication Networks Spring 2016 Group #2 Project URL: http://www.sfu.ca/~rkieu/ensc427_project.html Amer, Zargham 301149920 Kieu, Ritchie 301149668 Xiao, Lei 301133381 1 Roadmap Introduction
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
2005 Research on the Lucre, Risk, and Development of Native Bankcard Business 2005 3 2003 6.5 45 18, WTO SWOT I Abstract Research on the Lucre, Risk, and Development of Native Bankcard Business Research
國家圖書館典藏電子全文
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
(baking powder) 1 ( ) ( ) 1 10g g (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal D
( ) 4 1 1 1 145 1 110 1 (baking powder) 1 ( ) ( ) 1 10g 1 1 2.5g 1 1 1 1 60 10 (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal Design 1. 60 120 2. 3. 40 10
HC70044_2008
Page: 1 of 9 Date: July 10, 2008 KORENIX TECHNOLOGY CO., LTD. 9 F, NO. 100-1, MING-CHUAN RD., SHIN TIEN CITY, TAIPEI, TAIWAN The following merchandise was submitted and identified by the vendor as: Product
2 2 3 DLight CPU I/O DLight Oracle Solaris (DTrace) C/C++ Solaris DLight DTrace DLight DLight DLight C C++ Fortran CPU I/O DLight AM
Oracle Solaris Studio 12.2 DLight 2010 9 2 2 3 DLight 3 3 6 13 CPU 16 18 21 I/O DLight Oracle Solaris (DTrace) C/C++ Solaris DLight DTrace DLight DLight DLight C C++ Fortran CPU I/O DLight AMP Apache MySQL
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.
Microsoft Word doc
中 考 英 语 科 考 试 标 准 及 试 卷 结 构 技 术 指 标 构 想 1 王 后 雄 童 祥 林 ( 华 中 师 范 大 学 考 试 研 究 院, 武 汉,430079, 湖 北 ) 提 要 : 本 文 从 结 构 模 式 内 容 要 素 能 力 要 素 题 型 要 素 难 度 要 素 分 数 要 素 时 限 要 素 等 方 面 细 致 分 析 了 中 考 英 语 科 试 卷 结 构 的
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
晶体结构立体模型建构软件-Diamond的使用
-Diamond E-mail: wupingwei@mail.ouc.edu.cn -Diamond Diamond NaCl NaCl NaCl Fm-3m(225) a=5.64å Na:4a, Cl:4b 1 2 3 4 5 6 File New OK Diamond1 New Structure Crystal Structure with cell and Spacegroup Cell
文档 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
untitled
rxli@public.wh.hb.cn http://idc.hust.edu.cn/~rxli/ 2 3 ( ) (Distributed System) Integrated System () 4 5 6 System Integration 7 8 Integrated System 9 1.1 CIMS IDEF CSCW STEP MIS MRPII ERP CRM SCM MIS:
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 大 屏 幕