ChIDE マニュアル

Size: px
Start display at page:

Download "ChIDE マニュアル"

Transcription

1 ChIDE Ch Ch 6.3 Copyright c 2009 by SoftIntegration, Inc., All rights reserved

2 SoftIntegration SoftIntegration, Inc. 216 F Street, #68 Davis, CA Fax Web info@softintegration.com Copyright c by SoftIntegration, Inc. All rights reserved SoftIntegration, Inc. is the holder of the copyright to the Ch language environment described in this document, including without limitation such aspects of the system as its code, structure, sequence, organization, programming language, header files, function and command files, object modules, static and dynamic loaded libraries of object modules, compilation of command and library names, interface with other languages and object modules of static and dynamic libraries. Use of the system unless pursuant to the terms of a license granted by SoftIntegration or as otherwise authorized by law is an infringement of the copyright. SoftIntegration, Inc. makes no representations, expressed or implied, with respect to this documentation, or the software it describes, including without limitations, any implied warranty merchantability or fitness for a particular purpose, all of which are expressly disclaimed. Users should be aware that included in the terms and conditions under which SoftIntegration is willing to license the Ch language environment as a provision that SoftIntegration, and their distribution licensees, distributors and dealers shall in no event be liable for any indirect, incidental or consequential damages in connection with, or arising out of, the furnishing, performance, or use of the Ch language environment, and that liability for direct damages shall be limited to the amount of purchase price paid for the Ch language environment. In addition to the foregoing, users should recognize that all complex software systems and their documentation contain errors and omissions. SoftIntegration shall not be responsible under any circumstances for providing information on or corrections to errors and omissions discovered at any time in this documentation or the software it describes, even if SoftIntegration has been advised of the errors or omissions. The Ch language environment is not designed or licensed for use in the on-line control of aircraft, air traffic, or navigation or aircraft communications; or for use in the design, construction, operation or maintenance of any nuclear facility. Ch SoftIntegration One Language for All SoftIntegration, Inc. Microsoft MS-DOS Windows Windows 95 Windows 98 Windows Me Windows NT Windows 2000 Windows XP Microsoft Corporation Solaris Sun Sun Microsystems, Inc. Unix Open Group HP-UX ii

3 Hewlett-Packard Co. Linux Linus Torvalds Mac OS X Darwin Apple Computers, Inc. QNX QNX Software Systems SoftIntegration, Inc. iii

4 1 1 2 ChIDE 1 3 C/Ch/C [debug] 15 5 Ch Ch C C/C ChIDE iv

5 2 CHIDE 1 Ch C/C++ Ch C++ Ch 2D/3D Ch C/C++ Ch C C++ Ch ChIDE Ch C/C++ 2 ChIDE IDE C C++ IDE ChIDE C/Ch/C++ Ch IDE ChIDE Microsoft Visual Studio.NET C C++ C/Ch/C++ ChIDE Embedded Ch Ch Professional ChIDE Windows Linux Mac OS X x86 1 ChIDE chide Windows ChIDE 1 Mac OS X x86 ChIDE Application 1 1: Windows Linux Mac OS X x86 ChIDE Linux ChIDE Programming Tools ch -d Ch Ch ChIDE ChIDE ChIDE [ ] Windows Macintosh ChIDE 1 ChIDE 20 1 Windows 1

6 2 CHIDE 1 2 #include <stdio.h> int main() { printf("hello, world!\n"); return 0; } 2: ChIDE [ ] [ ] [ ] [ ] [ ] [ ] : ChIDE [ ] [ ] 4 hello.c 2

7 2 CHIDE 4: ChIDE 5 [ ] 5: ChIDE hello.c CHHOME/demos/bin/hello.c [ ] [ ] CHHOME Ch Windows Ch C C:/Ch Windows Windows ChIDE.c.ch.cpp.cc.cxx C/Ch/C++ ChIDE hello.c 6 [ ] [ ] [ ] [ ] [ ] [ ] F2 3

8 2 CHIDE 6: ChIDE ChIDE 4 [ ] [ ] ChIDE ChIDE ChIDE ChIDE [ ] [ ] ChIDE ChIDE CHHOME/demos/bin/hello.c hello.c CHHOME Ch Windows C:/Ch [ ] [ ] hello.c ch -u "hello.c" Hello, world Exit code: 0 6 ChIDE 1 ch -u "hello.c" Ch hello.c 4

