Microsoft PowerPoint - multicore curriculum of sspku.ppt

Size: px
Start display at page:

Download "Microsoft PowerPoint - multicore curriculum of sspku.ppt"

Transcription

1 Curriculum Development for Multi-core Software Technology at Peking University Prof. Zhonghai Wu School of Software and Microelectronics Peking University August 2008

2 Cooperation in Field of Multi-core Technology Between Intel and SSPKU SSPKU and INTEL start multi-core trainer training class in 2004 for more than 30 teachers from Chinese well-known universities. SSPKU set up PKU-INTEL Multi-core Lab in 2006, and introduce multicore technology into several courses such as Computer Architecture, Internet Programming, and Parallel Computing. SSPKU got equipment donation and grant funding for multi-core curriculum development in SSPKU sent 3 multi-core teachers to INTEL China as visiting Scholars. One of them joined 2007 s International Workshop on Intel Multi-core Technology in Unite States. SSPKU send more than ten graduate students of PKU-INTEL joint lab to do their multi-intern in Intel China each year. SSPKU introduced a new course in 2006, Software Development based on Intel Multi-core Architecture for senior undergraduate and graduate students. SSPKU joined in the writing and editing of textbook Multi-core Programming in Curriculum for Multi-core Software Technology of SSPKU got MOE-INTEL award in 2008.

3 Objectives of the Course Multi-core technology is involved in several courses which include Computer Architecture, Operating System, Compiling Technology, Software Development Methodology, Software Design Schema, Programming Model, and Parallel Computing. It is difficult for software engineers to be skillful on the multi-core based software development in a short time without systemic training. To Training graduate students and advanced software engineers who are well up in multi-core technology and absorbed in software development on multi-core platform systematically, we introduce a new course, Multi-core Software Development Technology in our school. The course is aimed to help graduate students and advanced software engineers to deeply understand multi-core architecture, study multi-core software development methodology, models, tools and environment.

4 Win32 Multithreaded Programming Content of the Course OpenMP Programming Multithreading in the Win32 API Thread synchronization Lab & Mini-project Data dependencies Synchronization Performance Linux Multithreaded Programming Multithreading in Pthreads Thread synchronization GDB Integrated Practice Learn by Doing Project-driven Learning MPI Programming Message Passing Communicator Group Topology Introduction to Multi-core Hardware System Software Application Software Introduction to Parallel Computing Hardware Platform Computational Models Programming Models Programming Environment Programming Tools Software Development Tools C++ Compiler VTune Performance Analyzer MKL (Math kernel library) Thread Checker Thread Profiler

5 Introduction to Multi-core Technology Multi-Processors, Multi-Computer, and Multi-core Microprocessor (0.5hr) Multi-core Computer Architecture (1hr) Intel Multi-core architecture introduction Memory and Cache organization Multi-core interconnection Multi-core System on Chip Intel Multi-core Chipset OS and BIOS support to multi-core microprocessor (1hr) Trends in multi-core platforms Scheduling policy and algorithms Synchronization and deadlocks Operating System Design Principles for Multi-core Virtualization Technology support to multi-core microprocessor (0.5hr)

6 Introduction to Parallel Computing Parallel Computing Theory (3hrs) Parallel Programming model Parallel Algorithm Parallel Development Environment (3hrs) Parallel Programming Language Parallel Virtual Machine Parallel Compiler Multitask Multi-process Multi-thread

7 Network and MPI Programming Network Programming (9hrs) Introduction to TCP/IP and Internet Introduction to Network Programming TCP/IP network Programming Framework Network Programming Case Study MPI Programming and Tuning (6hrs) Introduction to MPI Install and configure MPICH MPI Programming MPI Cluster Communication MPI Performance Analysis and Tuning

8 Multithread Programming Windows Multithread Programming (6hrs) Introduction to Win32 Thread Library Multithreading in Win32 API Understanding Thread executing and Resource Access Multithread Programming and Tuning Linux Multithread Programming (6hrs) Introduction to POSIX Pthreads Library Multithreading in Pthreads Understanding Thread Synchronization Use GDB in Performance Tuning OpenMP Multithread Programming (6hrs) Introduction to OpenMP Multithreading in OpnMP Understanding Data dependencies and Thread Synchronization OpenMP Programming and Performance Tuning

9 Multi-core Software Development Tools (6hrs) C++ Compiler Performance tuning and monitoring tools, such as Intel VTune Tuning for high performance Tuning for low power Tradeoff between performance and power Tradeoff between one-core and Multi-core MKL Library Intel Multimedia Library IPP Runtime Analysis Intel Thread Checker Intel Thread Profiler Open source tools such as GCC, GDB

10 Lab of the Course Lab.1 Software Development Tools for Multi-core Lab.2.1 Programming and Tuning with Windows Threads Lab.2.2 Programming and Tuning with Linux Threads Lab.3 Programming and Tuning with OpenMP Lab.4 Programming with MPI Lab.5.1 Correcting Threading Errors with Intel Thread Checker Lab.5.2 Tuning Threaded code with Intel Profiler

11 Lab.1 Multi-core Software Development Tools Intel compiler switches. Intel Vtune Performance Analyzer. IPP. Intel Thread Checker Intel Thread Profiler. open source tools.

12 调用曲线图 VTune 性能分析器 分析程序运行时函数的入口点和出口点 生成一张调用曲线图并且确定调用顺序和显示关键路径 计数器监控器 在运行时跟踪系统活动 调优助手 根据丰富的知识库分辨性能问题 自动推荐代码改进办法

13 Thread Checker 线程检查器的使用 寻找潜在的数据竞争 编译和运行 Potential 程序的单线程版本 打开 \code\thread Checker\potential_serial 文件夹, 双击 potential_serial.sln 文件 ; 在 Build 菜单里选择 Configuration Manager, 然后选择 Debug 模式 ; 在 Build 菜单里选择 Build Solution, 编译相关文件 ; 在 Debug 菜单里选择 Start Without Debugging, 运行程序 编译和运行 Potential 程序的多线程版本 打开 \code\thread Checker\potential_win 文件夹, 双击 potential_win.sln 文件 ; 在 Build 菜单里选择 Configuration Manager, 然后选择 Debug 模式 ; 按如下方式配置项目属性 : 选中 Debug 模式 (/Zi) 链接时保留 Debug 信息 (/DEBUG) 禁止自动优化 (/Od) 使用线程安全系统库 (/MDd) 使用二进制文件可重定位功能 (/fixed:no)

14 在 Build 菜单里选择 Build Solution, 编译相关文件 ; 在 Debug 菜单里选择 Start Without Debugging, 运行程序 ; 运行英特尔 VTune 性能分析器 ; 点击 New Project; 在 Category 栏选择 Threading Wizards, 在下拉框中选择 Intel Thread Checker Wizard; 选择刚才编译好的可执行文件路径 (\code\thread Checker\potential_win\Debug\potential_win.exe), 点击 Finish 按钮, 开始运行线程检查器 ; 线程检查器分析完毕后会显示一些诊断报告, 双击可观察相应代码 ;

15

16 Thread Profiler 线程档案器的使用 打开 \code\threadprofiler\potential lab 1\ 文件夹, 双击 Potential Lab 1.sln 文件 ; 在 Build 菜单里选择 Configuration Manager, 然后选择 Release 模式 ; 按如下方式配置项目属性 : 选中 Debug 模式 (/Zi) 链接时保留 Debug 信息 (/DEBUG) 使用线程安全系统库 (/MD) 使用二进制文件可重定位功能 (/fixed:no)

