Qt-OSC2011-Kyoto

Size: px
Start display at page:

Download "Qt-OSC2011-Kyoto"

Transcription

1 Qt : UI Nokia, Qt

2 (Takumi Asaki) Field Service Engineer Qt, Developer Experience & Marketplace, Nokia 1996 Qt ( )Trolltech Trolltech Nokia / 46

3 Qt Qt Qt 5 / 46

4 Qt

5 Qt Framework Code less Create more C++ Deploy everywhere / 46

6 Qt Declarative WebKit Scripting OpenGL Multimedia XML Unit Test GUI Network Database Core / 46

7 Qt Mobility APIs API ( ) Bearer management Contacts Location Messaging Multimedia Publish and Subscribe Service Framework System Information Sensors Versit Camera Document Gallery Feedback Landmark Maps/Navigation Organizer / 46

8 Qt Windows Linux/X11 Mac OS X Symbian Windows CE/Mobile Linux/QWS(w/o X11) MeeGo(Maemo) / 46

9 Qt Qt Designer - GUI Qt Creator - Qt Assistant - Qt Linguist - Qt Simulator - qmake - / 46

10 Qt SDK Qt Qt & Qt Creator + α Nokia SDK : : or Symbian: Windows or Maemo: Windows/X11/Mac or

11 Qt Creator (IDE) Qt C++, JavaScript ( ) GUI & (gdb, CDB) UI

12 Qt Creator

13 Qt 1996 Qt 1.0 (X11 & Windows) 1999 Qt 2.0 (X11 ) 2001 Qt 3.0 (Mac OS X) 2005 Qt 4.0 ( OS GPL ) 2010 Qt 4.7 (QML) 2011 Qt Creator 2.1 (Qt Quick) 2011 Qt 4.8 ( ) 2012 Qt 5.0 ( )!?

14 Qt Technology Preview Qt Creator β Qt Mobility Qt SDK Qt Simulator /7/13

