Python. A Comprehensive Programming Language. 胡崇偉 Open Source Software Foundry

Size: px
Start display at page:

Download "Python. A Comprehensive Programming Language. 胡崇偉 Open Source Software Foundry"

Transcription

1 Python A Comprehensive Programming Language 胡崇偉 marr@citi.sinica.edu.tw Open Source Software Foundry

2 自由軟體鑄造場 營運網站以提供自由軟體專案進駐開發 提供系統技術與工具以協助軟體開發 研究開放源碼軟體授權條款與法律政策議題並提供諮詢 媒合促成以自由軟體為基礎的本地成功案例 報導國內外產業及社群新聞 進行人才培育及國際交流活動

3 Service and Resource 專案管理

4 Service and Resource 共同筆記 檔案下載 版本管理 專案管理 通信論壇 待辦事項 統計資訊

5 Service and Resource 資源目錄 授權條款精靈 研究報告教學文件 檔案下載 通信論壇 共同筆記 專案管理 統計資訊 版本管理 待辦事項 人才資料 電子報 推廣光碟

6 Python?

7 Python is a Dynamic Object-Oriented Programming Language

8 Run-Time Typing Python's run time must work harder than Java's. a + b =? inspect the objects a and b to find out their type, which is not known at compile time Hello + world (1, 2, 3) + (4, 5, 6)

9 Interactive with Interpreter Edit Debug Compile Wait Deploy Print Read Eval Read-Eval-Print Loop

10 >>> 是提示符號

11 Built-in DataTypes Number String List Tuple Dictionary 7, 11.0 Hello World [7, 11, store ] (7, 11, shop ) elements elements { name : marr, home : taipei }

12 MIT to Try Python in CS Courses

13 Other Features Cross Platform and Porting Excellent Modules Small Efficient Popular

14 Nokia PyS60

15 Indexing and Slicing [ ] I L o v e P y t h o n mystring = I Love Python mystring[0] == I mystring[-1] == n mystring[7:-2] == Pyth

16 Code Indenting No explicit begin or end No curly braces if age > 18: print You are old enough. else: print You are too young.

17 Function Example def myfunc(score): document strings import math math.sqrt(score) * 10

18 File Handling fileobj = open( myfile, r ) lines = fileobj.readlines() for line in lines: print line