17 在 Build 菜单里选择 Build Solution, 编译相关文件 ; 运行英特尔 VTune 性能分析器 ; 点击 New Project; 在 Category 栏选择 Threading Wizards, 在下拉框中选择 Intel Thread Profiler Wizard; 选择刚才编译好的可执行文件路径 (\code\thread Profiler\Potential lab 1\Release\potential.exe), 点击 Finish 按钮, 开始运行线程档案器 ; 运行结束后, 可看到双重视图

18 分析程序 返回到 Profile 栏的 Concurrency Level 视图, 有多少时间消耗在串行 ( 只有一个线程 ) 执行程序? 多少时间消耗在完全的并行执行? 从这能得到什么启发? 打开 grouping to thread 视图, 该视图显示了程序中所有线程在关键路径上的活跃程度 该程序一共运行过多少个线程? 有什么性能问题? 打开 grouping to object 视图, 是否有同步对象在关键路径占了相当大比例, 而它又是串行执行的? 如果有, 是哪一个? 双击 Timeline 栏, 打开时间轴视图 从这些数据中所发现最明显的特征是什么? 如果有性能问题, 应该从哪方面去解决它?

19 Lab.2.1 Programming with Windows Threads Practice multi-threaded programming of applications using Win32 threading API. Find and resolve a common data race. Convert a serial application to a threaded version. Find simple data races in code and resolve these threading errors using critical sections as the synchronization mechanism. HANDLE CreateEvent( ); HANDLE OpenEvent ( ); ResetEvent( ) SetEvent ( ) WaitForMultipleObjects ( )

20 实验目的 掌握利用 Win32 API 进行线程的同步 掌握利用 MFC 库进行线程的同步 掌握多线程调试技术

21 #include "stdafx.h" #include <windows.h> #include <process.h> #include <iostream> #include <fstream> using namespace std; HANDLE evread, evfinish; void ReadThread(LPVOID param) { WaitForSingleObject (evread,infinite); cout<<"reading"<<endl; SetEvent (evfinish); } void WriteThread(LPVOID param) { cout<<"writing"<<endl; SetEvent (evread); }

22 int main(int argc, char * argv[]) { evread = CreateEvent (NULL,FALSE,FALSE,NULL) ; evfin = CreateEvent (NULL,FALSE,FALSE,NULL) ; _beginthread(readthread, 0, NULL) ; _beginthread(writethread, 0, NULL) ; WaitForSingleObject (evfinish,infinite) ; cout<<"the Program is End"<<endl; return 0 ; } 程序输出如下 : Writing Reading. The Program is End

23 Lab.2.2 Programming with Linux Threads Practice multi-threaded programming of applications using Pthreads. Find and resolve a common data race. Convert a serial application to a threaded version. Find simple data races in code and resolve these threading errors using critical sections as the synchronization mechanism. Create Thread:pthread_create() Threas exit: pthread_exit(), pthread_cancel() Waiting the end of Thread : pthread_join() Thread detach:pthread_detach()

24 #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <pthread.h> #define THREAD_NUMBER 2 int retval_hello1= 2, retval_hello2 = 3; void* hello1(void *arg) { char *hello_str = (char *)arg; sleep(1); printf("%s\n", hello_str); pthread_exit(&retval_hello1); } void* hello2(void *arg) { char *hello_str = (char *)arg; sleep(2); printf("%s\n", hello_str); pthread_exit(&retval_hello2); } Output: pku@pku-laptop:~$./helloworld Begin to create threads... Begin to wait for threads... hello world from thread1 return value is 2 hello world from thread2 return value is 3 Now, the main thread returns

25 int main(int argc, char *argv[]) { int i; int ret_val; int *retval_hello[2]; pthread_t pt[thread_number]; const char *arg[thread_number]; arg[0] = "hello world from thread1"; arg[1] = "hello world from thread2"; printf("begin to create threads...\n"); } ret_val = pthread_create(&pt[0], NULL, hello1, (void *)arg[0]); if (ret_val!= 0 ) { printf("pthread_create error!\n"); exit(1); } ret_val = pthread_create(&pt[1], NULL, hello2, (void *)arg[1]); if (ret_val!= 0 ) { printf("pthread_create error!\n"); exit(1); } printf("now, the main thread returns.\n"); printf("begin to wait for threads...\n"); for(i = 0; i < THREAD_NUMBER; i++) { ret_val = pthread_join(pt[i], (void **)&retval_hello[i]); if (ret_val!= 0) { printf( pthread_join error!\n ); exit(1); } else printf("return value is %d\n", *retval_hello[i]); } return 0;

26 Lab.3 Threading Methodology using OpenMP Use the most common OpenMP C statements. Compile and run an OpenMP program. #pragma omp parallel for [clause[clause ]] for( index = first ; test_expr ; incr_expr){ body of the loop; } //instance: #pragma omp parallel for for(int i=0;i<n;i++) z[i]=x[i]+y[i]; #pragma omp parallel [clause[clause] ] block //instance: #pragma omp parallel for(int i=0;i<5;i++) printf("hello world i=%d\n",i);

27 实验目的 掌握基于 OpenMP 多线程应用程序开发 掌握基于 OpenMP 多线程同步 掌握基于 OpenMP 多线程应用程序性能分析

28 循环并行化 #pragma omp parallel for [clause[clause ]] for( index = first ; test_expr ; incr_expr){ body of the loop; } 实例 : #pragma omp parallel for for(int i=0;i<n;i++) z[i]=x[i]+y[i];

29 并行区域编程 #pragma omp parallel [clause[clause] ] block 实例 : #pragma omp parallel for(int i=0;i<5;i++) printf("hello world i=%d\n",i);

30 临界区 int i; int max_num_x=max_num_y=-1; #pragma omp parallel for for(i=0;i<n;i++) { #pragma omp critical (max_arx) if(arx[i]>max_num_x) max_num_x=arx[i]; #pragma omp critical (max_ary) if(ary[i]>max_num_y) max_num_y=ary[i]; }

31 原子操作 int counter=0; #pragma omp parallel { for(int i=0;i<10000;i++) #pragma omp atomic //atomic operation counter++; } printf("counter = %d\n",counter);

32 Lab.4 Programming with MPI MPI_Init: initialize MPI environment MPI_Finalize: Finalize MPI environment MPI_Comm_rank : Mark MPI Processes MPI_Comm_size: Mark the numbers of processes in a MPI Process group

33 MPI 程序的四个基本函数 MPI_Init: 初始化 MPI 执行环境 MPI_Finalize: 结束 MPI 执行环境 MPI_Comm_rank : 标识各个 MPI 进程的 MPI_Comm_size : 用来标识相应进程组中有多少个进程

34 #include <stdio.h> #include "mpi.h" int main( int argc, char *argv[] ) { int rank; int size; MPI_Init( argc, argv ); MPI_Comm_rank(MPI_COMM_WORLD, &rank); MPI_Comm_size(MPI_COMM_WORLD, &size); printf( "Hello world from process %d of %d\n", rank, size ); MPI_Finalize(); return 0; } Output: Hello world from process 0 of 4 Hello world from process 1 of 4 Hello world from process 2 of 4 Hello world from process 3 of 4

