only my information

Size: px
Start display at page:

Download "only my information"

Transcription

1 1 only my information Special thanks A CD 2 3 A B A B A 1/4 B B 3/ A 3 A 3. B 3 B

2 only my information (a) CD Hz Hz Hz Hz (b) CD Hz Hz 20 Hz Hz = x t y CD 16 CD Hz 20 Hz Hz (a) (c)

3 only my information 3 LAN p LAN PC PC LAN PC SMTP (d) 2

4 only my information n A = A 1 A n f f 2 1 x y f f(x, y) p q 1 p q n if q = p then return A p else r (p + q)/2 a f(p, r) b f(r + 1, q) if a > b then return a else return b endif endif (4, 8, 2, 3, 7) n = 5 f(1, 1) = 4 f(3, 3) = 2 f(1, 2) = 8 f(2, 5) = 8 (a) f(4, 4) f(3, 5) f(1, 5) if - then - else - endif return 4 f(1, 1) = 4 p = q = 1 A p A 1 4 f(3, 3) = 2 A 3 2 f(p, q) p = q A p f(2, 2) = 8 f(4, 4) = 3 f(5, 5) = 7

5 only my information 5 f(1, 2) = 8 f q p p q else [ ] r [(p + q)/2] = [(1 + 2)/2] = 1 a f(p, r) = f(1, 1) = 4 b f(r + 1, q) = f(1 + 1, 2) = f(2, 2) = A < 8 8 a f(p, r) b f(r + 1, q) f(2, 5) = 8 f(3, 5) f(3, 4) f(3, 5) f q p r [(p + q)/2] = [8/2] = 4 a f(p, r) = f(3, 4) = r [(p + q)/2] = [7/2] = 3 a f(p, r) = f(3, 3) = 2 b f(r + 1, q) = f(4, 4) = 3 f(3, 4) = max(a, b) = 3 f(3, 5) r 4 a 3 b f(r + 1, q) = f(5, 5) = 7 = max(a, b) = 7

6 only my information 6 f(x, x) (p x q) f(1, 5) = 8 (b) n (n > 0) f(1, n) r [(p + q)/2] p q a f(p, r) b f(r + 1, q) a p b q f if a > b then return a else return b endif a b f p q 2 f(1, 4) x x 8 x f(1, n) A 1 A n f(1, n) = max(a 1, A 2,, A n ) f(1, n) A 1 n

7 only my information 7 f a, b f = max(a, b) f(1, n) A f(1, n) f(1, 1),, f(n, n) f(k, k) A k n = 1 (c) (a) f(1, 4) f f(1, 1) p = q = 1 f A 1 f f(1, 1) f 1 0 f(1, 1) f x x 8 x f 1 7 (b) f(1, 4) (d) f(1, n) f n f(1, 1) 1 f(1, 2) 3 x f(1, 3) 5 x 8 8 x 4 8 2

8 only my information 8 f(1, 4) 7 8 x x 8 x f(1, 5) 9 8 x x 8 x 7 x f(1, n) 2n 1 q f p !!

9 only my information 9 3 / / / 2 / Web Web Google OPAC ID /

10 only my information A. (a) (b) B. A (c) C. (d) D. (e) (b),(c),(d),(e) (a) : (a) (b),(c),(d),(e) A. (b) B. A (c) C. (d) D. (e)

11 only my information 11 A (b) B

12 only my information 12 2 or jp ac.jp u-tokyo.ac.jp u-tokyo.ac.jp

13 only my information 13 3 A 2 GUI CUI YUKI.N> CUI YUKI.N> YUKI.N> GUI YUKI.N> CUI YUKI.N> CUI YUKI.N> YUKI.N> YUKI.N> CUI GUI YUKI.N> GUI G Graphical G

14 only my information 14 II B a) 1 b) m m L m R c) L b LL, LR LL LR m R RL, RR d) c 1 LLLL, LRLLR LLLL 0 63 LRLLR d 0, 100, LLLLLLLLLL 100 LLLRRLLRLL 500 LRRRRRLRLL

15 only my information 15 d n 1 1 a d p(n) ( ) p(1) p(1) = 2 ( ) n > 1 p(n) p(n 1) p(n) = 2 p(n 1) + 2 n ( ) p(n) 2 2 n ( ) 2 n p(n) p(n 1) = 2n 2 n p(n) = 2 n (p(1) + n 1) = 2 n (1 + n 1) = n 2 n

16 only my information (1) (2) (1) (a) (e) [] [ ] (2) (1) 2 (a) [] [ ] 2 A B C B C D A D ABD ACD 2 (b) [] [ ] 2 2 (c) [] [ ] 2

17 only my information 17 (d) [] [ ] (e) [] [ ] 2 2 2

18 only my information (1) (5) (1) 16 1 log = 4 (2) log = 0.54 (3) 16 6 log = 1.42 (4) 6 1 log = 2.58 (5) (1) (3) (4) 3 (1) = (3) + (4)

19 only my information 19 2 (6) (7) 1 2 (6) log = 3.05 (7) log = 3.60

20 only my information 20 3 A (1) (2) (1) 2 A B A B 2 A B B A B A B A B (2) (a) (d)

21 only my information 21 (a) (b) (c) (d) 1 18

22 only my information 22 B 7 1(1) (4) load add store load subtract store jumpzero jump load write 1011 halt : load A A store A A add A A subtract A A jump A A jumpzero A 0() A write halt (1) (2) (3) (4)

23 only my information load add store load subtract store jumpzero jump load add store load subtract store jumpzero jump load add store load subtract store jumpzero jump load add store load subtract store jumpzero load write 1011 halt (1) (2) (3) (4)