19 Socket Creation import socket s = socket.socket( socket.af_inet, socket.sock_stream) s.connect( (" 80))

20 Python Package Index

21 RestructuredText Support Formats: HTML,XML,S5,LaTeX rst2html < myrst.txt > myrst.html

22 Version Control Mercurial

23 GUI Library and Toolkit

24 Wingware IDE

25 PyGame

26 PyGame

27 Blender

28 Elephants Dream

29 SQLAlchemy

30 Web Frameworks

31 Python Hosting

32 Plone a CMS Built on Zope Written in Python

33 Blog (CoreBlog)

34 Portal (CIA, USA)

35 Portal (NASA, USA)

36 Network Management (ZenOSS)

37 Issue Tracker (Poi)

38 Download Installer

39 Windows Installer

40 Windows Installer

41 Windows Installer

42 Plone Controller

43 Filesystem Listing Python Zope Plone Packages/Products Software Home Instance Home

44 One Database, Many Instances HTTP Requests and Responses port 8080 port 8081 ZEO Client #1 ZEO Client #2 Instance #1 Instance #2 Data.fs

45 Front Page

46 Zope Management Interface (ZMI)

47 Site Setup

48 Guest View

49 Authenticated View

50 Tip for Trying Out - Different Browsers for Different Users/Roles One for Admin, Another for Regular User

51 Usecase #1 Create a New User

52

53 Views Available After Login Personal Bar Content Views

54 Usecase #2 Create New Contents (Page)

55 Default Content Types Page News Item Event Image File Link

56 Title to ID (Part of the URL)

57 Visual Editor

58 Content States

59 Default State and Workflow

60 Roles and Permissions View Add Edit Review Manager Reviewer Member Non-Login?

61 Core Security Mapping

62 Transaction and Undo

63 Usecase #3 Manage Portlets

64

65

66

67

68 Usecase #4 Enable OpenID Support

69

70 Usecase #5 Change Theme (to NuPlone)

71 Free Themes

72 Better and Super Plone?

73 Want More? Join the Community and Develop!

74 Starting Points

75 SQL Database Connection Z SQL Method Z SQL Method Z SQL Method Z SQL Method Z SQL Method Z SQL Method MySQL Database Connection PgSQL Database Connection ODBC Database Connection

76 Database Components HTML WYSWYG Editor DTML Page Template Search Interface Script Plone Site Development and Management Z SQL Method Zope Database Connection Gadfly MySQLDA MySQL PsycopgDA PostgreSQL ODBCDA MSSQL Database Adapter

77 Designer Friendly Templates Work with WYSIWYG editors Zope Page Template (ZPT) Template Attribute Language (TAL) Macro Expansion Tag Attribute Language (METAL) XML Namespace TAL statement name body Attribute Name Attribute Value Element Content <title tal:content="here/title">page Title</title>

78 Theme Designers? AJAX / jquery Support KSS = Kinetic Style Sheets Deliverance Must Read Plone 3 Theming

79 Repeatable Development editing buildout.cfg running with bin/buildout installed as product/ package downloading *.egg *.tar.gz checking into Python Package Index

80 Build Your Own Project cd c:\ C:\plone\python\Scripts\paster create plone3_buildout MyBuildout cd MyBuildout vim buildout.cfg bin\buildout.exe

81 buildout.cfg Sample [buildout] http-address = 8080 eggs = Plone my.package zcml = my.package debug-mode = on

82 Summary A Comprehensive CMS? 通用型的內容管理系統 The Web CMS Report Ideaware Report

83 Technology Standards Development Access Control Templating Page Rendering Usability Internationalization Content Delivery Services Personalization Site Search Scaling & Performance Multichannel & Syndication Content Retention User-Generated Content Micro-Applications Site Analytics Web CMS 2007 Content Production Services Authoring & Transformation Aggregation Repository Services Metadata/Taxonomy Management Globalization Promotion Path System Reporting Vendor Intangibles Maintenance & Support Integration & Tech Partnerships Active User Groups Services & Channel Product QA Strategy & Roadmap Good Value

84 Active Community

85 Multilingual Support

86 Open Source Projects OpenPlans ArgoUML SchoolTool

87 Alternative Theming - Deliverance

88 Developer Baby Steps Python Script + External Method

89 Plone Hosting

90 Thank You! Question? to

香港中文大學學生會計算機科學系會 圖書清單

香港中文大學學生會計算機科學系會 圖書清單 香港中文大學學生會計算機科學系會 圖書清單 100 Theory 120 CGI 140 Visual Basic 160 Other Programming Book 101 Program budgeting and benefit-cost analysis 102 Introduction to Algorithms 103 Introduction to Algorithms 104 Data

More information

Oxford isolution. 下載及安裝指南 Download and Installation Guide

Oxford isolution. 下載及安裝指南 Download and Installation Guide Oxford isolution 下載及安裝指南 Download and Installation Guide 系統要求 個人電腦 Microsoft Windows 10 (Mobile 除外 ) Microsoft Windows 8 (RT 除外 ) 或 Microsoft Windows 7 (SP1 或更新版本 ) ( 網上下載 : http://eresources.oupchina.com.hk/oxfordisolution/download/index.html)

More information

港專單一登入系統 (SSO) 讓本校的同學, 全日制及兼職老師只要一個登入帳戶, 便可同時使用由本校提供的網上系統及服務, 包括 Blackboard 網上學習平台, 港專電郵服務, 圖書館電子資料庫及其他教學行政系統.

港專單一登入系統 (SSO) 讓本校的同學, 全日制及兼職老師只要一個登入帳戶, 便可同時使用由本校提供的網上系統及服務, 包括 Blackboard 網上學習平台, 港專電郵服務, 圖書館電子資料庫及其他教學行政系統. 港專單一登入系統 (SSO) 讓本校的同學, 全日制及兼職老師只要一個登入帳戶, 便可同時使用由本校提供的網上系統及服務, 包括 Blackboard 網上學習平台, 港專電郵服務, 圖書館電子資料庫及其他教學行政系統. 港專單一登入網站網址 http://portal.hkct.edu.hk (HKCT 之教職員, 學生 ) http://portal.ctihe.edu.hk (CTIHE 之教職員,

More information

System-on-Chip (SOC) 晶 系統組

System-on-Chip (SOC) 晶 系統組 專題 學程說明會 System-on-Chip (SOC) 晶 系統組 葉經緯 王進賢 朱元三 蔡宗亨 崇勛 林柏宏 What s hot in your life? More Deeply! Information Navigation Social Activity Translation Face Recognition - Searching SoC Applications Consumer

More information

The transformation relationship between defense enterprise architecture and C4ISR system architecture

The transformation relationship between defense enterprise architecture and C4ISR system architecture The transformation relationship between defense enterprise architecture and C4ISR system architecture Dr. Meng-chyi Harn 報告人 : 韓孟麒博士德明財經科技大學資訊科技系 C4ISR 研究中心 Introducing Takming Outline Introduction Fundamental

More information

Software Architecture Case Study: Applying Layer in SyncFree

Software Architecture Case Study: Applying Layer in SyncFree Software Architecture Case Study: Applying Layer in SyncFree Chien-Tsun Chen Department of Computer Science and Information Engineering National Taipei University of Technology, Taipei 06, Taiwan ctchen@ctchen.idv.tw

More information

Here is the Taipei Tech Library Homepage: (Please continue to the next page.)

Here is the Taipei Tech Library Homepage:   (Please continue to the next page.) Here is the Taipei Tech Library Homepage: http://lib.ntut.edu.tw. (Please continue to the next page.) 1 There are two ways to access library databases from this website. If you know the database you want,

More information

EdConnect and EdDATA

EdConnect and EdDATA www.hkedcity.net Tryout Programme of Standardised Data Format for e-textbook and e-learning Platform EdConnect and EdDATA 5 December 2018 Agenda Introduction and background Try-out Programme Q&A 電子課本統一數據格式

More information

微軟新一代私有雲服務. 利用 Windows Azure Pack 協助企業建構現代化的 IT 服務架構, 提升競爭力降低維運成本. Jason Chou Architect. Nov 7, 2013

微軟新一代私有雲服務. 利用 Windows Azure Pack 協助企業建構現代化的 IT 服務架構, 提升競爭力降低維運成本. Jason Chou Architect. Nov 7, 2013 微軟新一代私有雲服務 利用 Windows Azure Pack 協助企業建構現代化的 IT 服務架構, 提升競爭力降低維運成本 Jason Chou Architect Nov 7, 2013 Agenda Cloud OS Vision Windows Server 2012 R2 New Features Windows Azure Pack Overview Success Case High-performance

More information

微處理機系統 吳俊興高雄大學資訊工程學系. February 21, What are microprocessors (µp)? What are the topics of this course? Why to take this course?

微處理機系統 吳俊興高雄大學資訊工程學系. February 21, What are microprocessors (µp)? What are the topics of this course? Why to take this course? 微處理機系統 吳俊興高雄大學資訊工程學系 February 21, 2005 processor, central processing unit (CPU) A silicon chip which forms the core of a microcomputer The heart of the microprocessor-based computer system Concept of what

More information

Opportunities and Challenges in DSRCbased Collaborative Safety Applications 財團法人資訊工業策進會新興智慧技術研究所 (ESTI) 周志勳. ESTI 研發主軸 - 多元車載服務

Opportunities and Challenges in DSRCbased Collaborative Safety Applications 財團法人資訊工業策進會新興智慧技術研究所 (ESTI) 周志勳. ESTI 研發主軸 - 多元車載服務 Opportunities and Challenges in DSRCbased Collaborative Safety Applications ( 協同式行車安全應用的機會與挑戰 ) 財團法人資訊工業策進會新興智慧技術研究所 (ESTI) 周志勳 chchou@iii.org.tw 1 ESTI 研發主軸 - 多元車載服務 即時動態導航交通路況預測先進收費系統多模導航系統需求處理車輛追蹤 警示與管理整合式商用車車隊管理

More information

Taiwan IPv6 Testing Services

Taiwan IPv6 Testing Services Taiwan IPv6 Testing Services http://interop.ipv6.org.tw http://interop6.ipv6.org.tw (v6 only) 1 Jan. 26, 2005 (CHTTL, Taiwan) st@cht.com.tw NICI IPv6 Steering Committee Standard & Testing Division NICI

More information

EZCast Wire User s Manual

EZCast Wire User s Manual EZCast Wire User s Manual Rev. 2.01 Introduction Thanks for choosing EZCast! The EZCast Wire contains the cutting-edge EZCast technology, and firmware upgrade will be provided accordingly in order to compatible

More information

全面強化電路設計與模擬驗證. Addi Lin / Graser 2 / Sep / 2016

全面強化電路設計與模擬驗證. Addi Lin / Graser 2 / Sep / 2016 全面強化電路設計與模擬驗證 Addi Lin / Graser 2 / Sep / 2016 Agenda OrCAD Design Solution OrCAD Capture 功能應用 OrCAD Capture CIS 介紹 OrCAD PSpice 模擬與驗證 OrCAD Design Solution Powerful and Widely Used Design Solution Front-to-Back

More information

Version Control with Subversion

Version Control with Subversion Version Control with Subversion 指導教授郭忠義 邱茂森 95598051 1 Table of contents (1) Basic concepts of subversion (1)What is Subversion (2)Version Control System (3)Branching and tagging (4) Repository and Working

More information

Operating Systems 作業系統

Operating Systems 作業系統 Chapter 7 Operating Systems 作業系統 7.1 Source: Foundations of Computer Science Cengage Learning Objectives 學習目標 After studying this chapter, students should be able to: 7.2 Understand the role of the operating

More information

基於智慧型代理人的自動化商業協同合作 AUTOMATIC ELECTRONIC BUSINESS COLLABORATION BASED ON INTELLIGENT AGENT TECHNOLOGY

基於智慧型代理人的自動化商業協同合作 AUTOMATIC ELECTRONIC BUSINESS COLLABORATION BASED ON INTELLIGENT AGENT TECHNOLOGY 基於智慧型代理人的自動化商業協同合作 AUTOMATIC ELECTRONIC BUSINESS COLLABORATION BASED ON INTELLIGENT AGENT TECHNOLOGY 研究生 : 呂賴誠 (Lai-Chen Lu) 指導教授 : 葉慶隆 (Prof. Ching-Long Yeh) 大同大學 資訊工程研究所 博士論文 Ph.D. Dissertation Department

More information

EZCast Docking Station

EZCast Docking Station EZCast Docking Station Quick Start Guide Rev. 2.00 Introduction Thanks for choosing EZCast! The EZCast Docking Station contains the cutting-edge EZCast technology, and firmware upgrade will be provided

More information

EZCast Wire. User s Manual. Rev. 2.00

EZCast Wire. User s Manual. Rev. 2.00 EZCast Wire User s Manual Rev. 2.00 Introduction Thanks for choosing EZCast! The EZCast Wire contains the cutting-edge EZCast technology, and firmware upgrade will be provided accordingly in order to compatible

More information

Thomson Innovation Training

Thomson Innovation Training Thomson Innovation Training NTHU Renee Guan Customer Relationship Manager Tina Chao SOLUTION CONSULTANT April 30, 2015 THOMSON REUTERS TODAY LARGEST PROVIDER OF INTELLIGENT INFORMATION Thomson Reuters

More information

桌上電腦及筆記本電腦安裝 Acrobat Reader 應用程式

桌上電腦及筆記本電腦安裝 Acrobat Reader 應用程式 On a desktop or notebook computer Installing Acrobat Reader to read the course materials The Course Guide, study units and other course materials are provided in PDF format, but to read them you need a

More information

WriteAhead 遨遊雲端暨 行動學習應 用 研討會 雲端時代的資訊教育與語 言學習 介紹互動式寫作環境 張俊盛 清華 大學資訊 工程系及研究所 2015 年 4 月 21 日 ( 二 ) 上午 10:00 ~ 12:30 台北市 立 大同 高中 行政 大學 5 樓階梯教室

WriteAhead 遨遊雲端暨 行動學習應 用 研討會 雲端時代的資訊教育與語 言學習 介紹互動式寫作環境 張俊盛 清華 大學資訊 工程系及研究所 2015 年 4 月 21 日 ( 二 ) 上午 10:00 ~ 12:30 台北市 立 大同 高中 行政 大學 5 樓階梯教室 遨遊雲端暨 行動學習應 用 研討會 雲端時代的資訊教育與語 言學習 介紹互動式寫作環境 WriteAhead 張俊盛 清華 大學資訊 工程系及研究所 2015 年 4 月 21 日 ( 二 ) 上午 10:00 ~ 12:30 台北市 立 大同 高中 行政 大學 5 樓階梯教室 高中資訊教育 培養現代公 民的資訊素養 並不是如何使 用 生產 力軟體 也不只是寫程式 了解現在商業軟體並 非唯 一的選擇,

More information

PC Link Mode. Terminate PC Link? Esc. [GO]/[Esc] - - [GO]/[Esc] 轉接座未放滿. Make auto accord with socket mounted? [GO]/[Esc] Copy to SSD E0000

PC Link Mode. Terminate PC Link? Esc. [GO]/[Esc] - - [GO]/[Esc] 轉接座未放滿. Make auto accord with socket mounted? [GO]/[Esc] Copy to SSD E0000 Start SU-6808 EMMC Programmer V.0bd7 [ ]Link PC / [ ]Menu [ ] >.Select project.make new project.engineer mode.reset counter 5.Link to PC [ ] PC disconnected PC connected Select project SEM0G9C_A.prj Terminate

More information

網路安全與頻寬控制閘道器之實作與研究. Management Gateways

網路安全與頻寬控制閘道器之實作與研究. Management Gateways 行政院國家科學委員會補助專題研究計畫成果報告 網路安全與頻寬控制閘道器之實作與研究 Implementation and Research of Security and Bandwidth Management Gateways 計畫類別 : 個別型計畫 整合型計畫 計畫編號 :NSC 90-2213-E-009-161- 執行期間 : 2001 年 08 月 01 日至 2002 年 7 月 31

More information

CLAD 考前準備 與 LabVIEW 小技巧

CLAD 考前準備 與 LabVIEW 小技巧 CLAD 考前準備 與 LabVIEW 小技巧 NI 技術行銷工程師 柯璟銘 (Jimmy Ko) jimmy.ko@ni.com LabVIEW 認證 Certified LabVIEW Associate Developer (LabVIEW 基礎認證 ) Certified LabVIEW Associate Developer LabVIEW 全球認證 40 題 (37 題單選,3 題複選

More information

犇亞證券冬季投資論壇. December 1 st, 2016

犇亞證券冬季投資論壇. December 1 st, 2016 犇亞證券冬季投資論壇 December 1 st, 2016 專注工業物聯網與工業 4.0 Industrial IoT & Industrial 4.0 Company Profile 2 Internet of Everything The concept of the Internet of Everything originated at Cisco, who defines IoE as

More information

Frame Relay 訊框中繼 FRSW S0/0 S0/1

Frame Relay 訊框中繼 FRSW S0/0 S0/1 Frame Relay 訊框中繼 將路由器設定為訊框中繼交換器以進行 frame relay 實驗 : 首先練習設定兩個埠的 frame relay switch FRSW S0/0 S0/1 介面 S0/0 介面 S0/1 102 201 DLI 102 DLI 201 Router(config)# hostname FRSW FRSW(config)# frame-relay switching

More information

用於網頁版權保護的資訊隱藏方法. A Steganographic Method for Copyright Protection of Web Pages

用於網頁版權保護的資訊隱藏方法. A Steganographic Method for Copyright Protection of Web Pages 用於網頁版權保護的資訊隱藏方法 A Steganographic Method for Copyright Protection of Web Pages Ya-Hui Chang( 張雅惠 ) and Wen-Hsiang Tsai( 蔡文祥 ) Department of Computer & Information Science National Chiao Tung University

More information

使用 TensorFlow 設計矩陣乘法計算並轉移執行在 Android 上 建國科技大學資管系 饒瑞佶 2017/8

使用 TensorFlow 設計矩陣乘法計算並轉移執行在 Android 上 建國科技大學資管系 饒瑞佶 2017/8 使用 TensorFlow 設計矩陣乘法計算並轉移執行在 Android 上 建國科技大學資管系 饒瑞佶 2017/8 Python 設計 Model import tensorflow as tf from tensorflow.python.tools import freeze_graph from tensorflow.python.tools import optimize_for_inference_lib

More information

微軟商務用 Skype 雲端視訊會議及與所需頻寬介紹

微軟商務用 Skype 雲端視訊會議及與所需頻寬介紹 微軟商務用 Skype 雲端視訊會議及與所需頻寬介紹 傳統視訊會議 : 視訊會議解決方案 以硬體設備為主, 內建專屬視訊會議軟體, 要增加連線數量就必須加購昂貴的 MCU Server, 整套設備的價格多在數百萬之譜 軟體式視訊會議 : 在現有的基礎設備上, 強化整合通訊功能 (UC), 再結合視訊會議功能 (VC, Video Conference), 對於公司的網路系統或是通訊系統做更有效率的運用

More information

行政院國家科學委員會專題研究計畫成果報告

行政院國家科學委員會專題研究計畫成果報告 附件一 行政院國家科學委員會補助專題研究計畫 成果報告 期中進度報告 高效能固態硬碟管理方法暨存取策略 計畫類別 : 個別型計畫 整合型計畫計畫編號 :98-2221-E-009-157-MY3 執行期間 : 100 年 8 月 1 日至 101 年 7 月 30 日 執行機構及系所 : 國立交通大學資訊工程系 計畫主持人 : 張立平共同主持人 : 計畫參與人員 : 毛超遠, 黃鼎傑, 黃聖閔, 洪政猷

More information

Global Certification Corp.

Global Certification Corp. Report No.: E450201-01 GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC GCC Applicant Address

More information

一般來說, 安裝 Ubuntu 到 USB 上, 不外乎兩種方式 : 1) 將電腦上的硬碟排線先予以排除, 將 USB 隨身碟插入主機, 以一般光碟安裝方式, 將 Ubuntu 安裝到 USB

一般來說, 安裝 Ubuntu 到 USB 上, 不外乎兩種方式 : 1) 將電腦上的硬碟排線先予以排除, 將 USB 隨身碟插入主機, 以一般光碟安裝方式, 將 Ubuntu 安裝到 USB Ubuntu 是新一代的 Linux 作業系統, 最重要的是, 它完全免費, 不光是作業系統, 連用軟體都不必錢 為什麼要裝在 USB 隨身碟上? 因為, 你可以把所有的軟體帶著走, 不必在每一台電腦上重新來一次, 不必每一套軟體裝在每一台電腦上都要再一次合法授權 以下安裝方式寫的是安裝完整的 Ubuntu- 企業雲端版本 V. 11.10 的安裝過程, 若是要安裝 Desktop 版本, 由於牽涉到

More information

行政院國家科學委員會補助專題研究計畫成果報告

行政院國家科學委員會補助專題研究計畫成果報告 行政院國家科學委員會補助專題研究計畫成果報告 光彈調變式橢圓偏光儀 ( ㆒ ) 反射面之校正 計畫類別 :v 個別型計畫 整合型計畫 計畫編號 :NSC89-11-M-009-03 執行期間 :88 年 8 月 1 日至 89 年 7 月 31 日計畫主持 : 趙于飛 計畫參與 員 : 王夢偉交大光電所博士 本成果報告包括以 應繳交之附件 : 赴國外出差或研習心得報告㆒份 赴大陸 區出差或研習心得報告㆒份

More information

Shuttle Inc. 浩鑫股份有限公司

Shuttle Inc. 浩鑫股份有限公司 Shuttle Inc. 浩鑫股份有限公司 Investment Forum Speaker: Andy Huang 2017.09.01 Disclaimer This material has been prepared by Shuttle Inc. ( Shuttle ). Any opinions expressed in this material are subject to change

More information

ESW 聯盟 嵌入式系統與軟體工程. DMA2440 Camera Lab 課程 : 嵌入式系統與軟體工程 開發學校 : 台大電機系 王勝德教授

ESW 聯盟 嵌入式系統與軟體工程. DMA2440 Camera Lab 課程 : 嵌入式系統與軟體工程 開發學校 : 台大電機系 王勝德教授 DMA2440 Camera Lab 課程 : 嵌入式系統與軟體工程 開發學校 : 台大電機系 王勝德教授 Lab Objectives Objectives To learn frame buffer programming and basic Qt GUI To learn the interface to CMOS camera Design an image display and taking

More information

報告人 / 主持人 : 林寶樹 Colleges of Computer Science & ECE National Chiao Tung University

報告人 / 主持人 : 林寶樹 Colleges of Computer Science & ECE National Chiao Tung University 行動寬頻尖端技術跨校教學聯盟 - 行動寬頻網路與應用 MiIoT ( Mobile intelligent Internet of Things) 報告人 / 主持人 : 林寶樹 Colleges of Computer Science & ECE National Chiao Tung University Aug 14, 2015 課程簡介 課程綱要 實作平台評估 2 背景說明 目前雲端與行動寬頻緊密結合,

More information

// 範例 4-1: 連結資料庫 (connectdb.php) <?php mysql_connect("localhost", "student", "Asia2013"); mysql_select_db("student");?>

// 範例 4-1: 連結資料庫 (connectdb.php) <?php mysql_connect(localhost, student, Asia2013); mysql_select_db(student);?> // 範例 4-1: 連結資料庫 (connectdb.php) mysql_connect("localhost", "student", "Asia2013"); mysql_select_db("student"); // 範例 4-2: 以 PHP 建立資料表 (gbcreate.php) $aa=" create table gb ( gbprikey integer auto_increment

More information

UAK1-C01 USB Interface Data Encryption Lock USB 資料加密鎖. Specifications for Approval

UAK1-C01 USB Interface Data Encryption Lock USB 資料加密鎖. Specifications for Approval Product Definition C-MING Product Semi-finished Product OEM/ODM Product Component USB Interface Data Encryption Lock USB 資料加密鎖 Specifications for Approval Approval Manager Issued By Revision History Revision

More information

BTC, EMPREX Wireless Keybaord +Mouse + USB dongle. 6309URF III Quick Installation Guide

BTC, EMPREX Wireless Keybaord +Mouse + USB dongle. 6309URF III Quick Installation Guide BTC, EMPREX 6309URF III Quick Installation Guide Hardware Installation 1. Plug the dongle receiver connector into your available USB port on PC. 2. Make sure the batteries of the keyboard and mouse are

More information

Information is EVERYTHING 微軟企業混和雲解決方案. November 24, Spenser Lin. Cloud Infra Solution Sales, Microsoft Taiwan

Information is EVERYTHING 微軟企業混和雲解決方案. November 24, Spenser Lin. Cloud Infra Solution Sales, Microsoft Taiwan Information is EVERYTHING 微軟企業混和雲解決方案 November 24, 2016 Spenser Lin Cloud Infra Solution Sales, Microsoft Taiwan Value to business Applications and services drive future IT business value Efficiency Innovation

More information

描述性資料採礦 Descriptive Data Mining

描述性資料採礦 Descriptive Data Mining 描述性資料採礦 Descriptive Data Mining 李御璽 (Yue-Shi Lee) 銘傳大學資訊工程學系 leeys@mail.mcu.edu.tw Agenda Cluster Analysis ( 集群分析 ) 找出資料間的內部結構 Association Rules ( 關聯規則 ) 找出那些事件常常一起出現 Sequence Clustering ( 時序群集 ) Clustering

More information

購票流程說明 How To purchase The Ticket?

購票流程說明 How To purchase The Ticket? 購票流程說明 How To purchase The Ticket? 步驟 1: 點選 登入 Click 登入 Login (You have to login before purchasing.) 步驟 2: 若已是會員請填寫會員帳號 密碼, 點選 登入 若非會員請點選 註冊 If you are the member of PB+, Please login. If not, please register.

More information

無線寬頻的演進與數位匯流的大未來 台灣大哥大股份有限公司技術群阮得晉副總經理

無線寬頻的演進與數位匯流的大未來 台灣大哥大股份有限公司技術群阮得晉副總經理 無線寬頻的演進與數位匯流的大未來 台灣大哥大股份有限公司技術群阮得晉副總經理 Taiwan Mobile Co. Ltd 2 Global Mobile Broadband Market Example: AT&T AT&T 50x Mobile Data Traffic Increase in Past 3 Years (,000) 5,000 AT&T Mobile Data Traffic Growth,

More information

Network Programming Concepts

Network Programming Concepts Network Programming Concepts Bi-Ru Dai Perface What is network? What is Internet? What is World Wide Web? Where are the programs executed? Network Programming 2 1 What is Network? A group of two or more

More information

SSL VPN User Manual (SSL VPN 連線使用手冊 )

SSL VPN User Manual (SSL VPN 連線使用手冊 ) SSL VPN User Manual (SSL VPN 連線使用手冊 ) 目錄 前言 (Preface) 1. ACMICPC 2018 VPN 連線說明 -- Pulse Secure for Windows ( 中文版 ):... 2 2. ACMICPC 2018 VPN 連線說明 -- Pulse Secure for Linux ( 中文版 )... 7 3. ACMICPC 2018

More information

Personal Mobility Management for SIP-based VoIP Services

Personal Mobility Management for SIP-based VoIP Services Personal Mobility Management for SIP-based VoIP Services 王讚彬國立台中教育大學資訊科學學系 Email: tpwang@mail.ntcu.edu.tw http://www.ntcu.edu.tw/tpwang 1 Prepare Yourslef (1) 微軟認為好的人才必須具備三個條件 數學好 程式寫的好 態度好 Google 希望網羅的人才

More information

落實混合雲 : 協助並加速企業快速轉型 EMC 台灣專業服務協理陳士駿

落實混合雲 : 協助並加速企業快速轉型 EMC 台灣專業服務協理陳士駿 落實混合雲 : 協助並加速企業快速轉型 EMC 台灣專業服務協理陳士駿 Copyright 2016 EMC Corporation. All rights reserved. 1 Last 15 years IT-centric Systems of record Traditional applications Transactional data and reporting Internet

More information

允許學生個人 非營利性的圖書館或公立學校合理使用本基金會網站所提供之各項試題及其解答 可直接下載而不須申請. 重版 系統地複製或大量重製這些資料的任何部分, 必須獲得財團法人臺北市九章數學教育基金會的授權許可 申請此項授權請電郵

允許學生個人 非營利性的圖書館或公立學校合理使用本基金會網站所提供之各項試題及其解答 可直接下載而不須申請. 重版 系統地複製或大量重製這些資料的任何部分, 必須獲得財團法人臺北市九章數學教育基金會的授權許可 申請此項授權請電郵 注意 : 允許學生個人 非營利性的圖書館或公立學校合理使用本基金會網站所提供之各項試題及其解答 可直接下載而不須申請 重版 系統地複製或大量重製這些資料的任何部分, 必須獲得財團法人臺北市九章數學教育基金會的授權許可 申請此項授權請電郵 ccmp@seed.net.tw Notice: Individual students, nonprofit libraries, or schools are

More information

物聯網發展趨勢 黃能富教授國立清華大學特聘教授網路通訊國家型科技計畫 (NCP) 通訊軟體與平臺組召集人. IPv6 建置計畫應用分項召集人 March 28, 2012 網際網路趨勢研討會

物聯網發展趨勢 黃能富教授國立清華大學特聘教授網路通訊國家型科技計畫 (NCP) 通訊軟體與平臺組召集人. IPv6 建置計畫應用分項召集人   March 28, 2012 網際網路趨勢研討會 物聯網發展趨勢 黃能富教授國立清華大學特聘教授網路通訊國家型科技計畫 (NCP) 通訊軟體與平臺組召集人 IPv6 建置計畫應用分項召集人 E-mail: nfhuang@cs.nthu.edu.tw March 28, 2012 網際網路趨勢研討會 1 1 物聯網 : 下一個萬億產業? Forrester 預測, 到 2020 年, 物物互聯 的業務, 跟 人與人通信 的業務相比, 將達到 30:1.

More information

外薦交換生線上申請系統操作說明 Instruction on Exchange Student Online Application System. [ 中文版 ] [English Version]

外薦交換生線上申請系統操作說明 Instruction on Exchange Student Online Application System. [ 中文版 ] [English Version] 外薦交換生線上申請系統操作說明 Instruction on Exchange Student Online Application System [ 中文版 ] [English Version] 線上申請流程說明 申請系統網址 : http://schwebap.nccu.edu.tw/zeweb/exgstdapply/ 1. 建立新帳號 : 請輸入姓名 生日 email 做為未來登入系統用

More information

Figure 1 Microsoft Visio

Figure 1 Microsoft Visio Pattern-Oriented Software Design (Fall 2013) Homework #1 (Due: 09/25/2013) 1. Introduction Entity relation (ER) diagrams are graphical representations of data models of relation databases. In the Unified

More information

Ellis Wang

Ellis Wang Ellis Wang 0935783058 Ellis_wang@asus.com.tw Agendas 1. Eee PC Push Linux into Consumer Market Linux community helps Eee PC Eee PC helps Linux community 2. Eee PC Eee PC Eee PC 3. Eee is A+ Service 4.

More information

Java 程式設計基礎班 (7) 莊坤達台大電信所網路資料庫研究室. Java I/O. Class 7 1. Class 7 2

Java 程式設計基礎班 (7) 莊坤達台大電信所網路資料庫研究室. Java I/O.   Class 7 1. Class 7 2 Java 程式設計基礎班 (7) 莊坤達台大電信所網路資料庫研究室 Email: doug@arbor.ee.ntu.edu.tw Class 7 1 回顧 Java I/O Class 7 2 Java Data Structure 動態資料結構 Grow and shrink at execution time Several types Linked lists Stacks Queues Binary

More information

PowerBuilder 12. PowerBuilder is.net. 向質彬 Ben Sybase Taiwan 2010 / 08

PowerBuilder 12. PowerBuilder is.net. 向質彬 Ben Sybase Taiwan 2010 / 08 PowerBuilder 12 PowerBuilder is.net 向質彬 Ben Sybase Taiwan 2010 / 08 談談 PowerBuilder 的開發產能 Deborah Kurata's (MSMVP) Blog Post: Painting on the DataGridView http://msmvps.com/blogs/deborahk/archive/2009/08/13/painting-on-thedatagridview.aspx

More information

五 論文著述 : (A) 期刊論文 1. 請詳列個人最近五年內發表之學術性著作, 包括 : 期刊論文 專書及專書論文 研討會論文 技術報告及其他等, 並請依各類著作之重要性自行排列先後順序

五 論文著述 : (A) 期刊論文 1. 請詳列個人最近五年內發表之學術性著作, 包括 : 期刊論文 專書及專書論文 研討會論文 技術報告及其他等, 並請依各類著作之重要性自行排列先後順序 五 論文著述 : 1. 請詳列個人最近五年內發表之學術性著作, 包括 : 期刊論文 專書及專書論文 研討會論文 技術報告及其他等, 並請依各類著作之重要性自行排列先後順序 2. 各類著作請按發表時間先後順序填寫 各項著作請依作者姓名 ( 按原出版之次序 ) 出版年 月份 題目 期刊名稱( 專書出版社 ) 起迄頁數之順序填寫, 被接受刊登尚未正式出版者請附被接受函 3. 若期刊屬於 SCI EI SSCI

More information

Venue:Room 502, TWTC Nangang Exhibition Hall / 6 / 18(Tue.) 2013 / 6 / 19(Wed.)

Venue:Room 502, TWTC Nangang Exhibition Hall / 6 / 18(Tue.) 2013 / 6 / 19(Wed.) 2013 光學產業及新興應用產品研討會 The 7th International Conference in Optics Taiwan 2013 地點 : 台北世貿南港展覽館五樓 501 會議室 Venue:Room 501, TWTC Nangang Exhibition Hall 2013 國際生醫光電論壇 The 1st International Conference in Biophotonics

More information

Data Mining 資料探勘. 分群分析 (Cluster Analysis) 1002DM04 MI4 Thu. 9,10 (16:10-18:00) B513

Data Mining 資料探勘. 分群分析 (Cluster Analysis) 1002DM04 MI4 Thu. 9,10 (16:10-18:00) B513 Data Mining 資料探勘 分群分析 (Cluster Analysis) DM MI Thu. 9, (6:-8:) B5 Min-Yuh Day 戴敏育 Assistant Professor 專任助理教授 Dept. of Information Management, Tamkang University 淡江大學資訊管理學系 http://mail. tku.edu.tw/myday/

More information

游家德 Jade Freeman 群智信息 / 敦群數位資深架構顧問

游家德 Jade Freeman 群智信息 / 敦群數位資深架構顧問 游家德 Jade Freeman 群智信息 / 敦群數位資深架構顧問 搜尋對企業的需求方案關係 微軟全面性的搜尋方案及應用價值 Enterprise Search 的基本架構 Microsoft Search Solution 物件模型與客製開發 Microsoft Search Solution 應用與案例 Q&A 每人每天會花 10 分鐘在找企業所需文件, 且還可能找不到! 整合的資料大都雜亂無章,

More information

CIE GLA 協議合作發展報告. 5 June 2013

CIE GLA 協議合作發展報告. 5 June 2013 CIE GLA 協議合作發展報告 5 June 2013 Our members around the globe The Global Lighting Association is the lighting industry s largest network. We offer an effective forum to exchange information in a timely manner

More information

陳朝烈 (Chao-Lieh (Frederic) Chen)

陳朝烈 (Chao-Lieh (Frederic) Chen) 副教授 陳朝烈 (Chao-Lieh (Frederic) Chen) 學歷經歷研究領域辦公室電話 國立成功大學資訊工程博士國立高雄第一科技大學電子工程系副教授崑山科技大學電子系副教授助理教授多媒體網路矽智財與系統晶片 嵌入式系統 影像處理 機器智慧 計算理論 Office: E504-1 Lab: F222 Office: +886-7-6011000 ext 2517 Lab(Prefer):

More information

Business Networking Solution. Installation Guide. Auranet Wireless Controller AC500/AC50

Business Networking Solution. Installation Guide. Auranet Wireless Controller AC500/AC50 Business Networking Solution Installation Guide Auranet Wireless Controller AC500/AC50 About this Installation Guide This Installation Guide describes the hardware characteristics, installation methods

More information

Java 程式設計基礎班 (7) 劉根豪台大電機所網路資料庫研究室. Java I/O. Class 7 1. Class 7

Java 程式設計基礎班 (7) 劉根豪台大電機所網路資料庫研究室. Java I/O.   Class 7 1. Class 7 Java 程式設計基礎班 (7) 劉根豪台大電機所網路資料庫研究室 Email: kenliu@arbor.ee.ntu.edu.tw 1 回顧 Java I/O 2 1 Java Data Structure 動態資料結構 執行的時候可以動態變大或縮小 類型 Linked lists Stacks Queues Binary trees 3 自我參考類別 (self-referential classes)

More information

Chapter 7. Digital Arithmetic and Arithmetic Circuits. Signed/Unsigned Binary Numbers

Chapter 7. Digital Arithmetic and Arithmetic Circuits. Signed/Unsigned Binary Numbers Chapter 7 Digital Arithmetic and Arithmetic Circuits Signed/Unsigned Binary Numbers Signed Binary Number: A binary number of fixed length whose sign (+/ ) is represented by one bit (usually MSB) and its

More information

Concepts of Image & Video Coding

Concepts of Image & Video Coding Concepts of Image & Video Coding Applications of Digital Video Multimedia Digital TV, HDTV VCD (Video CD), DVD (Digital Versatile/Video Disc), Digital camcoder, Digital VCR,... Video on demand Videophone

More information

現代化資料中心必備資料隨處保護機制 首席技術顧問藍基能 GLOBAL SPONSORS

現代化資料中心必備資料隨處保護機制 首席技術顧問藍基能 GLOBAL SPONSORS 現代化資料中心必備資料隨處保護機制 首席技術顧問藍基能 GLOBAL SPONSORS 1 I/T 的二個世界 這是一個最好的年代 ; 也是最壞的年代 Traditional Apps IT On Premise Next Gen Apps Developers Cloud You Need Both for Trust and Agility 2 EMC 現代化資料中心的策略 PROTECTION

More information

微控设计网 微控技术论坛 基于模拟前端信号处理与控制技术的专业论坛 网站.

微控设计网  微控技术论坛  基于模拟前端信号处理与控制技术的专业论坛 网站. 微控设计网 http://www.microcontrol.cn 微控技术论坛 http://bbs.microcontrol.cn 主题 : 基于模拟前端信号处理与控制技术的专业论坛, 网站. 基于模拟前端信号处理与控制技术的专业论坛 网站. 無線感測網路與 Zigbee 解決方案 達盛電子 UniBand Electronics Corp. (UBEC) www.ubec.com.tw 翟駿逸

More information

Registering ( 註冊新帳號 )

Registering ( 註冊新帳號 ) 證券市場發展季刊線上審稿系統註冊流程指南 Registering ( 註冊新帳號 ) Unregistered visitors to a journal can normally register as a Reader, Author, and/or Reviewer. Journal Managers are able to remove the ability for visitors to

More information

打造新世代企業資料中心 Windows Server 2016 重裝登場. 馮立偉 Hybrid Cloud Lead Microsoft Taiwan

打造新世代企業資料中心 Windows Server 2016 重裝登場. 馮立偉 Hybrid Cloud Lead Microsoft Taiwan 打造新世代企業資料中心 Windows Server 2016 重裝登場 馮立偉 Hybrid Cloud Lead Microsoft Taiwan www.20yearsofwindowsserver.com Windows Server 2016 現今攻擊時程 第一個主機被滲透 網域管理者帳號被破解 攻擊者被發現 24 48 小時 超過 200 天 ( 每個產業不同 ) 攻擊目標及方向

More information

國立交通大學 電子工程學系電子研究所碩士班 碩士論文. TFT 液晶顯示面板的 Mura 瑕疵自動偵測. Automatic Mura Defect Detection on. TFT Liquid Crystal Display Panels 指導教授 : 王聖智 研究生 : 方立德

國立交通大學 電子工程學系電子研究所碩士班 碩士論文. TFT 液晶顯示面板的 Mura 瑕疵自動偵測. Automatic Mura Defect Detection on. TFT Liquid Crystal Display Panels 指導教授 : 王聖智 研究生 : 方立德 國立交通大學 電子工程學系電子研究所碩士班 碩士論文 TFT 液晶顯示面板的 Mura 瑕疵自動偵測 Automatic Mura Defect Detection on TFT Liquid Crystal Display Panels 指導教授 : 王聖智 博士 研究生 : 方立德 中華民國九十四年九月 TFT 液晶顯示面板的 Mura 瑕疵自動偵測 Automatic Mura Defect

More information

(B) Conference papers

(B) Conference papers (B) Conference papers 1. Ding-Hsiang Huang and Yi-Kuei Lin, Demand Satisfaction of a Hybrid Flow-Shop with Completion Time Consideration, Proceedings of The Ninth International Conference on Mathematical

More information

圓展科技法人說明會. AVer Information Investor Conference 2018 年第二季 / 2018Q2. 10-Aug-2018 AVer Information Inc.

圓展科技法人說明會. AVer Information Investor Conference 2018 年第二季 / 2018Q2. 10-Aug-2018 AVer Information Inc. 圓展科技法人說明會 AVer Information Investor Conference 2018 年第二季 / 2018Q2 10-Aug-2018 AVer Information Inc. www.aver.com 1 免責聲明 Safe Harbor Statement 本簡報包含對於未來展望的表述, 該項表述是基於對現況的預期, 未來受限於已知 未知風險或不確定因素的影響, 因此實際結果可能與表述內容有所差異

More information

Oracle Database 11g Overview

Oracle Database 11g Overview Oracle Database 11g Overview Charlie 廖志華倍力資訊資深系統顧問 Great Year for Oracle Database Database Market Database for SAP 14.3% 48.6% 9% 3% 17% 4% 15.0% 22.0% 67% Oracle IBM Microsoft Other

More information

User Guide. AV port Gigabit Passthrough Adapter TL-PA9020P

User Guide. AV port Gigabit Passthrough Adapter TL-PA9020P User Guide AV2000 2-port Gigabit Passthrough Adapter TL-PA9020P REV2.0.0 1910011995 Contents About This Guide..................................................... 1 Chapter 1. Get to Know Your Powerline

More information

Installation Guide COPYRIGHT & TRADEMARKS. WBS210 / WBS510 O utd oor Wire le ss Base S ta ti on. Specifications are subject to change without notice.

Installation Guide COPYRIGHT & TRADEMARKS. WBS210 / WBS510 O utd oor Wire le ss Base S ta ti on. Specifications are subject to change without notice. COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. is a registered trademark of TP-LINK TECHNOLOGIES CO., LTD. Other brands and product names are trademarks or registered trademarks

More information

Operating manual. LawMate WN7911B-ZZ. WiFi Module V 01

Operating manual. LawMate WN7911B-ZZ. WiFi Module V 01 羅美國際有限公司 /LawMate International Co., Ltd. 台北市內湖區文湖街 60 巷 34 號 3 樓 /3F, No.34, Lane 60, Wenhu St., Taipei, Taiwan TEL:+886 2-8797-5728 / FAX:+886 2-8797-5727 Operating manual Operating manual LawMate WN7911B-ZZ

More information

主題 :Cisco Data Tetration Solution - 思科大數據維運解決方案 公司名稱 :Cisco Systems

主題 :Cisco Data Tetration Solution - 思科大數據維運解決方案 公司名稱 :Cisco Systems 主題 :Cisco Data Tetration Solution - 思科大數據維運解決方案 公司名稱 :Cisco Systems 主講人 : 大中華區數據中心事業部 首席技術顧問錢小山 Tetration 1 2 3 4 Addition Multiplication Exponentiation Tetration a + n = a + 1 + 1 +... + 1 n a x n = a

More information

Quick Installation Guide for Connectivity Adapter Cable CA-42

Quick Installation Guide for Connectivity Adapter Cable CA-42 9235663_CA42_1_en.fm Page 1 Monday, September 13, 2004 11:26 AM Quick Installation Guide for Connectivity Adapter Cable CA-42 9235645 Issue 1 Nokia, Nokia Connecting People and Pop-Port are registered

More information

MAC. OSI Layer 2 (Data Link) OSI Layer 1 (Physical)

MAC. OSI Layer 2 (Data Link) OSI Layer 1 (Physical) 教育部資通訊科技人才培育先導型計畫 無線區域網路媒體存取控 制層協定 任課老師 : 陳懷恩 助理教授兼任資訊工程研究所所長電算中心資訊網路組組長 國立宜蘭大學 Email: wechen@niu.edu.tw 1 Outline Introduction ti to IEEE 802.11 Frame Format Medium Access Control Protocol MAC Access

More information

WHD0110 (RoHS) SmartRouter IAD

WHD0110 (RoHS) SmartRouter IAD WHD0110 (RoHS) SmartRouter IAD Quick Guide Version released: 1.0 i TABLE OF CONTENTS Before You Use... 3 Unpacking... 3 Chapter 1: Overview... 4 Physical Outlook... 4 Chapter 2 : System Requirement and

More information

晶焱科技股份有限公司 Amazing Microelectronic Corp.

晶焱科技股份有限公司 Amazing Microelectronic Corp. 晶焱科技股份有限公司 Amazing Microelectronic Corp. ESD Leading Provider 公司簡介 2 公司沿革 AmazingIC Founded in Taiwan 1 Billion (pcs) shipment Amazing IPO in Taiwan 1.Touch down 10 Billion pcs 2.AVL Touch down 23 billion

More information

Johnson Lai. Technical Consultant E: Copyright Fortinet Inc. All rights reserved.

Johnson Lai. Technical Consultant E: Copyright Fortinet Inc. All rights reserved. IPv6 防護管理及控管機制 Johnson Lai Technical Consultant E: clai@fortinet.com Copyright Fortinet Inc. All rights reserved. IPV6 Now! 2 Internet and TCP/IP 1969 ARPANET begins 1981 IPv4 definition (RFC 791) 1983

More information

InTANK ir2771-s3 ir2772-s3. User Manual

InTANK ir2771-s3 ir2772-s3. User Manual InTANK ir2771-s3 ir2772-s3 User Manual » InTANK...1» InTANK ir2771-s3 & ir2772-s3 產品使用說明... 10 V1.1 Introduction Thank you for purchasing RAIDON products. This manual will introduce the InTANK ir2771-s3

More information

User s Manual. Rev. 1.04

User s Manual. Rev. 1.04 EZCast Wire User s Manual Rev. 1.04 Introduction Thanks for choosing EZCastseries product, the EZCast Wire is the latest innovation of EZCast. It is based on popular EZCastapp and modified for Wired connection

More information

Ubiquitous Computing Using SIP B 朱文藝 B 周俊男 B 王雋伯

Ubiquitous Computing Using SIP B 朱文藝 B 周俊男 B 王雋伯 Ubiquitous Computing Using SIP B91902039 朱文藝 B91902069 周俊男 B91902090 王雋伯 Outline Ubiquitous Computing Using SIP 1. Introduction 2. Related Work 3. System Architecture 4. Service Example 1. Introduction

More information

Intelligent IoT Edge Computing Platform. AWS Greengrass QIoT QuAI

Intelligent IoT Edge Computing Platform. AWS Greengrass QIoT QuAI Intelligent IoT Edge Computing Platform AWS Greengrass QIoT QuAI Solve your intelligent IoT problems! Device deployment and management Data collection and analysis AI model training / validation / deployment

More information

利用數據與軟體瞭解 讀者行為使用分析與服務平台選項

利用數據與軟體瞭解 讀者行為使用分析與服務平台選項 By using the data and software analysis to study the user experience & the option for the service platform in library field. 利用數據與軟體瞭解 讀者行為使用分析與服務平台選項 周頡 Jeremy Chou EBSCO Information Services Sales Director

More information

Report on Hong Kong SME Cloud Adoption, Security & Privacy Readiness Survey

Report on Hong Kong SME Cloud Adoption, Security & Privacy Readiness Survey Report on Hong Kong SME Cloud Adoption, Security & Privacy Readiness Survey Produced by Internet Society Hong Kong and Cloud Security Alliance (Hong Kong & Macau Chapter) Sponsored by Microsoft Hong Kong

More information

Quick Installation Guide

Quick Installation Guide ECW5211-L Enterprise Access Point Copyright Notice This document is protected by USA copyright laws and other laws and is the property of Edgecore Networks Corporation. You may not copy, reproduce, distribute,

More information

Lotusphere Comes to You 輕鬆打造 Web 2.0 入口網站 IBM Corporation

Lotusphere Comes to You 輕鬆打造 Web 2.0 入口網站 IBM Corporation 輕鬆打造 Web 2.0 入口網站 2007 IBM Corporation 議程 Web 2.0 新特性一覽 Web 2.0 入口網站主題開發 用戶端聚合技術 PortalWeb2 主題 開發 AJAX portlets 程式 總結 JSR 286 及 WSRP 2.0 對 AJAX 的支援 AJAX 代理 用戶端 portlet 編程模型 Web 2.0 特性一覽 WP 6.1 提供的 Web

More information

MATLAB 結構矩陣 DICOM 資訊與影像對比

MATLAB 結構矩陣 DICOM 資訊與影像對比 MATLAB 結構矩陣 DICOM 資訊與影像對比 盧家鋒助理教授生物醫學影像暨放射科學系 alvin4016@ym.edu.tw 課程內容 結構矩陣 調整影像對比 WindowCenter/WindowWidth 2 請自行至教學網頁下載本週課程資料 http://www.ym.edu.tw/~cflu/cflu_course_matlabimage.html 結構矩陣 What can we store

More information

教育部智慧電子整合性人才培育計畫高階應用處理器 AP 聯盟中心

教育部智慧電子整合性人才培育計畫高階應用處理器 AP 聯盟中心 教育部智慧電子整合性人才培育計畫高階應用處理器 AP 聯盟中心 主題領域 : 處理器軟硬體核心系統 課程模組名稱 : 編譯器實作模組 教材名稱 : 使用 LLVM 實作減少 OpenCL 程式分支分岐 (Branch Divergence Reduction of OpenCL Programs Using LLVM) 開發教師 : 游逸平開發學生 : 蔡也寧 趙硯廷趙硯廷 周昆霖學校系所 : 國立交通大學資訊工程學系聯絡電話

More information

The notice regarding Participation Ways of our global distributor video conference on Feb. 5.

The notice regarding Participation Ways of our global distributor video conference on Feb. 5. The notice regarding Participation Ways of our global distributor video conference on Feb. 5. On Feb.5, 2010 Los Angeles time, between 5:00 PM - 7:00 PM, we will convene an important global distributor

More information

Multimedia Service Support and Session Management 鍾國麟

Multimedia Service Support and Session Management 鍾國麟 Multimedia Service Support and Session Management 鍾國麟 2003-9-31 1 1 Agenda Introduction What is Session? Definition Functions Why need Session Management 2G,Internet,3G SIP Basic Operation User Location

More information

購票流程說明 How To purchase The Ticket?

購票流程說明 How To purchase The Ticket? 購票流程說明 How To purchase The Ticket? 步驟 1: 已是會員請點選 登入, 選擇 2016 WTA 臺灣公開賽 Taiwan Open tickets Step1:If You are the member, please Click 登入 Click to the column: 2016 WTA 臺灣公開賽 Taiwan Open tickets Click 登入

More information

混合雲的資料安全保護 架構與策略 資深技術顧問藍基能

混合雲的資料安全保護 架構與策略 資深技術顧問藍基能 混合雲的資料安全保護 架構與策略 資深技術顧問藍基能 AGENDA XtrmeIO&DD 20 倍速備份 EMC Cloud Data Protection Cloud Storage Hybrid Model Born In The Cloud Model VMware vrealized Data Protection Extension Technology Underlying ProtectPoint

More information

國立交通大學 資訊科學與工程研究所 碩士論文 內核的一對多串流轉送技術 研究生 : 洪家鋒 指導教授 : 林盈達教授. In-kernel Relay for One-to-Many Streaming 中華民國九十九年六月

國立交通大學 資訊科學與工程研究所 碩士論文 內核的一對多串流轉送技術 研究生 : 洪家鋒 指導教授 : 林盈達教授. In-kernel Relay for One-to-Many Streaming 中華民國九十九年六月 國立交通大學 資訊科學與工程研究所 碩士論文 內核的一對多串流轉送技術 In-kernel Relay for One-to-Many Streaming 研究生 : 洪家鋒 指導教授 : 林盈達教授 中華民國九十九年六月 內核的一對多串流轉送技術 In-kernel Relay for One-to-Many Streaming 研究生 : 洪家鋒 指導教授 : 林盈達 Student:Chia-Feng

More information

國立交通大學 資訊科學與工程研究所 碩士論文 以指令快取為基準之 低功耗分支目標暫存器. Low Power I-Cache-based BTB 研究生 : 黃富群 指導教授 : 單智君博士 中華民國九十五年八月

國立交通大學 資訊科學與工程研究所 碩士論文 以指令快取為基準之 低功耗分支目標暫存器. Low Power I-Cache-based BTB 研究生 : 黃富群 指導教授 : 單智君博士 中華民國九十五年八月 國立交通大學 資訊科學與工程研究所 碩士論文 以指令快取為基準之 低功耗分支目標暫存器 Low Power I-Cache-based BTB 研究生 : 黃富群 指導教授 : 單智君博士 中華民國九十五年八月 以指令快取為基準之低功耗分支目標暫存器 Low Power I-Cache-based BTB 研究生 : 黃富群 指導教授 : 單智君 Student:Fu-Ching Hwang Advisor:Jyh-Jiun

More information

A n d r o i d Ta b l e t P C

A n d r o i d Ta b l e t P C User Guide for LPT -200AR A n d r o i d Ta b l e t P C Table of Contents 1. Overviewing Product 2. H/W Spec. 3. Wi-Fi Output Power 4. Easy Setting Icons 5. Setting 1. Wi-Fi 2. Bluetooth 3. Airplane mode

More information