35 Lab.5 Advanced Tools Lab.5.1 Correcting Threading Errors with Intel Thread Checker Debug Win32 threaded applications and resolve data race conditions. Use the advanced features of Intel Thread Checker. Lab.5.2 Tuning Threaded code with Intel Profiler Use Intel Thread Profiler to detect performance issues in applications threaded with the Win32 threading API. Navigate through the Thread Profiler features to understand program thread activity.

36 Intel Thread Checker Plug-in to VTune Performance Analyzer Debugging tool for threaded software Locates bugs quickly Data races or storage conflicts More than one thread accesses memory without synchronization Deadlocks Thread waits for an event that will never happen

37 Starting Thread Checker Results

38 Intel Thread Profiler Plugs in to the VTune performance environment Pinpoints performance bottlenecks that directly affect execution time Identifies performance issues in OpenMP* or threaded applications using the Win32* API and POSIX* threads

39 Setting Compile &Link Options Selected the Release build Make sure that Debug format is specified Make sure that the Debug symbols are generated for the application Make sure that thread safe libaries have been selected Make sure that application is build with /fixed: no option from linker- >Advanced attribute

40 Creating a New Project a Thread Profiler Activity Start Vtune Performance Analyzer and select new project From the Category Threading Wizards, select the Intel Thread Profiler Wizard. Be sure to click on the Thread(Windows* API or POSIX* threads) radio button is selected Select Thread Profiler and click on configure Select the Thread Activity and Transitions check boxes. This selection will issue a warning that the Thread Profiler may take longer to run. Accept this warning by clicking on yes.

41 Mini-project of the Course Select one of 20 mini Projects in order to develop a multi-core application, such as: MP4 Converter, Streaming Server, Mail Server, ftp Server etc.

42 Mini-project 1: MP4 Converter Convert AVI, MPEG and MP4 video to H.264 video MPEG-2 video AVI video Decoder Encoder H.264 video MPEG-4 video Reference: Eric Shufro Video Transcoding with Intel IPP

43 Intel Integrated Performance Primitives Providing source code and libraries for media types such as MP3, MPEG-2, MPEG-4, H.263, H.264, JPEG, JPEG2000 etc. Well documented. Easy to use. Transcoder Architecture Decoder and encoder based on the IPP. Transcoder class encapsulates both the encoder and decoder. Memory is accessible between the encoder and the decoder. Transcoder runs in three separate threads.

44 Mini-project 2: Porting open source streaming server Project : Port an open source streaming server to Intel Multi-core Platform Port Darwin Streaming Server to multi-core platform. Optimize Darwin Streaming Server. Real-time streaming scheduling algorithms

45 Q&A Thank you!

第7章-并行计算.ppt

第7章-并行计算.ppt EFEP90 10CDMP3 CD t 0 t 0 To pull a bigger wagon, it is easier to add more oxen than to grow a gigantic ox 10t 0 t 0 n p Ts Tp if E(n, p) < 1 p, then T (n) < T (n, p) s p S(n,p) = p : f(x)=sin(cos(x))

More information

提纲 1 2 OS Examples for 3

提纲 1 2 OS Examples for 3 第 4 章 Threads2( 线程 2) 中国科学技术大学计算机学院 October 28, 2009 提纲 1 2 OS Examples for 3 Outline 1 2 OS Examples for 3 Windows XP Threads I An Windows XP application runs as a seperate process, and each process may

More information

《嵌入式系统设计》教学大纲

《嵌入式系统设计》教学大纲 多 核 架 构 及 编 程 技 术 教 学 大 纲 课 程 代 码 :20062022071 课 程 负 责 人 : 杨 剑 锋 课 程 中 文 名 称 : 多 核 架 构 及 编 程 技 术 课 程 英 文 名 称 :Multi-Core Architecture and Programming Technologies 课 程 类 别 : 专 业 必 修 课 程 学 分 数 :3 课 程 学 时

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

Learning Java

Learning Java Java Introduction to Java Programming (Third Edition) Prentice-Hall,Inc. Y.Daniel Liang 2001 Java 2002.2 Java2 2001.10 Java2 Philip Heller & Simon Roberts 1999.4 Java2 2001.3 Java2 21 2002.4 Java UML 2002.10

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

豐佳燕.PDF

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

More information

IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I

IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I 2004 5 IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I Abstract The techniques of digital video processing, transferring

More information

XXX专业本科人才培养方案

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

More information

CC213

CC213 : (Ken-Yi Lee), E-mail: feis.tw@gmail.com 9 [P.11] : Dev C++ [P.12] : http://c.feis.tw [P.13] [P.14] [P.15] [P.17] [P.23] Dev C++ [P.24] [P.27] [P.34] C / C++ [P.35] 10 C / C++ C C++ C C++ C++ C ( ) C++

More information

EK-STM32F

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

More information

目次 

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

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

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

Microsoft PowerPoint - Aqua-Sim.pptx

Microsoft PowerPoint - Aqua-Sim.pptx Peng Xie, Zhong Zhou, Zheng Peng, Hai Yan, Tiansi Hu, Jun-Hong Cui, Zhijie Shi, Yunsi Fei, Shengli Zhou Underwater Sensor Network Lab 1 Outline Motivations System Overview Aqua-Sim Components Experimental

More information

201406002+大学计算机基础B.doc

201406002+大学计算机基础B.doc 目 录. 大 学 计 算 机 基 础 B( 非 独 立 设 课 ).... 计 算 机 操 作 基 础 ( 独 立 设 课 )...3 3. 程 序 设 计 基 础 ( 非 独 立 设 课 )...5 4. 面 向 对 象 程 序 设 计 ( 非 独 立 设 课 )...8 5. 数 据 库 原 理 ( 非 独 立 设 课 )...0 6. 算 法 设 计 与 分 析 ( 非 独 立 设 课 )...

More information

mvc

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

More information

各 级 领 导 及 世 界 技 能 组 织 主 席 西 蒙 巴 特 利 参 观 深 圳 技 师 学 院 高 技 能 人 才 培 养 模 式 和 课 程 改 革 创 新 成 果 展 人 力 资 源 和 社 会 保 障 部 职 业 能 力 建 设 司 司 长 吴 道 槐 中 国 职 工 教 育 和 职

各 级 领 导 及 世 界 技 能 组 织 主 席 西 蒙 巴 特 利 参 观 深 圳 技 师 学 院 高 技 能 人 才 培 养 模 式 和 课 程 改 革 创 新 成 果 展 人 力 资 源 和 社 会 保 障 部 职 业 能 力 建 设 司 司 长 吴 道 槐 中 国 职 工 教 育 和 职 一体化课程的理念认识 加快高素质技能人才培养 助推产业转型升级 浅议技工院校如何结合专业课教学进行创业教育与实践 工学结合课程有效教学的学习目标探析 创新顶岗实习的管理 三导师制 的探索与实践 4 运用 三为循环法 提高技校班主任班级管理能力的研究 9 各 级 领 导 及 世 界 技 能 组 织 主 席 西 蒙 巴 特 利 参 观 深 圳 技 师 学 院 高 技 能 人 才 培 养 模 式 和 课

More information

简 介 本 白 皮 书 高 度 概 述 了 支 持 移 动 互 联 网 设 备 (Mobile Internet Device) 的 Intel C++ Software Development Tool Suite for Linux* OS, 目 标 读 者 主 要 是 技 术 决 策 制 订

