ROOT robotname XML robotname.xml robotname conf.xml robotname.xml Scenebuilder Scenebuilder XML robotname conf.xml robotname.xml robotname conf.xml XM

Size: px
Start display at page:

Download "ROOT robotname XML robotname.xml robotname conf.xml robotname.xml Scenebuilder Scenebuilder XML robotname conf.xml robotname.xml robotname conf.xml XM"

Transcription

1 tazz 2013/8/29 1 XML 2 ROOT/robots/robotname/ 1

2 ROOT robotname XML robotname.xml robotname conf.xml robotname.xml Scenebuilder Scenebuilder XML robotname conf.xml robotname.xml robotname conf.xml XML 3D DLL 6 RHex 3 X Y Z XZ Y Y+ X Y Z X+ Y+ Z+ 4 XML 2

3 (a) (b) (c) CAD (d) STL 1: 3DCAD Scenebuilder STL OBJ 3DS STL STL STL 3DCAD STL STL robotname.xml Autodesk Inventor 2012 STL 1(a)(b) Inventor CAD 3 X+ Y+ Z+ 1(a) 1(b) z y XML 3

4 Scenebuilder hinge z 1(c) CAD STL [ ] [CAD ] STL 1(d) 100% body.stl leg.stl 5 XML rhex XML rhex.xml rhex conf.xml 1 rhex.xml Scenebuilder Scenebuilder 1 1 <?xml version="1.0" encoding="utf-8"?> XML 2 <namespace name="rhex"> namespace name <attr unit_length="mm"/> <attr unit_mass ="kg"/> mm kg [kg mm/s 2 ] [s] 10[N] <vmat name="vmat_body" colorname="wheat"/> <vmat name="vmat_leg" colorname="gray"/> 4

5 vmat visual material name colorname wiki/web_colors <pmat name="pmat_body" density="0.5[g/cmˆ3]"/> <pmat name="pmat_leg" density="1.0[g/cmˆ3]" static_friction="1.0" dynamic_friction="1.0"/> pmat physical material density static friction dynamic friction <mesh name="mesh_body" filename="body.stl"/> <mesh name="mesh_leg" filename="leg.stl"/> 3D mesh filename STL <camera name="camera" fov="0.3"/> fov <body name="body" auto_mass="true" auto_tree="true"> body body auto mass true auto tree body connector connector <connector name="c0"/> c1 c6 RHex 6 6 trn trn=" " [x, y, z] = [130, 0, 140] mm c camera rot rot rot="-90deg@y*-15deg@x" y 90 x 15 leg1 leg6 1 6 c0 5

