Microsoft Word - RoIS_SampleCode.doc

Size: px
Start display at page:

Download "Microsoft Word - RoIS_SampleCode.doc"

Transcription

1

2 Ver Copyright RoIS revised submission HRI Engine ERROR_MSG_MAXSIZE VisualStudio

3 ATR Copyright (C) ATR Intelligent Robotics and Communication Laboratories ATR

4 Object Management Group OMG Robotic Interaction Service Framework, RoIS Framework Human-Robot InteractionHRI [1] OMG robotics Robotic Interaction Service (RoIS) Framework RFP [ [2] OMG robotics Robotic Interaction Service (RoIS) Framework Initial Submission [ [3] OMG robotics Robotic Interaction Service (RoIS) Framework Revised Submission [ [4] libroishriserver ver.0.2 [5] libroishriclient ver.0.2 [6] libroisappserver ver.0.2 [7] libroisappclienr ver.0.2 [8] libroisapp ver.0.2

5 HRI Engine HRI Engine...17 HRI Engine...17 HRI Engine RoIS_HRI main omniorb...19 librois...20 HRI Engine omni...22 HRI Engine

6 Windows XP RoIS Framework librois librois HRI RoIS Framework HRI Engine Windows XP documents RoIS Framework (librois) librois RoIS Framework (librois) bin idl CORBA IDL include lib libroisapp libroisapp libroisappclientlibroisappclient libroisappserverlibroisappserver libroishriclientlibroishriclient libroishriserverlibroishriserver RoIS_APP_sample RoIS_HRI_sampleHRI Engine

7 Microsoft Visual Studio 2005(vs8) Microsoft Visual Studio 2005 Microsoft Visual C SP1 (x86) ae1a-4a14-984d-389c36f85647&displaylang=ja MSXML 4.0 Service Pack 2 (Microsoft XML Core Services) -B4F2-46DA-B4B6-C5D7485F2B42 HRI Engine RoIS_HRI_App RoIS_HRI_Dlg RoIS_Hri_Callback librois RoIS_Hri::Entity RoIS_ServiceApps RoIS_Components HRI Engine HRI RoIS_RegistedTypes RoIS_ExchangedMessages

8 RoIS_Parameters RoIS_Profile_Manager RoIS_HRI_sample bin RoIS_HRI.exe HRI Engine RoIS_HRI_PARAM.ini HRI Engine profiles HRI Engine include RoIS_HRI_Callback.h RoIS_Hri_Callback RoIS_HRI_Entity.h RoIS_Hri::Entity RoIS_HRI_MessageStrage.h RoIS_ServiceApps, RoIS_Components, RoIS_Registed_Types, RoIS_ExchangedMessages, RoIS_Parameters RoIS_HRI_ProfileManager.h RoIS_Profile_Manager RoIS_HRIApp.h RoIS_HRI_App RoIS_HRIDlg.h RoIS_HRI_Dlg source RoIS_HRI_Callback.cpp RoIS_Hri_Callback RoIS_HRI_Entity.cpp RoIS_Hri::Entity

9 RoIS_HRI_ProfileManager.cpp RoIS_Profile_Manager RoIS_HRIApp.cpp RoIS_HRI_App RoIS_HRIDlg.cpp RoIS_HRI_Dlg

10 HRI HRI HRI

11 HRI RoIS Framework profiles HRI Engine HRIEngine.xml xml HRI Engine HRI Engine HRI Engine HRI <HRIEngineProfile> HRI Engine <identifier> <name> <HRIComponent> HRIEngine HRI Engine HRI HRI HRI HRI <HRIComponentProfile>HRI <identifier> <name> HRI HRI

12 rois_common system_information person_detection person_localization person_identification face_detection face_localization sound_detection sound_localization speech_recognition gesture_recognition speech_synthesis navigation follow move <SubComponentProfile> HRI <MessageProfile> <ParameterProfile> <MessageProfile> attribute type CommandMessageProfile QueryMessageProfile EventMessageProfile name <Results> <Argument>

13 <MessageProfile>(or <Results>/<Argument>) attribute name default_value description <data_type_ref> attribute code codebook_ref version SAMPLE::SERVICE_FUNCTION librois SAMPLE::HRI_ENGINE_CALLBACK librois RoIS_APP_sample bin sample.exe

14 RoIS_APP_PARAM.ini include sample.h SAMPLE::SERVICE_FUNCTION sample_callback.h SAMPLE::HRI_ENGINE_CALLBACK source main.cpp sample sample.cpp SAMPLE::SERVICE_FUNCTION sample_callback.cpp SAMPLE::HRI_ENGINE_CALLBACK RoIS Framework HRIEngine RoIS I/F

15 RoIS Framework

16 HRI Engine HRI Engine HRI Engine

17 HRI Engine (RoIS_HRI) (sample) CORBA CORBA HRI Engine sample () libroisapp () [4-(5)-(b)] libroishriclient (CORBA ) libroishriserver () [4-(4)-(a)] RoIS_HRI HRI Engine RoIS_HRI () [4-(4)-(b)] libroisappclient (CORBA ) libroisappserver () [4-(5)-(a)] libroisapp () sample HRI Engine RoIS_HRI CORBA CORBA libroishriserver

18 RoIS_Hri_Callback RoIS_HRI_App RoIS_Hri::Entity RoIS_HRI RoIS_HRI_Dlg RoIS_HRI_App RoIS_Hri::Entity libroisappclient (CORBA ) sample CORBA CORBA main main SAMPLE::SERVICE_FUNCTION libroisapp libroishriclient (CORBA )

19 (CORBA ) libroisappserver libroisapp SAMPLE::HRI_ENGINE_CALLBACK SAMPLE::SERVICE_FUNCTION main omniorb omniorb ver omniorb omniorb "omniorb x86_win32-vs8.zip" Microsoft Visual Studio 2005(vs8) omniorb x86_win32-vs8.zip OMNI_ROOT = () (C: temp omniorb-4.1.4) PATH = %OMNI_ROOT% bin x86_win32;

20 librois RoIS Framework librois ROIS_ROOT = () (C: temp librois) PATH = %ROIS_ROOT% bin; HRI Engine HRI Engine INI RoIS_HRI_sample bin RoIS_HRI_PARAM.ini INI HRI Engine [PARAM_RoIS] CORBA RETRY_NUM SYSTEM_IF RoIS System I/F COMMAND_IF RoIS Command I/F QUERY_IF RoIS Query I/F EVENT_IF RoIS Event I/F [PARAM_BUFFSIZE] APP_MAXSIZE HRI Engine EVENT_MAXSIZE subscribe EVENT_MSG_MAXSIZE

21 COMMAND_MAXSIZE COMMAND_MSG_MAXSIZE ERROR_MSG_MAXSIZE [ORB_SETTING] HRI_NAME_HOST execute ORBA INI RoIS_APP_sample bin RoIS_APP_PARAM.ini INI [PARAM_RoIS] CORBA RETRY_NUM SYSTEM_IF RoIS System I/F () COMMAND_IF RoIS Command I/F () QUERY_IF RoIS Query I/F () EVENT_IF RoIS Event I/F () APP_IF RoIS I/F [PARAM_BUFFSIZE] PARAM_MAXSIZE EVENT_MAXSIZE HRI Engine subscribe EVENT_MSG_MAXSIZE

22 COMMAND_MAXSIZE COMMAND_MSG_MAXSIZE [ORB_SETTING] HRI_NAME_HOST APP_NAME_HOST HRI Engine execute ORBA HRI Engine omni omninames -start "-start"%temp% omninames-***.log/.bak

23 HRI Engine RoIS_HRI_sample bin RoIS_HRI.exe

24 RoIS_APP_sample bin sample.exe HRI Engine [3] HRI Engine execute [3] CommandMessage CommandUnitList

インストールマニュアル

インストールマニュアル EPSON OPOS ADK (1) (2) (3) (4) (5) (3) Microsoft Windows Windows Vista Windows Server Visual Basic Visual C++ EPSON ESC/POS Copyright 2000-2011 SEIKO EPSON CORPORATION 1...1 1.1...1 1.2...1 1.3...2 2...4

More information

インストールマニュアル

インストールマニュアル EPSON OPOS ADK (1) (2) (3) (4) (5) (3) Microsoft Windows Windows Vista Windows Server Visual Basic Visual C++ EPSON ESC/POS Bluetooth Bluetooth SIG,Inc. Copyright 2000-2017 Seiko Epson Corporation 1...1

More information

untitled

untitled OCN 1.0 2005615 OCN OCN OCN OCN http://www.ocn.ne.jp/hosting/usersupport/ OCN NTT OCNNTT 7 1.0 1 2 1.0 0. 0.1 CGI CGI CGI 0.2 xxxx(*1).html index.html index2.html intro.swf xxxx(*1) flash gallery img include

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

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

インテル(R) C++ Composer XE 2011 Windows版 入門ガイド

インテル(R) C++ Composer XE 2011 Windows版 入門ガイド C++ Composer XE 2011 Windows* エクセルソフト株式会社 www.xlsoft.com Rev. 1.2 (2011/05/03) Copyright 1998-2011 XLsoft Corporation. All Rights Reserved. 1 / 70 ... 4... 5... 6... 8 /... 8... 10 /... 11... 11 /... 13

More information

untitled

untitled Windows Internet Information Server SQL Server 2 Explorer 3 MMC MMC mmc /a SQL Enterprise Manager IIS 4 MMC 5 MMC 6 Internet Information Server IIS %SystemRoot% system32 Logfiles IIS Web 8 IIS 9 ODBC Windows

More information

untitled

untitled 1 2 ...1 ...1...3...4...4...4...5...7...10 3-1...10 3-2...10 3-3...11 3-4 Windows2000 / XP...11 3-5 PC...13...14 4-1 SYSTEM...14 4-2 DISPLAY...15...17...20...22...23...24...25...25...25...25...26...28

More information

インテル(R) Visual Fortran Composer XE 2011 Windows版 入門ガイド

インテル(R) Visual Fortran Composer XE 2011 Windows版 入門ガイド Visual Fortran Composer XE 2011 Windows* エクセルソフト株式会社 www.xlsoft.com Rev. 1.0 (2010/12/20) Copyright 1998-2011 XLsoft Corporation. All Rights Reserved. 1 / 36 ... 3... 4... 5... 7 /... 7... 9 /... 9...

More information

<Documents Title Here>

<Documents Title Here> Oracle Application Server 10g(9.0.4) for Microsoft Windows Discoverer Oracle Application Server 10g(9.0.4) for Microsoft Windows Discoverer Oracle Application Server 10g(9.0.4) Oracle Application Server(OracleAS)

More information

16 3 1....1 2....3 3....5 4....6 1....7 2....8 3....11 4....13 1....15 2....17 PRTR...20...23...30...35 1. 1 2 2. / / 29 / / 29 29 3 PRTR () () 29 29 * 29 4 3. 4 1 6 30 (1) 35 13 (2) 14 (3) PRTR 23 ID

More information

2 3

2 3 Sample 2 3 4 5 6 7 8 9 3 18 24 32 34 40 45 55 63 70 77 82 96 118 121 123 131 143 149 158 167 173 187 192 204 217 224 231 17 285 290 292 1 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38

More information

I

I SR-SaaS I. - 1 - 1. 1-1) URL 1-2) ID SAAS - 2 - 1-3) - 3 - 2. 2-1) RemoteApp SR-SaaS 2-2) RemoteApp 2-3) : SAAS SSZK9999 ID SAAS OK - 4 - 2-4) RemoteApp 2-5) SR-SaaS - 5 - II. Windows - 6 - 1. Windows

