E for LINUX UNIX Windows 10

Size: px
Start display at page:

Download "E for LINUX UNIX Windows 10"

Transcription

1 E for LINUX UNIX Windows 10

2 DASmini DASmini inet_io_open inet_io_close inet_io_packet inet_io_cond inet_io_stat inet_io_stop inet_io_init inet_io_info inet_io_error inet_io_blkf inet_io_adstart inet_io_adread inet_io_adfile inet_io_pre inet_io_pre inet_mio_open inet_mio_adread inet_mio_ DASmini mode stat dmatime attn gain trgslp

3 4-7clkmode clock frame frame frame frame frame mutelevel trglevel trgsrc trgch channels chanum ext_parm,dmasize,pre_mem_size master DASmini

4 inet_io_blkf inet_io_packet()->inet_io_blkf() inet_io_blkf()->inet_io_packet() frame frame2 FIFO 100 FIFO frame1 frame BIG HP-UX BIG_Endian daswave_ inet_mio_*** bit Windows DLL 64bit Windows DLL C# Visual Studio2008 3

5 DASmini E500 DASmini AD Linux/Unix/Windows C (*.c,*.h) Windows 32bit/64bitDLLC# 4

6 DASmini 1 inet_io_open() DASmini inet_io_close() DASmini inet_io_packet() DASmini inet_io_cond() DASmini inet_io_stat() DASminiAD DASmini inet_io_stop() DASmini inet_io_init() DASmini inet_io_info() DASmini inet_io_error() inet_io_blkf() inet_io_adstart() DASmini AD inet_io_adread() DASmini AD inet_io_adfile() DASmini AD 5

7 inet_io_pre() inet_io_pre2() inet_mio_open() inet_mio_close() inet_mio_packet() DASmini inet_mio_cond() DASmini inet_mio_stat() DASminiAD DASmini inet_mio_stop() DASmini inet_mio_init() DASmini inet_mio_info() DASmini inet_mio_blkf() inet_mio_adstart() DASmini AD 6

8 inet_mio_adread() DASmini AD inet_mio_adread2() DASmini AD inet_mio_adfile() DASmini AD inet_mio_pre() inet_mio_pre2() ADPRE inet_mio_init 7

9 DASmini DASmini DASmini static DASmini DASmini inet_io_packet(),inet_mio_packet() C DASmini pci_sad.h pci _sad.h C# DASmini dasbox.cs Dasbox dasbox.cs new New Dasbox.CBLK cblk = Dasbox.CBLK.New(); 8

10 3.1 inet_io_open DASmini C int inet_io_open(cblock, dasarg, ip_address); CBLK *cblock; PCISAD_ARG *dasarg; char *ip_address; C# int Dasbox.inet_io_open(ref cblock, ref dasarg, ip_address); Dasbox.CBLK cblock = Dasbox.CBLK.New(); Dasbox.PCISAD_ARG dasarg = Dasbox.PCISAD_ARG.New(); String ip_address; cblock dasarg DASmini ip_address Host NameIP ADDRESS 0-1 9

11 3.2 inet_io_close DASmini C int inet_io_close(cblock); CBLK *cblock; C# int Dasbox.inet_io_close(ref cblock); Dasbox.CBLK cblock = Dasbox.CBLK.New(); cblock

12 3.3 inet_io_packet DASmini mini C int inet_io_packet(cblock, dasarg); CBLK *cblock; PCISAD_ARG *dasarg; C# int Dasbox.inet_io_packet(ref cblock, ref dasarg); Dasbox.CBLK cblock = Dasbox.CBLK.New(); Dasbox.PCISAD_ARG dasarg = Dasbox.CBLK.New(); cblock dasarg DASmini 0-1 mode -2 clock -4 clkmode -5 channels -6 chanum[256] -7,-8 11

13 3.4 inet_io_cond DASmini inet_io_adstart() AD C int inet_io_cond(cblock,data); CBLK *cblock; int *data; C# int Dasbox.inet_io_cond(ref cblock, data); DASmini Dasbox.CBLK cblock = Dasbox.CBLK.New(); int[] data = new int[1]; cblock data 31~ ~0 * * * * * * * * E * T * * N R Bit11: NEM DASminiFifo Bit7: EN DASmini Bit5: TRG NEM NEM

14 3.5 inet_io_stat DASmini inet_io_adread() inet_io_stat() C int inet_io_stat(cblock, dasarg); CBLK *cblock; PCISAD_ARG *dasarg; C# int Dasbox.inet_io_stat(ref cblock, ref dasarg); Dasbox.CBLK cblock = Dasbox.CBLK.New(); Dasbox.PCISAD_ARG dasarg = Dasbox.PCISAD_ARG.New(); cblock dasarg dasmini HEXSDS_PCI_FIFO_OVERFLOW 8001HEXSDS_PCI_OVER_SAMPLING 8002HEXSDS_PCI_ADDA_ABORT 8003HEXSDS_PCI_TIMEOUT 13

15 3.6 inet_io_stop DASmini inet_io_packet() DASmini inet_io_blkf C int inet_io_stop(cblock, dasarg); CBLK *cblock; PCISAD_ARG *dasarg; C# int Dasbox.inet_io_stop(ref cblock, ref dasarg); Dasbox.CBLK cblock = Dasbox.CBLK.New(); Dasbox.PCISAD_ARG dasarg = Dasbox.PCISAD_ARG.New(); cblock dasarg DASmini

16 3.7 inet_io_init DASmini DASmini C int inet_io_init(cblock); CBLK *cblock; C# int Dasbox.inet_io_init(ref cblock); Dasbox.CBLK cblock = Dasbox.CBLK.New(); cblock

17 3.8 inet_io_info DASmini C int inet_io_info(cblock, statptr, size); CBLK *cblock; PCISAD_INFO *statptr; int size C# int Dasbox.inet_io_info(ref cblock, ref statptr, size); Dasbox.CBLK cblock = Dasbox.CBLK.New(); Dasbox.PCISAD_INFO statptr = Dasbox.PCISAD_INFO.New(); int size cblock statptr size (word)) board_id 0-1 PCISAD_INFO { int unsigned short unsigned int unsigned int unsigned int unsigned short unsigned short } fifo; fifo_wide; input_channel; output_channel; board_id; module_input; module_output; 1fifo DASmini FIFO 16

18 2fifo_wide DASmini FIFO 3input_channel DASmini AD 4output_channel DASmini DA 5board_id 6module_input 7module_output 17

19 3.9 inet_io_error C char *inet_io_error(cblock); CBLK *cblock; C# StringBuilder Dasbox.inet_io_error(ref cblock); Dasbox.CBLK cblock = Dasbox.CBLK.New(); cblock 18

20 3.10 inet_io_blkf 1 inet_io_adread() inet_io_adstart() 1 inet_io_adstart() C int inet_io_blkf(cblock, size) CBLK *cblock; int size; C# int Dasbox.inet_io_blkf(ref cblock, size) Dasbox.CBLK cblock = Dasbox.CBLK.New(); int size; cblock size 0-1 DASmini DASmini = MW DASmini = MW AD size DASmini Size AD size inet_io_adread() count =Hzsize=2 =10count=10 inet_io_adread 19

21 =Hzsize=1 =10count=10 inet_io_adread 20

22 3.11inet_io_adstart DASminiAD C int inet_io_adstart(cblock); CBLK *cblock; C# int Dasbox.inet_io_adstart(ref cblock); Dasbox.CBLK cblock = Dasbox.CBLK.New(); cblock

23 3.12inet_io_adread DASmini AD C int inet_io_adread(cblock, buffer, count); CBLK *cblock; short *buffer; int count; C# int Dasbox.inet_io_adread(ref cblock, buffer, count); Dasbox.CBLK cblock = Dasbox.CBLK.New(); short[,] buffer; int count; cblock buffer AD count AD inet_io_blkf() size count buffer 0 blkf count frame1channels 4096 count= count=96 DASmini blkf 22

24 4096(2ch,frame1=2048)blkf=1000 inet_io_adread(,,1000) inet_io_adread(,,1000) inet_io_adread(,,1000) inet_io_adread(,,1000) inet_io_adread(,,96) DASmini 2000 Read DASmini 2000 Read DASmini 96 Read frame1=0 DASmini Read 2000 Read inet_io_adread(,,96)96 buffer 23