15 Qt (*1) LGPL v. 2.1 GPL v. 3 Qt (*2) *1: Digia ( *2: UI Qt

16

17 (OSS) KDE Software Compilation KOffice Amarok Marble MeeGo Ubuntu Unity 2D VLC MuseScore

18 ( ) Google Earth Adobe Photoshop Elements Autodesk Maya 2011 Skype etc.

19 Qt

20 C++ UI #include <QApplication> #include <QLabel> int main(int argc, char **argv) { QApplication app(argc, argv); QLabel label( Hello World ); label.show(); } return app.exec();

21 Qt Quick Qt UI Qt Qt Creator 2.1 QML: UI Declarative : QML : Qt Creator QML

22 Qt Quick - QML Qt Meta-object Language JSON UI JavaScript import QtQuick 1.0 Rectangle { width: 200 height: 200 } Text { text: "Hello World" anchors.centerin: parent }

23 Qt Quick Declarative module QML Item, Rectangle, MouseArea, Image, etc QML QDeclarativeView (GUI ) QDeclarativeEngine ( GUI ) QML C++ QML C++ C++ QML C++ QML

24 Qt Quick Tools Qt Creator 2.1 QML GUI

25 Qt 5

26 Qt 5 Qt5-feedback Qt Labs

27 Qt 5:? 2005 Qt QML/Qt Quick Qt 2011 β 2012

28 Qt 5 QML UI QML JavaScript QWidget UI C++ OpenGL UI

29 Qt 5 Qt 4 Obsolete (ex. QHttp, Qt3Support) Trolltech/Nokia

30 Qt 5 ( ) QML Scenegraph Lighthouse QWidget QtGui QtScript V8 JavaScript QtWebKit WebKit2

31 Qt 5 ( ) Qt Components QML 3D QWidget WebKit QML Qt 3D QBackingstore QtGuiCore module Composition of all UI will go through SceneGraph. SceneGraph 2D API (QPainter) WebKit, Qt Components and QML will create content nodes for the scene graph and the scenegraph will compose / render all content through and OpenGL surface provided by the Lighthouse layer. OpenGL Enabled WindowSurface Raster Engine GL Engine 2D API's will primarily serve as a content feeder into the scenegraph, typically layers that need to be composed. Lighthouse Win Mac Linux/ Wayland Symbian X11 Android!

32 QML Scene Graph QML Declarative QGraphicsView QML Scene Graph OpenGL Front-to-Back

33 QML Scene Graph Text 1 Text 2

34 QML Scene Graph Scene Graph Text 1 Text 2

35 QML Scene Graph: Demo

36 Lighthouse Qt Qt 4.8

37 Qt Quick Components Qt Quick

38

39 Qt Labs Japan Qt Qt! Qt Quick Labs Qt in depth etc.

40 Qt! Qt Labs Japan Qt! Qt Creator Qt Qt GUI

41 ML IRC Qt ( ) IRC irc.freenode.net #qt-labs, #qt-creator, #qt-qml, etc. ( )

42 Qt Developer Network wiki,, etc

43 Qt4 ISBN

44 Qt qt-nagoya Qt Users Forum Japan Twitter Hash Tag: #qtjp

45 Qt Developer Days & Qt Contributors Summit Qt Conference Tokyo 12!!

46 Thank you!

Qt-OSC2011-Hokkaido.pptx

Qt-OSC2011-Hokkaido.pptx Qt : UI Nokia, Qt (Tasuku Suzuki) Field Service Engineer Nokia, Qt 2001 Qt Qt ( )Trolltech 2006 2008 Trolltech Nokia Qt http://qt.nokia.com/title-jp http://labs.qt.nokia.co.jp/ http://twitter.com/task_jp

More information

Qt for OSC2011

Qt for OSC2011 Qt : UI Qt Development Frameworks, Nokia (Takumi Asaki) Field Service Engineer Qt Development Frameworks, Nokia 1996 Qt ( )Trolltech 2006 2008 Trolltech Nokia / 54 Qt Qt Qt / 54 Qt Qt Framework Code less

More information

Qt4.0 GUI Nishio 2007 8 29 3 1 Hello Qt! 5 1.1 Hello Qt!................................. 5 1.2 (QLabel)........................ 7 1.3 (QPushButton)................ 8 1.4 (QFont)................... 9

More information

Microsoft PowerPoint - MeeGo_OSC2011_April_01.ppt

Microsoft PowerPoint - MeeGo_OSC2011_April_01.ppt オープンソースカンファレンス 2011 Kansai@Kobe MeeGo をはじめよう! Mikio Sakemoto April 16 th, 2011 お題目 MeeGo とは? MeeGo プロジェクト概要 デバイスカテゴリ / ロードマップ / アーキテクチャ MeeGoをインストールインストールしてみよう アプリケーション開発開発の流れ アプリケーション開発開発の詳細 Qt / Qt Quick

More information

Microsoft PowerPoint - MeeGo_OSC2011_June_01.ppt [Compatibility Mode]

Microsoft PowerPoint - MeeGo_OSC2011_June_01.ppt [Compatibility Mode] オープンソースカンファレンス 2011 Hokkaido MeeGo をはじめよう! Mikio Sakemoto June 11 th, 2011 お題目 MeeGo とは? MeeGo プロジェクト概要 デバイスカテゴリ / ロードマップ / アーキテクチャ MeeGo をインストールしてみよう アプリケーション開発の流れ アプリケーション開発の詳細 Qt / Qt Quick / QML MeeGo

More information

untitled

untitled JavaFX Mobile 1. JavaFX Mobile... 2 1.1. JavaFX... 2 1.2. JavaFX Script... 3 1.2.1.... 3 1.2.2.... 5 1.2.3.... 5 2.... 7 2.1. JDK 6 Update 13... 7 2.2. NetBeans IDE 6.5.1 for JavaFX 1.1.1... 7 3.... 10

More information

Yuichiro MASUI Appcelerator Platform Evangelist Thursday, July 28, 11 Yuichiro MASUI masuidrive Appcelerator, Inc Platform evangelist Thursday, July 28, 11 Pukiwiki 10 Rails

More information

Merについて 小江戸らぐ

Merについて 小江戸らぐ Mer SailfishOSについて 小江戸らぐ @furikku_ks09 自己紹介 Twitter ID:@furikku_ks09 MeeGoからの流れで Mer SailfishOSへ Qtや Waylandも注目 Blog フレイドフォートonBlog http://blog.livedoor.jp/furikku9310/ 英語Blog FureidoFort on Blogger http://fureidofort.blogspot.com/

More information

Copyright 2002-2003 SATO International All rights reserved. http://www.satoworldwide.com/ This software is based in part on the work of the Independen

Copyright 2002-2003 SATO International All rights reserved. http://www.satoworldwide.com/ This software is based in part on the work of the Independen SATO Label Gallery SATO International Pte Ltd Version : BSI-021227-01 Copyright 2002-2003 SATO International All rights reserved. http://www.satoworldwide.com/ This software is based in part on the work

More information

Linux Activities for Promoting Desktop Linux Utilization Jun Iio Research Center for Information Technology, Mitsubish

Linux Activities for Promoting Desktop Linux Utilization Jun Iio Research Center for Information Technology, Mitsubish Linux Activities for Promoting Desktop Linux Utilization Jun Iio iiojun@mri.co.jp 100-8141 2-3-6 Research Center for Information Technology, Mitsubishi Research Institute, Inc. 2-3-6 Otemachi, Chiyoda-ku,

More information

MeeGo、Merについて 横浜PF部 第28回勉強会

MeeGo、Merについて 横浜PF部 第28回勉強会 MeeGo Merについて 横浜PF部 第28回勉強会 @furikku_ks09 自己紹介 Twitter ID:@furikku_ks09 MeeGoからの流れで Qtや Waylandも注目 Blog フレイドフォートonBlog http://blog.livedoor.jp/furikku9310/ 英語Blog FureidoFort on Blogger http://fureidofort.blogspot.com/

More information

,,,,., C Java,,.,,.,., ,,.,, i

,,,,., C Java,,.,,.,., ,,.,, i 24 Development of the programming s learning tool for children be derived from maze 1130353 2013 3 1 ,,,,., C Java,,.,,.,., 1 6 1 2.,,.,, i Abstract Development of the programming s learning tool for children

More information

超勉強会2012 MeeGoの変遷

超勉強会2012 MeeGoの変遷 超勉強会2012 MeeGoの変遷 @furikku_ks09 目次 自己紹介 1 はじめに 2 MeeGo 3 Handset UXの流れ 4 Mer Core 5 Nemo 6 Sailfish OS 7 開発環境について 自己紹介 Twitter ID:@furikku_ks09 MeeGoからの流れで Qtや Waylandも注目 Blog:フレイドフォートonBlog http://blog.livedoor.jp/furikku9310/

More information

Qtプログラミング

Qtプログラミング ALPHA XG シリーズ Qt プログラミング PROJECT Co.,LTD. Rev1.0 2013/01/31 目次 1. 概要 1 1.1 はじめに...1 1.2 開発言語について...1 1.3 Qt の GUI 開発環境について...1 2. Qt Creator の概要 2 2.1 システム概要...2 2.2 Qt システム構成...2 3. Qt Creator のインストール

More information

Waylandを試してみた 横浜PF部 第31回勉強会

Waylandを試してみた 横浜PF部 第31回勉強会 Wayland を試してみた横浜 PF 部第 31 回勉強会 @furikku_ks09 自己紹介 Twitter ID:@furikku_ks09 MeeGo からの流れで Mer Qt Wayland も注目 Blog: フレイドフォート onblog http://blog.livedoor.jp/furikku9310/ 英語 Blog:FureidoFort on Blogger http://fureidofort.blogspot.com/

More information

(Keiichiro Ono) UC, San Diego Trey Ideker Lab Research Associate/ Software Engineer 2

(Keiichiro Ono) UC, San Diego Trey Ideker Lab Research Associate/ Software Engineer 2 Google Summer of Code, Mentor Summit, and Open Source Software Development Keiichiro Ono UC, San Diego Department of Medicine @SCDN Dec. 5, 2009 1 (Keiichiro Ono) UC, San Diego Trey Ideker Lab Research

More information

Innovation Linked Open Data Resource Description Framework Uniform Resource Identifier Open Government 25 5 23 2011 25 2013 6 26 2014 3 ...1 ICT 2...4...4.....5..6..9..9 13 15 15 22 24 26 26 27 29 32 43

More information

@makoto_anjo (Computer Science) Google Desktop(Hall of Fame)

@makoto_anjo (Computer Science) Google Desktop(Hall of Fame) Google I/O 2011 @makoto_anjo (Computer Science) Google Desktop(Hall of Fame) Google API Expert (Android) Tokyo GTUG Gadget1 IGDA Japan Android NPO Android Android Google I/O Google Google Google I/O

More information

署名ツール検証報告書

署名ツール検証報告書 2010 01 27 XML 1.... 3 2.... 5 3.... 15 4.... 18 5.... 22 6.... 22 Copyright (c) XML 2010 All rights reserved. Page-1/23 Copyright (c) XML 2010 All rights reserved. Copyright (c) XML 2010 All rights reserved.

More information

: ACCESS, NetFront p.2/54

: ACCESS, NetFront p.2/54 NetFront TM 2010.05.19 Toshihiko.Yamakami@access-company.com ( )ACCESS CTO Office p.1/54 : ACCESS, NetFront p.2/54 (-1984) NTT (-1988) (MHS) CCITT,ISO NTT (-1992) ( ) NTT (-1999) ( ) ( ) (NTT) (NTTD) ACCESS

More information

Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows

Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker Centric Manager IT Service

More information

PPT Template

PPT Template #decode18 #AD43 Any developer, Any app, Any platform 今 Visual Studio で起きていること ~ Build 2018 Updates ~ AD43 Mobile first + Cloud first Intelligent Edge + Intelligent Cloud Mobile Data & AI Containers Intelligent

More information

Vol. 23 No. 4 Oct. 2006 37 2 Kitchen of the Future 1 Kitchen of the Future 1 1 Kitchen of the Future LCD [7], [8] (Kitchen of the Future ) WWW [7], [3

Vol. 23 No. 4 Oct. 2006 37 2 Kitchen of the Future 1 Kitchen of the Future 1 1 Kitchen of the Future LCD [7], [8] (Kitchen of the Future ) WWW [7], [3 36 Kitchen of the Future: Kitchen of the Future Kitchen of the Future A kitchen is a place of food production, education, and communication. As it is more active place than other parts of a house, there

More information

untitled

untitled SUBJECT: Applied Biosystems Data Collection Software v2.0 v3.0 Windows 2000 OS : 30 45 Cancel Data Collection - Applied Biosystems Sequencing Analysis Software v5.2 - Applied Biosystems SeqScape Software

More information

スライド 1

スライド 1 2010.2.18 CSS Nite in Ginza Vol.44 JIS X 8341-3 60 1 2004 vs 2010 2010 2 18 2010.2.18 CSS Nite in Ginza Vol.44 3 2004 10 Web Web JIS X 8341-3 W3C / WCAG 2010.2.18 CSS Nite in Ginza Vol.44 2010.2.18 CSS

More information

ASP.NET 5 Web 開発 ~ フレームワーク編 ~

ASP.NET 5 Web 開発 ~ フレームワーク編 ~ ROOM A Time Room ID Title 9:30 10:30 A DEV-002 Visual Studio Online 概要 ~ 開発基盤のクラウド化 ~ 今ココ 13:15 13:40 G DEV-005S.NET Core 5 on Linux and Mac OS X 5/27 Day 2 14:35 15:35 C DEV-023 15:55 16:55 A DEV-006

More information

IT IBM Corporation

IT IBM Corporation 2009/9/25 ATC. 1 2009 IBM Corporation 1. 1. 2. 3. IT 2 2009 IBM Corporation 2006 8 9 (?) Google CEO, Eric Schmidt @ Search Engine Strategies Conference (*) emergent () 10 Network ComputerAjax LAMP (Linux

More information

IPSJ SIG Technical Report , 2 Andorid Capture-A-Moment Capture-A-Moment Capturing System by SmartPhone to Record Real-Time Scene Kohei Takada,

IPSJ SIG Technical Report , 2 Andorid Capture-A-Moment Capture-A-Moment Capturing System by SmartPhone to Record Real-Time Scene Kohei Takada, , 2 Andorid Capture-A-Moment Capture-A-Moment Capturing System by SmartPhone to Record Real-Time Scene Kohei Takada, Yasuhito Tsukahara, Yui Murase and Kazunori Sugiura, 2 We propose Capture-A-Moment System

More information

nopcommerce 2.2 2.1.6 Adobe Flash ( 1 ) 1 nopcommerce 2.2 ( [5, p.3-4] )

nopcommerce 2.2 2.1.6 Adobe Flash ( 1 ) 1 nopcommerce 2.2 ( [5, p.3-4] ) nopcommerce 2.2 NopCommerce (Ver.2.3) NopCommerce 2.1.1 (OS) Windows 7 Windows Vista Windows XP Windows Server 2003 Windows Server 2008 2.1.2 Web Internet Information Service (IIS) 6.0 2.1.3 ASP.NET 4.0

More information

Webサービス本格活用のための設計ポイント

Webサービス本格活用のための設計ポイント The Web Services are a system which links up the scattered systems on the Internet, leveraging standardized technology such as SOAP, WSDL and UDDI. It is a general thought that in the future business enterprises

More information

EANTC 1 CSP 2 SDN WAN Automation Engine Cisco WAN Automation Engine Cisco WAN Automation Engine Cisco WAN Automation Engine Cisco WAN Automation Engin

EANTC 1 CSP 2 SDN WAN Automation Engine Cisco WAN Automation Engine Cisco WAN Automation Engine Cisco WAN Automation Engine Cisco WAN Automation Engin 1 EANTC 1 CSP 2 SDN WAN Automation Engine Cisco WAN Automation Engine Cisco WAN Automation Engine Cisco WAN Automation Engine Cisco WAN Automation Engine / WAN Automation Engine Tail-f Cisco Network Service

More information

Qt Data Visualization Qt Charts 3D 2D SRA 3 4 Qt Data Visualization Qt Charts 6 3D 2D Qt Data Visualization Qt Charts C++ QML 7 Qt Data Visualization Qt 5 OpenGL Qt Quick 2 ( ) 2D C++ Qt Quick 2 Qt 5.2

More information

講座計画書サンプル

講座計画書サンプル 2004 10 1 13:0014:30 12 () () Web 14:4518:00 - (PBL) 45 1 - - 1 1 - - - - Web - Web Web (1) PC (2) (3) (4) CVS Subversion 1 2 2004 10 8 Java Java Java 13:0014:30 Java Java Java EoD (Ease of Development)

More information

LiveCode初心者開発入門サンプル

LiveCode初心者開発入門サンプル / About LiveCode 01:... 11 02: Create... 15 set 03:... 21 name title LiveCode 04:... 29 global local width height 05:... 37 Controls Tools Palette Script Editor message handler 06:... 52 RGB 07:... 63

More information

WebGL OpenGL GLSL Kageyama (Kobe Univ.) Visualization / 57

WebGL OpenGL GLSL Kageyama (Kobe Univ.) Visualization / 57 WebGL 2014.04.15 X021 2014 3 1F Kageyama (Kobe Univ.) Visualization 2014.04.15 1 / 57 WebGL OpenGL GLSL Kageyama (Kobe Univ.) Visualization 2014.04.15 2 / 57 WebGL Kageyama (Kobe Univ.) Visualization 2014.04.15

More information

SNS GIS Abstract The Tourism-based Country Promotion Basic Act was enacted in Japan over a decade ago. Tourism is expected to be the primary contribut

SNS GIS Abstract The Tourism-based Country Promotion Basic Act was enacted in Japan over a decade ago. Tourism is expected to be the primary contribut SNS GIS Abstract The Tourism-based Country Promotion Basic Act was enacted in Japan over a decade ago. Tourism is expected to be the primary contributing factor toward the economic activation of Japan

More information

WinHPC ppt

WinHPC ppt MPI.NET C# 2 2009 1 20 MPI.NET MPI.NET C# MPI.NET C# MPI MPI.NET 1 1 MPI.NET C# Hello World MPI.NET.NET Framework.NET C# API C# Microsoft.NET java.net (Visual Basic.NET Visual C++) C# class Helloworld

More information

B 20 Web

B 20 Web B 20 Web 0753018 21 1 29 1 1 6 2 8 3 UI 10 3.1........................ 10 3.2 Web............ 11 3.3......... 12 4 UI 14 4.1 Web....................... 15 4.2 Web........... 16 4.3 Web....................

More information

新しいイテレーション型開発

新しいイテレーション型開発 2 XAML WPF Windows Presentation Foundation 4 / 4 5 Silverlight 5 XAML 6 6 XAML 6 6 7 8 8 9 XAML 9 XAML 12 12 / / 13 / 14 15 XAML 15 Expression Blend 15 Visual Studio 2008 16 XAML 16 Microsoft Expression

More information

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that use microcontrollers (MCUs)

More information

. IDE JIVE[1][] Eclipse Java ( 1) Java Platform Debugger Architecture [5] 3. Eclipse GUI JIVE 3.1 Eclipse ( ) 1 JIVE Java [3] IDE c 016 Information Pr

. IDE JIVE[1][] Eclipse Java ( 1) Java Platform Debugger Architecture [5] 3. Eclipse GUI JIVE 3.1 Eclipse ( ) 1 JIVE Java [3] IDE c 016 Information Pr Eclipse 1,a) 1,b) 1,c) ( IDE) IDE Graphical User Interface( GUI) GUI GUI IDE View Eclipse Development of Eclipse Plug-in to present an Object Diagram to Debug Environment Kubota Yoshihiko 1,a) Yamazaki