More information

Microsoft Word - w_mkl_build_howto.doc

Microsoft Word - w_mkl_build_howto.doc MKL 10.0 2007/12/18 XLsoft - 2 - 1....- 4-2. MKL...- 4-3....- 5-3-1....- 5-3-1-1. Microsoft Visual C++ 2005...- 5-3-1-2. C/C++...- 9-3-1-3. Fortran...- 11-3-2. Microsoft Visual Studio...- 13-3-2-1. Microsoft

More information

Информационное сообщение о проведении конкурсов-

Информационное    сообщение  о  проведении     конкурсов- 131 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 71 7 1 71 71 71 71 7-1 71 71 71 71 71 71 71

More information

実施していただく前に

実施していただく前に SiteProtector 2.0 Service Pack 5 Service Pack 6 2006 4 7 1.... 2 Event Collector Service Pack 1.13... 3 2. SiteProtector Core SP6... 4 3. Console... 10 4. Service Pack 6... 11 5. 1 Deployment Manager...

More information

インテル(R) Visual Fortran Composer XE 2013 Windows版 入門ガイド

インテル(R) Visual Fortran Composer XE 2013 Windows版 入門ガイド Visual Fortran Composer XE 2013 Windows* エクセルソフト株式会社 www.xlsoft.com Rev. 1.1 (2012/12/10) Copyright 1998-2013 XLsoft Corporation. All Rights Reserved. 1 / 53 ... 3... 4... 4... 5 Visual Studio... 9...