25 3.13inet_io_adfile DASmini AD C int inet_io_adfile(cblock, buffer, size, file_name, frame); CBLK *cblock; short *buffer; int size; char *file_name; unsigned int frame; C# int Dasbox.inet_io_adfile(ref cblock, buffer, size, file_name, frame); Dasbox.CBLK cblock = Dasbox.CBLK.New(); short[,] buffer; int size; String file_name; int frame; cblock buffer size word file_name frame word

26 3.14inet_io_pre AD predata 0 DASminiinet_io_pre2 C int inet_io_pre(cblock, predata); CBLK *cblock; int *predata; C# int Dasbox.inet_io_pre(ref cblock, predata); Dasbox.CBLK cblock = Dasbox.CBLK.New(); int[] predata = new int[1]; cblock predata

27 3.15inet_io_pre2 AD predata 0 int inet_io_pre(cblock,predata,adjust); CBLK int int *cblock; *predata; *adjust; C# int Dasbox.inet_io_pre(ref cblock, predata,adjust); Dasbox.CBLK cblock = Dasbox.CBLK.New(); int[] predata = new int[1]; int[] adjust = new int[1]; cblock predata adjust 0-1 DASmini AD presize inet_io_adread() presize predata 0 adjust 0= n=n presize n presize adjust 26

28 3.16 inet_mio_open inet_mio_**() int inet_mio_open(cblock, dasarg, ip_address,block_channels,das_number); CBLK *cblock; PCISAD_ARG *dasarg; char *ip_address; int block_channels; int das_number; cblock dasarg DASmini ip_address Host NameIP ADDRESS 128 block_channelsdasmini-e500 AD das_number DASmini-E CH 4 #define BLOCK_CHANNELS (16) #define DAS_NUMBER (4) static char ip_address[][128] = {" ", " ", " ", " " }; CBLK block[das_number]; PCISAD_ARG dasarg; Retval=inet_mio_open(&block[0], dasarg, &ip_address[0][0],block_channels, DAS_NUMBER);

29 3.17inet_mio_adread2 DASmini AD int inet_io_adread2(cblock,buffer,count); CBLK *cblock; short *buffer; int count; cblock buffer AD count AD inet_io_blkf() size 0 0 count=9 ch1-1,ch1-2,ch1-3,ch2-1,ch2-2,ch2-3,ch3-1,ch3-2,ch inet_mio_ DASmini inet_io_ 28

30 inet_io_open inet_io_init() DASmini DASmini_arg inet_io_blkf() inet_io_packet() inet_io_adstart() AD NO YES inet_io_cond() inet_io_adread() inet_io_adfile() AD NO YES inet_io_pre2() inet_io_stat() inet_io_close() 29

31 DASmini DASmini inet_io_packet, inet_mio_packet, DASmini Inet_mio_packet DASmini. channnels block_channelsdas_number chanum[] 6 1,2,17,18,19,33 1,17,2,18,33,19 struct PCISAD16_arg { unsigned short mode; unsigned short stat; unsigned short dastime; unsigned short attn; unsigned short gain; unsigned short trgslp; unsigned short clkmode; int fifo; float clock; int frame1; int frame2; int frame3; int frame4; int frame5; unsigned int mutelevel; unsigned short trglevel; unsigned short trgsrc; unsigned short trgch; unsigned short channels; unsigned short chanum[256]; unsigned short master; unsigned short ext_parm; int dmasize; int pre_mem_size; }PCISAD_ARG 30

32 4-1mode DASmini Define DEC ADNORM 0 AD ADTRG 1 AD ADPRE 2 AD ADRET 3 AD ADPOST 10 AD ADREPOST 11 AD 31

33 4-2stat DASmini HEX SDS_PCI_FIFO_OVERFLOW 8001 SDS_PCI_OVER_SAMPLING 8002 SDS_PCI_ADDA_ABORT 8003 SDS_PCI_TIMEOUT 4-3dmatime inet_io_adread,inet_io_adfile inet_io_blkf blkf= , Sampling Clock=10000Hz blkf / Sampling Clock = n 4-4attn 4-5gain 32

34 4-6trgslp clkmode Define INTCLK 1 EXTCLK 2 EXTDIV 3 4-8clock Hz 8.000MHz,8.192MHz Hz 33

35 4-9frame1 AD mode ADRET ADREPOST fram e frame2 FIFO 100 FIFO DASmini 100 frame1 frame frame frame4 34

36 4-13 frame5 modeadret ADREPOST 4-14 mutelevel 4-15 trglevel DEC FHEX V V HEX DEC 0x7F 127 +FS(63/64 )v +4.92V +9.84V 0x7E 126 +FS(62/64 )v +4.84V +9.68V 0x FS(1/64)v +0.08V +0.16V 0x v 0V 0V 0x3F 63 -FS(1/64)v -0.08V -0.16V 0x01 -FS(63/64)v -4.92V -9.84V 0x00 0 -FS(64/64)v -5V -10V 1LSB=2FS/128 V V V V 4-16 trgsrc 0 AD trgch trgsrc AD 35

37 116 AD 4-18 channels AD 1256 ADPRE inet_mio_packet() chanum256 AD chanum[] chanum[] 1 chanum[255] 256 ADPRE inet_mio_packet() 4-20ext_parm,dmasize,pre_mem_size DASminiE 4-21 master 0 36

38 DASmini 5-1 UNIX (LINUX) FloppyDisk mount /mnt/floppy tar xvf /mnt/floopy/kit.tar Windows 5-2 DASmini Kit*.* /doc /inetlib /single sample/samplevc/daswave_2008/samplec#/ /multi sample/samplevc/ Doc/ DASmini_lib*.*.pdf DASmini-E500_**.pdf inetlib/ inet_sad_lib.c pci_sad.h pci_sad_reg.h sadtp.h C#DLL/ C# inetlib.dll 32bit WindowsDLL inetlib64.dll 64bit WindowsDLL Dasbox.cs C# 37

39 sample/ Makefile UNIX(LINUIX) Makefile_little Little_Endian (LINUX ) Makefile_big Big_Endian Mk.cmd Windows apl90.c ( ) apl90m.c das samplevc/ sample.dsw sample.sln apl90.c apl90m.c das.exe Windows samplec#/ (C# Visual Studio 2010 SP1 ) ( 32bit/64bit ) sample_ad.sln Visual Studio 2010 Dasbox.cs (32bit/64bit C# ) Program.cs ( ) daswave_2008/ Windows Visual Studio6.0or2008 daswave.exe default.cnd daswave testmini.dsw VisualStudio6.0 testmini.sln VisualStudio

40 5-3 DASmini-E "pci_sad.h" "inet_sad_lib.c" Windows(C#) CS Dasbox.cs Windows(C#)32bit DLL C#DLL/inetlib.dll Windows(C#)64bit DLL C#DLL/inetlib64.dll WINNTWindowsNT Windows2000WindowsXP mk.cmd wsock32.libuser32.lib BIGOS BIG_Endian Makefile_big 39

41 5-4 das dasmode[,parameter_file][,data_file][hostname] modedasmini ADREPost AD INIT DASmini STOP DASmini STATus DASmini INFO DASmini COND DASmini ADNorm AD ADTRg AD ADRET AD ADPRe AD ADPOst AD ADTEst parameter_file parameter_file "def.par" data_filead AD data_file AD HostnameDASmini IP 40

42 [1] Use internal clock [2] Use external clock [3] Use prescale external clock Select no., 1, 2, 3-1 [1] Hz unit [2] KHz unit [3] usec unit Select no. Hz 1,KHz 2,SEC 3 Input(Hz/KHz/sec)rate -2 Input prescale counter 41

43 [1]Use positive edge trigger [2]Use negative edge trigger Select no., 1 2 ~ Set trigger level.[0-127] V V DEC 127 +FS(63/64 )v +4.92V +9.84V 126 +FS(62/64 )v +4.84V +9.68V 65 +FS(1/64)v +0.08V +0.16V 64 0v 0V 0V 63 -FS(1/64)v -0.08V -0.16V -FS(63/64)v -4.92V -9.84V 0 -FS(64/64)v -5V -10V 1LSB=2FS/128 V V V V -1 AD Input posttrg size Input re-posttrg count -2 AD Input posttrg size 42

44 -3 AD Input pretrg size -4 AD Input re-trg count Input frame size Normal Randum channel NO. Yes=0NO=1 Input th channel number 43

45 ) MicrosoftVisualC++ DASmini DASBOX DA 5-5-2) WindowsNT4.0Windows2000WindowsXP,Windows7 DASmini-E2000 DASmini-E500 16CH 16CH DA 16CH NORMAL,DATA_ONLY,DATA_HEADER NORMAL CSV 5-5-) daswave.exe default.cnd. daswave 44