简 介 本 白 皮 书 高 度 概 述 了 支 持 移 动 互 联 网 设 备 (Mobile Internet Device) 的 Intel C++ Software Development Tool Suite for Linux* OS, 目 标 读 者 主 要 是 技 术 决 策 制 订 白 皮 书 Robert Müller-Albrecht 开 发 人 员 产 品 部 门 支 持 移 动 互 联 网 设 备 的 Intel C++ Software Development Tool Suite for Linux* OS 文 档 编 号 :319332-001US 简 介 本 白 皮 书 高 度 概 述 了 支 持 移 动 互 联 网 设 备 (Mobile Internet Device)

More information

Microsoft Word - 103-4 記錄附件

Microsoft Word - 103-4 記錄附件 國 立 虎 尾 技 大 103 年 度 第 4 次 教 務 會 議 記 錄 附 件 中 華 民 國 104 年 6 月 16 日 受 文 者 : 國 立 虎 尾 技 大 發 文 日 期 : 中 華 民 國 104 年 5 月 28 日 發 文 字 號 : 臺 教 技 ( 二 ) 字 第 1040058590 號 速 別 : 最 速 件 密 等 及 解 密 條 件 或 保 密 期 限 : 附 件 :

More information

基 于 SCORM 规 范 的 资 源 打 包 方 法 设 计 与 实 现 摘 要 共 享 式 教 材 组 件 参 考 模 型 (Sharable Course Object Reference Model, 简 称 SCORM), 已 成 为 目 前 国 际 上 公 认 的 e-learning

基 于 SCORM 规 范 的 资 源 打 包 方 法 设 计 与 实 现 摘 要 共 享 式 教 材 组 件 参 考 模 型 (Sharable Course Object Reference Model, 简 称 SCORM), 已 成 为 目 前 国 际 上 公 认 的 e-learning 中 国 科 学 技 术 大 学 硕 士 研 究 生 学 位 论 文 论 文 题 目 基 于 SCORM 规 范 的 资 源 打 包 方 法 设 计 与 实 现 作 者 姓 名 陈 丁 惠 工 程 领 域 软 件 工 程 学 号 SG02201035 校 内 导 师 企 业 导 师 单 位 名 称 郑 浩 然 叶 盛 元 计 算 机 科 学 与 技 术 系 完 成 时 间 二 〇 〇 五 年 十 月

More information

Microsoft Word - 11.doc

Microsoft Word - 11.doc 除 錯 技 巧 您 將 於 本 章 學 到 以 下 各 項 : 如 何 在 Visual C++ 2010 的 除 錯 工 具 控 制 下 執 行 程 式? 如 何 逐 步 地 執 行 程 式 的 敘 述? 如 何 監 看 或 改 變 程 式 中 的 變 數 值? 如 何 監 看 程 式 中 計 算 式 的 值? 何 謂 Call Stack? 何 謂 診 斷 器 (assertion)? 如 何

More information

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

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

More information

<4D6963726F736F667420576F7264202D20C9CFBAA3BFC6BCBCB4F3D1A7D0C5CFA2D1A7D4BA32303136C4EAC7EFBCBEC8EBD1A7B2A9CABFD7CAB8F1BFBCCAD4CAB5CAA9CFB8D4F22D30343036C8B7B6A8B8E5>

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

More information

Oracle Solaris Studio makefile C C++ Fortran IDE Solaris Linux C/C++/Fortran IDE "Project Properties" IDE makefile 1.

Oracle Solaris Studio makefile C C++ Fortran IDE Solaris Linux C/C++/Fortran IDE Project Properties IDE makefile 1. Oracle Solaris Studio 12.2 IDE 2010 9 2 8 9 10 11 13 20 26 28 30 32 33 Oracle Solaris Studio makefile C C++ Fortran IDE Solaris Linux C/C++/Fortran IDE "Project Properties" IDE makefile 1. "File" > "New

More information

English Language

English Language P.2 P.3 P.5 P.7 P.8 P.9 P.10 P.11 P.13 P.15 P.17 P.18 P.20 P.22 P.24 English Language I. Aims of the English Language curriculum at senior level to broaden and deepen the language competencies learners

More information

Microsoft Word - 06会计学(223-230).doc

Microsoft Word - 06会计学(223-230).doc 经 济 管 理 学 院 会 计 学 会 计 学 专 (120203K) 培 养 方 案 (The Cultivating Program for Undergraduate of Accounting) 一 专 简 介 及 特 色 专 简 介 : 会 计 是 以 货 币 为 主 要 计 量 单 位, 采 用 一 系 列 专 门 的 方 法 和 程 序, 对 经 济 交 易 或 事 项 进 行 连 续

More information

RAID RAID 0 RAID 1 RAID 5 RAID * ( -1)* ( /2)* No Yes Yes Yes A. B. BIOS SATA C. RAID BIOS RAID ( ) D. SATA RAID/AHCI ( ) SATA M.2 SSD ( )