More information

! 行行 CPUDSP PPESPECell/B.E. CPUGPU 行行 SIMD [SSE, AltiVec] 用 HPC CPUDSP PPESPE (Cell/B.E.) SPE CPUGPU GPU CPU DSP DSP PPE SPE SPE CPU DSP SPE 2

! 行行 CPUDSP PPESPECell/B.E. CPUGPU 行行 SIMD [SSE, AltiVec] 用 HPC CPUDSP PPESPE (Cell/B.E.) SPE CPUGPU GPU CPU DSP DSP PPE SPE SPE CPU DSP SPE 2 ! OpenCL [Open Computing Language] 言 [OpenCL C 言 ] CPU, GPU, Cell/B.E.,DSP 言 行行 [OpenCL Runtime] OpenCL C 言 API Khronos OpenCL Working Group AMD Broadcom Blizzard Apple ARM Codeplay Electronic Arts Freescale

More information

IPSJ SIG Technical Report Vol.2014-HCI-157 No.26 Vol.2014-GN-91 No.26 Vol.2014-EC-31 No /3/15 1,a) 2 3 Web (SERP) ( ) Web (VP) SERP VP VP SERP

IPSJ SIG Technical Report Vol.2014-HCI-157 No.26 Vol.2014-GN-91 No.26 Vol.2014-EC-31 No /3/15 1,a) 2 3 Web (SERP) ( ) Web (VP) SERP VP VP SERP 1,a) 2 3 Web (SERP) ( ) Web (VP) SERP VP VP SERP VP Web 1. Web Web Web Web Google SERP SERP 1 1 2-1-1, Hodokubo, Hino, Tokyo 191 8506, Japan 2 4-12-3, Higash-Shinagawa, Shinagawa, Tokyo 140 0002, Japan