6 <attach connector="body/c0" shape="mesh_body" vmat="vmat_body" pmat="pmat_body"/> attach connector shape vmat pmat 6 attach <hinge name="hinge_leg1" sock="body/c1" plug="leg1/c0" damper=" "/> hinge 1 z sock plug damper targetvel (vel 0 <gear up="hinge_leg1" down="hinge_leg2" type="pos" offset="180deg"/> hinge leg1 hinge leg2 offset 180deg hinge leg2 hinge leg1 <contact_group all_bodies="true" enable="false"/> RHex rhex conf.xml 2 Scenebuilder <rhex> desc 6

7 <desc> RHEX six legged robot </desc> root <root path="body"/> orientation <orientation front ="1 0 0" up="0 1 0" offset="-150mm"/> X+ Y+ Z+ front up Z+ up="0 0 1" offset 150mm assembly 7 RHex controller 8 tank robots/ rhex/ 7

8 <?xml version="1.0" encoding="utf-8"?> <namespace name="rhex"> <attr unit_length="mm"/> <attr unit_mass ="kg"/> <vmat name="vmat_body" colorname="wheat"/> <vmat name="vmat_leg" colorname="gray"/> 1: <pmat name="pmat_body" density="0.5[g/cmˆ3]"/> <pmat name="pmat_leg" density="1.0[g/cmˆ3]" static_friction="1.0" dynamic_friction="1.0"/> <mesh name="mesh_body" filename="body.stl"/> <mesh name="mesh_leg" filename="leg.stl"/> <camera name="camera" fov="0.3"/> <body name="body" auto_mass="true" auto_tree="true"> <connector name="c0"/> <connector name="c1" trn=" "/> <connector name="c2" trn=" "/> <connector name="c3" trn=" "/> <connector name="c4" trn=" "/> <connector name="c5" trn=" "/> <connector name="c6" trn=" "/> <connector name="c_camera" trn=" " rot="-90deg@y*-15deg@x"/> </body> <body name="leg1" auto_mass="true"> <connector name="c0"/> </body> <body name="leg2" auto_mass="true"> <connector name="c0"/> </body> <body name="leg3" auto_mass="true"> <connector name="c0"/> </body> <body name="leg4" auto_mass="true"> <connector name="c0"/> </body> <body name="leg5" auto_mass="true"> <connector name="c0"/> </body> <body name="leg6" auto_mass="true"> <connector name="c0"/> </body> <attach connector="body/c0" shape="mesh_body" vmat="vmat_body" pmat="pmat_body"/> <attach connector="leg1/c0" shape="mesh_leg" vmat="vmat_leg" pmat="pmat_leg" /> <attach connector="leg2/c0" shape="mesh_leg" vmat="vmat_leg" pmat="pmat_leg" /> <attach connector="leg3/c0" shape="mesh_leg" vmat="vmat_leg" pmat="pmat_leg" /> <attach connector="leg4/c0" shape="mesh_leg" vmat="vmat_leg" pmat="pmat_leg" /> <attach connector="leg5/c0" shape="mesh_leg" vmat="vmat_leg" pmat="pmat_leg" /> <attach connector="leg6/c0" shape="mesh_leg" vmat="vmat_leg" pmat="pmat_leg" /> <attach connector="body/c_camera" camera="camera"/> <hinge name="hinge_leg1" sock="body/c1" plug="leg1/c0" damper="100000"/> <hinge name="hinge_leg2" sock="body/c2" plug="leg2/c0"/> <hinge name="hinge_leg3" sock="body/c3" plug="leg3/c0"/> <hinge name="hinge_leg4" sock="body/c4" plug="leg4/c0" damper="100000"/> <hinge name="hinge_leg5" sock="body/c5" plug="leg5/c0"/> <hinge name="hinge_leg6" sock="body/c6" plug="leg6/c0"/> <gear up="hinge_leg1" down="hinge_leg2" type="pos" offset="180deg"/> <gear up="hinge_leg1" down="hinge_leg3" type="pos" offset="0deg"/> <gear up="hinge_leg4" down="hinge_leg5" type="pos" offset="180deg"/> <gear up="hinge_leg4" down="hinge_leg6" type="pos" offset="0deg"/> <contact_group all_bodies="true" enable="false"/> </namespace> 8

9 2: <?xml version="1.0" encoding="utf-8"?> <rhex> <desc> RHEX six legged robot </desc> <root path="body"/> <orientation front ="1 0 0" up="0 1 0" offset="-150mm"/> <assembly> </assembly> <controllers> <controller name="tank"> <input channel="0" path="joy.left1"/> <input channel="0" path="key.left" /> <input channel="1" path="joy.right1"/> <input channel="1" path="key.right" /> <input channel="2" path="joy.up1"/> <input channel="2" path="key.up" /> <input channel="3" path="joy.down1"/> <input channel="3" path="key.down" /> <output channel="0" path="hinge_leg1.targetvel" gain="3"/> <output channel="1" path="hinge_leg4.targetvel" gain="3"/> </controller> </controllers> </rhex> rhex. xml rhex_conf. xml body. stl leg. stl rhex kmview.exe load rhex 2(a) offset 150mm step 2(b) step 1 save save unload rhex load rhex 9

10 (a) (b) step (c) 2: rhex run rhex:... 2(c) stop q RHex RHex

11 7 <assembly spring="..." damper="..."> <stage max_count="...">... </stage> <stage>... </stage>... </assembly> assembly spring damper / assembly stage stage max count stage <enable path="..."/> <disable path="..."/> <lock path="..." angle="..."/> <free path="..."/> enable path disable lock path targetpos angle spring damper spring damper free 0 1. load robotname 2. assmble robotname 3. run

12 3. 1 max count robotname asm.dat save robotname asm.dat <controllers> <controller name="...">... </controller> <controller>... </controller>... </controllers> controllers controller name tank through 12

13 controller rhex <controller name="tank"> <input channel="0" path="joy.left1"/> <input channel="0" path="key.left" /> <input channel="1" path="joy.right1"/> <input channel="1" path="key.right" /> <input channel="2" path="joy.up1"/> <input channel="2" path="key.up" /> <input channel="3" path="joy.down1"/> <input channel="3" path="key.down" /> <output channel="0" path="hinge_leg1.targetvel" gain="3"/> <output channel="1" path="hinge_leg4.targetvel" gain="3"/> </controller> tank 8.2 <input channel="0" path="joy.left1"/> 0 <input channel="0" path="key.left"/> <output channel="0" path="hinge_leg1.targetvel" gain="3"/> 0 hinge leg1 targetvel gain 3 / <input channel="..." path="..." gain="..."/> <output channel="..." path="..." gain="..." type="..."/> channel path gain gain gain type type value diff type="value" type="diff" <output channel="0" path="hinge_leg1.targetvel" gain="3"/> type value 3 targetvel 13

14 <output channel="0" path="hinge_leg1.targetpos" gain="3" type="diff"/> ( 3) targetpos 8.2 tank tank H = I 0 I 1 V = I 2 I 3 O 0 = V H O 1 = V + H I i i O i i H V I 0 I 3 O 0 O 1 (O 0, O 1 ) = ( 1, 1) (O 0, O 1 ) = (0, 2) 8.3 through through O i = I i i RHex RHex 3(a) 3 3(b) 14

15 #include <math. h> #include <windows. h> 3: extern "C"{ const double M_PI = ; const double slow_phase = ( M_PI / ) ; ///< const double slow_ratio = 0. 4 ; ///< double phase0 = 0. 0 ; double phase1 = 0. 0 ; ///< ///< double CalcAngle ( double phi ){ if ( phi < slow_phase ) return slow_ratio slow_phase + (( M_PI + slow_ratio slow_phase ) / ( M_PI + slow_phase ) ) ( phi + slow_phase ) ; if ( phi >= slow_phase ) return slow_ratio slow_phase + ( ( M_PI slow_ratio slow_phase ) / ( M_PI slow_phase ) ) ( phi slow_phase ) ; return slow_ratio phi ; } declspec ( dllexport ) void Step ( double input, double output, double dt ){ double h = input [ 0 ] input [ 1 ] ; double v = input [ 2 ] input [ 3 ] ; } } bool turn = fabs ( h ) > 0. 1 ; phase0 += ( turn? h : v ) dt ; phase1 = ( turn? phase0 : phase0 ) + M_PI ; while ( phase0 > M_PI ) phase0 = 2 M_PI ; while ( phase0 < M_PI ) phase0 += 2 M_PI ; while ( phase1 > M_PI ) phase1 = 2 M_PI ; while ( phase1 < M_PI ) phase1 += 2 M_PI ; double angle0 = CalcAngle ( phase0 ) ; double angle1 = CalcAngle ( phase1 ) ; output [ 0 ] = output [ 2 ] = angle0 ; output [ 3 ] = output [ 5 ] = angle1 ; output [ 1 ] = ( turn? angle1 : angle1 ) ; output [ 4 ] = ( turn? angle0 : angle0 ) ; BOOL APIENTRY DllMain ( HMODULE hmodule, DWORD ul_reason_for_call, LPVOID lpreserved ){ return TRUE ; } 15

16 (a) (b) 3: RHex DLL DLL Visual Studio DLL OK 3 RHex DLL declspec ( dllexport ) void Step ( double input, double output, double dt, int id ) ; input output dt id ID DLL input output 256 DLL rhexctrl.dll 5 spring <hinge name="hinge_leg1" sock="body/c1" plug="leg1/c0" spring=" " damper=" "/> <hinge name="hinge_leg2" sock="body/c2" plug="leg2/c0" spring=" " damper=" "/> <hinge name="hinge_leg3" sock="body/c3" plug="leg3/c0" spring=" " damper=" "/> <hinge name="hinge_leg4" sock="body/c4" plug="leg4/c0" spring=" " damper=" "/> <hinge name="hinge_leg5" sock="body/c5" plug="leg5/c0" spring=" " damper=" "/> <hinge name="hinge_leg6" sock="body/c6" plug="leg6/c0" spring=" " damper=" "/> <controller name="rhexctrl"> <input channel="0" path="joy.left1" gain="5"/> <input channel="0" path="key.left" gain="5"/> <input channel="1" path="joy.right1" gain="5"/> <input channel="1" path="key.right" gain="5"/> <input channel="2" path="joy.up1" gain="5"/> 16

17 <input channel="2" path="key.up" gain="5"/> <input channel="3" path="joy.down1" gain="5"/> <input channel="3" path="key.down" gain="5"/> <output channel="0" path="hinge_leg1.targetpos"/> <output channel="1" path="hinge_leg2.targetpos"/> <output channel="2" path="hinge_leg3.targetpos"/> <output channel="3" path="hinge_leg4.targetpos"/> <output channel="4" path="hinge_leg5.targetpos"/> <output channel="5" path="hinge_leg6.targetpos"/> </controller> name DLL 5 targetvel targetpos RHex 1 RHex DLL Step id 17

elem attr value = "..." Scenebuilder XML <elem attr="value"... /> XML XML Scenebuilder body hinge XML Scenebuilder 4 3 Scenebuilder XML C/C++ bool int

elem attr value = ... Scenebuilder XML <elem attr=value... /> XML XML Scenebuilder body hinge XML Scenebuilder 4 3 Scenebuilder XML C/C++ bool int Scenebuilder XML tazz 2013/9/4 1 Scenebuilder XML XML 2 XML XML XML ... 1 elem attr value = "..." Scenebuilder XML

More information

DiMP Users Manual Yuichi Tazaki

DiMP Users Manual Yuichi Tazaki DiMP Users Manual Yuichi Tazaki 3 1 5 2 7 2.1............................. 7 2.2........................... 7 3 DiMP 9 3.1............................... 9 3.2........................... 10 3.3...................................

More information

●70974_100_AC009160_KAPヘ<3099>ーシス自動車約款(11.10).indb

●70974_100_AC009160_KAPヘ<3099>ーシス自動車約款(11.10).indb " # $ % & ' ( ) * +, -. / 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 " # $ % & ' ( ) * + , -. / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B

More information

2 1,384,000 2,000,000 1,296,211 1,793,925 38,000 54,500 27,804 43,187 41,000 60,000 31,776 49,017 8,781 18,663 25,000 35,300 3 4 5 6 1,296,211 1,793,925 27,804 43,187 1,275,648 1,753,306 29,387 43,025

More information

untitled

untitled 280 200 5 7,800 6 8,600 28 1 1 18 7 8 2 ( 31 ) 7 42 2 / / / / / / / / / / 1 3 (1) 4 5 3 1 1 1 A B C D 6 (1) -----) (2) -- ()) (3) ----(). ()() () ( )( )( )( ) ( ) ( )( )( )( ) () (). () ()() 7 () ( ) 1