24 only my information CD 2ch 74 1 CD kHz 16 CD Hz kHz 1/ kHz CD 21 2ch 1 16 bit sec 1 2 (ch) 1 sec = bit bit sec 1 74 min 60 sec/min (1/8) Byte/bit Byte Byte 750 MB 1 KB 1024 Byte K 10 3 k KiB 74 CD 650 MB 100 MB

25 only my information WWW A1 A4 A B1 B4 B Web URL A1 B1 A2 B2 A3 B3 A4 B4 Web A : (a) (b) Web (c) Web (d) B : ( ) ( ) Web Web ( ) Web ( ) WWW A1 A4 A B1 B4 B Web URL A1 (c) Web B1 ( ) Web A2 (b) Web B2 ( ) A3 (a) B3 ( ) A4 (d) B4 ( ) Web Web Web pp.194-5

26 only my information P T P: T: 0 S: 0 S=0 S=1 S=2 S=3 R: 2 1 I: I=1 1 I=2 2 T

27 only my information 27 if I=1 then if P=10 then A: T, S, I else 0 P 10 B: T, R, I endif else I=2 C: T, S, I endif A A if S=0 then T T+P S 2 else if S=1 then T T+2P S 2 else if S=2 then T T+2P S 3 else S=3 T T+3P S 3 endif I 1 if ( 1) then ( 1) else if ( 2) then ( 2) else if else ( n) endif n ( 1) ( 1) ( 1) ( 2) ( 2) ( 1) ( n-1) ( n) P [7, 3, 8, 0, 10, 10, 6, 4, 7, 1] T [7, 10, 26, 26, 36, 56, 74, 82, 96, 97]

28 only my information 28 A 1 B 1 if S=0 then 2 T T+P 3 else if S=1 then 4 T T+2P 5 else if S=2 then 6 T T+2P 7 else S=3 # A 8 T T+3P 9 endif 10 R 10-P # 11 I 2 # 3 6 S=1 S=2 1 if S=0 then 2 T T+P 3 else if 1 S 2 then 4 T T+2P 5 else 6 T T+3P 7 endif 8 R 10-P # 9 I 2 # (2) ( ) (1) A 2 C 1 if S=0 then 2 T T+P 3 else if S=1 then 4 T T+P 5 else if S=2 then 6 T T+2P 7 else # S=3 8 T T+2P

29 only my information 29 9 endif 10 if P R then # P=R P>R 11 S 1 12 else # P<R 13 S 0 14 I 1 # C if S 1 then # S<0 0 S 1 2 T T+P 3 else # S=2 or 3 4 T T+2P 5 endif 6 if P R then # P=R 7 S 1 8 else # P<R 9 S 0 10 I 1 # C if S 1 then # S<0 0 S 1 2 T T+P 3 else # S=2 or 3 4 T T+2P 5 endif 6 if P<R then 7 S 0 8 else 9 S 1 10 I 1 # C 1 if S 1 then # S<0 0 S 1 2 T T+P 3 else # S=2 or 3 4 T T+2P 5 endif 6 if P R then 7 S 0 8 else 9 S 1 10 I 1 # C

30 only my information 30 3 A Google

31 only my information ( ) /

32 only my information 32 5 DNA

33 only my information 33 B 1 NOT,AND,OR,NAND,XOR 1: NOT,AND,OR,NAND,XOR x 0 x 1 NOT(x 0 ) AND(x 0, x 1 ) OR(x 0, x 1 ) NAND(x 0, x 1 ) XOR(x 0, x 1 ) A E B F C G D H 0 NAND NAND(x 0, x 1 ) = NOT(AND(x 0, x 1 )) 1 1 A H OR NAND x 0 x 1 NOT(x 0 ) AND(x 0, x 1 ) OR(x 0, x 1 ) NAND(x 0, x 1 ) XOR(x 0, x 1 ) NOT(x 0 ) = NAND(x 0, x 0 ) MIL NOT 1 NAND MIL AND 2 NAND NAND NAND(x 0, x 1 ) = x 0 x 1 AND MIL AND(x 0, x 1 ) = x 0 x 1 = x 0 x 1 = NOT(NAND(x 0, x 1 ))

34 only my information 34 3 MIL OR 3 NAND OR MIL OR(x 0, x 1 ) = x 0 + x 1 = x 0 x 1 = NAND(NOT(x 0 ), NOT(x 1 )) 4 MIL XOR ( 4 )NAND x 0 x 1 XOR(x 0, x 1 ) XOR(x 0, x 1 ) = 1 x 0 x 1 XOR(x 0, x 1 ) = x 0 x 1 + x 0 x 1 (1) XOR(x 0, x 1 ) = 0 x 0 x 1 XOR(x 0, x 1 ) = (x 0 + x 1 ) (x 0 + x 1 ) (2) XOR(x 0, x 1 ) = x 0 x 1 + x 0 x 1 (3) = x 0 x 1 + x 0 x 1 (4) = x 0 x 1 x 0 x 1 (5) = x 0 x 1 x 1 x 0 x 0 x 1 (6) = NAND[ NAND{x 0, NAND(x 1, x 1 )}, NAND{NAND(x 0, x 0 ), x 1 } ] (7) XOR MIL

35 only my information 35 XOR(x 0, x 1 ) = x 0 x 1 + x 0 x 1 (8) = OR[ AND{x 0, NOT(x 1 )}, AND{NOT(x 0 ), x 1 } ] (9) MIL NOT-NOT XOR(x 0, x 1 ) = (x 0 + x 1 ) (x 0 + x 1 ) (10) = x 0 (x 0 + x 1 ) + (x 0 + x 1 ) x 1 (11) = x 0 x 0 x 1 + x 0 x 1 x 1 (12) = x 0 x 0 x 1 + x 0 x 1 x 1 (13) = x 0 x 0 x 1 x 0 x 1 x 1 (14) = NAND[ NAND{x 0, NAND(x 0, x 1 )}, NAND{NAND(x 0, x 1 ), x 1 } ] (15) XOR MIL NAND 4 XOR(x 0, x 1 ) = (x 0 + x 1 ) (x 0 + x 1 ) (16) = AND[ OR(x 0, x 1 ), OR{NOT(x 0 ), NOT(x 1 )} ] (17)