More information

untitled

untitled Junaio 2011 11/4 Location Base AR GLUE AR www.junaio.com Junaio.com www.junaio.com JunaioDevelopper JunaioDevelopper Public Description public metaio Private D D D OK Create Junaio 3D Description

More information

PowerPoint Presentation

PowerPoint Presentation 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. JavaFX and Web Integration 日本オラクル株式会社 Java Embedded Global Business Unit 関谷和愛 2 Copyright 2012, Oracle and/or its affiliates. All rights

More information

CX-Checker CX-Checker (1)XPath (2)DOM (3) 3 XPath CX-Checker. MISRA-C 62%(79/127) SQMlint 76%(13/17) XPath CX-Checker 3. CX-Checker 4., MISRA-C CX- Ch

CX-Checker CX-Checker (1)XPath (2)DOM (3) 3 XPath CX-Checker. MISRA-C 62%(79/127) SQMlint 76%(13/17) XPath CX-Checker 3. CX-Checker 4., MISRA-C CX- Ch CX-Checker: C 1 1 2 3 4 5 1 CX-Checker CX-Checker XPath DOM 3 CX-Checker MISRA-C CX-Checker: A Customizable Coding Checker for C TOSHINORI OSUKA, 1 TAKASHI KOBAYASHI, 1 JUNICHI MASE, 2 NORITOSHI ATSUMI,