More information

untitled

untitled II yacc 005 : 1, 1 1 1 %{ int lineno=0; 3 int wordno=0; 4 int charno=0; 5 6 %} 7 8 %% 9 [ \t]+ { charno+=strlen(yytext); } 10 "\n" { lineno++; charno++; } 11 [^ \t\n]+ { wordno++; charno+=strlen(yytext);}

More information

270万回再生レポート

270万回再生レポート 270 270 2 2 Keynote(Mac) Camtasia PC VIdeo5 Point 2 Point 15 2 Point Point ) (2 2 3 2 3 Point 2 4 3 2 1 OK 100 4 10 20 2 75% Point 4 3 SEX Point SEX SEX SEX 2 SEX Point 2 2500 Point ( 100 Point

More information

橡Taro9-生徒の活動.PDF

橡Taro9-生徒の活動.PDF 3 1 4 1 20 30 2 2 3-1- 1 2-2- -3- 18 1200 1 4-4- -5- 15 5 25 5-6- 1 4 2 1 10 20 2 3-7- 1 2 3 150 431 338-8- 2 3 100 4 5 6 7 1-9- 1291-10 - -11 - 10 1 35 2 3 1866 68 4 1871 1873 5 6-12 - 1 2 3 4 1 4-13

More information

Cleaner XL 1.5 クイックインストールガイド

Cleaner XL 1.5 クイックインストールガイド Autodesk Cleaner XL 1.5 Contents Cleaner XL 1.5 2 1. Cleaner XL 3 2. Cleaner XL 9 3. Cleaner XL 12 4. Cleaner XL 16 5. 32 2 1. Cleaner XL 1. Cleaner XL Cleaner XL Administrators Cleaner XL Windows Media

More information

WinDriver PCI Quick Start Guide

WinDriver PCI Quick Start Guide WinDriver PCI/PCI Express/PCMCIA 5! WinDriver (1) DriverWizard (2) DriverWizard WinDriver (1) Windows 98/Me/2000/XP/Server 2003/Vista Windows CE.NET Windows Embedded CE v6.00 Windows Mobile 5.0/6.0 Linux

More information

double float

double float 2015 3 13 1 2 2 3 2.1.......................... 3 2.2............................. 3 3 4 3.1............................... 4 3.2 double float......................... 5 3.3 main.......................

More information

ProVisionaire Control V3.0セットアップガイド

ProVisionaire Control V3.0セットアップガイド ProVisionaire Control V3 1 Manual Development Group 2018 Yamaha Corporation JA 2 3 4 5 NOTE 6 7 8 9 q w e r t r t y u y q w u e 10 3. NOTE 1. 2. 11 4. NOTE 5. Tips 12 2. 1. 13 3. 4. Tips 14 5. 1. 2. 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

GulfStar1.5ユーザーマニュアル

GulfStar1.5ユーザーマニュアル GulfStar ID 2004 6 1 1 ID...2 2 ID...2 3...3...3...6...6 4...7 URL...7...8 5...10...10... 11 6...12...12 1/12 ID BASIC GulfStar 1 ID ID 2 ID ID 2/12 3 [ ][ ][ ] ID URL 3/12 2 ID 4/12 URL POST URL(

More information

cpp1.dvi

cpp1.dvi 2017 c 1 C++ (1) C C++, C++, C 11, 12 13 (1) 14 (2) 11 1 n C++ //, [List 11] 1: #include // C 2: 3: int main(void) { 4: std::cout

More information

SystemC言語概論

SystemC言語概論 SystemC CPU S/W 2004/01/29 4 SystemC 1 SystemC 2.0.1 CPU S/W 3 ISS SystemC Co-Simulation 2004/01/29 4 SystemC 2 ISS SystemC Co-Simulation GenericCPU_Base ( ) GenericCPU_ISS GenericCPU_Prog GenericCPU_CoSim

More information

Microsoft Word - SU1204教本(Driver)原稿.docx

Microsoft Word - SU1204教本(Driver)原稿.docx void setup(){ pinmode(13, OUTPUT); //13 void loop(){ digitalwrite(13, HIGH); //13 HIGH delay(500); digitalwrite(13, LOW); //13 LOW delay(500); setup pinmode loop delay C M B void setup(){ pinmode(12,output);

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

fp.gby

fp.gby 1 1 2 2 3 2 4 5 6 7 8 9 10 11 Haskell 12 13 Haskell 14 15 ( ) 16 ) 30 17 static 18 (IORef) 19 20 OK NG 21 Haskell (+) :: Num a => a -> a -> a sort :: Ord a => [a] -> [a] delete :: Eq a => a -> [a] -> [a]

More information

... 3... 3... 3... 3... 4... 7... 10... 10... 11... 12... 12... 13... 14... 15... 18... 19... 20... 22... 22... 23 2

... 3... 3... 3... 3... 4... 7... 10... 10... 11... 12... 12... 13... 14... 15... 18... 19... 20... 22... 22... 23 2 1 ... 3... 3... 3... 3... 4... 7... 10... 10... 11... 12... 12... 13... 14... 15... 18... 19... 20... 22... 22... 23 2 3 4 5 6 7 8 9 Excel2007 10 Excel2007 11 12 13 - 14 15 16 17 18 19 20 21 22 Excel2007

More information

Цифровой спутниковый ресивер Lumax DV 2400 IRD

Цифровой спутниковый ресивер Lumax DV 2400 IRD 13... 3 1.... 5 1.1 1.2... 5... 6 2.... 7 2.1 2.2 2.3... 7... 8... 9 3.... 10 3.1... 10 3.1.1 RF...10 3.1.2 SCART...11 3.2... 12 3.2.1 DISH IN...12 3.2.2 DiSEqC...13 4..... 14 4.1 0003.... 15 4.1.1...15

More information

-----------------------------------------------------------------------------------------1 --------------------------------------------------------------------------------------1 -------------------------------------------------------------------------------------1

More information

1 2 3 4 1 2 3 4 1 2 3 4 12 3 4

1 2 3 4 1 2 3 4 1 2 3 4 12 3 4 1 2 3 4 5 6 1 2 3 4 5 6 1 2 1 2 1 2 1 2 1 2 3 4 12 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 12 3 4 1 2 3 4 5 6 7 8 1 2 3 46 7 1 2 3 4 5 6 7 1 2 3 4 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 16 7 8 92 3 46 7 :

More information

S1460...........\1.E4

S1460...........\1.E4 3 4 3 4 5 3 4 5 3 4 3 4 3 3 3 3 4 3 4 3 3 4 4 3 3 3 3 4 3 4 3 3 3 3 3 3 4 3 4 3 4 5 4 3 5 4 3 3 4 5 3 4 5 4 3 4 3 3 4 3 4 3 3 3 3 3 4 3 3 4! "! " " 0 6 ! " 3 4 3 3 4 3 ! " 3 3 4 5 4 5 6 3 3

More information

r07.dvi

r07.dvi 19 7 ( ) 2019.4.20 1 1.1 (data structure ( (dynamic data structure 1 malloc C free C (garbage collection GC C GC(conservative GC 2 1.2 data next p 3 5 7 9 p 3 5 7 9 p 3 5 7 9 1 1: (single linked list 1

More information

Lab GPIO_35 GPIO

Lab GPIO_35 GPIO 6,GPIO, PSoC 3/5 GPIO HW Polling and Interrupt PSoC Experiment Lab PSoC 3/5 GPIO Experiment Course Material 6 V2.02 October 15th. 2012 GPIO_35.PPT (65 Slides) Renji Mikami [email protected] Lab GPIO_35

More information

Since

Since Since 1885 16.4 15.6 14.2.8 39.4 13.6 21 211 212 213 214 8,88 227 186,164 181,869 184,412 197,495 21,995 11,466 11,67 15,474 16,899 22,1 1, 24, 3,54 5,686 7,518 9,615 17,467 8,88 8,37 8,288 8,29 8,319

More information

For_Beginners_CAPL.indd

For_Beginners_CAPL.indd CAPL Vector Japan Co., Ltd. 目次 1 CAPL 03 2 CAPL 03 3 CAPL 03 4 CAPL 04 4.1 CAPL 4.2 CAPL 4.3 07 5 CAPL 08 5.1 CANoe 5.2 CANalyzer 6 CAPL 10 7 CAPL 11 7.1 CAPL 7.2 CAPL 7.3 CAPL 7.4 CAPL 16 7.5 18 8 CAPL

More information

ohp07.dvi

ohp07.dvi 19 7 ( ) 2019.4.20 1 (data structure) ( ) (dynamic data structure) 1 malloc C free 1 (static data structure) 2 (2) C (garbage collection GC) C GC(conservative GC) 2 2 conservative GC 3 data next p 3 5

More information

LT 低コスト、シャットダウン機能付き デュアルおよびトリプル300MHz 電流帰還アンプ

LT 低コスト、シャットダウン機能付き デュアルおよびトリプル300MHz 電流帰還アンプ µ µ LT1398/LT1399 V IN A R G 00Ω CHANNEL A SELECT EN A R F 3Ω B C 97.6Ω CABLE V IN B R G 00Ω EN B R F 3Ω 97.6Ω V OUT OUTPUT (00mV/DIV) EN C V IN C 97.6Ω R G 00Ω R F 3Ω 1399 TA01 R F = R G = 30Ω f = 30MHz

More information

P05.ppt

P05.ppt 2 1 list0415.c forfor #include int i, j; for (i = 1; i

More information

£Ã¥×¥í¥°¥é¥ß¥ó¥°(2018) - Âè11²ó – ½ÉÂꣲ¤Î²òÀ⡤±é½¬£² –

£Ã¥×¥í¥°¥é¥ß¥ó¥°(2018) - Âè11²ó – ½ÉÂꣲ¤Î²òÀ⡤±é½¬£² – (2018) 11 2018 12 13 2 g v dv x dt = bv x, dv y dt = g bv y (1) b v 0 θ x(t) = v 0 cos θ ( 1 e bt) (2) b y(t) = 1 ( v 0 sin θ + g ) ( 1 e bt) g b b b t (3) 11 ( ) p14 2 1 y 4 t m y > 0 y < 0 t m1 h = 0001

More information

ワードプロセッシングについて

ワードプロセッシングについて Word Word ONOFF (U)(P) ******** 1 OS Windows2000 Windows2000 (U) OK 2 Windows 3 Word 1) 2) (F)(O) A() FD(A) Word 4 1) / > < *.? " : ; 2) SAMPLE2 A SAMPLE2 5 .doc 6 Alt f6f9 7 + 8 ) 2) 9 1) 2) 1) 10 2)

More information

新・明解C言語 実践編

新・明解C言語 実践編 第 1 章 見 21 1-1 見えないエラー 見 List 1-1 "max2x1.h" a, b max2 List 1-1 chap01/max2x1.h max2 "max2x1.h" #define max2(a, b) ((a) > (b)? (a) : (b)) max2 List 1-2 List 1-2 chap01/max2x1test.c max2 #include

More information

07_経営論集2010 小松先生.indd

07_経営論集2010 小松先生.indd 19 1 2009 105 123 Web Web Web Web World Wide Web WWW OS 1990 WWW Web HTML CSS JavaScript Web 1 WWW 2 Web Web 3 Web 4 HTML5 5 Web Web 3 1970 WWW HTML Web WWW WWW WWW WWW WWW 105 Web WWW 2 Web 1 1 NTT NTT

More information

1

1 DVC512/DVC512GOLD 日本語取扱説明書 1 3 3 3 USB/DMX 4 6 6 SETUP 7 8 9 9 10 11 11 12 12 12 13 13 14 15 AUTO/LTP/HTP 16 17 17 18 19 19 Scene Audio BPM Sync 20 Audio BPM Sync21 21 22 22 23 24 Tricks & Tips25 3 XLR

More information

http://banso.cocolog-nifty.com/ 100 100 250 5 1 1 http://www.banso.com/ 2009 5 2 10 http://www.banso.com/ 2009 5 2 http://www.banso.com/ 2009 5 2 http://www.banso.com/ < /> < /> / http://www.banso.com/

More information

TOPLON PRIO操作手順

TOPLON PRIO操作手順 TOPLON PRIO 2004/05/24 I/O LON WAGO TOPLON PRIO 1. 1) PCC-10 S/W 2) PC 3) PCC-10 4) Windows Lon WorksR Plug n Play Apply OK 5) Visio LonMaker LonPoint 6) TOPLON PRIO 2. IO-PRO SYM TOPLON-PRIO SNVT NVI