9 2 CHIDE Ch ChIDE 0 return 0; exit (0); return -10; exit(-2); return exit -1 ChIDE Ch printf("hello, world\n"); printf("hello, world\n"; [ ] [ ] [ ] ERROR: missing ) before ; ERROR: syntax error before or at line 7 in file C:\ch\demos\bin\hello.c ==>: printf("hello, world\n"; BUG: printf("hello, world\n"; <==??? ERROR: cannot execute command C:\ch\demos\bin\hello.c 7 7: hello.c 5

10 2 CHIDE -1 Exit code: : hello.c [ ] [ ] F4 [ ] [ ] [ ] [ ] Shift+F4 [ ] [ ] 9 [ ] [ ] 6

11 2 CHIDE 9: [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] 5 [ ] ChIDE scanf() C ChIDE ChIDE Ch C C++ 10 [ ] [ChIDE ] 10: ChIDE 7

12 3 C/CH/C++ 3 C/Ch/C++ ChIDE C 11 11: [ ] 12 12: 8

13 3 C/CH/C++ [ ] F5 1 [ ] F6 [ ] F7 [ ] 12 [ ] [ ] 12 [ ] [ ] [ ] [ ] int i = 10; [ ] [debug] [ ] 13 [Debug Console Window] 9

14 3 C/CH/C++ 13: Debug Console Window [ ] [Debug Console Window ] [ ] [Debug Console Window] 9 [ ] [Debug Console Window ] ChIDE [ ] Windows Vista ChIDE [ ] [ ] 1 [ ] [locals] [locals] 14 CHHOME/demos/bin func.c 9 i n 1 10 double a

15 3 C/CH/C++ 14: [ ] [ ] 14 [ ] 15 main() 15 11

16 3 C/CH/C++ 15: 14 [ ] 15 main() i [ ] 0 n+1 n 16 func() func.c main() 12

17 3 C/CH/C++ 16: [ ] 17 13

18 3 C/CH/C++ 17: func() main() 9 g [ ] func [ ] [ ] 14

19 4 [DEBUG] 4 [debug] debug> [help] 18 18: : [assign] [call] [print] [assign] [call] [print] 15

20 4 [DEBUG] void void void debug> assign i=2*10 debug> call func() debug> print i 20 debug> 2*i 40 debug> i 10 func() i 2*i 19 func.c 9 2*g a i 19: [start] [start] [run] main() 20 16

21 4 [DEBUG] C:\Ch\demos\bin\commandarg.c debug> start -o option1 -v option2 "option3 with space" "C:\Ch\demos\bin\commandarg.c" "-o" "option1" "-v" "option2" "option3 with space" argv[0] argv[1] argv[2] argv[3] argv[4] argv[5] Ch commandarg.c main int main(int argc, char *argv[]) argv "option3 with space" 20: [run] [step] [next] 1 [step] [next] [cont] [up] [down] [stack] [locals] [variables] [watch] [remove expr] [remove] 17

22 4 [DEBUG] debug> watch 2*g debug> watch i 21 2*g i [ ] 21 21: 3 [stopat] [stopin] 18

23 5 CH [stopvar] 2 debug> stopat filename # debug> stopat filename # condexpr debug> stopat filename # condexpr condtrue [condexpr] [condtrue] debug> stopat C:/Ch/demos/bin/func.c 6 C:/Ch/demos/bin func.c 6 debug> stopat C:/Ch/demos/bin/func.c 6 i+j 1 func.c 6 func.c 6 i+j debug> stopat C:/Ch/demos/bin/func.c 6 i+j debug> stopat C:/Ch/demos/bin/func.c 6 i+j 0 func.c 6 func.c 6 i+j [clearline] [clearfunc] [clearvar] [clear] [abort] 9 [ ] [ ] 5 Ch Ch MS-DOS Bash-shell C-shell Ch 19

24 5 CH Ch C C++ Ch C/C++ Ch PC C/C++ Ch 2 Ch ch Windows Mac OS X x86 Ch ChIDE 22 Ch 22: Windows Mac OS X x86 Ch Ch Windows C:/Documents and Settings/Administrator> C:/Documents and Settings/Administrator 23 Ch [ ] Windows Vista ChIDE C:/Documents and Settings/Administrator Administrator 23: Ch Ch Ch 2 20

25 5 CH 5.1 > Ch C Ch Hello, world printf() C:/Documents and Settings/Administrator> printf("hello, world") Hello, world C:/Documents and Settings/Administrator> C printf 5.1 > C pwd Ch Windows MS-DOS Ch Ch 1 1: cd cd cd dir dir cp cp file1 file2 file1 file2 ls ls mkdir mkdir dir dir pwd pwd rm rm file file chmod chmod +x file file chide chide file.c file.c ChIDE Ch Windows Linux Mac OS X C 21

26 5 CH 5.1 Ch Windows C:/Ch C:/Documents and Settings/Administrator Ch C:/Documents and Settings/Administrator> mkdir c99 C:/Documents and Settings/Administrator> cd c99 C:/Documents and Settings/Administrator/c99> pwd C:/Documents and Settings/Administrator/c99 C:/Documents and Settings/Administrator/c99> cp C:/Ch/demos/bin/hello.c hello.c C:/Documents and Settings/Administrator/c99> ls hello.c C:/Documents and Settings/Administrator/c99> chide hello.c 1 mkdir 1 mkdir c99 c99 cd c99 C:/Documents and Settings/Administrator/c99 pwd 2 C:/Ch/demos/bin C hello.c cp C:/Ch/demos/bin/hello.c hello.c ls C:/Documents and Settings/Administrator/c99 hello.c C chide hello.c hello.c 2 ChIDE 1 > chide file1.c file2.c header.h hello.c > rm "C:/Documents and Settings/Administrator/c99/hello.c" 22

27 5 CH C Ch C:/Documents and Settings/Administrator/c99 hello.c Ch Hello, world C:/Documents and Settings/Administrator/c99> hello.c Hello, world C:/Documents and Settings/Administrator/c99> _status 0 Ch status hello.c status 0 Unix C hello.c chmod chmod +x hello.c hello.c Ch 5.3 Ch Ch path path Ch path Windows C:/Ch/bin;C:/Ch/sbin;C:/Ch/toolkit/bin;C:/Ch/toolkit/sbin;C:/WINDOWS;C:/WINDOWS/SYSTEM32; stradd() C:/Documents and Settings/Administrator/c99 C:/Documents and Settings/Administrator hello.c Ch C:/Documents and Settings/Administrator> hello.c ERROR: variable hello.c not defined ERROR: command hello.c not found 23

28 5 CH 5.3 Ch Ch Ch.chrc Unix chrc Windows Ch Windows chrc Windows chrc Ch Unix Ch -d ch -d CHHOME/config/ CHHOME "CHHOME" Ch Ch C:/Ch Windows /usr/local/ch Unix Windows Ch C:/Documents and Settings/Administrator> ch -d chrc C:/Documents and Settings/Administrator Ch chrc 24 ChIDE 24: Ch Linux ch -d Ch Ch ChIDE ChIDE 24

29 5 CH 5.4 C:/Documents and Settings/Administrator/c99 _path = stradd(_path, "C:/Documents and Settings/Administrator/c99;"); chrc hello.c C:/Documents and Settings/Administrator/c99 path Ch hello.c C:/Documents and Settings/Administrator> hello.c Hello, world path Ch ipath _ipath = stradd(_ipath, "C:/Documents and Setting/Administrator/c99;"); C:/Documents and Setting/Administrator/c99 #include <headerfile.h> include _fpath = stradd(_fpath, "C:/Documents and Setting/Administrator/c99;"); Unix _path = stradd(_path, ".;");.chrc stradd(_path, ".;"). path 5.4 Ch > C Ch > 1+3* *2 7 C Ch Ch 25

30 5 CH 5.4 > int i > sizeof(int) 4 > i = > printf("%x", i) 1e > printf("%b", i) > i = 0b > i = 0x1E 30 > i = -2-2 > printf("%b", i) > printf("%32b", 2) C i 4 int i i 2 2 C fopen() fscanf() fprintf() float double 2 4 > float f = 10 > 2*f > double d = 10 > d C > int i=0b100, j = 0b1001 > i << 1 8 > printf("%b", i j) 1101 > int i=10, *p > &i 1eddf0 > p = &i 1eddf0 > *p 10 > *p = 20 26

31 5 CH > i 20 int p i > int a[5] = {10,20,30,40,50}, *p; > a 1eb438 > &a[0] 1eb438 > a[1] 20 > *(a+1) 20 > p = a+1 1eb43c > *p 20 > p[0] 20 a[1] *(a+1) *p p[0] Ch > int a[5] = {10,20,30,40,50} > a[-1] WARNING: subscript value -1 less than lower limit 0 10 > a[5] WARNING: subscript value 5 greater than upper limit 4 50 > char s[5] > strcpy(s, "abc") abc > s abc > strcpy(s, "ABCDE") ERROR: string length s1 is less than s2 in strcpy(s1,s2) ABCD > s ABCD 5 a 0 4 s 5 Ch C C C++ > struct tag {int i; double d;} s > s.i =20 20 > s 27

32 5 CH 5.5.i = 20.d = > sizeof(s) 16 int double 4 8 int double 2 s C > srand(time(null)) > rand() 4497 > rand() > double add(double a, double b) {double c; return a+b+sin(1.5);} > double c > c = add(10.0, 20) rand() srand(time(null) sin() add() Ch.ch Ch Ch 1 addition.chf.chf Ch path fpath fpath lib/libc lib/libch lib/libopt libch/numeric Ch fpath Ch fpath chrc Windows.chrc Unix addition.chf 1 addition() 2 a b a + b /* File: addition.chf A function file with file extension.chf */ int addition(int a, int b) { int c; c = a + b; return c; } 1: addition.chf 28

33 5 CH 5.6 C++ addition.chf C:/Documents and Settings/Administrator/c99/addition.chf C:/Documents and Settings/Administrator/c99 _fpath=stradd(_fpath, "C:/Documents and Settings/Administrator/c99;");.chrc Unix fpath Windows addition() > int i = 9 > i = addition(3, i) 12 2 addition() addition.chf main() /* File: program.c Program uses function addition() in function file addition.chf */ #include <stdio.h> /* This function prototype is optional when function addition() in file addition.chf is used in Ch */ int addition(int a, int b); int main() { int a = 3, b = 4, sum; } sum = addition(a, b); printf("sum = %d\n ", sum); return 0; 2: addition.chf 2 c = 5 addition() WARNING: function addition() not defined Ch remvar ch Ch > remvar addition addition() remvar 5.6 C++ Ch C C++ C++ Ch 29

34 6 > int i > cin >> i 10 > cout << i 10 > class tagc {private: int m_i; public: void set(int); int get(int &);} > void tagc::set(int i) {m_i = 2*i;} > int tagc::get(int &i) {i++; return m_i;} > tagc c > c.set(20) > c.get(i) 40 > i 11 > sizeof(tagc) 4 C++ cin cout public tagc::set() private m i public tagc::get() tagc::get() tagc 4 6 C/C : 30

35 6 25 hello.c pwd ls ls ls -F > "C:/Documents and Settings/Administrator/c99/hello.c" 31

36 7 C/C++ 7 C/C++ ChIDE C/C++ C C++ ChIDE Windows Microsoft Visual Studio.NET C C++ Visual Studio 24 chrc Linux Mac OS X x86 ChIDE C C++ gcc g++ [ ] C/Ch/C++ cpp.properties 26 [ ] [ ] 26: C/C++ C C++ ChIDE Windows.obj [ ] [ ] Windows.exe make makefile Makefile [ ] [ ] make make 27 [make] Linux Mac [make] [nmake] Windows 32

37 8 CHIDE 27: C/C++ make ChIDE make make.mak ChIDE make makefile makefile.win makefile_win makefile.win makefile_win Makefile Makefile.win Makefile_win Makefile.Win Makefile_Win [ ] [ ] 8 ChIDE ChIDE Windows GTK+ page up/down home end Shift Shift Alt 2 33

38 8 CHIDE 2: ChIDE F1 Ch C/Ch/C++ F2 F3 Shift+F3 F4 Shift+F4 F5 F6 F7 F8 F9 F10 Debug Console Window F11 F12 34

39 .chrc, 24 chrc, 24 fpath, 28 ipath, 25 path, 25 cd, 21 ChIDE, 1 chide, 21 chmod, 23 chrc, 24 copyright, ii cp, 21 Embedded Ch, 1 IDE, 1 ls, 21 mkdir, 21 prompt, 19 pwd, 21 remvar, 29 rm, 21 stradd(), 25 Unix cd, 21 cp, 21 ls, 21 mkdir, 21 pwd, 21 rm, 21 rmdir, 21, 6, 6, 28, 33, 30, 32, 32, 32, 32, 32, ii Watch, 18, 15, 12, 8, 13 abort, 19 clear, 19 clearfunc, 19 clearline, 19 clearvar, 19 cont, 17 down, 17 help, 15 locals, 17 next, 17 remove, 17 remove expr, 17 run, 17 stack, 17 start, 17 step, 17 stopat, 18 stopin, 18 stopvar, 18 up, 17 variables, 17 watch, 17, 11, 9, 11, 3, 9,10, 9,10, 9, 9, 7, 7, 10 assign, 15 call, 15 expr, 15 print, 15 remove, 18 35

40 , 1, 33, 32 36

fplotxy_output.eps

fplotxy_output.eps ChIDE Ch Ch 7.0 Copyright c 2012 by SoftIntegration, Inc., All rights reserved Copyright c 2012 by SoftIntegration, Inc. All rights reserved. 2012 9 7.0 SoftIntegration, Inc. is the holder of the copyright

More information

2

2 NSCP-W61 08545-00U60 2 3 4 5 6 7 8 9 10 11 12 1 2 13 7 3 4 8 9 5 6 10 7 14 11 15 12 13 16 17 14 15 1 5 2 3 6 4 16 17 18 19 2 1 20 1 21 2 1 2 1 22 23 1 2 3 24 1 2 1 2 3 3 25 1 2 3 4 1 2 26 3 4 27 1 1 28

More information

インターネット接続ガイド v110

インターネット接続ガイド v110 1 2 1 2 3 3 4 5 6 4 7 8 5 1 2 3 6 4 5 6 7 7 8 8 9 9 10 11 12 10 13 14 11 1 2 12 3 4 13 5 6 7 8 14 1 2 3 4 < > 15 5 6 16 7 8 9 10 17 18 1 2 3 19 1 2 3 4 20 U.R.G., Pro Audio & Digital Musical Instrument

More information

DS-30

DS-30 NPD4633-00 JA ...6... 6... 6... 6... 6... 7... 7... 7... 7... 8... 8...9...10...11...11...13 Document Capture Pro Windows...13 EPSON Scan Mac OS X...14 SharePoint Windows...16 Windows...16...17 Document

More information

ScanFront300/300P セットアップガイド

ScanFront300/300P セットアップガイド libtiff Copyright (c) 1988-1996 Sam Leffler Copyright (c) 1991-1996 Silicon Graphics, Inc. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby

More information

エレクトーンのお客様向けiPhone/iPad接続マニュアル

エレクトーンのお客様向けiPhone/iPad接続マニュアル / JA 1 2 3 4 USB TO DEVICE USB TO DEVICE USB TO DEVICE 5 USB TO HOST USB TO HOST USB TO HOST i-ux1 6 7 i-ux1 USB TO HOST i-mx1 OUT IN IN OUT OUT IN OUT IN i-mx1 OUT IN IN OUT OUT IN OUT IN USB TO DEVICE

More information

外部SQLソース入門

外部SQLソース入門 Introduction to External SQL Sources 外部 SQL ソース入門 3 ESS 3 ESS : 4 ESS : 4 5 ESS 5 Step 1:... 6 Step 2: DSN... 6 Step 3: FileMaker Pro... 6 Step 4: FileMaker Pro 1. 6 Step 5:... 6 Step 6: FileMaker Pro...

More information

EPSON ES-D200 パソコンでのスキャンガイド

EPSON ES-D200 パソコンでのスキャンガイド NPD4271-00 ...4...7 EPSON Scan... 7...11 PDF...12 / EPSON Scan...13 EPSON Scan...13 EPSON Scan...14 EPSON Scan...14 EPSON Scan...15 Epson Event Manager...16 Epson Event Manager...16 Epson Event Manager...16

More information

ES-D400/ES-D200

ES-D400/ES-D200 NPD4564-00 ...4...7 EPSON Scan... 7...11 PDF...12 / EPSON Scan...14 EPSON Scan...14 EPSON Scan...15 EPSON Scan...15 EPSON Scan...16 Epson Event Manager...17 Epson Event Manager...17 Epson Event Manager...17

More information

ScanFront 220/220P 取扱説明書

ScanFront 220/220P 取扱説明書 libtiff Copyright (c) 1988-1996 Sam Leffler Copyright (c) 1991-1996 Silicon Graphics, Inc. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby

More information

ScanFront 220/220P セットアップガイド

ScanFront 220/220P セットアップガイド libtiff Copyright (c) 1988-1996 Sam Leffler Copyright (c) 1991-1996 Silicon Graphics, Inc. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby

More information

ES-D400/ES-D350

ES-D400/ES-D350 NPD4650-00 ...4 EPSON Scan... 4 Document Capture Pro Windows... 7 EPSON Scan...10 EPSON Scan...10...14 PDF...15 / EPSON Scan...17 EPSON Scan...17 EPSON Scan...18 EPSON Scan...18 Document Capture Pro Windows...19

More information

DS-70000/DS-60000/DS-50000

DS-70000/DS-60000/DS-50000 NPD4647-02 JA ...5...7...8 ADF...9... 9 ADF...10...11...13...15 Document Capture Pro Windows...15 EPSON Scan Mac OS X...16 SharePoint Windows...18 Windows...18...19 Windows...19 Mac OS X...19...20...23...23

More information

Chapter 1 1-1 2

Chapter 1 1-1 2 Chapter 1 1-1 2 create table ( date, weather ); create table ( date, ); 1 weather, 2 weather, 3 weather, : : 31 weather -- 1 -- 2 -- 3 -- 31 create table ( date, ); weather[] -- 3 Chapter 1 weather[] create

More information

PX-403A

PX-403A NPD4403-00 ...6... 6...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.x...15...18...19...19...21...22!ex...22 /...23 P.I.F. PRINT Image Framer...23...24...27...27...28...28...28...32 Web...32...32...35...35...35...37...37...37...39...39...40...43...46

More information

PX-504A

PX-504A NPD4537-00 ...6... 6... 9 Mac OS X...10 Mac OS X v10.5.x v10.6.x...10 Mac OS X v10.4.11...13...15...16...16...18...19...20!ex...20 /...21 P.I.F. PRINT Image Framer...21...22...26...26...27...27...27...31

More information

EPSON PX-503A ユーザーズガイド

EPSON PX-503A ユーザーズガイド NPD4296-00 ...6... 6...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.x...15...18...19...19...21...22...23!ex...23 /...24 P.I.F. PRINT Image Framer...24...25...28...28...29...29...30...33

More information

PX-434A/PX-404A

PX-434A/PX-404A NPD4534-00 ...6... 6...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.11...15...18...19...19...21...22!ex...22 /...23 P.I.F. PRINT Image Framer...23...24...26...27...27...28...28...31 Web...31...31...35...35...35...37...37...37...39...39...40...43...48

More information

GT-X980

GT-X980 NPD5061-00 JA ...6...10...10...11...13...15...20...21...21...22 /...23 PDF...27 PDF...31 /...35...38...43...46 EPSON Scan...49...49...49...50 EPSON Scan...51...51...52...52...53 2 Windows...53 Mac OS X...53...53...53...54...56...56...58...59...60...60...61...62...63

More information

EPSON EP-803A/EP-803AW ユーザーズガイド

EPSON EP-803A/EP-803AW ユーザーズガイド NPD4293-00 ...6... 6...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.x...15...18...19...19...22...23...24!ex...24 /...25 P.I.F. PRINT Image Framer...25...26...30...30...31...31...31...35

More information

EPSON EP-703A ユーザーズガイド

EPSON EP-703A ユーザーズガイド NPD4295-00 ...6... 6...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.x...15...18...19...19...22...23...24!ex...24 /...25 P.I.F. PRINT Image Framer...25...26...29...30...30...31...31...34

More information

EP-704A

EP-704A NPD4533-01 ...6... 6...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.11...15...18...19...19...22...23...24!ex...24 /...25 P.I.F. PRINT Image Framer...25...26...29...29...30...30...31...34

More information

TH-47LFX60 / TH-47LFX6N

TH-47LFX60 / TH-47LFX6N TH-47LFX60J TH-47LFX6NJ 1 2 3 4 - + - + DVI-D IN PC IN SERIAL IN AUDIO IN (DVI-D / PC) LAN, DIGITAL LINK AV IN AUDIO OUT 1 11 2 12 3 13 4 14 5 6 15 7 16 8 17 9 18 10 19 19 3 1 18 4 2 HDMI AV OUT

More information

PX-673F

PX-673F NPD4385-00 ...6... 6...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.x...15...18...19...19...21...22...23!ex...23 /...24 P.I.F. PRINT Image Framer...24...25...28...29...29...30...30...33

More information

GT-F740/GT-S640

GT-F740/GT-S640 NPD4743-00 JA ...5 EPSON Scan... 5 Document Capture Pro / Document Capture...11...14 EPSON Scan...14 PDF...18 OCR...18...19...19...21 /...21...22...23 GT-F740...24...24...25...26...26...26...27 PDF...28...30

More information

GT-X830

GT-X830 NPD5108-00 ...5... 5... 6... 8...11 EPSON Scan...11 PDF...16 OCR...16...17...17...20 /...20...20...22...23...23...24...25...25...26...27 PDF...30...31 / EPSON Scan...34 EPSON Scan...34 EPSON Scan...36

More information

iPhone/iPad接続マニュアル

iPhone/iPad接続マニュアル / JA 2 3 USB 4 USB USB i-ux1 USB i-ux1 5 6 i-mx1 THRU i-mx1 THRU 7 USB THRU 1 2 3 4 1 2 3 4 5 8 1 1 9 2 1 2 10 1 2 2 6 7 11 1 2 3 4 5 6 7 8 12 1 2 3 4 5 6 13 14 15 WPA Supplicant Copyright 2003-2009, Jouni

More information

WQD770W WQD770W WQD770W WQD770W WQD770W 5 2 1 4 3 WQD8438 WQD770W 1 2 3 5 4 6 7 8 10 12 11 14 13 9 15 16 17 19 20 20 18 21 22 22 24 25 23 2 1 3 1 2 2 3 1 4 1 2 3 2 1 1 2 5 6 3 4 1 2 5 4 6 3 7 8 10 11

More information

Appendix

Appendix Appendix Appendix-A PHP 392 Appendix-B -> cd ext/pgsql -> phpize ->./configure --with-pgsql -> make -> make EXTENSION_DIR=/usr/local/lib/php/extensions install extension_dir = "/usr/local/lib/php/extensions/"

More information

WYE771W取扱説明書

WYE771W取扱説明書 WYE771W WYE771W 2 3 4 5 6 MEMO 7 8 9 10 UNLOCK RESET/ STOPALARM EMERG. TALK FIRE CONFIRM MENU OFF POWER 11 UNLOCK RESET/ STOPALARM EMERG. TALK FIRE CONFIRM MENU OFF POWER 12 POWER EMERG. RESET/ STOPALARM

More information

2011 Shinano Kenshi Co.,Ltd. ... 2... 12... 12... 18... 19... 21... 21... 23 1.2.1....23 1.2.2....24 1.2.3....26 1.2.4....27... 29... 30... 30... 31... 38... 39... 40 2 ...41...42...43...43 3.1.1... 44

More information

PX-B750F

PX-B750F NPD4539-00 ...6... 6... 9 Mac OS X...10 Mac OS X v10.5.x v10.6.x...10 Mac OS X v10.4.11...13...16...16...17...18...20...22!ex...22...23...26...27...27...28...28...30 Web...30...30...34...34...34...35...36...36...38...40...40...44...46...51

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

TH-65LFE7J TH-50LFE7J TH-42LFE7J - + - + PC IN DVI-D IN IR IN/OUT CHARGE OUT SERIAL IN LAN AUDIO IN (DVI-D / PC) AUDIO OUT AV IN (HDMI 1 HDMI 2) 19 3 1 1 11 2 12 3 13 4 14 5 6 15 7 16 8 17 9 18 10

More information

DDK-7 取扱説明書 v1.10

DDK-7 取扱説明書 v1.10 DDK-7 v. JA 2 ()B-9 /4 ()B-9 2/4 3 4 ()B-9 3/4 ()B-9 4/4 5 6 7 "Mobile Wnn" OMRON SOFTWARE Co., Ltd. 999 All Rights Reserved. 8 CONTENTS 2 3 4 5 6 7 8 9 0 2 3 4 3 4 5 6 2 3 0 4 5 6 7 8 9 0 2 D. 2 3 4 5

More information

EP-904シリーズ/EP-804シリーズ/EP-774A

EP-904シリーズ/EP-804シリーズ/EP-774A EP-904 EP-804 EP-774A NPD4532-00 ...7... 7...11 Mac OS X...12 Mac OS X v10.5.x v10.6.x...12 Mac OS X v10.4.11...16...19...20...20...23...24...25!ex...25 /...26 P.I.F. PRINT Image Framer...26...27...31...31...32...32...32...36

More information

NetVehicle GX5取扱説明書 基本編

NetVehicle GX5取扱説明書 基本編 -GX5 1 2 3 4 5 6 7 8 # @(#)COPYRIGHT 8.2 (Berkeley) 3/21/94 All of the documentation and software included in the 4.4BSD and 4.4BSD-Lite Releases is copyrighted by The Regents of the University of California.

More information

IM 21B04C50-01

IM 21B04C50-01 User s Manual Blank Page Media No. (CD) 5th Edition : Sep. 2009 (YK) All Rights Reserved. Copyright 2001, Yokogawa Electric Corporation Yokogawa Electric Corporation Software License Agreement This

More information

EPSON Easy Interactive Tools Ver.4.2 Operation Guide

EPSON Easy Interactive Tools Ver.4.2 Operation Guide Easy Interactive Tools Ver.4.2 Easy Interactive Tools Ver.4.2 Easy Interactive Tools Easy Interactive Tools Easy Interactive Pen s p.12 s p.12 s p.11 s p.18 s p.20 s p.29 Easy Interactive Tools PowerPoint

More information

1 2 3 4 5 6 7 2.4 DSOF 4 1 1 1 1 1 1 1 1 1 1 1 1 2 3 4 5 6 7 8 1 2 3 4 5 1 6 7 1 2 3 4 1 5 6 7 8 1 1 2 2 2 2 1 2 3 4 5 6 7 8 9 10 2 11 12 2 2 2 2 1 2 3 2 4 5 6 7 8 II II 2 \ \ 9

More information

基本操作ガイド

基本操作ガイド HT7-0199-000-V.5.0 1. 2. 3. 4. 5. 6. 7. 8. 9. Copyright 2004 CANON INC. ALL RIGHTS RESERVED 1 2 3 1 1 2 3 4 1 2 1 2 3 1 2 3 1 2 3 1 2 3 4 1 2 3 4 1 2 3 4 5 AB AB Step 1 Step

More information

操作ガイド(本体操作編)

操作ガイド(本体操作編) J QT5-0571-V03 1 ...5...10...11...11...11...12...12...15...21...21...22...25...27...28...33...37...40...47...48...54...60...64...64...68...69...70...70...71...72...73...74...75...76...77 2 ...79...79...80...81...82...83...95...98

More information

Copyright Oracle Parkway, Redwood City, CA U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated softw

Copyright Oracle Parkway, Redwood City, CA U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated softw Oracle Solaris Studio 12.3 Part No: E26466 2011 12 Copyright 2011 500 Oracle Parkway, Redwood City, CA 94065 U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software,

More information

POWER LINK AIR 2.4 DS/OF 4 1 1 LINK AIR POWER LINK AIR 1-1 POWER 1-2 POWER LINK AIR 1 1-3 POWER LINK AIR 1 POWER LINK AIR PC1 PC2 PC3 PC4 DC-IN DC5V 1-4 1 1 2 3 4 1 5 6 7 8 1 2 3 4 5 1 1 2

More information

Dolphin 6110 Quick Start Guide

Dolphin 6110 Quick Start Guide Dolphin TM 6110 モバイルコンピュータ クイックスタートガイド Dolphin 6110 モバイルコンピュータ ªªªªª v t ª ª ªªª v Dolphin 6110 ªª ª ªªªªªª ( ) ª ª ªªªªª ªªª (3.7 V ªª ª ª ) AC «KSAS0100500200D5 :100-240V AC 50/60Hz 0.4 A : 5 V DC 2.0

More information

1 2 3 4 5 6 7 2.4 DSOF 4 1 1 POWER LINK AIR 1 1 1 1 1 1 POWER LINK AIR 1 1 DC-IN SET RESET WAN PC1 PC2 PC3 PC4 1 POWER LINK AIR 1 POWER PC1 PC2 PC3 PC4 DC-IN DC5V LINK AIR 1 1 1

More information

PX-1700F/PX-1600F

PX-1700F/PX-1600F NPD4535-00 ...7... 7...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.11...14...16...17...17...19 A4...22...23...24!EX...24 /...25 P.I.F. PRINT Image Framer...25...26...29...30...30...31...31...34

More information

EPSON Easy Interactive Tools Ver.4.0 Operation Guide

EPSON Easy Interactive Tools Ver.4.0 Operation Guide Easy Interactive Tools Ver.4.0 Easy Interactive Tools Ver.4.0 Easy Interactive Tools Easy Interactive Tools Easy Interactive Pen s p.11 s p.10 s p.9 s p.15 s p.17 s p.25 Easy Interactive Tools PowerPoint

More information

DS-860

DS-860 NPD4958-00 JA 2013 Seiko Epson Corporation. All rights reserved. EPSON EXCEED YOUR VISION Microsoft Windows Windows Server Windows Vista SharePoint Microsoft Corporation Intel Intel Core Intel Corporation

More information

2.4 DSOF 4 1 2 3 4 1 2 3 4 5 6 7 8 9 10 11 12 1 2 SET RESET POWER PPP PPP 3 POWER DATA 4 SET RESET WAN PC1 PC2 5 POWER PPP DATA AIR 6 1 2 3 4 5 6 7 II II II 8 1 2 3 4 5 6 7 8 9 10 II

More information

1 2 3 4 5 6 7 2.4 DSOF 4 1 1 1 1 1 1 1 1 1 DC-IN SET RESET WAN PC1 PC2 PC3 PC4 1 POWER LAN 1 LAN 2 AIR 1 LAN1 LAN2 RESET 1 1 1 1 2 3 4 5 6 7 1 2 3 4 1 5 6 7 1 2 3 > 4 5 6 7 8 1 1

More information

基本操作ガイド

基本操作ガイド HT7-0022-000-V.4.0 Copyright 2004 CANON INC. ALL RIGHTS RESERVED 1 2 3 1 2 3 1 2 3 1 2 3 1 2 3 4 1 1 2 3 4 5 1 2 1 2 3 1 2 3 1 2 3 1 2 3 4 1 2 3 4 1 2 3 4 5 6 1 2 3 4 5 6 7 1 2 3 4

More information

Zinstall WinWin 日本語ユーザーズガイド

Zinstall WinWin 日本語ユーザーズガイド Zinstall WinWin User Guide Thank you for purchasing Zinstall WinWin. If you have any questions, issues or problems, please contact us: Toll-free phone: (877) 444-1588 International callers: +1-877-444-1588

More information

操作ガイド(本体操作編)

操作ガイド(本体操作編) J-1 QT5-0681-V02 1 m a b c d e f l kj i h g a b c d e f g h i j k l m n n o o s p q r p q r s w t u v x y z t u v w x y z a bc d e f g q p o n m l k j i h a b c d e f g h i j k l {}[] {}[] m n

More information

2.4 DSOF 4 RESET WAN LAN1 LAN2 LAN3 LAN4 DC-IN 12V 1 2 3 4 ON 1 2 3 4 ON 1 2 3 4 5 6 7 8 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 1 2 3 4 5 3 1 2 1 2 3 4

More information

1 2 3 4 5 6 7 2.4 DSOF 4 POWER LINK AIR 1 1 1 1 1 1 POWER LINK AIR 1 1 DC-IN SET RESET WAN PC1 PC2 PC3 PC4 1 1 POWER LINK AIR DC-IN DC5V PC1 PC2 PC3 PC4 1 POWER LINK AIR 1 1 1 2 3 4

More information

A/B (2018/10/19) Ver kurino/2018/soft/soft.html A/B

A/B (2018/10/19) Ver kurino/2018/soft/soft.html A/B A/B (2018/10/19) Ver. 1.0 kurino@math.cst.nihon-u.ac.jp http://edu-gw2.math.cst.nihon-u.ac.jp/ kurino/2018/soft/soft.html 2018 10 19 A/B 1 2018 10 19 2 1 1 1.1 OHP.................................... 1

More information

Quickstart Guide 3rd Edition

Quickstart Guide 3rd Edition 10 QNX QNX 1 2 3 4 5 QNX Momentics QNX Neutrino RTOS QNX Neutrino 6 7 8 QNX Neutrino 9 10 1 1 QNX Neutrino RTOS QNX Momentics Windows Vista Windows 2000 Windows XP Linux QNX Neutrino QNX Momentics CD http://www.qnx.co.jp/

More information

! " # $ % & ' ( ) +, -. / 0 1 2 3 4 5 6 7 8 9 : ; < = >? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ ] ^ _ ` a b c d e f h i j k l m n o p q r s t u v w x y z { } ~ This product is

More information

2.4 DSOF 4 RESET MO DE AP RT 1 2 3 4 5 6 7 8 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 1 2 3 4 5 3 1 2 1 2 3 4 5 6 7 8 1 2 3 4 5 1 2 3 1 2 3 1 2 3 4 5 6

More information

Parallels Desktop 7 クイックスタートガイド

Parallels Desktop 7 クイックスタートガイド PD7M-P1-411-1 Parallels Desktop 7 for Mac Parallels Desktop 7 for Mac および Parallels Desktop 7 Switch to Mac Edition 兼用 クイック スタート ガイド Copyright 1999-2011 by Parallels Holdings, Ltd. and its affiliates.

More information

DDR3 SDRAMメモリ・インタフェースのレベリング手法の活用

DDR3 SDRAMメモリ・インタフェースのレベリング手法の活用 WP-01034-1.0/JP DLL (PVT compensation) 90 PLL PVT compensated FPGA fabric 90 Stratix III I/O block Read Dynamic OC T FPGA Write Memory Run Time Configurable Run Time Configurable Set at Compile dq0 dq1

More information

License

License 第三者のソフトウェアについて お客様がご購入のキヤノン製品 ( 以下 本製品 ) には 第三者のソフトウェア モジュール ( その更新されたものを含み以下 第三者ソフトウェア ) が含まれており かかる 第三者ソフトウェア には 以下 1~8 の条件が適用されます 1. お客様が 第三者ソフトウェア の含まれる 本製品 を 輸出または海外に持ち出す場合は 日本国及び関連する諸外国の規制に基づく関連法規を遵守してください

More information

[user@linux tmp]$ tar xzvf utvpn-src-unix-v100-7092-beta-2010.06.25.tar.gz [user@linux tmp]$ cd utvpn-unix-v100-7092-beta [user@linux utvpn-unix-v100-7092-beta]$ ls License-ja.txt configure makefiles src

More information

インクジェットプリンター

インクジェットプリンター NPD4740-00 ...7... 7...11 Mac OS X...11...11...15...16...17...18...19...19...20...20 Windows...24...25 Windows...26 Mac OS X...27...29 Windows...29 Mac OS X...30 Windows...31...31...33 /...36 /...36 /...38...40

More information

TH-80LF50J TH-70LF50J

TH-80LF50J TH-70LF50J TH-80LF50J TH-70LF50J TY-ST58P20 (70V) TY-ST65P20 (80V) TY-WK70PV50 TY-FB10HD TY-PG70LF50 (70V) TY-PG80LF50 (80V) - + - + SERIAL IN, SERIAL OUT AUDIO IN (COMPOSITE) AV IN DVI-D IN/OUT PC IN AUDIO

More information

VNX for Fileでの監査ツールの構成および使用

VNX for Fileでの監査ツールの構成および使用 EMC VNX 8.1 VNX for File P/N 300-015-126 A01 2013 8... 2... 2... 2... 4 SYSlog... 6 SYSlog... 6 A Audit_messages... 7 B... 10 1 VNX for File Control Station SYSlog SYSlog Control Station Linux SYSlog ID

More information

準備と設定

準備と設定 ii iii iv v vi 1 2 3 4 vii 5 6 7 8 9 viii This product (including software) is designed under Japanese domestic specifications and does not conform to overseas standards. NEC* 1 will not be held responsible

More information

準備と設定

準備と設定 ii iii iv v vi 1 2 3 vii 4 5 6 7 8 viii 9 ix This product (including software) is designed under Japanese domestic specifications and does not conform to overseas standards. NEC* 1 will not be held responsible

More information

準備と設定

準備と設定 ii iii iv v vi 1 2 3 vii 4 5 6 7 8 viii 9 ix This product (including software) is designed under Japanese domestic specifications and does not conform to overseas standards. NEC* 1 will not be held responsible

More information

UNIX

UNIX 2000 1 UNIX 2000 4 14 1 UNIX? 2 1.1 UNIX OS....................................... 2 1.2.................................................... 2 1.3 UNIX...................................... 2 1.4 Windows

More information

Mac OS X Windows Windows...21 Mac OS X Windows...23 Mac OS X...23

Mac OS X Windows Windows...21 Mac OS X Windows...23 Mac OS X...23 NPD5052-00 ...7... 7...10 Mac OS X...10...10...13...13...14...15...16...17...17...18 Windows...20...20 Windows...21 Mac OS X...22...22 Windows...23 Mac OS X...23 Windows...24...24...25 /...30 /...30 /...31...32

More information

Microsoft Word - C.....u.K...doc

Microsoft Word - C.....u.K...doc C uwêííôöðöõ Ð C ÔÖÐÖÕ ÐÊÉÌÊ C ÔÖÐÖÕÊ C ÔÖÐÖÕÊ Ç Ê Æ ~ if eíè ~ for ÒÑÒ ÌÆÊÉÉÊ ~ switch ÉeÍÈ ~ while ÒÑÒ ÊÍÍÔÖÐÖÕÊ ~ 1 C ÔÖÐÖÕ ÐÊÉÌÊ uê~ ÏÒÏÑ Ð ÓÏÖ CUI Ô ÑÊ ÏÒÏÑ ÔÖÐÖÕÎ d ÈÍÉÇÊ ÆÒ Ö ÒÐÑÒ ÊÔÎÏÖÎ d ÉÇÍÊ

More information

インクジェットプリンター

インクジェットプリンター NPD4787-00 ...7... 7...12 Mac OS X...13...13...18...19...19...21...22...22...23...23 Windows...27...28 Windows...29 Mac OS X...30 Windows...30...31...34 /...36 /...37 /...38...40 Windows...40 Mac OS X...43

More information

名称未設定

名称未設定 Parallels Desktop 6 for Mac Read Me Parallels Desktop for Mac build 6.0.11822 Parallels Desktop for Mac 1.Parallels Desktop for Mac 2. 3. 4. 5. Parallels Desktop 6. Parallels Desktop 6 for Mac 7. Parallels

More information

28 Docker Design and Implementation of Program Evaluation System Using Docker Virtualized Environment

28 Docker Design and Implementation of Program Evaluation System Using Docker Virtualized Environment 28 Docker Design and Implementation of Program Evaluation System Using Docker Virtualized Environment 1170288 2017 2 28 Docker,.,,.,,.,,.,. Docker.,..,., Web, Web.,.,.,, CPU,,. i ., OS..,, OS, VirtualBox,.,

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

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

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

C

C C 1 2 1.1........................... 2 1.2........................ 2 1.3 make................................................ 3 1.4....................................... 5 1.4.1 strip................................................

More information

pptx

pptx iphone 2010 8 18 C xkozima@myu.ac.jp C Hello, World! Hello World hello.c! printf( Hello, World!\n );! os> ls! hello.c! os> cc hello.c o hello! os> ls! hello!!hello.c! os>./hello! Hello, World!! os>! os>

More information

/ SCHEDULE /06/07(Tue) / Basic of Programming /06/09(Thu) / Fundamental structures /06/14(Tue) / Memory Management /06/1

/ SCHEDULE /06/07(Tue) / Basic of Programming /06/09(Thu) / Fundamental structures /06/14(Tue) / Memory Management /06/1 I117 II I117 PROGRAMMING PRACTICE II 2 MEMORY MANAGEMENT 2 Research Center for Advanced Computing Infrastructure (RCACI) / Yasuhiro Ohara yasu@jaist.ac.jp / SCHEDULE 1. 2011/06/07(Tue) / Basic of Programming

More information

1.ppt

1.ppt /* * Program name: hello.c */ #include int main() { printf( hello, world\n ); return 0; /* * Program name: Hello.java */ import java.io.*; class Hello { public static void main(string[] arg)

More information

PSP-1000

PSP-1000 PSP-1000 PSP PSP 3-097-555-01(1) 5 VCCI PSP-1000 2.4GHz2.400GHz 2.497GHz 2.4GHz 1. 2. 2.4GHz DS-SS 40m 2 PSP DNAS Dynamic Network Authentication System DNAS PSP PSP ID http://www.scei.co.jp/psp-eula 3

More information

programmingII2019-v01

programmingII2019-v01 II 2019 2Q A 6/11 6/18 6/25 7/2 7/9 7/16 7/23 B 6/12 6/19 6/24 7/3 7/10 7/17 7/24 x = 0 dv(t) dt = g Z t2 t 1 dv(t) dt dt = Z t2 t 1 gdt g v(t 2 ) = v(t 1 ) + g(t 2 t 1 ) v v(t) x g(t 2 t 1 ) t 1 t 2

More information

1st-session key

1st-session key 1 2013/11/29 Project based Learning: Soccer Agent Program 1 2012/12/9 Project based Learning: Soccer Agent Program PBL Learning by doing Schedule 1,2 2013 11/29 Make 2013 12/6 2013 12/13 2013 12/20 2014

More information

I117 II I117 PROGRAMMING PRACTICE II SOFTWARE DEVELOPMENT ENV. 1 Research Center for Advanced Computing Infrastructure (RCACI) / Yasuhiro Ohara

I117 II I117 PROGRAMMING PRACTICE II SOFTWARE DEVELOPMENT ENV. 1 Research Center for Advanced Computing Infrastructure (RCACI) / Yasuhiro Ohara I117 II I117 PROGRAMMING PRACTICE II SOFTWARE DEVELOPMENT ENV. 1 Research Center for Advanced Computing Infrastructure (RCACI) / Yasuhiro Ohara yasu@jaist.ac.jp / SCHEDULE 1. 2011/06/07(Tue) / Basic of

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

DS-510

DS-510 NPD4887-01 JA 2013 Seiko Epson Corporation. All rights reserved. EPSON EXCEED YOUR VISION Microsoft Windows Windows Vista SharePoint Microsoft Corporation Macintosh Mac OS OS X Apple Inc. Intel Intel Core

More information

WALKER LDJ SCIENTIFIC INC. Rockdale street Worcester,MA USA Tel (508) Fax (508) URL:

WALKER LDJ SCIENTIFIC INC. Rockdale street Worcester,MA USA Tel (508) Fax (508) URL: WALKER LDJ SCIENTIFIC INC. Rockdale street Worcester,MA 01606 USA Tel (508) 852-3674 Fax (508) 856-9931 E-mail: info@walkerscientific.com URL: http://www.walkerscientific.com 1 1 1 1 2 2 4 4 4 4 AC 4 4

More information

MIDI_IO.book

MIDI_IO.book MIDI I/O t Copyright This guide is copyrighted 2002 by Digidesign, a division of Avid Technology, Inc. (hereafter Digidesign ), with all rights reserved. Under copyright laws, this guide may not be duplicated

More information

PSP-3000 MHB

PSP-3000 MHB PSP-3000 MHB PSP PSP 4-261-883-01(1) 5 VCCI PSP-3000 2 2.4GHz2.400GHz 2.497GHz 2.4GHz 1. 2. 2.4GHz DS-SS 40m http://www.scei.co.jp/psp-eula/ 3 PSP................4...........................5 x........................12.....................15

More information

ベース0516.indd

ベース0516.indd QlikView QlikView 2012 2 qlikview.com Business Discovery QlikTech QlikView QlikView QlikView QlikView 1 QlikView Server QlikTech QlikView Scaling Up vs. Scaling Out in a QlikView Environment 2 QlikView

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

I 2 tutimura/ I 2 p.1/??

I 2   tutimura/ I 2 p.1/?? I 2 tutimura@mist.i.u-tokyo.ac.jp http://www.misojiro.t.u-tokyo.ac.jp/ tutimura/ 2002 4 25 I 2 p.1/?? / / Makefile I 2 p.2/?? Makefile make GNU make I 2 p.3/?? Makefile L A T E X I 2 p.4/?? core (1) gcc,

More information

Ⅰ Report#1 Report#1 printf() /* Program : hello.c Student-ID : 095740C Author UpDate Comment */ #include int main(){ : Yuhi,TOMARI : 2009/04/28(Thu) : Used Easy Function printf() 10 printf("hello,

More information

LAN Copyright c Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License

LAN Copyright c Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License LAN 2014 3 19 Copyright c 1993 2014 Daikoku Manabu This tutorial is licensed under a Creative Commons Attribution 2.1 Japan License. 1 2 1.1................................... 2 1.2.........................

More information

REDCap_EULA_FAQ

REDCap_EULA_FAQ 米国ヴァンダービルト大学との End User License Agreementと 大阪市立大学における REDCap 外部提供 (SaaS) 契約について 2017 年 6 月 1 日 Japan REDCap Consortium 注意事項 この資料の著作権は 大阪市立大学 REDCap グループに帰属します 私的使用を除き 本資料の全部又は一部を承諾なしに公表又は第三者に伝達する事はできません

More information

MusicSoft Manager

MusicSoft Manager MusicSoft Manager( ミュージックソフトマネージャー ) は 電子楽器で扱うファイル ( ソングやスタイルデータ ) を iphone/ipod touch/ipad 上で管理するアプリケーションです 本アプリケーションにより以下のことができます データのダウンロード購入 データをアプリと楽器 コンピューター オンラインストレージサービス Dropbox ( ドロップボックス ) 間で転送

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