More information

Oracle Change Management Pack, Oracle Diagnostics Pack, Oracle Tuning Packインストレーション・ガイド リリース2.2

Oracle Change Management Pack, Oracle Diagnostics Pack, Oracle Tuning Packインストレーション・ガイド リリース2.2 Oracle Enterprise Manager Oracle Change Management Pack, Oracle Diagnostics Pack, Oracle Tuning Pack 2.2 2000 11 : J02263-01 Oracle Change Management Pack, Oracle Diagnostics Pack, Oracle Tuning Pack 2.2

More information

273? C

273? C TSG Theoretical Science Group 273? C 2-1.................................. 2 -1. Windows Mac Mac UNIX CUI bash >_ Finder TSG No.273? 2 3 pwd ls cd ( ) change directory 3 TSG No.273? cd hoge cd hoge cd....../

More information

OpenGL GLSL References Kageyama (Kobe Univ.) Visualization / 58

OpenGL GLSL References Kageyama (Kobe Univ.) Visualization / 58 WebGL *1 2013.04.23 *1 X021 2013 LR301 Kageyama (Kobe Univ.) Visualization 2013.04.23 1 / 58 OpenGL GLSL References Kageyama (Kobe Univ.) Visualization 2013.04.23 2 / 58 Kageyama (Kobe Univ.) Visualization

More information

Visual Studio ( )

Visual Studio ( ) 2013 2 (2014 9 ) IT IT 1 IT & UI UI + IT Application Insights Team Foundation Server + Web 2 Windows Web C#Visual Basic 4 6 Team Foundation Server 1 8 10 3 Windows Windows Windows C#Visual BasicVisual

More information

ÆþÌçGTK+

ÆþÌçGTK+ 1 1 GTK+ 1.1 GTK+ GTK+ *1 GUI Graphical User Interface GIMP * 2 1.1 GIMP GNOME *3 GTK+ + GTK+ 2 Pango ATK cairo 2 GTK+ GLib... 1.1 GIMP *1 GTK+ The GIMP Toolkit : http://www.gtk.org/ *2 GIMP The GNU Image

More information

PowerPoint Presentation