46 DA AD 45

47 AD DA (F) default.cnd 3-1) a) a-1)adnormad a-2)adtrgad Trigger LED 46

48 Trigger LED a-3)adpread 4MW a-4)adretad b) ADDA c) ADDA Hz d) e) AD f) ADRET g) AD,DA 5V 10V 47

49 h) AD,DA INTCLK EXTCLK IN PRECLK =[PRECLK]CLKIN 1000Hz 1000/10100Hz i) j) k) (32768Word) l) m) n) DataFileType,DataSizeDataChannels,SampleClock o) DAS IP Address DASBOX IP ADDRESS p) Y Y DASBOX V 10V q) TimeOut DASBOX TimeOut r) DASBOX CH 48

50 s) t) u) DASBOX DASBOX 5V, 10V a) b)da DA DA DANORM c)ad AD AD ADNORM d) 1 e) NORMAL DATA_ONLY DATA_HEADER f) 49

51 startad startda RESET bin->text startadad startdada RESETDASBOX inet_io_init() bin->text NORMAL Binary *****.txt CSV ***** 50

52 NORMAL NORMAL Binary 1024Byte Byte 1024Byte Floatver Int format; 0=NORMAL Int reserved; Int reserved; Int flag; Int channels Int frame_size Floatclock; Hz Int counter Chardumy[988] Bit short V V [ch1-0],[ch2-0],[ch3-0]------[chn-0], [ch1-1],[ch2-1],[ch3-1]------[chn-1], [ch1-n],[ch2-n],[ch3-n]------[chn-n] bdata_only DATA_ONLY NORMAL Binary DATA_HEADER DATA_HEADER (***.hed)normal (***.dat) Ver *.**** Clock **.* Size *** Channels** Counter** 51

API-PAC(W32)RM/AIO

API-PAC(W32)RM/AIO PC-MODULE / PC-HELPER API-PAC(W32) AIO http://www.contec.co.jp/ http://www.contec.com/ http://www.contec.com.cn/ PDF / ( ) E-mail(tsc@contec.co.jp) FAX E-mail Question FAX Question FAX Question API-PAC(W32)RM/AIO

More information

PSG共通フォーマットv110

PSG共通フォーマットv110 PSG PSG (Vers.1.00) Ver.1.10 (1) Code=125 20(EXT) (2) (3) Ver.1.00 3-1 (1) ASCII Little Endian(X86) Big Endian(UNIX ) (2) PSG (3) (4) (5) 4byte channel 2byte (6) PSG Ver.1.10 2001 5 1 page.2 3-2 32bytes

More information

tutorial_lc.dvi

tutorial_lc.dvi 00 Linux v.s. RT Linux v.s. ART-Linux Linux RT-Linux ART-Linux Linux kumagai@emura.mech.tohoku.ac.jp 1 1.1 Linux Yes, No.,. OS., Yes. Linux,.,, Linux., Linux.,, Linux. Linux.,,. Linux,.,, 0..,. RT-Linux

More information

thesis.dvi

thesis.dvi H8 e041220 2009 2 Copyright c 2009 by Kentarou Nagashima c 2009 Kentarou Nagashima All rights reserved , H8.,,,..,.,., AKI-H8/3052LAN. OS. OS H8 Write Turbo. H8 C, Cygwin.,., windows. UDP., (TA7279P).,.

More information

DL1010.PDF

DL1010.PDF Delta 1010 24 Bit/96 khz PCI Digital I/O Card 2 M-AUDIO 3 Rack Unit 1. Power LED LED MIDI LED LED MIDI Delta 1010 MIDI MIDI LED LED MIDI Delta 1010 MIDI MIDI MIDI MIDI MIDI MTC Delta 1010 MIDI MIDI MIDI

More information

joho07-1.ppt