RAID RAID 0 RAID 1 RAID 5 RAID * ( -1)* ( /2)* No Yes Yes Yes A. B. BIOS SATA C. RAID BIOS RAID ( ) D. SATA RAID/AHCI ( ) SATA M.2 SSD ( ) RAID RAID 0 RAID 1 RAID 5 RAID 10 2 2 3 4 * (-1)* (/2)* No Yes Yes Yes A. B. BIOS SATA C. RAID BIOS RAID ( ) D. SATA RAID/AHCI ( ) SATA M.2 SSD ( ) ( ) ( ) Windows USB 1 SATA A. SATASATAIntel SATA (SATA3

More information

Microsoft Word - 11月電子報1130.doc

Microsoft Word - 11月電子報1130.doc 發 行 人 : 楊 進 成 出 刊 日 期 2008 年 12 月 1 日, 第 38 期 第 1 頁 / 共 16 頁 封 面 圖 話 來 來 來, 來 葳 格 ; 玩 玩 玩, 玩 數 學 在 11 月 17 到 21 日 這 5 天 裡 每 天 一 個 題 目, 孩 子 們 依 據 不 同 年 段, 尋 找 屬 於 自 己 的 解 答, 這 些 數 學 題 目 和 校 園 情 境 緊 緊 結

More information

1.第二卷第二期p1

1.第二卷第二期p1 通 識 學 刊 : 理 念 與 實 務,3(1),1-42 1 圖 解 思 考 法 在 申 論 題 寫 作 上 的 運 用 : 以 蕭 颯 死 了 一 個 國 中 女 生 之 後 為 例 馬 琇 芬 ( 投 稿 日 期 :2014/11/11; 修 正 日 期 :2015/01/21; 接 受 日 期 :2015/01/26) 摘 要 申 論 是 一 種 培 養 學 生 思 考 能 力 的 寫 作

More information

北 京 大 学

北 京 大 学 北 京 大 学 硕 士 研 究 生 培 养 方 案 ( 信 息 工 程 学 院 报 表 修 订 版 本 ) 一 级 学 科 名 称 专 业 名 称 计 算 机 科 学 与 技 术 计 算 机 应 用 技 术 专 业 代 码 081203 北 京 大 学 研 究 生 院 制 表 填 表 日 期 :2012 年 06 月 16 日 一 学 科 ( 专 业 ) 主 要 研 究 方 向 序 研 究 方 向

More information

第 15 章 程 式 編 写 語 言 15.1 程 式 編 写 語 言 的 角 色 程 式 編 寫 語 言 是 程 式 編 寫 員 與 電 腦 溝 通 的 界 面 語 法 是 一 組 規 則 讓 程 式 編 寫 員 將 字 詞 集 合 起 來 電 腦 是 處 理 位 元 和 字 節 的 機 器, 與

第 15 章 程 式 編 写 語 言 15.1 程 式 編 写 語 言 的 角 色 程 式 編 寫 語 言 是 程 式 編 寫 員 與 電 腦 溝 通 的 界 面 語 法 是 一 組 規 則 讓 程 式 編 寫 員 將 字 詞 集 合 起 來 電 腦 是 處 理 位 元 和 字 節 的 機 器, 與 程 式 編 写 語 言 在 完 成 這 章 後, 你 將 能 夠 了 解 程 式 編 写 語 言 的 功 能 了 解 高 階 語 言 和 低 階 語 言 之 間 的 分 別 知 道 翻 譯 程 式 的 意 義 和 能 夠 把 翻 譯 程 式 分 類 為 : 匯 編 程 式 編 譯 程 式 和 解 譯 程 式 認 識 不 同 翻 譯 程 式 的 優 點 和 缺 點 程 式 是 指 揮 電 腦 的 指

More information

《医学英语》教学大纲

《医学英语》教学大纲 医 学 英 语 教 学 大 纲 课 程 名 称 : 医 学 英 语 Medical English 开 课 ( 二 级 ) 学 院 : 外 语 教 学 中 心 课 程 性 质 : 必 修 课 学 分 :4 分 学 时 :56 学 时 前 期 课 程 : 大 学 英 语 授 课 对 象 : 本 科 生 七 年 制 学 生 考 核 方 式 : 考 试 课 程 简 介 : 医 学 英 语 是 中 医 英

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

致 谢 本 论 文 能 得 以 完 成, 首 先 要 感 谢 我 的 导 师 胡 曙 中 教 授 正 是 他 的 悉 心 指 导 和 关 怀 下, 我 才 能 够 最 终 选 定 了 研 究 方 向, 确 定 了 论 文 题 目, 并 逐 步 深 化 了 对 研 究 课 题 的 认 识, 从 而 一

致 谢 本 论 文 能 得 以 完 成, 首 先 要 感 谢 我 的 导 师 胡 曙 中 教 授 正 是 他 的 悉 心 指 导 和 关 怀 下, 我 才 能 够 最 终 选 定 了 研 究 方 向, 确 定 了 论 文 题 目, 并 逐 步 深 化 了 对 研 究 课 题 的 认 识, 从 而 一 中 美 国 际 新 闻 的 叙 事 学 比 较 分 析 以 英 伊 水 兵 事 件 为 例 A Comparative Analysis on Narration of Sino-US International News Case Study:UK-Iran Marine Issue 姓 名 : 李 英 专 业 : 新 闻 学 学 号 : 05390 指 导 老 师 : 胡 曙 中 教 授 上 海

More information

Microsoft Word - 把时间当作朋友(2011第3版)3.0.b.06.doc

Microsoft Word - 把时间当作朋友(2011第3版)3.0.b.06.doc 2 5 8 11 0 13 1. 13 2. 15 3. 18 1 23 1. 23 2. 26 3. 28 2 36 1. 36 2. 39 3. 42 4. 44 5. 49 6. 51 3 57 1. 57 2. 60 3. 64 4. 66 5. 70 6. 75 7. 83 8. 85 9. 88 10. 98 11. 103 12. 108 13. 112 4 115 1. 115 2.

More information

9, : Java 19., [4 ]. 3 Apla2Java Apla PAR,Apla2Java Apla Java.,Apla,,, 1. 1 Apla Apla A[J ] Get elem (set A) A J A B Intersection(set A,set B) A B A B

9, : Java 19., [4 ]. 3 Apla2Java Apla PAR,Apla2Java Apla Java.,Apla,,, 1. 1 Apla Apla A[J ] Get elem (set A) A J A B Intersection(set A,set B) A B A B 25 9 2008 9 M ICROEL ECTRON ICS & COMPU TER Vol. 25 No. 9 September 2008 J ava 1,2, 1,2, 1,2 (1, 330022 ; 2, 330022) :,. Apla - Java,,.. : PAR ;Apla - Java ; ;CMP ; : TP311 : A : 1000-7180 (2008) 09-0018

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

A Preliminary Implementation of Linux Kernel Virus and Process Hiding

A Preliminary Implementation of Linux Kernel Virus and Process Hiding 邵 俊 儒 翁 健 吉 妍 年 月 日 学 号 学 号 学 号 摘 要 结 合 课 堂 知 识 我 们 设 计 了 一 个 内 核 病 毒 该 病 毒 同 时 具 有 木 马 的 自 动 性 的 隐 蔽 性 和 蠕 虫 的 感 染 能 力 该 病 毒 获 得 权 限 后 会 自 动 将 自 身 加 入 内 核 模 块 中 劫 持 的 系 统 调 用 并 通 过 简 单 的 方 法 实 现 自 身 的

More information

TWGHs S

TWGHs S TWGHs S C Gaw Memorial College 東 華 三 院 吳 祥 川 紀 念 中 學 Subject Selection S3 to S4 (2013 年 2 月 版 ) 中 三 升 中 四 選 科 手 冊 新 高 中 課 程 東 華 三 院 吳 祥 川 紀 念 中 學 升 學 及 擇 業 輔 導 處 P. 1 目 錄 選 科 導 言 P.3 升 學 路 徑 P.3 如 何 選

More information

國 立 屏 東 教 育 大 學 中 國 語 文 學 系 碩 士 班 碩 士 論 文 國 小 國 語 教 科 書 修 辭 格 分 析 以 南 一 版 為 例 指 導 教 授 : 柯 明 傑 博 士 研 究 生 : 鄺 綺 暖 撰 中 華 民 國 一 百 零 二 年 七 月 謝 辭 寫 作 論 文 的 日 子 終 於 畫 下 了 句 點, 三 年 前 懷 著 對 文 學 的 熱 愛, 報 考 了 中

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 Word - 01李惠玲ok.doc

Microsoft Word - 01李惠玲ok.doc 康 寧 學 報 11:1-20(2009) 1 數 位 學 習 於 護 理 技 術 課 程 之 運 用 與 評 值 * 李 惠 玲 ** 高 清 華 *** 呂 莉 婷 摘 要 背 景 : 網 路 科 技 在 教 育 的 使 用 已 成 為 一 種 有 利 的 教 學 輔 助 工 具 網 路 教 學 的 特 性, 在 使 學 習 可 不 分 時 間 與 空 間 不 同 進 度 把 握 即 時 性 資

More information

<4D6963726F736F667420576F7264202D20B773B0AAA4A4BFEFACECC2B2A4B628B6B6A7C7AAA92920323031322D323031336E65772E646F63>

<4D6963726F736F667420576F7264202D20B773B0AAA4A4BFEFACECC2B2A4B628B6B6A7C7AAA92920323031322D323031336E65772E646F63> 選 科 程 序 5 月 24 日 - 新 高 中 選 科 講 座 5 月 30 日 或 之 前 - 交 模 擬 選 科 表 6 月 26 日 或 之 前 - 交 正 式 選 科 表 ( 需 家 長 簽 名 ) 學 校 依 學 生 1. 選 修 科 目 的 意 願 2. 配 對 科 目 的 成 績 3. 科 目 的 學 額 分 配 學 生 的 選 修 科 目 8 月 初 - 公 布 學 生 獲 編 配

More information

McGraw-Hill School Education Group Physics : Principles and Problems G S 24

McGraw-Hill School Education Group Physics : Principles and Problems G S 24 2017 4 357 GLOBAL EDUCATION Vol. 46 No4, 2017 * 1 / 400715 / 400715 / 400715 1 2010-2020 2 * mjzxzd1401 2012 AHA120008 1 23 3 4-7 8 9 McGraw-Hill School Education Group Physics : Principles and Problems

More information

13 A DSS B DSS C DSS D DSS A. B. C. CPU D. 15 A B Cache C Cache D L0 L1 L2 Cache 16 SMP A B. C D 17 A B. C D A B - C - D

13 A DSS B DSS C DSS D DSS A. B. C. CPU D. 15 A B Cache C Cache D L0 L1 L2 Cache 16 SMP A B. C D 17 A B. C D A B - C - D 2008 1 1 A. B. C. D. UML 2 3 2 A. B. C. D. 3 A. B. C. D. UML 4 5 4 A. B. C. D. 5 A. B. C. D. 6 6 A. DES B. RC-5 C. IDEA D. RSA 7 7 A. B. C. D. TCP/IP SSL(Security Socket Layer) 8 8 A. B. C. D. 9 9 A. SET

More information

[ 13 年 12 月 06 日, 下 午 6 点 24 分 ] Intel Hosts 新 加 入 的 同 学 们, 快 去 听 听 在 线 宣 讲 会 哦, 同 时 完 成 页 面 下 方 有 奖 调 查, 就 有 资 格 参 与 大 奖 抽 取 啦! [ 13 年 12 月 06 日, 下 午

[ 13 年 12 月 06 日, 下 午 6 点 24 分 ] Intel Hosts 新 加 入 的 同 学 们, 快 去 听 听 在 线 宣 讲 会 哦, 同 时 完 成 页 面 下 方 有 奖 调 查, 就 有 资 格 参 与 大 奖 抽 取 啦! [ 13 年 12 月 06 日, 下 午 China Career Fair: To Know a Different Intel Time Participants Chat Transcript [ 13 年 12 月 06 日, 下 午 6 点 00 分 ] Participant Hi [ 13 年 12 月 06 日, 下 午 6 点 00 分 ] Intel Hosts 大 家 好! [ 13 年 12 月 06 日, 下 午

More information

Microsoft PowerPoint - 06. Zhang Guohua.ppt [Compatibility Mode]

Microsoft PowerPoint - 06. Zhang Guohua.ppt [Compatibility Mode] 2015 年 中 欧 城 镇 化 伙 伴 关 系 论 坛 可 持 续 城 市 交 通 规 划 分 论 坛 Synergy of Transport, Industrial & Spatial Planning in the Age of New-type Urbanization 中 国 新 型 城 镇 化 与 交 通 产 业 空 间 协 同 规 划 Zhang Guohua Comprehensive

More information

附件1:

附件1: 附 件 1: 全 国 优 秀 教 育 硕 士 专 业 学 位 论 文 推 荐 表 单 位 名 称 : 西 南 大 学 论 文 题 目 填 表 日 期 :2014 年 4 月 30 日 数 学 小 组 合 作 学 习 的 课 堂 管 理 攻 硕 期 间 及 获 得 硕 士 学 位 后 一 年 内 获 得 与 硕 士 学 位 论 文 有 关 的 成 果 作 者 姓 名 论 文 答 辩 日 期 学 科 专

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

Microsoft PowerPoint - Performance Analysis of Video Streaming over LTE using.pptx

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

More information

101 101 3 7 1-1-1 100 2 34 1 2 34 3 97 1 3 97 5 211 3 80 1 21 3 9 312 3 112 1 12 1 31 3 5 155 1 19 3 162 1 4 181 1 29 1 1 29 10 24 808 1 2 1-2-1 () 1. 2. 1. 1. 2. 1. 2. 3. 1. 98 2. 99 1. 2. 1. 2.

More information

Oracle Oracle Solaris Studio IDE makefile C C++ Fortran makefile IDE Solaris Linux C/C++/Fortran Oracle IDE "P

Oracle Oracle Solaris Studio IDE makefile C C++ Fortran makefile IDE Solaris Linux C/C++/Fortran Oracle IDE P Oracle Solaris Studio 12.3 IDE 2011 12 E26461-01 2 7 8 9 9 Oracle 10 12 14 21 26 27 29 31 32 33 Oracle Solaris Studio IDE makefile C C++ Fortran makefile IDE Solaris Linux C/C++/Fortran Oracle IDE "Project

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

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

ebook

ebook 3 3 3.1 3.1.1 ( ) 90 3 1966 B e r n s t e i n P ( i ) R ( i ) W ( i P ( i P ( j ) 1) R( i) W( j)=φ 2) W( i) R( j)=φ 3) W( i) W( j)=φ 3.1.2 ( p r o c e s s ) 91 Wi n d o w s Process Control Bl o c k P C

More information

Chapter 2

Chapter 2 2 (Setup) ETAP PowerStation ETAP ETAP PowerStation PowerStation PowerPlot ODBC SQL Server Oracle SQL Server Oracle Windows SQL Server Oracle PowerStation PowerStation PowerStation PowerStation ETAP PowerStation

More information

Microsoft Word - 黃淑蓉碩士論文_0817

Microsoft Word - 黃淑蓉碩士論文_0817 樹 德 科 技 大 學 建 築 與 環 境 設 計 研 究 所 碩 士 論 文 異 質 空 間 觀 點 下 的 校 園 空 間 研 究 - 以 高 雄 市 中 正 高 工 為 例 Study on Campus Space from the Viewpoint of Heterotopia - A Case Study of Kaohsiung Municipal Jhong-Jheng Industrial

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

59 1 CSpace 2 CSpace CSpace URL CSpace 1 CSpace URL 2 Lucene 3 ID 4 ID Web 1. 2 CSpace LireSolr 3 LireSolr 3 Web LireSolr ID

59 1 CSpace 2 CSpace CSpace URL CSpace 1 CSpace URL 2 Lucene 3 ID 4 ID Web 1. 2 CSpace LireSolr 3 LireSolr 3 Web LireSolr ID 58 2016. 14 * LireSolr LireSolr CEDD Ajax CSpace LireSolr CEDD Abstract In order to offer better image support services it is necessary to extend the image retrieval function of our institutional repository.

More information

并行程序设计基础

并行程序设计基础 1800 1800 学 计 发 软 调 术 计 术 应 软 务 2 1. 论 学 2. 实 验 学 3. 计 学 计 学 计 学 计 动 学 计 学 计 学 计 学 计 学 计 学 计 电 学 3 4 ( 级 计 ) CRAY, 银 I SMP( ) IBM p690 SUN MPP( 规 ) T3E 1000 HP ccnuma( 储 ) SGI Qrigin 统 联 腾 1800, IBM SP2

More information

2010-10-29 ( 1 : 3 1. 2. 2 1/2 3. : 4. http://334.edb.hkedcity.net/doc/chi/er_of_ugc_c_2 5. 0101007.pdf 6. 7. 8. 2 3 1. 2. 3. 4. 5. 2 1/ 2 * (* : : : http://334.edb.hkedcity.net/doc/chi/non- UGC_funded_level_%20requirement%20_Chi_bookl

More information

Windows 2000 Server for T100

Windows 2000 Server for T100 2 1 Windows 95/98 Windows 2000 3.5 Windows NT Server 4.0 2 Windows DOS 3.5 T200 2002 RAID RAID RAID 5.1 Windows 2000 Server T200 2002 Windows 2000 Server Windows 2000 Server Windows 2000 Server 3.5 for

More information

D C 93 2

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

More information

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

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

More information

Shanghai International Studies University THE STUDY AND PRACTICE OF SITUATIONAL LANGUAGE TEACHING OF ADVERB AT BEGINNING AND INTERMEDIATE LEVEL A Thes

Shanghai International Studies University THE STUDY AND PRACTICE OF SITUATIONAL LANGUAGE TEACHING OF ADVERB AT BEGINNING AND INTERMEDIATE LEVEL A Thes 上 海 外 国 语 大 学 硕 士 学 位 论 文 对 外 汉 语 初 中 级 副 词 情 境 教 学 研 究 与 实 践 院 系 : 国 际 文 化 交 流 学 院 学 科 专 业 : 汉 语 国 际 教 育 姓 名 : 顾 妍 指 导 教 师 : 缪 俊 2016 年 5 月 Shanghai International Studies University THE STUDY AND PRACTICE

More information

a a a 1. 4 Izumi et al Izumi & Bigelow b

a a a 1. 4 Izumi et al Izumi & Bigelow b 26 2012 2 * 10 6 1996 2002 2006 1996 2007 2004 2004 60 4 30 1998 2006 2006-2007 1. 1 * ' 2010 2011 254 2000 2005a 1999 3 2000 2004 2008 1. 2 2004 2005a 1. 3 1 2 3 4 5 4 2000 2004 2005a 1. 4 Izumi et al.

More information

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

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

More information

1 LINUX IDE Emacs gcc gdb Emacs + gcc + gdb IDE Emacs IDE C Emacs Emacs IDE ICE Integrated Computing Environment Emacs Unix Linux Emacs Emacs Emacs Un

1 LINUX IDE Emacs gcc gdb Emacs + gcc + gdb IDE Emacs IDE C Emacs Emacs IDE ICE Integrated Computing Environment Emacs Unix Linux Emacs Emacs Emacs Un Linux C July 27, 2016 Contents 1 Linux IDE 1 2 GCC 3 2.1 hello.c hello.exe........................... 5 2.2............................... 9 2.2.1 -Wall................................ 9 2.2.2 -E..................................

More information

資 訊 國 力 發 展 論 壇 2016 年 度 報 告 資 訊 軟 體 人 力 向 下 扎 根 與 培 育 指 導 單 位 : 教 育 部 行 政 院 科 技 會 報 主 辦 單 位 : 國 立 成 功 大 學 國 立 臺 灣 科 技 大 學 國 立 臺 灣 師 範 大 學 協 辦 單 位 : 電 腦 學 會 資 訊 學 會 執 行 單 位 : 教 育 部 資 通 訊 軟 體 創 新 人 才 推

More information

93碩簡章

93碩簡章 104 學 年 度 學 士 後 第 二 專 長 學 士 學 位 學 程 招 生 簡 章 配 合 產 業 用 人 需 求, 強 化 民 眾 職 場 就 業 能 力, 培 養 第 二 專 長, 本 校 辦 理 商 業 巨 量 資 料 管 理 工 程 法 律 實 務 數 位 音 樂 應 用 運 動 健 康 產 業 等 學 士 後 第 二 專 長 學 士 學 位 學 程, 歡 迎 已 取 得 學 士 以 上

More information

Microsoft Word - S.3 guide book 15-16

Microsoft Word - S.3 guide book 15-16 姓 名 : ( ) 班 別 : 目 錄 一 給 中 三 同 學 的 信 1 二 給 家 長 的 話 2 三 選 科 秘 笈 3 四 學 生 多 元 出 路 及 最 低 入 學 要 求 4 五 大 學 一 般 入 學 及 科 目 的 特 別 要 求 5-7 六 選 科 與 就 業 8 七 2014-15 年 度 中 三 新 高 中 學 制 選 科 活 動 一 覽 表 9 八 2014-15 年 度 中

More information

RunPC2_.doc

RunPC2_.doc PowerBuilder 8 (5) PowerBuilder Client/Server Jaguar Server Jaguar Server Connection Cache Thin Client Internet Connection Pooling EAServer Connection Cache Connection Cache Connection Cache Connection

More information

new Taiwanese children etc., it is imperative to build a new system of Primary Teachers training program, which is the 4 +0.5 +0.5 system. It is the t

new Taiwanese children etc., it is imperative to build a new system of Primary Teachers training program, which is the 4 +0.5 +0.5 system. It is the t Hong Kong Teachers Centre Journal 香 港 教 師 中 心 學 報, Vol. 11 The Hong Kong Teachers Centre 2012 臺 灣 國 小 師 資 培 育 學 士 化 重 構 提 案 研 究 Reconstructing Taiwan s primary teacher education in academic university

More information

第3章.doc

第3章.doc 3 3 3 3.1 3 IT Trend C++ Java SAP Advantech ERPCRM C++ C++ Synopsys C++ NEC C C++PHP C++Java C++Java VIA C++ 3COM C++ SPSS C++ Sybase C++LinuxUNIX Motorola C++ IBM C++Java Oracle Java HP C++ C++ Yahoo

More information

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

國立中山大學學位論文典藏 88 2 The Research of head-hunting Industry. 8741605 87 Wu Po-Hui Yeh, Kuang S. head-hunting executive search Transaction cost Agency theory 1 This study attempts to investigate and analyze the Executive

More information

Improving the Effectiveness of the Training of Civil Service by Applying Learning Science and Technology: The Case Study of the National Academy of Ci

Improving the Effectiveness of the Training of Civil Service by Applying Learning Science and Technology: The Case Study of the National Academy of Ci 善 用 學 習 科 技 提 升 公 務 人 員 培 訓 之 效 能 : 以 國 家 文 官 學 院 學 習 科 技 之 建 構 與 運 用 為 例 蔡 璧 煌 鍾 廣 翰 摘 要 公 務 人 員 的 素 質 代 表 一 國 國 力, 除 攸 關 國 家 施 政 外, 也 影 響 國 家 整 體 之 發 展, 因 此 如 何 善 用 學 習 科 技 協 助 公 務 人 員 培 訓 與 管 理, 未 來

More information

93年度分項計畫執行報告-子計畫八.doc

93年度分項計畫執行報告-子計畫八.doc 93 Celestron - 14 This is a four years project. In this project, we will add a solar telescope, a spectrograph, and a few small teaching telescopes to the existing facilities. We will also install a Celestron

More information

F4

F4 DOI:10.3969/j.issn.1009-6868.2016.01.002 网 络 出 版 地 址 :http://www.cnki.net/kcms/detail/34.1228.tn.20151117.1506.006.html Challenges and Countermeasures of Network Space Security 周 延 森 /ZHOU Yansen 周 琳 娜

More information

University of Science and Technology of China A dissertation for master s degree Research of e-learning style for public servants under the context of

University of Science and Technology of China A dissertation for master s degree Research of e-learning style for public servants under the context of 中 国 科 学 技 术 大 学 硕 士 学 位 论 文 新 媒 体 环 境 下 公 务 员 在 线 培 训 模 式 研 究 作 者 姓 名 : 学 科 专 业 : 导 师 姓 名 : 完 成 时 间 : 潘 琳 数 字 媒 体 周 荣 庭 教 授 二 一 二 年 五 月 University of Science and Technology of China A dissertation for

More information

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

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

More information

untitled

untitled Abstract Nowadays, more and more countries begin with the development of creative industries as a strategy to revive the economy. It not only strengthens the link between economic development and local

More information

BYOD IP+Optical (IP NGN) API 4. End-to-End (Service Aware) 5. IP NGN (IP Next Generation Network) ( ) Prime Carrier Management Access Edge Co

BYOD IP+Optical (IP NGN) API 4. End-to-End (Service Aware) 5. IP NGN (IP Next Generation Network) ( ) Prime Carrier Management Access Edge Co BYOD 228 2015 IT open source DIY ( ) Up/Down HP NNMi WhatsUp Gold Nagios HP SiteScope WhatsUp Gold HP NNMi WhatsUp Gold Cacti MRTG HP ispi Performance for Metrics WhatsUp Gold ( ) Open source Agent End-to-End

More information

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

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

More information

1 C++ 2 Bjarne Stroustrup C++ (system programming) 6 (infrastructure) C++ 7 Herb Sutter 8 C++ (efficiency) (flexibility) 9 (abstraction) (productivity

1 C++ 2 Bjarne Stroustrup C++ (system programming) 6 (infrastructure) C++ 7 Herb Sutter 8 C++ (efficiency) (flexibility) 9 (abstraction) (productivity 1 C++ 1 C++ Primer C++ (giantchen@gmail.com) 2012-7-11 Creative Commons - - 3.0 Unported (cc by-nc-nd) http://creativecommons.org/licenses/by-nc-nd/3.0/ 1 C++ 2009 Stanley Lippman C++ C++ Java/C#/Python

More information

1 SIGMA Lab Sydney IntelliGent MultimediA Laboratory Electrical and Information Engineering department EIE Ph.D. M.Phil. 1.QS (Associate Profess

1 SIGMA Lab Sydney IntelliGent MultimediA Laboratory Electrical and Information Engineering department EIE Ph.D. M.Phil. 1.QS (Associate Profess SIGMA Lab October 31, 2018 1 1. 2. 3. 4. Q&A (a) (b) SIGMA Lab (c) (d) 5. (a) (b) i. ii. funding iii. CSC (c) 6. 1 1 1 SIGMA Lab Sydney IntelliGent MultimediA Laboratory Electrical and Information Engineering

More information

ICD ICD ICD ICD ICD

ICD ICD ICD ICD ICD MPLAB ICD2 MPLAB ICD2 PIC MPLAB-IDE V6.0 ICD2 usb PC RS232 MPLAB IDE PC PC 2.0 5.5V LED EEDATA MPLAB ICD2 Microchip MPLAB-IDE v6.0 Windows 95/98 Windows NT Windows 2000 www.elc-mcu.com 1 ICD2...4 1.1 ICD2...4

More information

循 環 的 過 程 ( 1 : 3 1. 2 2. 1/2 3. : 4. http://334.edb.hkedcity.net/doc/chi/er_of_ugc_c_2 5. 0101007.pdf 6. 7. 8. 2 3 1. 2. 3. 4. 5. 2 1/ 2 * (* : : : http://334.edb.hkedcity.net/doc/chi/non- UGC_funded_level_%20requirement%20_Chi_bookl

More information

<4D6963726F736F667420506F776572506F696E74202D20C8EDBCFEBCDCB9B9CAA6D1D0D0DEBDB2D7F92E707074>

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

More information

Microsoft Word - 专论综述1.doc

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

More information

E I

E I Research on Using Art-play to Construct Elementary School Students' Visual Art Aesthetic Sensibility ~Case of Da-Yuan Elementary School E I E II Abstract Research on Using Art-play to Construct Elementary

More information

MIT 4 MIT 2014 / MIT 30% MIT 2 MIT 20% Investor's Business Daily MIT MIT 3 CNKI

MIT 4 MIT 2014 / MIT 30% MIT 2 MIT 20% Investor's Business Daily MIT MIT 3 CNKI * Massachusetts Institute of Technology MIT 2015 2016 QS Quacquarelli Symonds MIT economics & econometrics 2013 2014 1 MIT 100 MIT Francis Amasa Walker 1950 MIT Rupert MacLaurin * 63 2017 1 5 MIT 4 MIT

More information

,

, 10200 1281299429 G43 2002 5 , Abstract Faced with informationized characteristic of 21 tth Century, our school education has to face how to train students to be more creative and productive. Since the

More information

高 职 计 算 机 类 优 秀 教 材 书 目 * 序 号 书 号 (ISBN) 书 名 作 者 定 价 出 版 / 印 刷 日 期 ** 配 套 资 源 页 码 计 算 机 基 础 课 1 978-7-111-30658-0 计 算 机 应 用 基 础 刘 升 贵 29.00 2012 年 8 月

高 职 计 算 机 类 优 秀 教 材 书 目 * 序 号 书 号 (ISBN) 书 名 作 者 定 价 出 版 / 印 刷 日 期 ** 配 套 资 源 页 码 计 算 机 基 础 课 1 978-7-111-30658-0 计 算 机 应 用 基 础 刘 升 贵 29.00 2012 年 8 月 高 职 计 算 机 类 优 秀 教 材 书 目 * 序 号 书 号 (ISBN) 书 名 作 者 定 价 出 版 / 印 刷 日 期 ** 配 套 资 源 页 码 计 算 机 基 础 课 1 978-7-111-30658-0 计 算 机 应 用 基 础 刘 升 贵 29.00 2012 年 8 月 电 子 教 案 P1 2 978-7-111-27081-2 计 算 机 应 用 基 础 ( 第 2

More information

系統功能語言的理論及其在國小國語讀寫教學的應用

系統功能語言的理論及其在國小國語讀寫教學的應用 2013 年 南 臺 灣 教 育 學 術 研 討 會 系 統 功 能 語 言 的 理 論 及 其 在 國 國 語 讀 寫 教 學 的 應 用 - 以 三 年 級 為 例 研 究 者 : 台 南 市 太 康 國 吳 新 欽 台 南 市 太 康 國 陳 意 佳 台 南 市 太 康 國 林 佳 春 發 表 日 期 :102 年 7 月 19 日 1 系 統 功 能 語 言 的 理 論 及 其 在 國 國

More information

SCCS 课程介绍

SCCS 课程介绍 东 南 康 州 中 文 学 校 课 程 介 绍 2013-2014 ( 未 定 稿 ) 东 南 康 州 中 文 学 校 将 随 时 修 订 和 补 充 本 课 程 介 绍 的 内 容 1 基 本 原 则 和 教 学 目 标 先 快 后 慢 和 500+3 基 于 学 生 年 龄, 语 言 学 习 的 规 律 以 及 美 国 学 校 课 业 负 担 随 年 级 上 升 而 由 轻 到 重 的 特 点,

More information

Symantec™ Sygate Enterprise Protection 防护代理安装使用指南

Symantec™ Sygate Enterprise Protection 防护代理安装使用指南 Symantec Sygate Enterprise Protection 防 护 代 理 安 装 使 用 指 南 5.1 版 版 权 信 息 Copyright 2005 Symantec Corporation. 2005 年 Symantec Corporation 版 权 所 有 All rights reserved. 保 留 所 有 权 利 Symantec Symantec 徽 标 Sygate

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

CH01.indd

CH01.indd 3D ios Android Windows 10 App Apple icloud Google Wi-Fi 4G 1 ( 3D ) 2 3 4 5 CPU / / 2 6 App UNIX OS X Windows Linux (ios Android Windows 8/8.1/10 BlackBerry OS) 7 ( ZigBee UWB) (IEEE 802.11/a/b/g/n/ad/ac

More information