PowerPoint Presentation age 1 1 2 3 4 5 Applications (Phone,Browser,JAVA,PIM ) Mobile Middleware Carrier Specification Modules (FOMA,Vodafone, i-mode for overseas MP-Domain-Specific Middleware Carrier Common Spec. Modules

More information

展開とプロビジョニングの概念

展開とプロビジョニングの概念 ADOBE CREATIVE SUITE 5 2010 Adobe Systems Incorporated and its licensors. All rights reserved. Adobe Creative Suite Deployment and Provisioning Concepts This guide is licensed for use under the terms of

More information

QtCreatorQtJS2015

QtCreatorQtJS2015 Qt Creator Using Qt Creator Value-Add Features to Further Productivity 株 式 会 社 SRA 朝 木 卓 見 自 己 紹 介 名 前 : 朝 木 卓 見 職 業 : Qtコンサルタント, Qt Certified Specialist Qt 歴 : Qt 1.0.1(1996) 活 動 場 所 : 株 式 会 社 SRA http://qt-labs.jp

More information

40.9 22.6 18.1 4.9 1.0 15.3 10.0 (%) 3.5 5.8 6.0 23.5 29.5 70.5 100.0 (%) 267 447 456 1,788 2,244 5,364 7,609 0.3 6.5 975 5.6 386 (%) (%) (%) 3.6 6.3 100.0 6.6 5.3 27.2 32.8 67.2 100.0 22.5 538 452 10.1

More information

Qt 導入手引書

Qt 導入手引書 Qt 導入手引書 (Windows - Visual Studio 用 ) 2009 年 12 月 25 日 第 9 版 株式会社 SRA 目次 1 Qt のインストール... 3 1.1 インストール準備... 4 1.2 インストール手順... 5 1.3 インストールファイル... 15 1.4 アンインストール手順... 17 2 Qt の簡単な使い方... 18 2.1 サンプルプログラムの実行方法...

More information

-5 DMP-BV300 μ μ l μ l l +- l l j j j l l l l l l l l l l l l l Ë l l l l l l l l l l l l l l l l l l l l l l l BD DVD CD SD USB 2 ALL 1 2 4 l l DETACH ATTACH RELEASE DETACH ATTACH DETACH ATTACH RELEASE

More information

企業内システムにおけるA j a x 技術の利用

企業内システムにおけるA j a x 技術の利用 Utilization of Ajax in Enterprise Intranet Systemsby Tetsuo Yamashita, Takeshi Kuroe and Kazuhisa Ikeda Enterprise 2.0 refers to the recent trend of applying the web technologies widely deployed in Internet

More information

untitled

untitled Clutter Overview 2009/09/11 Youngsik Yoon Software Application Engineer Agenda Moblin UI Clutter Clutter 2 Moblin UI Moblin UI Services Customer Provided UI / Apps WM + Clutter Compositor Platform Specific

More information

Oracle Application Server 10g(9

Oracle Application Server 10g(9 Oracle Application Server 10g (9.0.4) for Microsoft Windows J2EE Oracle Application Server 10g (9.0.4) for Microsoft Windows J2EE and Web Cache...2...3...3...4...6...6...6 OS...9...10...12...13...24...24

More information

untitled

untitled DCMI nagamori@slis.tsukuba.ac.jp DCMI Metadata Schema Registry DCMI Dublin Core Metadata Initiative authoritative source 2004/10/29 2 1 Metadata is the information and documentation which makes data understandable

More information

1 911 9001030 9:00 A B C D E F G H I J K L M 1A0900 1B0900 1C0900 1D0900 1E0900 1F0900 1G0900 1H0900 1I0900 1J0900 1K0900 1L0900 1M0900 9:15 1A0915 1B0915 1C0915 1D0915 1E0915 1F0915 1G0915 1H0915 1I0915

More information

StarIO Android SDK for POS Printer

StarIO Android SDK for POS Printer v v v o o o v v v v v o o o v o o o o o o o o o o o o v v o o v v 201 StarIO Software Development Kit for Android Star Printer Model Interface 2.1 Android OS Version 3.0 2.3 2.2 4.1 4.0 3.2 3.1 Port Discovery

More information

untitled

untitled HP Performance Tuning Framework White Paper ( 3 2005/7/7)... 1... 1... 1... 1... 2... 2... 3 [Welcome]... 4 [Configuration]... 4 [OS Tuning]... 6 [Applications]... 7 [Graphics Driver]... 8 [3Dconnexion]...

More information

Condition DAQ condition condition 2 3 XML key value

Condition DAQ condition condition 2 3 XML key value Condition DAQ condition 2009 6 10 2009 7 2 2009 7 3 2010 8 3 1 2 2 condition 2 3 XML key value 3 4 4 4.1............................. 5 4.2...................... 5 5 6 6 Makefile 7 7 9 7.1 Condition.h.............................

More information

IPSJ SIG Technical Report Vol.2013-CE-122 No.16 Vol.2013-CLE-11 No /12/14 Android 1,a) 1 1 GPS LAN 2 LAN Android,,, Android, HTML5 LAN 1. ICT(I

IPSJ SIG Technical Report Vol.2013-CE-122 No.16 Vol.2013-CLE-11 No /12/14 Android 1,a) 1 1 GPS LAN 2 LAN Android,,, Android, HTML5 LAN 1. ICT(I Android 1,a) 1 1 GPS LAN 2 LAN Android,,, Android, HTML5 LAN 1. ICT(Information and Communication Technology) (Google [2] [5] ) 2. Google 2.1 Google Google [2]( 1) Google Web, Google Web Google Chrome

More information

Jan, 2004 Plenary Meeting ARIB 5 Jan, 2005 Plenary Meeting x86 BML Browser on DirectFB Jan, 2006 Technical Jamboree ARIB Extension for DirectFB 2

Jan, 2004 Plenary Meeting ARIB 5 Jan, 2005 Plenary Meeting x86 BML Browser on DirectFB Jan, 2006 Technical Jamboree ARIB Extension for DirectFB 2 ARIB Extension MITSUBISHI Electric Corp. 1 Jan, 2004 Plenary Meeting ARIB 5 Jan, 2005 Plenary Meeting x86 BML Browser on DirectFB Jan, 2006 Technical Jamboree ARIB Extension for DirectFB 2 Background Video

More information

SEO対策サービスパッケージ

SEO対策サービスパッケージ 実践! Android SDK アプリケーション開発 入門 Android 開発を始めましょう 学習フロー 第 1 部 ANDROIDの基本 機能 環境 ANDROIDの基本概念 開発環境の構築 開発方法と操作方法を学びます 第 2 部最初のAndroidアプリケーション開発簡単なAndroidアプリケーションの開発を実践します 第 3 部 Android SDK 開発と応用 Android SDK

More information

untitled

untitled VQT3B82-1 DMP-BDT110 μ μ μ 2 VQT3B82 ÇÕÇ¹Ç Ç +- VQT3B82 3 4 VQT3B82 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ij SD 1 2 3 4 5 6 7 8 Í VQT3B82 5 BD DVD CD SD USB 6 VQT3B82 2 ALL 1 2 4 VQT3B82 7

More information

インテル® VTune™ パフォーマンス・アナライザー 9.1 Windows* 版

インテル® VTune™ パフォーマンス・アナライザー 9.1 Windows* 版 VTune 9.1 Windows* ................................. 3...................... 3.................................................. 3............................................ 4 :.........................4................................................

More information

Networking Semester 802.3

Networking Semester 802.3 Networking Semester 802.3 2 ) ( Computer Hardware () () () () () () () () ()- () () () () () BIOS () Computer Software Operating Systems Windows, Linux Linux Windows OS I 1.C 2. 3. 3-1.main 3-2.printf

More information

2009 Web B012-1

2009 Web B012-1 2009 Web 2010 2 1 5108B012-1 1 4 1.1....................................... 4 1.2................................... 4 2 Web 5 2.1 Web............................... 5 2.2 Web.................................

More information

( 1 ) [1] OTT (over-thetop) OTT 1:? YouTube Netflix Spotify Facebook Twitter OTT Skype Google Talk WhatsApp OTT OTT OTT OTT (100 ) 5,000 4,000 3,000 2

( 1 ) [1] OTT (over-thetop) OTT 1:? YouTube Netflix Spotify Facebook Twitter OTT Skype Google Talk WhatsApp OTT OTT OTT OTT (100 ) 5,000 4,000 3,000 2 2013 5 ( 1 ) [1] OTT (over-thetop) OTT 1:? YouTube Netflix Spotify Facebook Twitter OTT Skype Google Talk WhatsApp OTT OTT OTT OTT (100 ) 5,000 4,000 3,000 2,000 1,000 : 2012 PC 0 2009 2010 2011 2012 2013

More information

Microsoft Word - sugiyama.doc

Microsoft Word - sugiyama.doc backtrack ( ) sugiyama[atmark]yamanashi.ac.jp 1. Web Linux ssh firewall firewall ( 1) Linux backtrack Debian,OpenSUSE,FreeBSD PC-UNIX PC backtrack CD USB 2. backtrack Linux ( 2) CD USB VMware 3 USB Vmware

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション Biz/Browser 2005 118 Biz/Browser Rich Client Biz/Browser Macromedia Flash MX Curl Surge Runtime Adobe Acrobat B2B B2C OLAP Biz/Designer CRS Chain Reflection Script Flash MX Pro 2004 SWF Action Script Surge

More information

20th Embarcadero Developer Camp

20th Embarcadero Developer Camp B3 PHPテクニカルセッション 17 Th Developer Camp RadPHP 新バージョン情報 + モバイル開発の可能性を探る エンバカデロ テクノロジーズ エヴァンジェリスト高橋智宏 1 アジェンダ RadPHP XE2 に関するアップデート RPCL components for Zend Framework(tm) 計 43 個 jquery Mobile 最近のトレンド RPCL

More information

1.... 1 2.... 1 2.1. RATS... 1 2.1.1. expat... 1 2.1.2. expat... 1 2.1.3. expat... 2 2.2. RATS... 2 2.2.1. RATS... 2 2.2.2.... 3 3. RATS... 4 3.1.... 4 3.2.... 4 3.3.... 6 3.3.1.... 6 3.3.2.... 6 3.3.3....

More information

VQT3B86-4 DMP-HV200 DMP-HV150 μ μ l μ

VQT3B86-4 DMP-HV200 DMP-HV150 μ μ l μ -4 DMP-HV200 DMP-HV150 μ μ l μ [DMP-HV200] l [DMP-HV200] l +- l l j j j[dmp-hv200] l l l [DMP-HV200] l l l l [DMP-HV200] l [DMP-HV200] l l [DMP-HV200] l [DMP-HV200] [DMP-HV150] l l Ë l l l l l l l l l

More information

1 1.1 PC PC PC PC PC workstation PC hardsoft PC PC CPU 1 Gustavb, Wikimedia Commons.

1 1.1 PC PC PC PC PC workstation PC hardsoft PC PC CPU 1 Gustavb, Wikimedia Commons. 1 PC PC 1 PC PC 1 PC PC PC PC 1 1 1 1.1 PC PC PC PC PC workstation PC 1.1.1 hardsoft 1.1.2 PC PC 1.1 1 1. 2. 3. CPU 1 Gustavb, Wikimedia Commons.http://en.wikipedia.org/wiki/Image:Personal_computer,_exploded_5.svg

More information

maegaki_4_suzuki_yuusuke.pdf

maegaki_4_suzuki_yuusuke.pdf JavaScript, ECMA262 5.1(June 2011) TC39 Conformance Suite Test262 Building modern JavaScript Engine YUSUKE SUZUKI, We implemented an engine that is fully compliant with ECMA262 5.1 (June 2011) and confirmed

More information

24 Boid

24 Boid 24 Boid 200902854 1 1 4 1.1............................... 4 1.2............................... 5 1.3.............................. 5 2 6 2.1.................... 6 2.1.1.......................... 6 2.1.2.........................

More information

Microsoft Word - 平成25年度調査研究事業報告書-四国大学山本 doc

Microsoft Word - 平成25年度調査研究事業報告書-四国大学山本 doc 1 2 SNS 1 90 ICT 3 1. 2. QR QR 1 NFC 4 2 4 4 1 4 1 SNS ICT 5 Ruby Ruby 6 7 5, 19 4. 19 4 8 1 24 5 1 11 HP http://www.tokushima-ec.ed.jp/special_support/school.html 9 34 60 22 25 2 57 24 5 1 8 9 10 11 10

More information

Microsoft Word - hozon-fujimura-HP-伊勢工業高校における造船教育の歴史から学ぶ20160713

Microsoft Word - hozon-fujimura-HP-伊勢工業高校における造船教育の歴史から学ぶ20160713 1233 1 600 300 1578 1636 1800 Google 2 3 1853 1854 2000 1842 1848 300 1800 4 300 800 5 6 7 8 9 10 14 6 2 4 3 1 2 1 13 3 3 3 1 3 3 1 1 1 10 1 14 14 2 23 3 136 1 72 1 6 1 22 2 236 12 236 11 10% 7% 16% 17%

More information

TeXユーザの集い2009参加者アンケート報告書

TeXユーザの集い2009参加者アンケート報告書 TEX 29 TEX 29 http://oku.edu.mie-u.ac.jp/texconf9/ 29 9 1 29 8 29 TEX 29 TEX TEX 29 TEX 2 TEX TEX TEX 29 2 2 TEX 29 79 SQS (Shared Questionnaire System) *1 TEX TEX 3 TEX TEX 3.1 1. 25 2. 35 3. 45 4. 55

More information

1_26.dvi

1_26.dvi C3PV 1,a) 2,b) 2,c) 3,d) 1,e) 2012 4 20, 2012 10 10 C3PV C3PV C3PV 1 Java C3PV 45 38 84% Programming Process Visualization for Supporting Students in Programming Exercise Hiroshi Igaki 1,a) Shun Saito