36 only my information 36 MIL NOT-NOT NAND 6 12 MIL XOR(x 0, x 1 ) = x 0 x 0 x 1 + x 0 x 1 x 1 (18) = OR[ AND{x 0, NAND(x 0, x 1 )}, AND{NAND(x 0, x 1 ), x 1 } ] (19) NOT-NOT

37 only my information 37 2 XOR 4 5 XOR 4 NAND CircuitMaker Student Version

38 only my information ( 5-10) a b a b a a a 4 6 7a 8a b 5(new) b 2c

39 only my information 39 1) ) a b a b a a a 4 6 7a 8a b 5(new) b 2c a b a b a a a 4 6 7a 8a b 5(new) b 2c a 2b

40 only my information 40 3) 7 4) and (5-12 or 5-17) and (5-13 or 5-16 or 5-20) and or 5-15 or 5-18 or and )

41 only my information JIS EUC-JP CUI GUI JAS JIS 1. JIS JIS EUC-JP standardization normalization standardization

42 only my information GUIGUI CUI GUI ( ;)

43 only my information 43 3 A 1) / (a) / (b) / ) (a) (b) (c) SSL

44 only my information 44 ID F5 DoS

45 only my information 45 pp B n () 1 2 () 1) 2 n 1: () 1 n(n 1) n 2 2 2: 1 2 n n 1 n 2) 2 (a) n (b) 3: () n 1 n 2 2 A B A B 0 1 A B 2 (a) n 1 (b) n 1 n 1

46 only my information 46 4: 1 [ ] 1 2 () (n 1) n (a) n(n 1) (b) 1 2 (n 1) n 1 1 n n 1 1 n n(n 1) n(n 1) (a) 2 (b) 1 2 (n 1) n 1 1 n (n 1) n 1 1 (n 1) k k 1 n 1 n 1 (n 1) 2 (k 1) = (n 1) 2 1 n(n 1) (n 1)(n 2) = 2 2 k=1

47 only my information

( ) 1

( ) 1 / (2014 04 09 ) E-mail: sekido@amp.i.kyoto-u.ac.jp (2014 04 09 ) 1 3 20%7528 50%15 30% 1572372888 (2014 04 09 ) 2 http://www-is.amp.i.kyoto-u.ac.jp/lab/sekido/ (2014 04 09 ) 3 (2014 04 09 ) 4 2006 IT J.

More information

Informatic Synthesis -2013 Summer-

Informatic Synthesis -2013 Summer- Informatic Synthesis -2013 Summer- Informatic Synthesis 50 90 I II IX p.60 VIVII only my information Perfect Reader ossan-arrow 2013 7 29 2 Informatic Synthesis 2 I 7 1 7 2 7 3 7 3.1.....................................

More information

1... 5 2... 6 3... 7 4... 8 4.1... 8 4.2... 9 4.3... 9 4.4 SMTP... 10 5 2... 11 5.1 FP Mail... 11 5.2 MX... 11 6 3 /... 12 6.1... 12 6.2... 12 6.3...

1... 5 2... 6 3... 7 4... 8 4.1... 8 4.2... 9 4.3... 9 4.4 SMTP... 10 5 2... 11 5.1 FP Mail... 11 5.2 MX... 11 6 3 /... 12 6.1... 12 6.2... 12 6.3... 1... 5 2... 6 3... 7 4... 8 4.1... 8 4.2... 9 4.3... 9 4.4 SMTP... 10 5 2... 11 5.1 FP Mail... 11 5.2 MX... 11 6 3 /... 12 6.1... 12 6.2... 12 6.3... 12 6.4... 12 6.5... 12 7 4... 13 7.1 URL... 13 8 5...

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

報告書

報告書 1 2 3 4 5 6 7 or 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2.65 2.45 2.31 2.30 2.29 1.95 1.79 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 60 55 60 75 25 23 6064 65 60 1015

More information

2 94.3 91.3 5.1 7.5 0.0 0.0 0.1 0.5 0.6 0.1 0.1 0.4 21.4% 15.8% 14.8% 15.0% 16.0% 16.5% 0.5% 16.1% 15.2% 16.9% 15.7% 17.1% 18.6% 0.4% 21.4% 15.8% 14.8

2 94.3 91.3 5.1 7.5 0.0 0.0 0.1 0.5 0.6 0.1 0.1 0.4 21.4% 15.8% 14.8% 15.0% 16.0% 16.5% 0.5% 16.1% 15.2% 16.9% 15.7% 17.1% 18.6% 0.4% 21.4% 15.8% 14.8 15 7 8,000 15 4 1 0 5 15 4 2 15 10 1 15 4 1 6 11 4,500 3,500 16 26 35 27 34 16 2 19 16 2 24 16 3 15 1 2 94.3 91.3 5.1 7.5 0.0 0.0 0.1 0.5 0.6 0.1 0.1 0.4 21.4% 15.8% 14.8% 15.0% 16.0% 16.5% 0.5% 16.1%

More information

x, y x 3 y xy 3 x 2 y + xy 2 x 3 + y 3 = x 3 y xy 3 x 2 y + xy 2 x 3 + y 3 = 15 xy (x y) (x + y) xy (x y) (x y) ( x 2 + xy + y 2) = 15 (x y)