More information

( ) ver.2015_01 2

( ) ver.2015_01 2 1 1.1 1.2 1.3 2 ( ) 2.1 2.2 2.3 2.4 3 4 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5 5.1 5.2 5.3 5.4 6 6.1 6.2 6.3 7 7.1 7.2 7.3 8 ver.2015_01 2 1 1.1 1.2 1.3 ver.2015_01 3 2 2.1 2.2 2.3 ver.2015_01 4 2.4 ver.2015_01

More information

dicutil1_5_2.book

dicutil1_5_2.book Kabayaki for Windows Version 1.5.2 ...1...1 1...3...3 2...5...5...5...7...7 3...9...9...9...10...10...11...12 1 2 Kabayaki ( ) Kabayaki Kabayaki ( ) Kabayaki Kabayaki Kabayaki 1 2 1 Kabayaki ( ) ( ) CSV

More information

Oracle Policy Automation 10.0システム要件

Oracle Policy Automation 10.0システム要件 Oracle Policy Automation 10.0 システム要件 2009 年 12 月 - バージョン 1.01 Oracle Policy Automation 製品 バージョン 10.00 の概要 製品 プラットフォーム Oracle Policy Modeling Microsoft Windows( デスクトップ ) Oracle Policy Automation( ランタイム

More information

HTML Flash Alt 2

HTML Flash Alt 2 1 HTML Flash Alt 2 [ ] [ ] HTML CSS [ ] 3 1 BGM 4 TAB IT 5 Ver1.0 HTML HTML HTML HTML URL HTML HTML.HTML.HTM 6 HTML h1 h6 *1 HTML title *1 7 HTML img ALT *1 *1 ALT HTML img ALT ALT img ALT ALT * - ALT

More information

Windows Macintosh 18 Java Windows 21 Java Macintosh

Windows Macintosh 18 Java Windows 21 Java Macintosh 2 2 2 6 6 6 12 16 17 18 Windows Macintosh 18 Java Windows 21 Java Macintosh 23 25 26 26 27 33 34 40 48 55 57 60 Sun Sun Microsystems Java Java Sun Microsystems, Inc. Microsoft Windows Windows Microsoft

More information

立ち読みページ

立ち読みページ 1 Word 1-1 33 1-2 45 1-3 54 1-4 Office Word 2007 66 1 1-1 1-1-1 33 Word FAX 1 1 2 1 Office Windows 7 Windows Vista Windows XP 3 4 5 6 34 2 Office Microsoft Office Online 35 1-1-2 1 2 3 4 5 6 2 1 1 36 37

More information

intra-mart BaseModule/Framework

intra-mart BaseModule/Framework CSV XML 2007 1 18 2007/1/18 CSV XML 1...6 1.1...6 1.2...6 1.3...6 1.4...7 2...8 2.1...8 2.1.1 csv2xml.properties...8 2.1.2...8 2.1.2.1 config.xml...8 2.1.2.2 encoding.xml...8 2.1.2.3 logging.properties...8

More information

untitled

untitled Lotus Notes Microsoft Office SharePoint Portal Server 2003 Lotus Notes : 2004 2 : 2006 3 ...1...2...3 Windows...4...5 Notes Windows...6 Notes Windows...10 Lotus Notes...13 Lotus Notes...16 Lotus Notes...17...22...29

More information

Ver ceil floor FunctionGenerator (PTZCameraSony)

Ver ceil floor FunctionGenerator (PTZCameraSony) RT 2011 9 18 2009 11 15 1 2009 11 20 2009 12 4 1.2 Ver.1.0.2 ceil floor 3.2.1 4 FunctionGenerator 4.1 2009 12 7 4.2 2009 12 18 1.4 - - (PTZCameraSony) 2.2 - - 4.3 - - 2009 12 27 1.1 2011 9 18 OpenRTM-aist-1.0.0

More information

真夏の夜の悪夢

真夏の夜の悪夢 1 E 1 2 E 2 3 4 E 3 5 6 7 8 E 4 E 5 9 10 E 6 11 12 E 7 13 14 E 8 15 15 E 9 16 E 10 17 E 11 18 E 12 19 E 13 20 E 14 21 22 23 E 15 24 E 16 25 E 17 26 27 E 18 28 E 19 29 35 35 30 31 E 20 32 33 E 21 34 35

More information

Oracle Lite Tutorial

Oracle Lite Tutorial GrapeCity -.NET with GrapeCity - FlexGrid Creation Date: Nov. 30, 2005 Last Update: Nov. 30, 2005 Version: 1.0 Document Control Internal Use Only Author Hiroshi Ota Change Logs Date Author Version Change

More information

COBOLソース解析支援 導入・運用ガイド

COBOLソース解析支援 導入・運用ガイド COBOL 3020-3-C10-10 P-2651-1214 COBOL 01-01 OS Windows XP Windows Vista Windows 7 InstallShield Macrovision Corporation / Internet Explorer Microsoft Corporation Microsoft Microsoft Corporation Microsoft

More information

はがきファイリングOCR V1.1 ユーザーズガイド

はがきファイリングOCR V1.1 ユーザーズガイド OCR V1.1 OCR V1.1 OCR V1.1 OCR V1.1 Readme.txt OCR V1.1 OCR V1.1 OCR 2004 10 MicrosoftWindowsWindows NT Microsoft Corporation Microsoft Corporation All Rights Reserved, Copyright PFU 2001-2004 OCR V1.1

More information

untitled

untitled Copyright 3269 34 Copyright 3269 34 Copyright 3269 34 Copyright 3269 34 Copyright 3269 34 Copyright 3269 34 Copyright 3269 34 Copyright 3269 34 Copyright 3269 34 Copyright 3269 34 Copyright 3269 34 Copyright

More information

tomo_sp1

tomo_sp1 1....2 2....7...14 4....18 5....24 6....30 7....37 8....44...50 http://blog.garenet.com/tomo/ Copyright 2008 1. Copyright 2008 Copyright 2008 Copyright 2008 Copyright 2008 Copyright 2008 Copyright 2008

More information

untitled

untitled Copyright 1 Copyright 2 Copyright 3 Copyright 4 Copyright 5 Copyright 6 Copyright 7 Copyright 8 Copyright 9 Copyright 10 Copyright 11 Copyright 12 Copyright 13 Copyright 14 Copyright 15 Copyright 16 Copyright

More information

2. (297) 91 (365) (366) (371) (673) (938) (64) 85 (91) (631) (561) (302) (616) 63 (906) 68 (338) (714) (747) (169) (718) 62 (1,063) 67 (714) (169) (90

2. (297) 91 (365) (366) (371) (673) (938) (64) 85 (91) (631) (561) (302) (616) 63 (906) 68 (338) (714) (747) (169) (718) 62 (1,063) 67 (714) (169) (90 1. (297) 91 (365) (366) (938) (371) (673) 68 (338) (473) (864) (396) (939) (217) (616) 89 (371) (673) (91) (938) (297) 82 (302) (938) (631) (297) (616) (91) 76 (203) 81 (561) (263) (64) (644) (616) 65

More information

2. (1,009) 45 (368) (226) (133) (54) (260) 25 (446) 30 (774) (156) (805) (244) (652) 22 (128) (652) (157) (597) (805) (446) 30 (774) 35 (238) (581) (1

2. (1,009) 45 (368) (226) (133) (54) (260) 25 (446) 30 (774) (156) (805) (244) (652) 22 (128) (652) (157) (597) (805) (446) 30 (774) 35 (238) (581) (1 1. (189) 42 (133) (362) (93) (1,009) (260) (331) (189) (581) (238) (123) (140) (123) (362) (140) (238) (189) (581) (140) 41 (260) (93) (362) (1,009) (189) 21 (440) 26 (805) (597) (128) (446) (157) (362)

More information

untitled

untitled 1 5,000 Copyright 1 5,000...4...4...4...4...4...4...4...5...5...5...5...5...5...6...6...6...7...8...9...9...9...10...12...12...12...12...13...14...14...14...15...15...15 Copyright 1 5,000...16...16...16...16...17...18

More information

JA2008

JA2008 A1 1 10 vs 3 2 1 3 2 0 3 2 10 2 0 0 2 1 0 3 A2 3 11 vs 0 4 4 0 0 0 0 0 3 6 0 1 4 x 11 A3 5 4 vs 5 6 5 1 0 0 3 0 4 6 0 0 1 0 4 5 A4 7 11 vs 2 8 8 2 0 0 0 0 2 7 2 7 0 2 x 11 A5 9 5 vs 3 10 9 4 0 1 0 0 5

More information

Metasploit 2012.indb

Metasploit 2012.indb 7 2 Metasploit Metasploit Framework MSF Metasploit Metasploit 2 Metasploit Metasploit 2.1 Metasploit 2.1.1 エクスプロイト Web SQL 2.1.2 Framework リバースシェル Windows 5 バインドシェル 8 2 Metasploit OS 2.1.3 シェルコード Meterpreter

More information

INDEX & CBN

INDEX & CBN Windows Macintosh Ctrl Command F F INDEX & CBN 2 9 15 17 20 23 26 28 30 33 & CBN 10901 5 11052 5 10902 5 11053 5 10903 5 11054 5 10905 5 11055 5 10906 5 11056 5 10907 5 11058 5 10908 5 11060 5 10921 5

More information

(OnePoint) ( URL Web Copyright 2005 Microsoft Corporation. All rights reserved. Microsoft Windows Visual Basic Visual Studio Microsoft Corporation

(OnePoint) ( URL Web Copyright 2005 Microsoft Corporation. All rights reserved. Microsoft Windows Visual Basic Visual Studio Microsoft Corporation Microsoft Microsoft Visual Basic.NET (OnePoint) ( URL Web Copyright 2005 Microsoft Corporation. All rights reserved. Microsoft Windows Visual Basic Visual Studio Microsoft Corporation Microsoft Microsoft

More information

P3PC

P3PC P3PC-2412-05 ScanSnap S1500 S1500MScanSnap ScanSnap ScanSnap Setup DVD- ROM PDFScanSnap Microsoft Windows Windows Vista Microsoft Excel PowerPoint Microsoft Corporation Apple Apple Mac Mac OS iphoto Apple

More information

untitled

untitled FutureNet Microsoft Corporation Microsoft Windows Windows 95 Windows 98 Windows NT4.0 Windows 2000, Windows XP, Microsoft Internet Exproler (1) (2) (3) COM. (4) (5) ii ... 1 1.1... 1 1.2... 3 1.3... 6...

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

250 200 150 100 50 0 585960616263 1 2 3 4 5 6 7 8 9 10111213141516171819202122 /.pdf

250 200 150 100 50 0 585960616263 1 2 3 4 5 6 7 8 9 10111213141516171819202122  /.pdf 250 200 150 100 50 0 585960616263 1 2 3 4 5 6 7 8 9 10111213141516171819202122 http://passnavi.evidus.com/teachers/topics/ /.pdf .. 600 500 400 300 200 100 0 56 59 62 4 6 8 10 12 14 16 18 20 21 SP , (%)

More information

Version C 1 2 3 4 5 1 2 3 4 5 6 7 8 9 0 A 1 2 1 3 4 5 1 1 2 1 1 1 2 4 5 6 7 8 3 1 2 C a b c d e f g A A B C B a b c d e f g 3 4 4 5 6 7 8 1 2 a b 1 2 a b 1 2 1 2 5 4 1 23 5 6 6 a b 1 2 e c d 3

More information

<Documents Title Here>

<Documents Title Here> Oracle Application Server 10g Release 2 (10.1.2) for Microsoft Windows Business Intelligence Standalone Oracle Application Server 10g Release 2 (10.1.2) for Microsoft Windows Business Intelligence Standalone

More information

財務応援Lite Ver.7.0

財務応援Lite Ver.7.0 LiteVer.7.0 LiteVer.7.0 SuperVer.7.0 InterKX 2006 InterKX Ver.3.0 Lite Ver.36 Ver.2.5 Lite Ver.36Ver.2.5 Lite Ver.7.0 Lite Ver.7.0 InterKX Ver.7.0 Ver.6 P.16 Lite Ver.7.0 WINKE WINKE7 USER USER7 Ver.7.0

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

GTSC Security Response Team Microsoft Asia Limited ( ) 2

GTSC Security Response Team Microsoft Asia Limited ( ) 2 GTSC Security Response Team Microsoft Asia Limited ( ) 2 Agenda 3 No Yes or 4 OS etc HFNetChk Microsoft Baseline Security Analyzer (MBSA) 5 HFNetChk shavlik HFNetChk 6 HFNetChk HFNetChk XML DB XML DB http://download.microsoft

More information

untitled

untitled NeoPre NeoPre ( ) TEL092-947-2304 Microsoft AccessPowerPoint CPU 500MHz 256MB 512MB 1.5GB MicrosoftAccess 1024x768 Microsoft Windows(R) XP Service Pack (SP) 2 Microsoft Access2003 Microsoft Powerpoint2003

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

PDFŠp…f†[…^

PDFŠp…f†[…^ DIGITAL IMAGING SYSTEM DICOM Digital Imaging and Communications in Medicine (DICOM) Part 1: Introduction and Overview NEMA Part 4 Service Class Specifications Part 3 Information Object

More information

Adobe LiveCycle Workbench 11 のインストール

Adobe LiveCycle Workbench 11 のインストール Adobe LiveCycle - Workbench 10 http://help.adobe.com/ja_jp/legalnotices/index.html iii 1 1.1............................................................................................ 1 1.2..............................................................................................................

More information

wpEnterpriseSvr.doc

wpEnterpriseSvr.doc COBOLJava.NETWeb IT COBOL Micro Focus Enterprise Server Enterprise Server COBOL Enterprise Server COBOL Enterprise Server COBOL COBOL COBOL Java.NET IT Micro Focus COBOLJ2EE.NET Web COBOL Enterprise Server

More information

Moldplus_Server_4.12

Moldplus_Server_4.12 Moldplus Server 4.12 04.12.2008... 3 MOLDPLUS SERVER V4.12... 4 VERSION 4.12 WHAT S NEW...5... 7... 9... 15 A.WINDOWS VISTA WINDOWS XP SERVER... 15 B. WINDOWS VISTA... 18... 23 XML... 24... 27 1.1 MOLDPLUS

More information

2009/ 1/30 1.00

2009/ 1/30 1.00 No.1A00489a Ver 1.00 2009/ 1/30 1.00 > 2-1.... 1 2-2.... 2 2-3.... 3 2-3-1.... 3 2-3-2..NET Framework Version 2.0... 3 2-4.... 4 2-4-1..NET Framework Version 2.0 & Language Pack... 4 2-4-2. PC... 6

More information

TravelXMLを利用した Webサービス実証実験デモ

TravelXMLを利用した Webサービス実証実験デモ UDDI UDDI TravelXML UDDI TravelXML UDDI TravelXML 2 UDDI UDDI ( ) ( ) ) ( ) ID AC0001 ID AC0002 ID AC0003 Web Web UDDI ID 3 UDDI UDDI API UDDI EndPoint

More information

インテル(R) Visual Fortran Composer XE

インテル(R) Visual Fortran Composer XE Visual Fortran Composer XE 1. 2. 3. 4. 5. Visual Studio 6. Visual Studio 7. 8. Compaq Visual Fortran 9. Visual Studio 10. 2 https://registrationcenter.intel.com/regcenter/ w_fcompxe_all_jp_2013_sp1.1.139.exe

More information

ORCA (Online Research Control system Architecture)

ORCA (Online Research Control system Architecture) ORCA (Online Research Control system Architecture) ORCA Editor Ver.1.2 1 9 10 ORCA EDITOR 10 10 10 Java 10 11 ORCA Editor Setup 11 ORCA Editor 12 15 15 ORCA EDITOR 16 16 16 16 17 17 ORCA EDITOR 18 ORCA

More information

<Documents Title Here>

<Documents Title Here> Oracle9i Database R9.2.0 for Windows Creation Date: Mar 06, 2003 Last Update: Mar 24, 2003 CD 1 A99346-01 Oracle9i Database Release 2 (9.2.0.1.0) for Microsoft Windows NT/2000/XP CD 1 of 3 2 A99347-01

More information

untitled

untitled Visual Basic.NET 1 ... P.3 Visual Studio.NET... P.4 2-1 Visual Studio.NET... P.4 2-2... P.5 2-3... P.6 2-4 VS.NET(VB.NET)... P.9 2-5.NET... P.9 2-6 MSDN... P.11 Visual Basic.NET... P.12 3-1 Visual Basic.NET...

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

Agilent M9302A PXI Data Sheet 3 GHz 10 GHz...

Agilent M9302A PXI Data Sheet 3 GHz 10 GHz... Agilent M9302A PXI Data Sheet 3 GHz 10 GHz... Agilent M9302A PXILO M9302A 23U PXI VCO3 GHz 10 GHz LO Agilent M9392A PXI M9302A VSA 26.5 GHz 3 GHz 10 GHz 0.1 Hz 1 ms 115 dbc/hz 10 GHz 10 khz PXI cpci J1

More information

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

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

More information

ソフトウエア互換性マトリックス日本語 2019 年 4 月 バージョン :23.0

ソフトウエア互換性マトリックス日本語 2019 年 4 月 バージョン :23.0 ソフトウエア互換性マトリックス日本語 2019 年 4 月 バージョン :23.0 当文書は ブルームバーグワークステーション要件およびブルームバーグトランスポートとセキュリティの仕様の文書と併せてご覧ください 詳細は 弊社ウェブサイトもしくはターミナルの BBPC 画面をご参照ください 下記に示す情報は ブルームバーグターミナルおよびその関連ソフトウエアとマイクロソフト社製ソフトウエアとの互換性を表したものです

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 11 2004-2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. FileMaker, Inc. FileMaker FileMaker,

More information

<Documents Title Here>

<Documents Title Here> Oracle Application Server 10g(9.0.4) for Microsoft Windows Portal Oracle Application Server 10g(9.0.4) for Microsoft Windows Portal Oracle Application Server 10g(9.0.4) Oracle Application Server(OracleAS)

More information

VMware View Persona Management

VMware View Persona Management VMware View Persona Management View Persona Management...................................... 3.......................................................... 3 View Persona Management..............................................

More information

14情経第676号

14情経第676号 Copyright (c) 2002IPA,AllRightsReserved. - 310 - Ver1.20 Copyright (c) 2002IPA,AllRightsReserved. - 311 - Ver1.20 Copyright (c) 2002IPA,AllRightsReserved. - 312 - Ver1.20 Copyright (c) 2002IPA,AllRightsReserved.

More information

14情経第676号

14情経第676号 Copyright (c) 2002IPA,AllRightsReserved. - 66 - Ver1.20 Copyright (c) 2002IPA,AllRightsReserved. - 67 - Ver1.20 Copyright (c) 2002IPA,AllRightsReserved. - 68 - Ver1.20 Copyright (c) 2002IPA,AllRightsReserved.

More information

Microsoft Word - ChoreonoidStartUpGuide.docx

Microsoft Word - ChoreonoidStartUpGuide.docx Choreonoid 1 ... 4... 4... 4... 4... 4... 5... 5 Choreonoid... 6 Choreonoid... 6 Choreonoid... 6 Choreonid... 8 Choreonoid... 9 Choreonoid Windows... 9...9...13 Choreonoid (Linux )... 21 Ubuntu Linux...21

More information

2 2 2 6 9 9 10 14 18 19 21 22 22 Java 23 24 25 25 26 30 31 32 39 46 53 55 58 2 2.0 2.0R Ver.2.0R Java Java 2.0 2.0R 2.0R 2.0 Ver2.0 2.0R Ver2.0R 19 Sun Sun Microsystems Java Java Sun Microsystems, Inc.

More information

目次 1. HLA Fusion 3.0 がインストール可能な環境 HLA Fusion 3.0 のインストール HLA Fusion 3.4 のインストール 初期設定用データベース接続 ( 初めての方のみ ) 既存データベースのUpg

目次 1. HLA Fusion 3.0 がインストール可能な環境 HLA Fusion 3.0 のインストール HLA Fusion 3.4 のインストール 初期設定用データベース接続 ( 初めての方のみ ) 既存データベースのUpg 目次 1. HLA Fusion 3.0 がインストール可能な環境... 1 2. HLA Fusion 3.0 のインストール... 2 3. HLA Fusion 3.4 のインストール... 4 4. 初期設定用データベース接続 ( 初めての方のみ )... 5 5. 既存データベースのUpgrade 方法 (HLA Fusion 3~3.3 を既に使用の方 )... 7 6. インストールが成功したかの確認...

More information

untitled

untitled 1. 2. 3. 1...1 2...2 3...4 4...5 4.1 Critical Update Notification...5 4.2 MBSA...6 5...8 5.1...8 5.2...9 6...10 6.1 Windows Server Update Services (WSUS)...10 6.2 Systems Management Server (SMS)...10 6.3...

More information

Report Template

Report Template f 1 3... 3 PC... 3... 4 12... 12 Web... 12 E-mail FAX... 17... 18 Service Pack 19 UPDATE... 19... 20 web... 21 Version 24 25... 25... 26... 27... 28 29 2 isplever7.1 for Windows isplever7.1 PC isplever7.1

More information

意外と簡単!?

意外と簡単!? !?Access Oracle Oracle Migration Workbench MS-Access Oracle Creation Date: Oct 01, 2004 Last Update: Mar 08, 2005 Version: 1.1 !? Oracle Database 10g / GUI!? / Standard Edition!? /!?!? Oracle Database

More information

コミュニケーションユーティリティー編

コミュニケーションユーティリティー編 はじめに動付録デジタル複合機用 取扱説明書ソフトウェア ( コミュニケーションユーティリティー編 ) スキャナー設定作環境 Microsoft MS-DOS Windows Windows Server Windows Vista Internet Explorer Excel PowerPoint Outlook Windows Microsoft Corporation Microsoft Corporation

More information