joho07-1.ppt 0xbffffc5c 0xbffffc60 xxxxxxxx xxxxxxxx 00001010 00000000 00000000 00000000 01100011 00000000 00000000 00000000 xxxxxxxx x y 2 func1 func2 double func1(double y) { y = y + 5.0; return y; } double func2(double*

More information

Spectrum Setup 画面が現れます Install Tab の各項目に マウス カーソルを合わせると 項目の詳細説明 が表示されます 通常はデフォルトの選択で問題ありませんが LabVIEW Driver Matlab Driver が必要な場合は 選択します 6. Install sel

Spectrum Setup 画面が現れます Install Tab の各項目に マウス カーソルを合わせると 項目の詳細説明 が表示されます 通常はデフォルトの選択で問題ありませんが LabVIEW Driver Matlab Driver が必要な場合は 選択します 6. Install sel NETBOX_ 最初にお読み下さい.docx NETBOX をご評価 ご購入頂きありがとうございます 本ドキュメントは Windows 環境での NETBOX の設置 LAN 接続 ドライバ ソフトウエア (Control Center, SBench6) インストール 動作確認まで順を追って説明する簡易版になります 説明内容は Windows7 環境の画面表示をベースとしておりますが Windows10

More information

: Nonblocking I/O readpartial read EOF Solaris FILE 256 ungetc SEGV errno stdio considered harmful p.

: Nonblocking I/O readpartial read EOF Solaris FILE 256 ungetc SEGV errno stdio considered harmful p. stdio considered harmful akr@m17n.org 2005 06 02 stdio considered harmful p. : Nonblocking I/O readpartial read EOF Solaris FILE 256 ungetc SEGV errno stdio considered harmful p. : stdio stdio Nonblocking

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

is Programmability Network I/O Processing Power Sound Quality Scalability Economy DIGITAL MIXING ENGINE DME-N Series DME24N DIGITAL MIXING ENGIN

is Programmability Network I/O Processing Power Sound Quality Scalability Economy DIGITAL MIXING ENGINE DME-N Series DME24N DIGITAL MIXING ENGIN DIGITAL MIXING ENGINE DME-N Series DME24N DME Satellite Series DME8i-C DME8o-C DME8i-ES DME8o-ES DME4io-C DME4io-ES TEL:0357917678 FAX:0354886663 ONLINE Support:http://proaudio.yamaha.co.jp is Programmability

More information

Page 1

Page 1 ... 1... 3... 4... 6 0100... 8 0102... 11 0103 FTP... 12 0105... 13 0109... 14... 15 0130... 16 0150 STD... 17 0154 TXT... 18 0170... 19 0180 1... 20 0190 2... 21 0196 3... 22 0200... 23 0300... 24 0500

More information

DTXTREME III取扱説明書

DTXTREME III取扱説明書 JA (3)-15 1/4 2 (3)-15 2/4 3 (3)-15 3/4 4 (3)-15 4/4 5 6 7 8 9 w 888 e u q r i t o y!0!1!2!3!4 @6!6!7!8!9 @0 @1 @2 @3 @4 @5 @7 @8!5 @9 #0 #1 q w e r t y u i o!0 10 !1!2!3!4!5 p r f > @4 @5 @6 @7 @8 @9

More information

ANDIAMO Manual

ANDIAMO Manual DirectOut Technologies D.O.TEC ANDIAMO Version 1.0 Copyright Note page 2 / 28 Table of contents Table of contents About This Manual 4 How to Use This Manual 4 Conventions 4 CHAPTER 1: Overview 5 Introduction

More information

HYPE Grap PH_Artwork_P0ATL QSG JP A4_ _Rev.2.indd

HYPE Grap PH_Artwork_P0ATL QSG JP A4_ _Rev.2.indd ULTRAGAIN DIGITAL ADA8200 Audiophile 8 In/8 Out ADAT Audio Interface with MIDAS Mic Preamplifiers 2 ULTRAGAIN DIGITAL ADA8200 3 ¼" TS 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19.

More information

MAP2496.PDF

MAP2496.PDF Audiophile 2496 24 Bit 96 khz 4 in/ 4 out PCI Digital Recording Interface with MIDI 2 M-AUDIO 3 PCI 1. INS1&2 IN1 IN2 2. OUTS1&2 OUT1 OUT2 3. 15 D-sub S/PDIF MIDI 4. S/PDIF S/PDIF DAT MD A/D S/PDIF 5.

More information

REVISION 2.85(6).I 1

REVISION 2.85(6).I 1 REVISION 2.85(6).I 1 2 3 4 5 6 7 8 KDC300 ユーザーマニュアル 1.1 同梱物 本機のパッケージには 以下の物が同梱されています 1 2 3 4 本体 バーコード Data Collector 1 台 USB ケーブル 1本 ネックストラップ 1 本 ソフトウェアとユーザーマニュアルを含む CD-ROM 1枚 KTSync - XP, Vista,Windows7,

More information

A Responsive Processor for Parallel/Distributed Real-time Processing

A Responsive Processor for Parallel/Distributed Real-time Processing E-mail: yamasaki@{ics.keio.ac.jp, etl.go.jp} http://www.ny.ics.keio.ac.jp etc. CPU) I/O I/O or Home Automation, Factory Automation, (SPARC) (SDRAM I/F, DMAC, PCI, USB, Timers/Counters, SIO, PIO, )

More information

64bit SSE2 SSE2 FPU Visual C++ 64bit Inline Assembler 4 FPU SSE2 4.1 FPU Control Word FPU 16bit R R R IC RC(2) PC(2) R R PM UM OM ZM DM IM R: reserved

64bit SSE2 SSE2 FPU Visual C++ 64bit Inline Assembler 4 FPU SSE2 4.1 FPU Control Word FPU 16bit R R R IC RC(2) PC(2) R R PM UM OM ZM DM IM R: reserved (Version: 2013/5/16) Intel CPU (kashi@waseda.jp) 1 Intel CPU( AMD CPU) 64bit SIMD Inline Assemler Windows Visual C++ Linux gcc 2 FPU SSE2 Intel CPU double 8087 FPU (floating point number processing unit)

More information

ADC121S Bit, ksps, Diff Input, Micro Pwr Sampling ADC (jp)

ADC121S Bit, ksps, Diff Input, Micro Pwr Sampling ADC (jp) ADC121S625 ADC121S625 12-Bit, 50 ksps to 200 ksps, Differential Input, Micro Power Sampling A/D Converter Literature Number: JAJSAB8 ADC121S625 12 50kSPS 200kSPS A/D ADC121S625 50kSPS 200kSPS 12 A/D 500mV

More information

VoiceMaker-1.1 ― HMM音声合成用音響モデルの構築

VoiceMaker-1.1 ― HMM音声合成用音響モデルの構築 VoiceMaker-1.1 HMM / sako@mmsp.nitech.ac.jp 2 VoiceMaker-1.1 HMM 1 Galatea Toolkit (GalateaTalk) HTS *1 GalateaTalk HTS 1.1 Linux PC CPU CPU 500 512MB 503?? HTK HMM HTS HMM HTK SPTK Julius get f0s F 0

More information

CDR1000_J

CDR1000_J PROFESSIONAL AUDIO CD ORDER PROFESSIONAL AUDIO CD ORDER OPEN/ CLOSE PEAK HOLD TIME DISPLAY INPUT SELECT UTILITY LEVEL POWER MUTE UV22 REPEAT A-B SYNC AUTO INDEX INC TRACK INC 0 10 L R PHONES LEVEL ON /

More information

2

2 WJ-HD150 Digital Disk Recorder WJ-HD150 2 3 q w e r t y u 4 5 6 7 8 9 10 11 12 13 14 15 16 q w SIGNAL GND AC IN 17 SUNDAY MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY DAILY Program 1 Event No.1 Event

More information

TF Editor V3.5 ユーザーガイド

TF Editor V3.5 ユーザーガイド DIGITAL MIXING CONSOLE JA - 2 - TF Editor - 3 - TF Editor NOTE - 4 - TF Editor 1. 2. 3. 1. 2. 3. 4. - 5 - TF Editor NOTE NOTE - 6 - TF Editor NOTE - 7 - TF Editor 1 2 3 4 5 6 7 8 9 0 1 2-8 - TF Editor

More information

DrawArrays DrawElements References Kageyama (Kobe Univ.) Visualization / 34

DrawArrays DrawElements References Kageyama (Kobe Univ.) Visualization / 34 WebGL *1 DrawArrays DrawElements 2013.05.14 *1 X021 2013 LR301 Kageyama (Kobe Univ.) Visualization 2013.05.14 1 / 34 DrawArrays DrawElements References Kageyama (Kobe Univ.) Visualization 2013.05.14 2

More information

/* sansu1.c */ #include <stdio.h> main() { int a, b, c; /* a, b, c */ a = 200; b = 1300; /* a 200 */ /* b 200 */ c = a + b; /* a b c */ }

/* sansu1.c */ #include <stdio.h> main() { int a, b, c; /* a, b, c */ a = 200; b = 1300; /* a 200 */ /* b 200 */ c = a + b; /* a b c */ } C 2: A Pedestrian Approach to the C Programming Language 2 2-1 2.1........................... 2-1 2.1.1.............................. 2-1 2.1.2......... 2-4 2.1.3..................................... 2-6

More information

program.dvi

program.dvi 2001.06.19 1 programming semi ver.1.0 2001.06.19 1 GA SA 2 A 2.1 valuename = value value name = valuename # ; Fig. 1 #-----GA parameter popsize = 200 mutation rate = 0.01 crossover rate = 1.0 generation

More information

LTC ビット、200ksps シリアル・サンプリングADC

LTC ビット、200ksps シリアル・サンプリングADC µ CBUSY ANALOG INPUT 10V TO 10V 2. 2. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 V DIG V ANA PWRD BUSY CS R/C TAG SB/BTC DATA EXT/INT DATACLK DGND SY 28 27 26 25 24 23 22 21 20 19 18 17 16 15 10µF 0.1µF SERIAL INTERFACE

More information

2

2 WV-CS570 2 3 4 5 6 7 8 9 10 11 12 13 q w q e 14 1 2 15 3 4 5 16 6 7 8 9 17 1 2 3 18 19 1 2 * RS485 SET UP * UNIT NUMBER SUB ADDRESS BAUD RATE DATA BIT PARITY CHECK STOP BIT X/X WAIT TIME ALARM DATA DELAY

More information

PRECISION COMPACT DISC PLAYER DP-75V

PRECISION COMPACT DISC PLAYER DP-75V PRECISION COMPACT DISC PLAYER DP-75V Accuphase warranty is valid only in Japan. 7 6 8 9 10 1 2 3 5 4 11 13 14 15 12 16 = CD/PROC PLAY PROGRAM REPEAT ALLONE A B LEVEL khz INDEX TRACK EXT M S db PROCESSOR

More information

untitled

untitled 慣性運動計測機器 クロ ス ボ ー株 式 会 社 Crossbow Japan Ltd. MEMS 3 1 X Y Z 3 RS-232 Windows Gyro-View Nav-View GPS NAV420 3 AHRS400 VG400 6 IMU400 (AHRS) TEL: 06-6489-5922 FAX: 06-6489-5910 E-MAIL: sales@xbow.jp WEB:

More information

ADC082S021 2 Channel, 50 ksps to 200 ksps, 8-Bit A/D Converter (jp)

ADC082S021 2 Channel, 50 ksps to 200 ksps, 8-Bit A/D Converter (jp) 2 Channel, 50 ksps to 200 ksps, 8-Bit A/D Converter Literature Number: JAJSAA2 2 200KSPS 8 A/D 2 8 CMOS A/D 50kSPS 200kSPS / IN1 IN2 1 2 SPI QSPI MICROWIRE DSP 2.7V 5.25V 3V 1.6mW 5V 5.8mW 3V 0.12 W 5V

More information

quattro.PDF

quattro.PDF Quattro USB Audio Interface 2 M-AUDIO 3 Windows Windows 98 SE/ Windows ME/ Windows 2000/ Windows XP Platinum III 500MHz/ 96kHz Platinum II 400MKz/ 48kHz 128MB RAM / 96kHz 64MB RAM/ 48kHz Macintosh USB

More information

1

1 Ver.1.04 Reference Document For LCD Module Product No Documenet No 1B3GB02 SPC1B3GB02V104 Version Ver.1.04 REPRO ELECTRONICS CORPORATION Maruwa Building 2F,2-2-19 Sotokanda,Chiyoda-ku,Tokyo 1001-0021 Japan

More information

PDW-75MD

PDW-75MD 3-270-633-02(1) PDW-75MD 2007 Sony Corporation m a b c 2 ... 2 6 6... 8... 8 1... 10... 10... 12... 13... 13... 19... 23 2... 25... 26... 27... 27... 28... 29... 29... 29... 30... 31... 33 3... 34... 34...

More information

New version (2.15.1) of Specview is now available Dismiss Windows Specview.bat set spv= Specview set jhome= JAVA (C:\Program Files\Java\jre<version>\

New version (2.15.1) of Specview is now available Dismiss Windows Specview.bat set spv= Specview set jhome= JAVA (C:\Program Files\Java\jre<version>\ Specview VO 2012 2012/3/26 Specview Specview STSCI(Space Telescope SCience Institute) VO Specview Web page http://www.stsci.edu/resources/software hardware/specview http://specview.stsci.edu/javahelp/main.html

More information

TF Editor V4.0 ユーザーガイド

TF Editor V4.0 ユーザーガイド DIGITAL MIXING CONSOLE JA - 2 - - 3 - NOTE - 4 - 1. 2. 3. 1. 2. 3. 4. - 5 - NOTE NOTE - 6 - NOTE - 7 - 1 2 3 4 5 6 7 8 9 0 1 2-8 - 1 NOTE 1-2 - 3 4 1 2 NOTE - 9 - - 10 - 1 2 3 4 5 6 1 2-11 - 1 2 3 4 5-12

More information

2: 3: A, f, φ f(t = A sin(2πft + φ = A sin(ωt + φ ω 2πf 440Hz A ( ( 4 ( 5 f(t = sin(2πf 1t + sin(2πf 2 t = 2 sin(2πt(f 1 + f 2 /2 cos(2πt(f 1 f

2: 3: A, f, φ f(t = A sin(2πft + φ = A sin(ωt + φ ω 2πf 440Hz A ( ( 4 ( 5 f(t = sin(2πf 1t + sin(2πf 2 t = 2 sin(2πt(f 1 + f 2 /2 cos(2πt(f 1 f 12 ( TV TV, CATV, CS CD, DAT, DV, DVD ( 12.1 12.1.1 1 1: T (sec f (Hz T= 1 f P a = N/m 2 1.013 10 5 P a 1 10 5 1.00001 0.99999 2,3 1 2: 3: 12.1.2 A, f, φ f(t = A sin(2πft + φ = A sin(ωt + φ ω 2πf 440Hz

More information

2 (4)-7

2 (4)-7 2 (4)-7 (4)-7 3 4 p r f > 5 6 7 8 9 10 11 r q!1 o!0!2!3!4!5 w e t y u i!6!7 q w e r t y 12 u i o!0!1!7!2!3!4!5 p r f >!6!7 13 !8!8!9!9 @0 @0 14 @1 @2 @3 @4 @5 @6 @7 @8 @9 @1 @2 @3 @5 @6 @7 @8 @9 @4 15

More information

MINI2440マニュアル

MINI2440マニュアル ARM Cortex-M3 STM32F103 (GCC TOPPERS/ASP ) http://www.nissin-tech.com info@nissin-tech.com 2009/10/15 copyright@2009 1 STM32F103...3 STM32...4...8 3.1...8 3.2...9 3.3...13 KEIL...19 4.1 KEIL...19 4.2...22

More information

USBの解説.PDF

USBの解説.PDF 1 USB Topology Host (Node) USB USB USB get ( )set ( ) 2 USB (1) Wire USB IC USB (2) Windows USB (3) USB OUT IN USB FIFO USB FIFO0 3 IN/OUT IN OUT USB USBVer1.1 1.5Mbps/12Mbps 12Mbs 1.5Mbps/12Mbps 12Mbps

More information

MCS-8M

MCS-8M 4-296-435-02 (1) Volume I MCS-8M 2011 Sony Corporation m a b c I-2 ...I-6...I-7...I-8...I-8...I-9 1...I-10...I-11 1 2 3 4 5 1 2 3 4 5 2...I-17...I-19...I-21...I-23...I-26 3...I-28...I-31...I-35...I-36...I-37...I-39...I-40...I-41...I-42...I-42...I-46...I-47

More information

untitled

untitled CMOS 376-851511 0277 (30) 1788 0277 (30)1707 e-mail: k_haruo@el.gunma-u.ac.jp AD AD AD [] AD AD AD [] ISSCC 2007 TSMC ISSCC2007 ISSCC2007 /DAC (regulation) (AGC) ADC/DAC AD AD AD [] AD CMOS SAR ADC Gr),,

More information

13 I/O

13 I/O 13 I/O 98-0997-3 14 2 7 Linux OS OS OS I/O I/O TS-I/O I/O I/O TS-I/O TS-I/O 3 1 7 2 9 2.1..................... 9 2.2.................. 10 2.3 2...................... 12 2.4 Linux................... 14

More information

‚æ4›ñ

‚æ4›ñ ( ) ( ) ( ) 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 g h i j k l m n o p q r s t u v w x y z 0 1 2 3 4 5 6 7 8 9 (OUS) 9 26 1 / 28 ( ) ( ) ( ) A B C D Z a b c d z 0 1 2 9 (OUS) 9

More information

2

2 L C -24K 9 L C -22K 9 2 3 4 5 6 7 8 9 10 11 12 11 03 AM 04 05 0 PM 1 06 1 PM 07 00 00 08 2 PM 00 4 PM 011 011 021 041 061 081 051 071 1 2 4 6 8 5 7 00 00 00 00 00 00 00 00 30 00 09 00 15 10 3 PM 45 00

More information

o4hd200j.pdf

o4hd200j.pdf WJ-HD200 1 2 3 4 5 6 7 8 Digital Disk Recorder WJ-HD200 2 3 4 5 6 O O O O O O 7 O 8 9 10 11 12 13 q w 14 15 SUNDAY MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY DAILY Program 1 Event No.1 Event No.2

More information

LSM5Pascal Ver 3.2 GFP 4D Image VisArt Carl Zeiss Co.,Ltd.

LSM5Pascal Ver 3.2 GFP 4D Image VisArt Carl Zeiss Co.,Ltd. LSM5Pascal Ver 3.2 GFP 4D Image VisArt 2004.03 LSM5PASCAL V3.2 LSM5PASCAL SW3.2Axiovert200M 1 1 2 3 3 4 4 5 SingleTrack 9 Multi Track 10,18 5 / 21 6 3 27 7 35 8 ( OFF) 40 LSM5PASCAL V3.2 LSM5PASCAL 65

More information

II ( ) prog8-1.c s1542h017%./prog8-1 1 => 35 Hiroshi 2 => 23 Koji 3 => 67 Satoshi 4 => 87 Junko 5 => 64 Ichiro 6 => 89 Mari 7 => 73 D

II ( ) prog8-1.c s1542h017%./prog8-1 1 => 35 Hiroshi 2 => 23 Koji 3 => 67 Satoshi 4 => 87 Junko 5 => 64 Ichiro 6 => 89 Mari 7 => 73 D II 8 2003 11 12 1 6 ( ) prog8-1.c s1542h017%./prog8-1 1 => 35 Hiroshi 2 => 23 Koji 3 => 67 Satoshi 4 => 87 Junko 5 => 64 Ichiro 6 => 89 Mari 7 => 73 Daisuke 8 =>. 73 Daisuke 35 Hiroshi 64 Ichiro 87 Junko

More information

ARM gcc Kunihiko IMAI 2009 1 11 ARM gcc 1 2 2 2 3 3 4 3 4.1................................. 3 4.2............................................ 4 4.3........................................

More information

4

4 I/O 2AO 0/4-20mA / DC6-18V 16Bit Ver. 1.0.0 2 750-563 Copyright 2006 by WAGO Kontakttechnik GmbH All rights reserved. 136-0071 1-5-7 ND TEL 03-5627-2059 FAX 03-5627-2055 http://www.wago.co.jp/io/ WAGO

More information

(Making the electronic circuit with use of micro-processor)

(Making the electronic circuit with use of micro-processor) (Making the electronic circuit with use of micro-processor) 1055083 1 1 2 3 4 2L T = Vs T = 1 34000 2 = 58.824 5 4069 9V R1 1k Q1 NPN R2 1k

More information

MOTIF XF 取扱説明書

MOTIF XF 取扱説明書 MUSIC PRODUCTION SYNTHESIZER JA 2 (7)-1 1/3 3 (7)-1 2/3 4 (7)-1 3/3 5 http://www.adobe.com/jp/products/reader/ 6 NOTE http://japan.steinberg.net/ http://japan.steinberg.net/ 7 8 9 A-1 B-1 C0 D0 E0 F0 G0

More information

\\afs001-0m0005\project02\A32\M

\\afs001-0m0005\project02\A32\M Technical Information 2004.09 2009.04 Store Request Query Request Retrieve Request DICOM Client Application Remote SCP Remote Query/Retrieve SCP Image Stored * DICOM Server Application Remote SCU Print

More information

Gpci4ソフト_下位DLL_説明書3版.PDF

Gpci4ソフト_下位DLL_説明書3版.PDF G-PCI4 ... 3 WINDOWSNT...3 WINDOWS2000/XP...3... 4...4 DLL WINDOWSNT/2000/XP...4...4... 5...5... 6...6...6...6...6...7...9...11... 11... 11... 11... 12... 12...12 ...13...14 1... 14 2... 15 3... 16 4...

More information

4

4 I/O 2AO DC0-10V/ 10V 16Bit Ver. 1.0.0 2 750-562 Copyright 2006 by WAGO Kontakttechnik GmbH All rights reserved. 136-0071 1-5-7 ND TEL 03-5627-2059 FAX 03-5627-2055 http://www.wago.co.jp/io/ WAGO Kontakttechnik

More information

DAC121S101/DAC121S101Q 12-Bit Micro Power, RRO Digital-to-Analog Converter (jp)

DAC121S101/DAC121S101Q 12-Bit Micro Power, RRO Digital-to-Analog Converter (jp) DAC121S101 DAC121S101/DAC121S101Q 12-Bit Micro Power, RRO Digital-to-Analog Converter Literature Number: JAJSA89 DAC121S101 12 D/A DAC121S101 12 D/A (DAC) 2.7V 5.5V 3.6V 177 A 30MHz 3 SPI TM QSPI MICROWIRE

More information

YDP-S34 MIDI リファレンス

YDP-S34 MIDI リファレンス YDP-S34 JA 2 3 MSB (0-127) LSB (0-127) Program Change # (1-128) 108 0 1 108 1 1 108 1 2 108 0 5 108 0 6 108 0 7 108 0 12 108 1 20 108 0 17 108 0 49 4 MIDI CHANNEL MESSAGE (1) MIDI Events Status byte 1st

More information

DA100データアクイジションユニット通信インタフェースユーザーズマニュアル

DA100データアクイジションユニット通信インタフェースユーザーズマニュアル Instruction Manual Disk No. RE01 6th Edition: November 1999 (YK) All Rights Reserved, Copyright 1996 Yokogawa Electric Corporation 801234567 9 ABCDEF 1 2 3 4 1 2 3 4 1 2 3 4 1 2

More information

第2回1ビットフォーラム・ 国際シンポジウム「オーディオと文化」

第2回1ビットフォーラム・ 国際シンポジウム「オーディオと文化」 1 dcs 1 dcs SACD Recording System Editing System SACD 2ch/Multi 2ch/5.1ch SACD EQ Comp SACD SACD SACD Recording System Editing System Recording System Mixing Console Mic A/D Converter dcs904 Master Clock

More information

AX-D701[DOM]

AX-D701[DOM] AX-D701 4 7 LVT1438-001A 1 2 47 8 8 9 12 12 14 14 16 18 20 22 22 23 23 24 26 2728 2930 29 29 29 30 30 3133 31 31 344 343 36 37 37 37 38 38 40 40 41 41 42 42 43 44 44 4 4 462 4647 48 49 49 0 0 0 0 1 1 1

More information

(Version: 2017/4/18) Intel CPU 1 Intel CPU( AMD CPU) 64bit SIMD Inline Assemler Windows Visual C++ Linux gcc 2 FPU SSE2 Intel CPU do

(Version: 2017/4/18) Intel CPU 1 Intel CPU( AMD CPU) 64bit SIMD Inline Assemler Windows Visual C++ Linux gcc 2 FPU SSE2 Intel CPU do (Version: 2017/4/18) Intel CPU (kashi@waseda.jp) 1 Intel CPU( AMD CPU) 64bit SIMD Inline Assemler Windows Visual C++ Linux gcc 2 FPU SSE2 Intel CPU double 8087 FPU (floating point number processing unit)

More information

Triple 2:1 High-Speed Video Multiplexer (Rev. C

Triple 2:1 High-Speed Video Multiplexer (Rev. C www.tij.co.jp OPA3875 µ ± +5V µ RGB Channel OPA3875 OPA3875 (Patented) RGB Out SELECT ENABLE RED OUT GREEN OUT BLUE OUT 1 R G B RGB Channel 1 R1 G1 B1 X 1 Off Off Off 5V Channel Select EN OPA875 OPA4872

More information

1

1 1 100 50/60Hz 100 50/60Hz 2 3 4 Windows 4.0SP3 Windows98 4.0SP3 800600 256 1024768 SETUP.EXE 5 [ ] 6 [ OK] [ ] 7 [ OK] [ ] 8 [ OK] [ ] 9 [ ] [ ] [ ] Enter Enter Windows Alt MP-60 10 [ ] F4 [ ] [ ] [ ]

More information

V850E2/ML4 マイクロコンピュータ Peripheral LibUSB Demo アプリケーションノート

V850E2/ML4 マイクロコンピュータ Peripheral LibUSB Demo アプリケーションノート R01AN1098JJ0100 Rev.1.00 V850E2/ML4 USB PC V850E2/ML4 CPU LED V850E2/ML4(uPD70F4022) 1.... 2 2.... 3 3.... 4 4.... 6 5.... 9 6.... 18 R01AN1098JJ0100 Rev.1.00 Page 1 of 27 1. 1.1 V850E2/ML4 USB PC LibUSB

More information

sx2000series_operate_j

sx2000series_operate_j 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 ON ON 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 ON 1 2 3 4 5 6 7 8 ON 1 2 3 4 5 6 7 8 ON 1 2 3 4 5 6 7 8 ON 1 2 3 4 5 6 7 8 0123456789ABCDEF 0123456789ABCDEF 1 2

More information

main.dvi

main.dvi 20 II 7. 1 409, 3255 e-mail: namba@faculty.chiba-u.jp 2 1 1 1 4 2 203 2 1 1 1 5 503 1 3 1 2 2 Web http://www.icsd2.tj.chiba-u.jp/~namba/lecture/ 1 2 1 5 501 1,, \,", 2000 7. : 1 1 CPU CPU 1 Intel Pentium

More information

M4i_M2i_card_W10_ 最初にお読み下さい.docx M4i.xxxx M2i.xxx シリーズをご評価 ご購入頂きありがとうございます 本ドキュメントは Windows10 環境での M4i.xxxx M2i.xxx シリーズの取り付け ドライバ ソフトウエア (Control Cen

M4i_M2i_card_W10_ 最初にお読み下さい.docx M4i.xxxx M2i.xxx シリーズをご評価 ご購入頂きありがとうございます 本ドキュメントは Windows10 環境での M4i.xxxx M2i.xxx シリーズの取り付け ドライバ ソフトウエア (Control Cen M4i_M2i_card_W10_ 最初にお読み下さい.docx M4i.xxxx M2i.xxx シリーズをご評価 ご購入頂きありがとうございます 本ドキュメントは Windows10 環境での M4i.xxxx M2i.xxx シリーズの取り付け ドライバ ソフトウエア (Control Center, SBench6) インストール 動作確認まで順を追って説明する簡易版になります 詳細説明および

More information

1 C STL(1) C C C libc C C C++ STL(Standard Template Library ) libc libc C++ C STL libc STL iostream Algorithm libc STL string vector l

1 C STL(1) C C C libc C C C++ STL(Standard Template Library ) libc libc C++ C STL libc STL iostream Algorithm libc STL string vector l C/C++ 2007 6 18 1 C STL(1) 2 1.1............................................... 2 1.2 stdio................................................ 3 1.3.......................................... 10 2 11 2.1 sizeof......................................

More information

自動シャットタ<3099>ウンクイックインストールカ<3099>イト<3099>.indb

自動シャットタ<3099>ウンクイックインストールカ<3099>イト<3099>.indb OMRON Corporation. 2011 All Rights Reserved. 2 3 4 5 6 7 8 9 10 11 12 13 14 15 title Red Hat Enterprise Linux Server (2.6.18-8.el5xen serial) root (hd0,1) kernel /xen.gz-2.6.18-8.el5 console=vga xencons=ttys16

More information

...5...6...7...8...9...10...12...12...12...18...21...23...23...23...24...24...24...24...25...26...26...26...27...33...33...33...33...33...34...35...36

...5...6...7...8...9...10...12...12...12...18...21...23...23...23...24...24...24...24...25...26...26...26...27...33...33...33...33...33...34...35...36 REVISION 2.85(6).H ...5...6...7...8...9...10...12...12...12...18...21...23...23...23...24...24...24...24...25...26...26...26...27...33...33...33...33...33...34...35...36...36...36...37...38...39 2 ...39...42...42...42...43...43...44...45...46...46...47...48...48...49...50...51...52...53...55...56...56...58...60...62...64...66...68...68...69...71...71...71...71...72...72...73...74...74...74...74

More information

BDA210:ユーザー要件定義書

BDA210:ユーザー要件定義書 14 (*1) No.114 24Byte 1 5 5 10 5 0 00577 24Byte+ 1Byte 1Byte 2 1 N C D 3 1 A B C E G H I K L M T 4 1 M 5 2 Byte 6 7 8 1 0 1 6 5 10 5 5 0 00169 9 1 1Byte 10 1 I 11 1 1Byte 12 13 1 4 1 5 14 2 Byte (*1) No.13

More information

スライド 1

スライド 1 RX62N 周辺機能紹介データフラッシュ データ格納用フラッシュメモリ ルネサスエレクトロニクス株式会社ルネサス半導体トレーニングセンター 2013/08/02 Rev. 1.00 00000-A コンテンツ データフラッシュの概要 プログラムサンプル 消去方法 書き込み方法 読み出し方法 FCUのリセット プログラムサンプルのカスタマイズ 2 データフラッシュの概要 3 データフラッシュとは フラッシュメモリ

More information

GM-F520S/GM-F470S/GM-F420S

GM-F520S/GM-F470S/GM-F420S GM-F520S GM-F470S GM-F420S LCT2504-002A-H 2 3 4 200 150 150 50 1 3 4 1 2 3 1 2 3 4 5 e 6 7 8 9 p q w r t 5 6 5 23 7 8 9 p q 4 5 6 7 8 9 2 3 4 5 5 23 6 7 8 9 w 1 2 e r t p p 5 6 9( 3 DVI-D (HDCP) RGB IN

More information

オムロン(株):CS/CJ/NJシリーズEtherNet/IP

オムロン(株):CS/CJ/NJシリーズEtherNet/IP CS/CJ/NJ EtherNet/IP 1... 3 2... 5 3... 6 4... 12 5... 17 6... 41 7... 43 1 PLC 1 1 3 2 2 5 3 3 6 4 4 12 GP-Pro EX GP-Pro EX 2 1 CPU I/F CS1 CJ2 NJ CS1H-CPU67H CS1H-CPU66H CS1H-CPU65H CS1H-CPU64H CS1H-CPU63H

More information

64bit SSE2 SSE2 FPU Visual C++ 64bit Inline Assembler 4 FPU SSE2 4.1 FPU Control Word FPU 16bit R R R IC RC(2) PC(2) R R PM UM OM ZM DM IM R: reserved

64bit SSE2 SSE2 FPU Visual C++ 64bit Inline Assembler 4 FPU SSE2 4.1 FPU Control Word FPU 16bit R R R IC RC(2) PC(2) R R PM UM OM ZM DM IM R: reserved (Version: 2013/7/10) Intel CPU (kashi@waseda.jp) 1 Intel CPU( AMD CPU) 64bit SIMD Inline Assemler Windows Visual C++ Linux gcc 2 FPU SSE2 Intel CPU double 8087 FPU (floating point number processing unit)

More information

K227 Java 2

K227 Java 2 1 K227 Java 2 3 4 5 6 Java 7 class Sample1 { public static void main (String args[]) { System.out.println( Java! ); } } 8 > javac Sample1.java 9 10 > java Sample1 Java 11 12 13 http://java.sun.com/j2se/1.5.0/ja/download.html

More information

2

2 REVISION 2.85(6).I 2 3 4 5 8 24 32 37 83 87 88 88 89 90 1 91 1 6 7 8 KDC200 ユーザーマニュアル 1.1 同梱物 本機のパッケージには 以下の物が同梱されています 1 2 3 4 本体 バーコード Data Collector 1 台 USB ケーブル 1本 ネックストラップ 1 本 ソフトウェアとユーザーマニュアルを含む CD-ROM

More information

DVTS Consumer DV Camera IEEE1394 Cable Internet Consumer DV Deck IEEE1394 Cable DV Internet PC Internet DV PC

DVTS Consumer DV Camera IEEE1394 Cable Internet Consumer DV Deck IEEE1394 Cable DV Internet PC Internet DV PC DVTS Digital Video Transport System Akimichi@sfc.wide.ad.jp DVTS Consumer DV Camera IEEE1394 Cable Internet Consumer DV Deck IEEE1394 Cable DV Internet PC Internet DV PC DVTS Consumer DV Camera IEEE1394

More information

GA-1200J

GA-1200J GA-1200J 1 1. 2. 3. 4. 2 5. 3 PDF 4 PDF PDF PDF PDF PDF PDF PDF PDF 5 6 ...1...2...4 1...12 2...16...18 3...22 4...24 5 TopAccess TopAccess...28 6 TopAccess...32...34 7 ...43...55 7 TopAccess...68 8 TopAccess

More information

NL-22/NL-32取扱説明書_操作編

NL-22/NL-32取扱説明書_操作編 MIC / Preamp ATT NL-32 A C ATT AMP 1 AMP 2 AMP 3 FLAT FLAT CAL.SIG. OVER LOAD DET. AMP 4 AMP 5 A/D D/A CONV. AMP 6 AMP 7 A/D CONV. Vref. AMP 8 AMP 10 DC OUT AMP 9 FILTER OUT AC DC OUT AC OUT KEY SW Start

More information

WinPSKユーザーズガイド

WinPSKユーザーズガイド 8 ae4jy@mindspring.com - 1 - - 2 - 5 5.. 5 5 5.. 6 6 1 1 1 1 1 1 1 1-3 - Status Bar 36-4 - Peter Martinez, WinPSK MHz Pentium Windows95,98 NT4.0 DX VGA640x480 Help MB RAM CPU WinPSK CPU CPU Too Slow CPU

More information

C++ ++ Wago_io.dll DLLDynamicLinkLibrary Microsoft VisualBasic Visual C Wago_io.dll Wago_io.dll Wago_io.dll WAGO_OpenCommPort WAGO_CloseCommPort WAGO_

C++ ++ Wago_io.dll DLLDynamicLinkLibrary Microsoft VisualBasic Visual C Wago_io.dll Wago_io.dll Wago_io.dll WAGO_OpenCommPort WAGO_CloseCommPort WAGO_ Ethernet, CDROM DLL Setupexe Setup.exe WAGOIO Wago_io wago2002 WAGO_IO DLL WAGO_IO.DLL Windows Windows System32 Wago_io.dll Program Files Wago_io Wago_io Readme.txt C Sample.exe Wago_dll.h C Config.def

More information

1 1 TA, ,9 1. ( 2. TM TM GUI TM 1. P7-13 TM Notepad, Meadow, ( P109 ). 2. (shisaku01/sys test)

1 1 TA, ,9 1. (  2. TM TM GUI TM 1. P7-13 TM Notepad, Meadow, ( P109 ). 2. (shisaku01/sys test) 1 1 TA, 20 10 6,9 1. (http://www.cyb.mei.titech.ac.jp/2008ss2/main.htm) 2. TM TM GUI TM 1. P7-13 TM Notepad, Meadow, ( P109 ). 2. (shisaku01/sys test) H src c startup ncrt0 ss2.a30 sect30 ss2.inc 1 1 /

More information

5 1 2 3 4 5 6 7 8 9 10 11 12 1 132 CMOS Setup Utility - Copyright (C) 1984-2000 Award Software Power Management Setup ACPI Suspend Type S3 (STR) Power Management User Define Video Off Method DPMS Video

More information

PC Windows 95, Windows 98, Windows NT, Windows 2000, MS-DOS, UNIX CPU

PC Windows 95, Windows 98, Windows NT, Windows 2000, MS-DOS, UNIX CPU 1. 1.1. 1.2. 1 PC Windows 95, Windows 98, Windows NT, Windows 2000, MS-DOS, UNIX CPU 2. 2.1. 2 1 2 C a b N: PC BC c 3C ac b 3 4 a F7 b Y c 6 5 a ctrl+f5) 4 2.2. main 2.3. main 2.4. 3 4 5 6 7 printf printf

More information

OPA277/2277/4277 (2000.1)

OPA277/2277/4277 (2000.1) R OPA OPA OPA OPA OPA OPA OPA OPA OPA µ µ ± ± µ OPA ±± ±± ± µ Offset Trim Offset Trim In OPA +In -Pin DIP, SO- Output NC OPA Out A In A +In A A D Out D In D +In D Out A In A +In A A B Out B In B +In B

More information

Kageyama (Kobe Univ.) / 36

Kageyama (Kobe Univ.) / 36 DrawArrays DrawElements 05 1 2015.05.19 Kageyama (Kobe Univ.) 2015.05.19 1 / 36 Kageyama (Kobe Univ.) 2015.05.19 2 / 36 Kageyama (Kobe Univ.) 2015.05.19 3 / 36 Web アプリ HTML + CSS + JavaScript + シェーダソースコード

More information

wireshark dissector with lua

wireshark dissector with lua 2013/06/05 @team_eririn https://www.ainoniwa.net/ssp/ Lua プラグインを用いて Wireshark にデコード可能なプロトコルを追加する手法について記載します 今回は ネットワークベンチマークソフトウェアである iperf パケットを題材にします 2 OS Windows XP, Vista, 7 Wireshark Version : 1.6.x

More information

FreeBSD 1

FreeBSD 1 FreeBSD 1 UNIX OS 1 ( ) open, close, read, write, ioctl (cdevsw) OS DMA 2 (8 ) (24 ) 256 open/close/read/write Ioctl 3 2 2 I/O I/O CPU 4 open/close/read/write open, read, write open/close read/write /dev

More information

2

2 WV-CW970 2 3 4 5 6 7 8 9 10 11 12 DIP SW1 ON 1 2 3 4 5 6 7 8 ON 1 2 3 4 DIP SW2 SW1 S TA RT RS485Setting SW2 13 14 q w q e 15 16 17 18 19 20 ** RS485 SETUP ** UNIT NUMBER SUB ADDRESS BAUD RATE DATA BIT

More information

U400 U300 U300R MP3/WMA/WAV CD My-Kenwood My-Kenwood JVC KENWOOD Corporation B5A (JN)

U400 U300 U300R MP3/WMA/WAV CD My-Kenwood My-Kenwood JVC KENWOOD Corporation B5A (JN) U400 U300 U300R MP3/WMA/WAV CD My-Kenwood My-Kenwood https://jp.my-kenwood.com 2014 JVC KENWOOD Corporation B5A-0141-00 (JN) [ 2 3 [ 4 5 15 8 8 6 XX S T MODE ON 7 SRC SRC ATT SRC 8 1 1 FUNCTION 2 CLOCK

More information

Delta Audiophile 2496

Delta Audiophile 2496 DELTA Audiophile 2496 User's Guide Version 6.0 M-AUDIO JAPAN, Inc. Macintosh Support : mac-support@m-audio.co.jp Windows Support : win-support@m-audio.co.jp www.m-audio.co.jp DELTA Audiophile 2496 DELTA

More information

BD-X200 BUSY OPERATE OPEN/CLOSE CH1 AUDIO DOLBY DIGITAL LPCM MPEG DVD RECORDER BD-X200 TITLE CHAPTER OPTION DV Y/C LINE SET UP CH2 PHONES REV STOP PLA

BD-X200 BUSY OPERATE OPEN/CLOSE CH1 AUDIO DOLBY DIGITAL LPCM MPEG DVD RECORDER BD-X200 TITLE CHAPTER OPTION DV Y/C LINE SET UP CH2 PHONES REV STOP PLA BD-X200 BUSY OPERATE OPEN/CLOSE CH1 AUDIO DOLBY DIGITAL LPCM MPEG DVD RECORDER BD-X200 TITLE CHAPTER OPTION DV Y/C LINE SET UP CH2 PHONES REV STOP PLAY FWD PAUSE REC TOP SET LLT0059-001A 2 3 4 5 6 7 8

More information

0.2 Button TextBox: menu tab 2

0.2 Button TextBox: menu tab 2 Specview VO 2012 2012/9/27 Specview Specview STSCI(Space Telescope SCience Institute) VO Specview Web page http://www.stsci.edu/resources/software hardware/specview http://specview.stsci.edu/javahelp/main.html

More information

2

2 WV-CW960 2 3 4 5 6 7 8 9 10 11 SW1 S TA RT RS485Setting SW2 DIP SW1 ON 1 2 3 4 5 6 7 8 ON 1 2 3 4 DIP SW2 12 13 q w q e 14 15 16 17 18 19 ** RS485 SETUP ** UNIT NUMBER SUB ADDRESS BAUD RATE DATA BIT PARITY

More information

AN

AN Cypress ( ) FR Family FR80 MB91660Series 外部バスアクセスによる 蛍光表示管モジュール制御方法 注意事項 本資料の記載内容は 予告なしに変更することがありますので ご用命の際は営業部門にご確認ください 本資料に記載された動作概要や応用回路例は 半導体デバイスの標準的な動作や使い方を示したもので 実際に使用する機器での動作を保証するものではありません したがいまして

More information

ex01.dvi

ex01.dvi ,. 0. 0.0. C () /******************************* * $Id: ex_0_0.c,v.2 2006-04-0 3:37:00+09 naito Exp $ * * 0. 0.0 *******************************/ #include int main(int argc, char **argv) double

More information

ASB-3000 ユーザーズマニュアル

ASB-3000 ユーザーズマニュアル ASB-001-081204 Magic LAB ADTEK SYSTEM SCIENCE Co.,Ltd. 1 1 1 2 3 4 5 7 8 8 9 10 10 14 MagicScope 16 16 19 21 25 28 29 29 29 Function 30 30 30 30 30 31 31 32 33 34 36 36 37 37 38 39 40 41 43 function 1

More information

42PHD60123_ p65

42PHD60123_ p65 R - STANDBY G POWER INPUT VOL ENTER N SURROUND VOL PLASMA DISPLAY INPUT SOUND SET UP MULTI ZOOM PIP SWAP SELECT MOVE POS. /SIZE PC R ASPECT TIMER 1234 TH-42PHD6 1234567 1234567 TH-5PHD6 1234567 1234567

More information