x, y x 3 y xy 3 x 2 y + xy 2 x 3 + y 3 = x 3 y xy 3 x 2 y + xy 2 x 3 + y 3 = 15 xy (x y) (x + y) xy (x y) (x y) ( x 2 + xy + y 2) = 15 (x y) x, y x 3 y xy 3 x 2 y + xy 2 x 3 + y 3 = 15 1 1977 x 3 y xy 3 x 2 y + xy 2 x 3 + y 3 = 15 xy (x y) (x + y) xy (x y) (x y) ( x 2 + xy + y 2) = 15 (x y) ( x 2 y + xy 2 x 2 2xy y 2) = 15 (x y) (x + y) (xy

More information

応用数学特論.dvi

応用数学特論.dvi 1 1 1.1.1 ( ). P,Q,R,.... 2+3=5 2 1.1.2 ( ). P T (true) F (false) T F P P T P. T 2 F 1.1.3 ( ). 2 P Q P Q P Q P Q P or Q P Q P Q P Q T T T T F T F T T F F F. P = 5 4 Q = 3 2 P Q = 5 4 3 2 P F Q T P Q T

More information

FrontSystem FrontSystem

FrontSystem FrontSystem My PAGE View http://www.page-view.jp/ FrontSystem FrontSystem FrontSystemMy PAGE View or FrontSystem Web FrontSystem JPG FrontSystem My PAGE View FrontSystem FrontSystem Web FrontSystem Web 3. 1050 Pro

More information

1 2 2 10 4 4 6 7 8 8 9 9 9 9 10 11 11 13 13 15 15 15 15 15 16

1 2 2 10 4 4 6 7 8 8 9 9 9 9 10 11 11 13 13 15 15 15 15 15 16 1 2 2 10 4 4 6 7 8 8 9 9 9 9 10 11 11 13 13 15 15 15 15 15 16 16 16 16 16 16 16 17 17 17 17 18 18 18 18 18 19 19 19 19 15 2 10 IT 10 16 11 21 1 23 6 5 23 6 1 18 3 24 12 (1)(2)(3) (4) (5)(6) 18 8 24 12

More information

(2 Linux Mozilla [ ] [ ] [ ] [ ] URL 2 qkc, nkc ~/.cshrc (emacs 2 set path=($path /usr/meiji/pub/linux/bin tcsh b

(2 Linux Mozilla [ ] [ ] [ ] [ ] URL   2 qkc, nkc ~/.cshrc (emacs 2 set path=($path /usr/meiji/pub/linux/bin tcsh b II 5 (1 2005 5 26 http://www.math.meiji.ac.jp/~mk/syori2-2005/ UNIX (Linux Linux 1 : 2005 http://www.math.meiji.ac.jp/~mk/syori2-2005/jouhousyori2-2005-00/node2. html ( (Linux 1 2 ( ( http://www.meiji.ac.jp/mind/tool/internet-license/

More information

1 KC KC H.13 1. 3 2. 4 3. 5 3.1. 5 3.2. 6 4. 7 4.1. 8 4.1.1. 8 4.1.2. 9 4.1.3. 10 4.1.4. MATLAB 11 4.1.5. 20 4.1.6. 21 4.1.7. 26 4.2. 28 4.2.1. 28 4.2.2. 30 4.2.3. 31 4.2.4. 36 4.3. 37 5. 40 5.1. 40 5.2.

More information

4 小川/小川

4 小川/小川 B p p B pp M p T p M p Tp T pt T p T p T p p Tp T T p T p T pt p Tp p p p p p p p p T p p T T M M p p p p p p T p p p T T p T B T T p T T p T p T T T p T p p T p Tp T p p Tp T p T Tp T T p T p T p T p

More information

石井.PDF

石井.PDF 1 2 5 11 15 20 2 copyright copyright 17 18 3 18 19 2 10 4 5 50 50 WIPO 17 15 6 1995 CD PC PP 7 CD 59 CD CD 8 9 10 11 12 20 13 14 WWWWorld Wide Web 15 WWW Netscape Navigator Internet Explorer Web 16 17

More information

book

book Bibliotheca21 Personal 3020-7-245-30 P-26D3-A114 Bibliotheca21 Personal 01-30 OS Windows 2000 Windows Server(R) 2003 Windows XP Windows Server(R) 2008 Windows Vista(R) Windows 7 Adobe Adobe Systems Incorporated

More information

P TCP IP ISDN ISDN TA DSU DSU

P TCP IP ISDN ISDN TA DSU DSU P TCP IP ISDN ISDN TA DSU DSU P ADSL ISDN ADSL IC3 FOM ADSL ADSL Web Web P CATV LAN PHS LAN P IP Web ALT P Web Web Web P Web Web Web Web Web Web WWW WWW Web Web P WWW Web WWW WWW WWW Web Internet Explorer

More information

3 SIMPLE ver 3.2: SIMPLE (SIxteen-bit MicroProcessor for Laboratory Experiment) 1 16 SIMPLE SIMPLE 2 SIMPLE 2.1 SIMPLE (main memo

3 SIMPLE ver 3.2: SIMPLE (SIxteen-bit MicroProcessor for Laboratory Experiment) 1 16 SIMPLE SIMPLE 2 SIMPLE 2.1 SIMPLE (main memo 3 SIMPLE ver 3.2: 20190404 1 3 SIMPLE (SIxteen-bit MicroProcessor for Laboratory Experiment) 1 16 SIMPLE SIMPLE 2 SIMPLE 2.1 SIMPLE 1 16 16 (main memory) 16 64KW a (C )*(a) (register) 8 r[0], r[1],...,

More information

1997 1... 1... 2... 2... 2... 3... 6... 9... 9... 24... 39... 54... 69 4 1995 1996 A B C D 1 1 2 1 2 3 3 1 1 (1) (2) (3) 32 2 (1) (2) (3) 3 3 4 1 11 12 13 21 22 / / 23 5 4 4 1 9 1997 2 1 1 1 2 1 1 3 2

More information

情報量・音声画像動画のA/D変換

情報量・音声画像動画のA/D変換 L06(2014-10-29 Wed), A/D..... http://hig3.net ( ) L06 A/D (2014) 1 / 24 : L05-S1 Quiz :int 16 2 15 x 2 15 1, 16 0 x 2 16 1. L05-S5 Quiz : 2 17 < 200000 2 18, 18. 2 10 = 1024, 2 16 = 65536. log 10 2, log

More information

untitled

untitled osamu@sfc.keio.ac.jp CNS 18 Web http://www.sfc.wide.ad.jp/~three/itbasic05/ 6/6 7/11 1 ls -la t04xxx student -rwxr-xrx three student - rwx r-x r-x Windows GUI UNIX Windows chmod CNS (755) (ug+x) % chmod

More information

SR-X526R1 サーバ収容スイッチ ご利用にあたって

SR-X526R1 サーバ収容スイッチ ご利用にあたって SR-X526R1 P3NK-3432-05Z0 526R1 V01 SR-X526R1 V01 2009 10 2010 4 2 2011 5 3 2012 3 4 2012 11 5 Microsoft Corporation Copyright FUJITSU LIMITED 2009-2012 2 SR-X526R1 V01...2...5...5...5...5...6...7...8...8...11...11...11...11...11...11...12...12...12...12...13...13...13

More information

untitled

untitled C08036 C08037 C08038 C08039 C08040 1. 1 2. 1 2.1 1 2.2 1 3. 1 3.1 2 4. 2 5. 3 5.1 3 5.2 3 6. 4 7. 5 8. 6 9. 7 10. 7 11. 8 C08036 8 C08037 9 C08038 10 C08039 11 C08040 12 8 2-1 2-2 T.P. 1 1 3-1 34 9 28

More information

ルール&マナー集_社内版)_修正版.PDF

ルール&マナー集_社内版)_修正版.PDF WWW(World Wide Web) Web 12 WWW ID 2 1 2 3 4 WWW World Wide Web 5 5 A B 11 http://www.enc.or.jp/enc/code/rule/main.html 12 3 ... 2 1... 5 1.1... 5 1.2... 5 1.3... 6 1.4... 7 2... 9 2.1... 9 2.2 ID... 10

More information

untitled

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

More information

Taro11-接遇のしおり(一太郎版)

Taro11-接遇のしおり(一太郎版) - - - - - - - - PR - - - - PR - - W H - - - - - - - - - - - - ' - - - - - - - - - - - - - - I - - l - - II - - - - - - - - - - - - IV - - : C : B C D - - : B C D : A B C D E F E F - - - - - -

More information

1) 概要

1) 概要 1. 2. 3. 4. 5. 3 3 3 2 6. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 3 1.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 4 1.1!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

More information

No ii

No ii 2005 6 1 2 200004 103/7-2000041037-1 3 4 5 JIS JIS X 0208, 1997 o È o http://www.pref.hiroshima.jp/soumu/bunsyo/monjokan/index.htm 200004 3 6 188030489521435 6119865 1220007 2 1659361903 3118983 16 381963

More information

10 2 2 10 6.5 78 1 65 / 30 / - 2 -

10 2 2 10 6.5 78 1 65 / 30 / - 2 - - 1 - 10 2 2 10 6.5 78 1 65 / 30 / - 2 - 3 3 30 8 4 8 6 11 14 45 14 7 8 1-3 - 4 1 () 20 4 9 4 9 3 9 4 PR 4 3-4 - - 5 - PR 15 4 PR 7 8 4 9 10-6 - 9 10 9 10 4 9 10 3 9 10 9 9 9 10 PR 1-7 - PR - 8 - 30 100-9

More information

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

More information

2

2 1 2 2005 15 17 21 22 24 25 67 95 3 1 2 3 4 17 4 5 6 7 8 9 PR PR PR 10 11 12 PR 419 844 1,490 950 590 20 12 50 13 12/20 2/28 3/30 14 17 349 666 15 59 6 11 15 17 14 15 15 17 3,525,992 15 59 15 17 18 910

More information

1 1 2 2 3 10 4 13 5 18 1 20 24 3 26 28 2 32 33 36 40 LAN 43 44 47 48 51 53 55 57 58 60 61 62 63 64 65 66 68 70 71 4 72 1 7 13 11 14 13 10.5 86.1 8 14 71.7 13.7 7 14 31.8 1.9 9 50.0 9.4 50.8 7 1 44.6 3.1

More information

大学等における社会人の受け入れ状況調査

大学等における社会人の受け入れ状況調査 1 1 2 3 4 - - - - - - 6 8 6 2001 30 7 6 3 30 8 6 1 4 3,6,9,12 4 1 1 E 1 3 13 15 4 3 1 ( ) 8. 6 14 8 6 2002 8 8 3 7 60 1 4 4 32 100 12

More information

アセンブラ入門(CASL II) 第3版

アセンブラ入門(CASL II) 第3版 CASLDV i COMET II COMET II CASL II COMET II 1 1 44 (1969 ) COMETCASL 6 (1994 ) COMETCASL 13 (2001 ) COMETCASL COMET IICASL II COMET IICASL II CASL II 2001 1 3 3 L A TEX 2 CASL II COMET II 6 6 7 Windows(Windows

More information

橡ボーダーライン.PDF

橡ボーダーライン.PDF 1 ( ) ( ) 2 3 4 ( ) 5 6 7 8 9 10 11 12 13 14 ( ) 15 16 17 18 19 20 ( ) 21 22 23 24 ( ) 25 26 27 28 29 30 ( ) 31 To be or not to be 32 33 34 35 36 37 38 ( ) 39 40 41 42 43 44 45 46 47 48 ( ) 49 50 51 52

More information

Microsoft Word - Documento2

Microsoft Word - Documento2 ? 3 2 ... 19 20 20 2 1 1 20 40 20 2 9 20 20 2 40 : http://www.hirahidenobu.com/scw/entry 平 秀 信 : 250 400 2 4 58CD4 CD1: 2 2 CD2 URL CD3: CD4: CD CD4... 250 200 250 http://www.hirahidenobu.com/scw/entry

More information

Microsoft PowerPoint - 情報システム20131127.pptx

Microsoft PowerPoint - 情報システム20131127.pptx 2013 11 27 NTT ISP IP 32 8. FTTH OLT ONU( ) ADSL DSLAM ADSL (ISDN) WiMAX ISP i sp ISP LAN ISP IP PPPoE FTTH ADSL BAS ID IP PPP RAS ID IP DHCP DHCP IP PPPoE ID ID ISP @ IP IPCP ID PC PC WAN LAN PC PPPoE

More information

FR 34 316 13 303 54

FR 34 316 13 303 54 FR 34 316 13 303 54 23 ( 1 14 ) ( 3 10 ) 8/4 8/ 100% 8 22 7 12 1 9 8 45 25 28 17 19 14 3/1 6/27 5000 8/4 12/2930 1 66 45 43 35 49 25 22 20 23 21 17 13 20 6 1 8 52 1 50 4 11 49 3/4/5 75 6/7/8 46 9/10/11

More information

熊本県数学問題正解

熊本県数学問題正解 00 y O x Typed by L A TEX ε ( ) (00 ) 5 4 4 ( ) http://www.ocn.ne.jp/ oboetene/plan/. ( ) (009 ) ( ).. http://www.ocn.ne.jp/ oboetene/plan/eng.html 8 i i..................................... ( )0... (

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

08+11Extra

08+11Extra A - - #8 bit, Byte, Yutaka Yasuda bit : データの最小単位 1bit = 最小状態の単位 = 二進一桁 コンピュータ内部は電気配線 配線に電気が通っている いな い だけで処理 状態は2種 二値 二進 動作にうまく対応 二進一桁を配線一本で実現 0と1 二進数 で動作 の実体 1bit = 二進一桁 = 配線一本 Byte : Byte bit 8 1 Byte

More information

Google Apps for Business Google Gmail Google Apps Google Apps Google Apps 2

Google Apps for Business Google Gmail Google Apps Google Apps Google Apps 2 Google Apps Google Apps 1 Google Apps for Business Google Gmail Google Apps Google Apps Google Apps 2 Google Apps 6,000 / 600 / 1 30GB Google PC 99.9% 24 Google SSAE 16 Type II 1 FISMA 2 Google Apps 3

More information

2

2 0. 92a --------------------------------------------------------- ---------------------------------------------------- 1. 1-1. 1-2. 1-3. 2. 2-5. 1 2 a ---------------------------------------------------------

More information

5 ISMS 5 4 PC PC USB PDA 2

5 ISMS 5 4 PC PC USB PDA 2 3 3 1 2 1 1 2 4 1 2 1 1 1 5 ISMS 5 4 PC PC USB PDA 2 16 1 16 1 4 3 PC USB 4 5 1 6 6 506 507 507 6 5000 JIS 7 3 3 8 1 4 Web 2 15 16 9 1 OK 2 10 20 3 10 4 19 100 1 0 100 1000 1 11 3 10 50 A B C 3 4 10 50

More information

untitled

untitled 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 cc 1.1 3 10 10 21 OS 10201 10 2 Windows/Linux 89 + 5 10202 10 2 Windows/Linux 104 + 5 10203 10 2 Windows/Linux 47 + 2 10204 10 2 Windows/Linux 47 +

More information

(1) (2) (1) (2) 2 3 {a n } a 2 + a 4 + a a n S n S n = n = S n

(1) (2) (1) (2) 2 3 {a n } a 2 + a 4 + a a n S n S n = n = S n . 99 () 0 0 0 () 0 00 0 350 300 () 5 0 () 3 {a n } a + a 4 + a 6 + + a 40 30 53 47 77 95 30 83 4 n S n S n = n = S n 303 9 k d 9 45 k =, d = 99 a d n a n d n a n = a + (n )d a n a n S n S n = n(a + a n

More information

A, B, C. (1) A = A. (2) A = B B = A. (3) A = B, B = C A = C. A = B. (3)., f : A B g : B C. g f : A C, A = C. 7.1, A, B,. A = B, A, A A., A, A

A, B, C. (1) A = A. (2) A = B B = A. (3) A = B, B = C A = C. A = B. (3)., f : A B g : B C. g f : A C, A = C. 7.1, A, B,. A = B, A, A A., A, A 91 7,.,, ( ).,,.,.,. 7.1 A B, A B, A = B. 1), 1,.,. 7.1 A, B, 3. (i) A B. (ii) f : A B. (iii) A B. (i) (ii)., 6.9, (ii) (iii).,,,. 1), Ā = B.. A, Ā, Ā,. 92 7 7.2 A, B, C. (1) A = A. (2) A = B B = A. (3)

More information

i

i i ii 2 1 JIS 2 [] NC [] 3 [] 4 5 [] 6 7 8 1900 9 10 11 12 13 14 () 15 16 17 () 18 8 19 20 A A.1 A.2 1 A.4 3 A.3 2 A.5 4 21 A.6 5 A.9 8 A.7 6 A.10 9 A.8 7 A.11 10 22 A 氏 の 手 のひらの 表 面 温 度 温 度 ( ) 37 36 35

More information

Chap9.dvi

Chap9.dvi .,. f(),, f(),,.,. () lim 2 +3 2 9 (2) lim 3 3 2 9 (4) lim ( ) 2 3 +3 (5) lim 2 9 (6) lim + (7) lim (8) lim (9) lim (0) lim 2 3 + 3 9 2 2 +3 () lim sin 2 sin 2 (2) lim +3 () lim 2 2 9 = 5 5 = 3 (2) lim

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション Version:090910 1 5 3 4 5 11 13 14 16 22 26 29 2 1 3 4 5 6 7 1 11 8 2 225 2009M 9 225225miniTOPIX 2009/6225mini225 225mini225 10 3 11 12 13 14 15 16 17 18 19 20 21 22 . 115 15 23 . 24 .2 225 1,000 10 225mini

More information

農薬取締法第12条に係る省令(案)の概要」への意見の募集についてパブリックコメント回答

農薬取締法第12条に係る省令(案)の概要」への意見の募集についてパブリックコメント回答 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 1 13.. 14.. 15. 16.. 1 2 3 4 17. 18. JAS 19. 20. 21. 2 22. 23. 24. 25. 26. 27. 28. 29. 30. 1. 31. 32. 33. 34. 3 35. 36. 37. 38. 39. 40. 41. 42. 43. 44. 45. 4 46.

More information

1. 2

1. 2 2004 1. 2. 1. 2 Web 3 4 5 6 PDA 7 USB CD DVD 8 9 10 11 LAN 12 13 14 P2P Web USB CD,DVD PDA 15 CD,DVD USB 16 17 18 19 VPN 20 PC 21 LAN 22 23 24 ISO/IEC17799 25 26 27 28 29 DDoS DoS DoS DDoS DoS ( ) ( )

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

11 Windows XP IP WEP (Web )

11 Windows XP IP WEP (Web ) Docodemo-Net (WEP ) cis-supports 25 11 18 1 Docodemo-Net 3 2 Docodemo-Net 3 3 3 4 3 5 4 5.1 LAN........................................ 4 5.2 LAN........................................ 4 6 5 6.1 LAN........................................

More information

FX ) 2

FX ) 2 (FX) 1 1 2009 12 12 13 2009 1 FX ) 2 1 (FX) 2 1 2 1 2 3 2010 8 FX 1998 1 FX FX 4 1 1 (FX) () () 1998 4 1 100 120 1 100 120 120 100 20 FX 100 100 100 1 100 100 100 1 100 1 100 100 1 100 101 101 100 100

More information

記号と準備

記号と準備 tbasic.org * 1 [2017 6 ] 1 2 1.1................................................ 2 1.2................................................ 2 1.3.............................................. 3 2 5 2.1............................................

More information

2 Takken contents TAKKEN SEMINAR

2 Takken contents TAKKEN SEMINAR 2 Takken 12. 2012 12 12 12 contents 2 5 6 8 10 11 12 14 15 16 TAKKEN SEMINAR 3 Takken 12. 2012 TAKKEN SEMINAR 4 Takken 12. 2012 Takken 12. 2012 5 6 Takken 12. 2012 124 7 Takken 12. 2012 926 50 6030 40PR

More information

Press Release Marantz 1953 B model 7 model CD CD B D&M Tel Tel

Press Release Marantz 1953 B model 7 model CD CD B   D&M Tel Tel Press Release 2014 6 17 Wi-Fi & Bluetooth 4K 60p AV JAN AV NR1605 81,000 49-51035-05321-8 7 AV NR1605 NR 105mm AV NR1605 100W 7ch 4 Wi-Fi Bluetooth GUI 4K 60p HDMI DSD AIFF Press Release Marantz 1953 B

More information

LAN Micro AVS LAN i

LAN Micro AVS LAN i 00D8104013K 2004 3 LAN Micro AVS LAN i 1 1 2 LAN 2 2.1 LAN ( Local Area Network ) 2 2.1.1 2 2.1.2 LAN 3 2.1.3 3 2.2 LAN 4 2.3 LAN 5 2.4 LAN 6 3 7 3.1 7 3.1.1 7 3.1.2 7 3.1.3 LAN 7 3.2 9 3.2.1 9 3.2.2 10

More information

Mobile Base Station RTR-500MBS-A / Web Storage - RTR-500MBS LED / Copyright T&D Corporation. All rights reserved. 2017. 07 16504810016 8 -------------------------------------- 3 -----------------------------------------------

More information

Otsuma Nakano Senior High School Spring Seminar Mathematics B

Otsuma Nakano Senior High School Spring Seminar Mathematics B Otsuma Nakano Senior High School Spring Seminar Mathematics B 2 a d a n = a + (n 1)d 1 2 ( ) {( ) + ( )} = n 2 {2a + (n 1)d} a r a n = ar n 1 a { r ( ) 1 } r 1 = a { 1 r ( )} 1 r (r 1) n 1 = n k=1 n k

More information

Collatzの問題 (数学/数理科学セレクト1)

Collatzの問題 (数学/数理科学セレクト1) / AICHI UNIVERSITY OF EDUCATION A { z = x + iy 0.100

More information

帝国議会の運営と会議録をめぐって

帝国議会の運営と会議録をめぐって 23 1890 10 10 11 25 11 26 11 27 11 29 115 56 16 19 23 92 22 3125 32 16 16 14 10 12 23 21 22 11 23 22 22 2211 23 73 9020 73 69 75 33 23 23 10 10 4111 25 10 11 23 220 10 20 6 64 10 11 12 13 15 16 73 49 40

More information

2.3 talk data.csv speaker data.csv A01 A13 (data attribute.pdf) ID 3 A01 1 A02 1 A03 2 A04 3 A05 2 A06 3 A07 1 A08 4 A09 2 A10 4 A11 5 A12 A13 3

2.3 talk data.csv speaker data.csv A01 A13 (data attribute.pdf) ID 3 A01 1 A02 1 A03 2 A04 3 A05 2 A06 3 A07 1 A08 4 A09 2 A10 4 A11 5 A12 A13 3 Version 1.1 1 1 2 1 2.1...................................................... 1 2.2....................................................... 1 2.3..................................................... 2 3

More information

単位、情報量、デジタルデータ、CPUと高速化 ~ICT用語集~

単位、情報量、デジタルデータ、CPUと高速化  ~ICT用語集~ CPU ICT mizutani@ic.daito.ac.jp 2014 SI: Systèm International d Unités SI SI 10 1 da 10 1 d 10 2 h 10 2 c 10 3 k 10 3 m 10 6 M 10 6 µ 10 9 G 10 9 n 10 12 T 10 12 p 10 15 P 10 15 f 10 18 E 10 18 a 10 21

More information

MQTT V3.1 プロトコル仕様

MQTT V3.1 プロトコル仕様 1999 d digit = X MOD 128 X = X DIV 128 // if there are mre digits t encde, set the tp bit f this digit if ( X > 0 ) digit = digit OR 0x80 endif 'utput' digit while ( X> 0 ) multiplier = 1 value = 0

More information

USB FDD ユーザーズマニュアル

USB FDD ユーザーズマニュアル Universal Serial Bus Interface External Floppy Disk Drive Unit USB FDD For USB FDD Driver CD-ROM P/N 139060-02 Copyright 1999-2001 Y-E Data, Inc. All Rights Reserved. USB FDD USB FDD USB FDD VCCI Adobe

More information

2.

2. 2. 10 2. 2. 1995/12006/111995/42006/12 2. 10 1995120061119954200612 02505 025 05 025 02505 0303 02505 250100 250 200 100200 5010050 100200 100 100 50100 100200 50100 10 75100100 0250512 02505 1 025051205

More information

JIMTOF_表紙表out.pdf

JIMTOF_表紙表out.pdf ...2 1....3 2....4 3....5 4. /...7 5....7 6....9 7....9 8....10 1....11 2....12 3....13 4....14 5....14 6. Web...16 7....17 1....18 2. JIMTOF STUDENT GUIDE...21 3....22 /Web/ 4....26 5....27 6....28 7.

More information

untitled

untitled vacuum assisted grouting SEEE 2001 11 2002 10 150 SEEE PC PC 2002 PC PC PC PC PC 1 SEEE PC 1 JIS 0MPa 0.1MPa 100 MPa0.1MPa1 760Torr 100 0.1MPa l /min 2 0.09MPa 90% -2.1 90 0.09MPa -2.1 0.09MPa 0.1

More information

i ii ( ) ( ) ( ) 462,891 525,032 502,164 230,636 CD CD 1 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 10 10 11 10 12 11 13 11 14 12 15 12 16 13 16 14 17 15 18 15 18 16 19 17 20 17 18 19

More information

*.\1-.\4/.\2-.\3

*.\1-.\4/.\2-.\3 For New Technology Network R %! NTN NTN 1 NTN 1 1 NTN NTN 1 NTN 2 d NTN 3 Wo do do Wo D d0 W0 NTN 4 d dmp Vdp Vdmp Bs Ts r1s min r2s min d r1s max r2s max 1r1r2 1 r1s min r2s min r1s max r2s max 2r1r2

More information

EPSON Offirio SynergyWare PrintDirector 取扱説明書 導入ガイド

EPSON Offirio SynergyWare PrintDirector 取扱説明書 導入ガイド Offirio SynergyWare PrintDirector K L Microsoft WindowsNT Operating System Version4.0 Microsoft Windows 2000 Operating System Microsoft Windows Server 2003, Standard Edition Microsoft Windows Server 2003,

More information

IP Windows Word Excel Web Web Word Excel XHTML CSS Web Windows Word Excel Web XHTML CSS

IP Windows Word Excel Web Web Word Excel XHTML CSS Web Windows Word Excel Web XHTML CSS IP IT CG CG IP Windows Word Excel Web Web Word Excel XHTML CSS Web Windows Word Excel Web XHTML CSS SCC SCC Word Excel etc OS OS SCC IP SCC VLSI IP URL http : //csw.ist.hokudai.ac.jp/hiu> hiu CASLII

More information

1 2

1 2 1 2 4 3 5 6 8 7 9 10 12 11 0120-889-376 r 14 13 16 15 0120-0889-24 17 18 19 0120-8740-16 20 22 21 24 23 26 25 28 27 30 29 32 31 34 33 36 35 38 37 40 39 42 41 44 43 46 45 48 47 50 49 52 51 54 53 56 55 58

More information

3 5 6 7 7 8 9 5 7 9 4 5 6 6 7 8 8 8 9 9 3 3 3 3 8 46 4 49 57 43 65 6 7 7 948 97 974 98 99 993 996 998 999 999 4 749 7 77 44 77 55 3 36 5 5 4 48 7 a s d f g h a s d f g h a s d f g h a s d f g h j 83 83

More information

GENESYS2005_Instal_Guide.PDF

GENESYS2005_Instal_Guide.PDF : CET-223 Agilent EEsof EDA GENESYS 2005.11 & SystemVue 2005.02 / 2005 4 SystemView by Elanix SystemVue TM 2006 3 3 EDA 1.... 4 2.... 5 2-1.... 6 2-2. GENESYS... 6 Step1:... 6 Step2:... 7 Step3:... 8 Step4:...

More information

学校では教えてくれないアセットバンドル

学校では教えてくれないアセットバンドル Unity Technologies Japan Developer Relationship Engineer Yusuke Ebata Unity 5.3 Unity ICON:designed by Freepik 1 AssetBundle.CreateFromMemory AssetBundle.CreateFromFile WWW.LoadFromCacheOrDownload LoadFromCacheOrDonwload

More information