More information

2.4 ExternalID DoctypeDecl ExternalID <!DOCTYPE html ^PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transiti

2.4 ExternalID DoctypeDecl ExternalID <!DOCTYPE html ^PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/tr/xhtml1/dtd/xhtml1-transiti WX-model ver. 0.7 2003 9 22 1 scriptlet XHTML ( XHTML ) XML WX-model WX-model XHTML 12 10 2 WX-model XHTML ^ $ Child nodes / @ sp nl comment scriptlet 2.1 File XHTML WX-model Child nodes : /XMLDecl /DoctypeDecl

More information

GA-1190J

GA-1190J GA-1190J 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 PCL/PS...23 4...26 5...30 ETHERNET...31 TCP/IP...33 IPX/SPX...38 AppleTalk...40 HTTP...42

More information

Microsoft Word - PIVマニュアル.doc

Microsoft Word - PIVマニュアル.doc (Nikkor 50mm f/1.2) C CCD (PixelFly QE) LAN USB BNC 1 1.1 CCD 注意 CCD CCD 1) 注意 2) 3) LAN LAN 4) 3 2 5) 2 1.2 1) Came Ware Came Ware 2) [Camera] [Camera Control] Camera mode Video Trigger Mode Intern CameraControl

More information

HARK Designer Documentation 0.5.0 HARK support team 2013 08 13 Contents 1 3 2 5 2.1.......................................... 5 2.2.............................................. 5 2.3 1: HARK Designer.................................

More information

n=360 28.6% 34.4% 36.9% n=360 2.5% 17.8% 19.2% n=64 0.8% 0.3% n=69 1.7% 3.6% 0.6% 1.4% 1.9% < > n=218 1.4% 5.6% 3.1% 60.6% 0.6% 6.9% 10.8% 6.4% 10.3% 33.1% 1.4% 3.6% 1.1% 0.0% 3.1% n=360 0% 50%

More information

: : : TSTank 2

: : : TSTank 2 Java (8) 2008-05-20 Lesson6 Lesson5 Java 1 Lesson 6: TSTank1, TSTank2, TSTank3 java 2 car1 car2 Car car1 = new Car(); Car car2 = new Car(); car1.setcolor(red); car2.setcolor(blue); car2.changeengine(jet);

More information