More information

Graph Tools

Graph Tools i 1 1 Graphviz Graphviz Windows Mac Linux OS 1.1 Graphviz 1.2 Graphviz Graphviz 1 Graphviz 2 1.2 Finite Automaton (C) AT&T Graphviz DOT DOT digraph { rankdir=lr; node [shape = doublecircle]; LR_0 LR_3

More information

橡アップグレードB6.15.doc

橡アップグレードB6.15.doc Pervasive.SQL 2000 White Paper Btrieve TM 6.15 Pervasive.SQL TM 7 Pervasive.SQL TM 2000 White Paper Rev.1 11/1999 Pervasive Software Inc. The Freedom to Create Applications for Everyone, Everywhere ...3...3...3...4...5...5...5

More information

untitled

untitled TZ-BDT910M TZ-BDT910F TZ-BDT910P μ μ μ μ TM VQT3F51-1 l l l [HDD] [BD-RE] [BD-R] [DVD-V] [BD-V] [RAM] [CD] [SD] [-R] [USB] [-RW] [RAM AVCREC ] [-R AVCREC ] [RAM VR ][-R VR ] [-RW VR ] [-R V ] [-RW

More information

2

2 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 /* CSS */ font-size: 14px; /* */ @media screen and (max-width:760) { font-size: 12px; } /* HD */ @media screen and

More information

2

2 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 /* CSS */ font-size: 14px; /* */ @media screen and (max-width:760) { font-size: 12px; } /* HD */ @media screen

More information

cocos2d-x #cocos2d-x

cocos2d-x #cocos2d-x cocos2d-x #cocos2d-x 1 1: cocos2d-x 2 2 Examples 2 Mac OS X 2 2 2 2 Windows 3 3 3 4 8 You can share this PDF with anyone you feel could benefit from it, downloaded the latest version from: cocos2d-x It

More information

metaio Creator Workshop

metaio Creator Workshop metaio Creator 活用講座 2013-11-29 目次 (1/2) 1. はじめに 1.1 metaio Creator とは 1.2 入手方法 1.3 動作仕様 1.4 デモモードについて 3.metaio Creator の機能 3.1 画面説明 3.2 ログインとサーバー設定 3.3 マーカーの登録 3.4 (3D モデル / 画像 / 音 ) 3.5 動画 (In-page/Fullscreen/Youtube)

More information

Sage for Mathematics : a Primer ‚æ1Łfl - Sage ‡ð™m‡é

Sage for Mathematics : a Primer   ‚æ1Łfl - Sage ‡ð™m‡é .. / JST CREST. s-yokoyama@imi.kyushu-u.ac.jp 2013 1 15 / IIJ Shun ichi Yokoyama (IMI/JST CREST) at IIJ January 15th, 2013 1 / 23 1 Sage Sage Sage Notebook Sage Salvus 2 Sage Sage Cryptosystem Sage Shun

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 13 2007-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento FileMaker, Inc. FileMaker WebDirect Bento FileMaker,

More information

Introduction to Information and Communication Technology (a)

Introduction to Information and Communication Technology (a) Introduction to Information and Communication Technology (a) 5 th week: 1.4 Transmission, exchange and evaluation of information Kazumasa Yamamoto Dept. Computer Science & Engineering Introduction to ICT(a)

More information

橡第19期Q1説明会プレゼン(2)事業(WebUp用

橡第19期Q1説明会プレゼン(2)事業(WebUp用 ACCESS ACCESS 15 1 ACCESS 2002 6 20 1 L-mode PDA 2 3 350 Car Navi Digital Camera 7000 300 250 200 150 100 50 DreamCast i-mode Digital TV L-mode ez@mail PDA 1998 1999 2000 2001 2002 5000 6000 4000 3000

More information

日本感性工学会論文誌

日本感性工学会論文誌 Vol.13 No.2 pp.391-402 2014 PROGRESS Consideration of the Transition in Mitsubishi Electric Corporate Website Design Transition in Response to Environmental Change and Record through the Case of Corporate

More information