01-Perl-oo_Kansai.pm#8.ppt

Size: px
Start display at page:

Download "01-Perl-oo_Kansai.pm#8.ppt"

Transcription

1 id:lapis25 Kansai.pm Meeting #8/

2 Larry Wall Kansai.pm Meeting #8/01-Perl-oo 2

3 Kansai.pm Meeting #8/01-Perl-oo 3

4

5 Kansai.pm Meeting #8/01-Perl-oo 5

6 Kansai.pm Meeting #8/01-Perl-oo 6

7 Kansai.pm Meeting #8/01-Perl-oo 7

8 Kansai.pm Meeting #8/01-Perl-oo 8

9 Kansai.pm Meeting #8/01-Perl-oo 9

10 Kansai.pm Meeting #8/01-Perl-oo 10

11 package Class; Kansai.pm Meeting #8/01-Perl-oo 11

12 Kansai.pm Meeting #8/01-Perl-oo 12

13 Kansai.pm Meeting #8/01-Perl-oo 13

14 package Class; sub method { # } Kansai.pm Meeting #8/01-Perl-oo 14

15 $obj_ref->method('args'); Class::method($obj_ref, 'args'); Kansai.pm Meeting #8/01-Perl-oo 15

16 package Class; sub method { my # } Kansai.pm Meeting #8/01-Perl-oo 16

17 Kansai.pm Meeting #8/01-Perl-oo 17

18 Kansai.pm Meeting #8/01-Perl-oo 18

19 Kansai.pm Meeting #8/01-Perl-oo 19

20 bless $hash_ref, 'Class'; Kansai.pm Meeting #8/01-Perl-oo 20

21 #A bless print ref($hash_ref); #HASH bless $hash_ref, 'Class'; #B bless print ref($hash_ref); #Class _id _type _name $hash_ref Class '01' 'script' 'Perl' Kansai.pm Meeting #8/01-Perl-oo 21

22 Kansai.pm Meeting #8/01-Perl-oo 22

23 Kansai.pm Meeting #8/01-Perl-oo 23

24 Kansai.pm Meeting #8/01-Perl-oo 24

25 package Class; sub new { my return bless }, $class; } Kansai.pm Meeting #8/01-Perl-oo 25

26 $obj_ref = Class->new( $id, $type); $obj_ref = Class::new('Class',$id, $type); Kansai.pm Meeting #8/01-Perl-oo 26

27 DESTROY Kansai.pm Meeting #8/01-Perl-oo 27

28 Kansai.pm Meeting #8/01-Perl-oo 28

29 Kansai.pm Meeting #8/01-Perl-oo 29

30 Kansai.pm Meeting #8/01-Perl-oo 30

31 package PerlHacker; use base qw( Programmer Obfuscator ); package Programmer; use base qw( CoderDocumenter ); Kansai.pm Meeting #8/01-Perl-oo 31

32 Coder Documenter use base qw( CoderDocumenter ); Programmer Obfuscator use base qw( Programmer Obfuscator ); PerlHacker Kansai.pm Meeting #8/01-Perl-oo 32

33 Coder Documenter Programmer Obfuscator PerlHacker Kansai.pm Meeting #8/01-Perl-oo 33

34 Kansai.pm Meeting #8/01-Perl-oo 34

35 Kansai.pm Meeting #8/01-Perl-oo 35

36 Kansai.pm Meeting #8/01-Perl-oo 36

37 Kansai.pm Meeting #8/01-Perl-oo 37

38 Kansai.pm Meeting #8/01-Perl-oo 38

39 Kansai.pm Meeting #8/01-Perl-oo 39

40 Kansai.pm Meeting #8/01-Perl-oo 40

41 Kansai.pm Meeting #8/01-Perl-oo 41

42 Kansai.pm Meeting #8/01-Perl-oo 42

43 Kansai.pm Meeting #8/01-Perl-oo 43

44 Class::Accessor(::fast) Class::Data::Inheritable Kansai.pm Meeting #8/01-Perl-oo 44

45 NEXT Catalyst Class::C3 DBIC C3 NEXT Kansai.pm Meeting #8/01-Perl-oo 45

46 Class::Std Kansai.pm Meeting #8/01-Perl-oo 46

47 Kansai.pm Meeting #8/01-Perl-oo 47

48 :-( Perl Kansai.pm Meeting #8/01-Perl-oo 48

49 Kansai.pm Meeting #8/01-Perl-oo 49

50 Kansai.pm Meeting #8/01-Perl-oo 50

51 Perl Kansai.pm Meeting #8/01-Perl-oo 51

52 Kansai.pm Meeting #8/01-Perl-oo 52

53 ご静聴ありがとうございました Kansai.pm Meeting #8/01-Perl-oo 53

54 Kansai.pm Meeting #8/01-Perl-oo 54

モノグラフ・中学生の世界 Vol.62

モノグラフ・中学生の世界 Vol.62 q w e r t y u i o!0!1!2 !3!4!5!6!7!8 !9 @0 @1 q w q q w e r q w e qw qw qw qw q qw q w e r q w q w z x qw q w e q w r t y u i o!0!1!2!3!4!5!6!7!8

More information

s d

s d s d s s s q 1w d d d d s s q 1w q1w d s d d d d q1w d w w d d 4q 5q 6q 7q 8q 21q 41q 00q 10q 12q 70q 71q 81q 9q 31q d s d d s d s d d d d s d s q 1w q1w d d d d d

More information

NEXT 1 2 3 1 2 3 4 5 6 1 2 1 2 1 1 1 1 2 3 1 2 3 4 5 6 1 2 3 4 1 2 3 4 5 6 1 2 3 4 5 1 2 3 1 1 2 1 2 3 4 5 6 7 1 2 3 1 2 1 2 3 4 5 6 7 8 9 1 1 1 2 1 2 1 2 3 4 5 6 1 2

More information

3 Powered by mod_perl, Apache & MySQL use Item; my $item = Item->new( id => 1, name => ' ', price => 1200,

3 Powered by mod_perl, Apache & MySQL use Item; my $item = Item->new( id => 1, name => ' ', price => 1200, WEB DB PRESS Vol.1 79 3 Powered by mod_perl, Apache & MySQL use Item; my $item = Item->new( id => 1, name => ' ', price => 1200, http://www.postgresql.org/http://www.jp.postgresql.org/ 80 WEB DB PRESS

More information

- 1 - - 0.5%5 10 10 5 10 1 5 1

- 1 - - 0.5%5 10 10 5 10 1 5 1 - - - 1 - - 0.5%5 10 10 5 10 1 5 1 - 2 - - - - A B A A A B A B B A - 3 - - 100 100 100 - A) ( ) B) A) A B A B 110 A B 13 - 4 - A) 36 - - - 5 - - 1 - 6-1 - 7 - - 8 - Q.15 0% 10% 20% 30% 40% 50% 60% 70%

More information

s d

s d s d s s s q1w d d d d q1w q1w d s d d d q1w d d w w d 4q 5q 6q 7q 8q 21q 41q 9q 31q d s d d s d s d d d d s d s d d s d d s d d s d 00w 0910011212 d 72w w 0312345678w

More information

=PDCA Plan: Do: Check: Action: 1 =1 Ensemble mean Observation 9 months Assimilation period 1 =1 Fortran C Perl Ruby (DSL) GUI = Megascript [... 03] Ruby PJO (Parametric Job Organizer) [ ] Perl sh top foreach

More information

3 Java 3.1 Hello World! Hello World public class HelloWorld { public static void main(string[] args) { System.out.println("Hello World");

3 Java 3.1 Hello World! Hello World public class HelloWorld { public static void main(string[] args) { System.out.println(Hello World); (Basic Theory of Information Processing) Java (eclipse ) Hello World! eclipse Java 1 3 Java 3.1 Hello World! Hello World public class HelloWorld { public static void main(string[] args) { System.out.println("Hello

More information

q w e q w e r

q w e q w e r q w e r t q w e q w e r a s d f a qw e d s q we r q f q w er t y q w q w e r t y u i o!0!1 !2!3!4!5 q w q a s d f g h j k a s d f g h j k a s d f g h j a s d f g h j as d a

More information

10/ / /30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20 6. http, CGI Perl 11/27 7. ( ) Perl 12/ 4 8. Windows Winsock 12/11 9. JAV

10/ / /30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20 6. http, CGI Perl 11/27 7. ( ) Perl 12/ 4 8. Windows Winsock 12/11 9. JAV tutimura@mist.i.u-tokyo.ac.jp kaneko@ipl.t.u-tokyo.ac.jp http://www.misojiro.t.u-tokyo.ac.jp/ tutimura/sem3/ 2002 11 20 p.1/34 10/16 1. 10/23 2. 10/30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20

More information

25

25 24 25 26 27 28 29 30 31 32 33 34 35 36 NEXT 37 38 39 40 1 2 3 4 5 6 1 1 1 42 2 1 43 1 DIGITAL 44 1 2 3 45 2 1 2 46 3 DIGITAL 4 47 2 1 1 DIGITAL 48 1 2 3 49 2 1 2 50 1 2 3 51 4 5 52 6 7 8 53 1 2 54 3 1

More information

スライド 0

スライド 0 ビギナーだから使いたい O/R マッパー ~Teng を使った開発 ~ Hirobanex(Akabane Hiroyuki) 2012-06-29@Perl Beginners #3 コンテンツ Teng を使いたい 3 つの理由 ビギナーにオススメの Teng の導入方法 本来の O/R マッパーの効用 1 Teng を使いたい 3 つの理由 DBI はよくわからん O/R マッパーだと開発が抜群に早くなる

More information

{:from => Java, :to => Ruby } Java Ruby KAKUTANI Shintaro; Eiwa System Management, Inc.; a strong Ruby proponent http://kakutani.com http://www.amazon.co.jp/o/asin/4873113202/kakutani-22 http://www.amazon.co.jp/o/asin/477413256x/kakutani-22

More information

2 KH Coder KH Coder KH Coder KH Coder

2 KH Coder KH Coder KH Coder KH Coder Keywords : 1 2 KH Coder KH Coder KH Coder KH Coder 2.1 KH Coder 1 ........,,,..... .. 2 - - - - - - - - - - - - 2.2 3, ......... - - - - - - 4 3 3.1.. 1 - / - - - - - 2 - ....... a . ... 3.2 < >, Sunday

More information

25 2 15 4 1 1 2 1 2.1............................. 1 2.2............................... 2 2.3.................... 5 2.4..................... 6 3 6 3.1.................................... 6 3.2..........................

More information

1 1 1........................... 1 2........... 1 3........................... 4 4.............. 6 2 7 1...................... 7 2........................... 8 3............................ 8 4...............

More information

JavaScript の使い方

JavaScript の使い方 JavaScript Release10.5 JavaScript NXJ JavaScript JavaScript JavaScript 2 JavaScript JavaScript JavaScript NXJ JavaScript 1: JavaScript 2: JavaScript 3: JavaScript 4: 1 1: JavaScript JavaScript NXJ Static

More information

tkk0408nari

tkk0408nari SQLStatement Class Sql Database SQL Structured Query Language( ) ISO JIS http://www.techscore.com/tech/sql/02_02.html Database sql Perl Java SQL ( ) create table tu_data ( id integer not null, -- id aid

More information

u!4 i!5 o!0!1!2!3

u!4 i!5 o!0!1!2!3 q r w t e y u!4 i!5 o!0!1!2!3 q w e r t y u i q w e r q w e r t y u i o!0!1!2!3!4!5 q w e r t y u i o!0!1!2!3!4!5 q w e r t y u i o!0!1!2!3!4!5 q w e r t y u i o!0!1!2!3!4!5!6 q w e r t y u i o!0!1!2!3!4!5!6

More information

P.37 P.816 P.17 P.1819 contents 1 2

P.37 P.816 P.17 P.1819 contents 1 2 201211 NEW! P.37 P.816 P.17 P.1819 contents 1 2 3 4 5 6 7 8 http://www.tokiomarine-nichido.co.jp/ 1 2 16 3 11 4 1 18 9 10 5 6 11 12 18 9 10 6 7 8 13 1411 12 5 13 14 15 1615 16 21 17 18 0120-071-281 19

More information

class IntCell { private int value ; int getvalue() {return value; private IntCell next; IntCell next() {return next; IntCell(int value) {this.value =

class IntCell { private int value ; int getvalue() {return value; private IntCell next; IntCell next() {return next; IntCell(int value) {this.value = Part2-1-3 Java (*) (*).class Java public static final 1 class IntCell { private int value ; int getvalue() {return value; private IntCell next; IntCell next() {return next; IntCell(int value) {this.value

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

OSS JobScheduler openqrm Hadoop XtreemFS Ceph, Fabric etc. 2013/12/9 OSS X Users Meeting #5 OpenStack 2

OSS JobScheduler openqrm Hadoop XtreemFS Ceph, Fabric etc. 2013/12/9 OSS X Users Meeting #5 OpenStack 2 OSS X Users Meeting #5 OpenStack JobScheduler Openstack 2013 12 9 JobScheduler @satoruf 2013/12/9 OSS X Users Meeting #5 OpenStack 1 OSS JobScheduler openqrm Hadoop XtreemFS Ceph, Fabric etc. 2013/12/9

More information

7 0120-888-089 7 0120-256-110 160-8338 1-26-1 TEL.0333493111 http://www.sompo-japan.co.jp SJ08-09518 2009.1.1303741-03 09.0499KB5286200582 Ver 3.00 7 q w q y e qw u r qw t q q w qe qwr qw

More information

IPA... 3... 4... 7... 8... 8... 10... 11... 13... 14... 21... 21... 23... 27 2

IPA... 3... 4... 7... 8... 8... 10... 11... 13... 14... 21... 21... 23... 27 2 IPA 1 IPA... 3... 4... 7... 8... 8... 10... 11... 13... 14... 21... 21... 23... 27 2 IPA 2011103 3 1 139 2 4 10 4 5 6 7 8 9 2 ID 10 11 12 13 14 15 16 17 18 19 20 http://www.jpcert.or.jp/research/2008/inoculation_200808.pdf

More information

CPANモジュールについて

CPANモジュールについて Perl/DBI による次のステップ ~WWW ログファイルだって SQL で操作する!? 川合孝典 (Kansai.pm) 1 2002/2/15 こんなデータはどうします? 山田一郎埼玉, 東京 (TAB)28 鈴木次郎静岡, 静岡 (TAB)32 佐藤花子神奈川, 東京 (TAB) 26 先頭項目 (name) は 10 バイトの固定長 その後ろに現在の住所 (addr) と出身地 (birth)

More information

オンラインテスト

オンラインテスト 1. 2. JavaScript 3. Perl 4. CGI 1. WWW HTML WWW World Wide Web HTML Hyper Text Markup Language XML, XHTML Java (.java) JavaApplet (.class,.jar) JavaServlet (.jsp) JavaScript (.html) CGI (.cgi) SSI (.shtml)

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

oop1

oop1 public class Car{ int num; double gas; // double distance; String maker; // // // void drive(){ System.out.println(""); Car.java void curve(){ System.out.println(""); void stop(){ System.out.println("");

More information

text_08.dvi

text_08.dvi C 8 12 6 6 8 Java (3) 1 8.1 8 : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 1 8.2 : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : :

More information

Java (5) 1 Lesson 3: x 2 +4x +5 f(x) =x 2 +4x +5 x f(10) x Java , 3.0,..., 10.0, 1.0, 2.0,... flow rate (m**3/s) "flow

Java (5) 1 Lesson 3: x 2 +4x +5 f(x) =x 2 +4x +5 x f(10) x Java , 3.0,..., 10.0, 1.0, 2.0,... flow rate (m**3/s) flow Java (5) 1 Lesson 3: 2008-05-20 2 x 2 +4x +5 f(x) =x 2 +4x +5 x f(10) x Java 1.1 10 10 0 1.0 2.0, 3.0,..., 10.0, 1.0, 2.0,... flow rate (m**3/s) "flowrate.dat" 10 8 6 4 2 0 0 5 10 15 20 25 time (s) 1 1

More information

TN3..00-43

TN3..00-43 43 42 C O O R D I N A T I O N B E T W E E N T H E F I E L D S O F R E F E R E E I N G A N D T E C H N I C A L 44 45 46 47 49 48 51 50 MEN'S MEN'S MEN'S WOMEN'S WOMEN'S WOMEN'S 53 52 55 54 NEW NEW 57 56

More information

Hachioji.pm #2

Hachioji.pm #2 Kichijoji.pm #2 2015-01-16 まかまか般若波羅蜜 makamaka.donzoko@gmail.com Twitter: @maka2_donzoko Perl で試行錯誤すれども 自己紹介 : 名前 : まかまか ( 略 自己紹介 : 名前 : まかまか ( 略 所属 : 株式会社フォー ザ ウエルネス 主に Perl がらみのお仕 事が多い職場です 未来ある若手エンジニアの海外研修サポートなども!

More information

. IDE JIVE[1][] Eclipse Java ( 1) Java Platform Debugger Architecture [5] 3. Eclipse GUI JIVE 3.1 Eclipse ( ) 1 JIVE Java [3] IDE c 016 Information Pr

. IDE JIVE[1][] Eclipse Java ( 1) Java Platform Debugger Architecture [5] 3. Eclipse GUI JIVE 3.1 Eclipse ( ) 1 JIVE Java [3] IDE c 016 Information Pr Eclipse 1,a) 1,b) 1,c) ( IDE) IDE Graphical User Interface( GUI) GUI GUI IDE View Eclipse Development of Eclipse Plug-in to present an Object Diagram to Debug Environment Kubota Yoshihiko 1,a) Yamazaki

More information

PYTHON 資料 電脳梁山泊烏賊塾 PYTHON 入門 関数とメソッド 関数とメソッド Python には関数 (function) とメソッド (method) が有る モジュール内に def で定義されて居る物が関数 クラス内に def で定義されて居る物がメソッドに成る ( 正確にはクラスが

PYTHON 資料 電脳梁山泊烏賊塾 PYTHON 入門 関数とメソッド 関数とメソッド Python には関数 (function) とメソッド (method) が有る モジュール内に def で定義されて居る物が関数 クラス内に def で定義されて居る物がメソッドに成る ( 正確にはクラスが PYTHON 入門 関数とメソッド 関数とメソッド Python には関数 (function) とメソッド (method) が有る モジュール内に def で定義されて居る物が関数 クラス内に def で定義されて居る物がメソッドに成る ( 正確にはクラスがインスタンス化されてからメソッドに成る ) # 関数 def test_func(): print('call test_func') #

More information

Exam : 1z1-809-JPN Title : Java SE 8 Programmer II Vendor : Oracle Version : DEMO Get Latest & Valid 1z1-809-JPN Exam's Question and Answers 1 from Ac

Exam : 1z1-809-JPN Title : Java SE 8 Programmer II Vendor : Oracle Version : DEMO Get Latest & Valid 1z1-809-JPN Exam's Question and Answers 1 from Ac Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 1z1-809-JPN Title : Java SE 8 Programmer II Vendor : Oracle Version : DEMO Get Latest & Valid 1z1-809-JPN

More information

11.6 8.6 11.9 12.0 8.3 8.9 18.1 4.6 0.2 6.1 0.2 89.5 0.1 4.6 0.2 6.1 0.2 2.2 0.1 2.7 0.0 9.21.2 2.1 1.1 3.6 0.8 18 89.5 0.1 10 9.8 0.8 4 42.71.5 18.4 0.1 15.2 0.4 95.9 0.1 94.6 0.1 98.3 0.0 97.5 0.1

More information

橡計画0.PDF

橡計画0.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 120. ( ) 620 250 29 30 31 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 Return on Risk Assets 57 58

More information

SCORE−‹Šp‡Ì”è‹ø‡«Ver3

SCORE−‹Šp‡Ì”è‹ø‡«Ver3 2 Step 0 Step 1 Step 1 Step 2 Step 3 Step 4 Step 5 Step1 3 Step 2 Step 2-1 Step 2-2 Step3 Step4 Step2 4 5 Step 3 Step 3-1 Step 3-2 Step 3-3 Step5 6 Step 3-4 Step3 Step5 7 8 Step 4 Step 4-1 9 Step4 Step

More information

Java演習(2) -- 簡単なプログラム --

Java演習(2)   -- 簡単なプログラム -- Java public class Hello Hello (class) (field)... (method)... Java main Hello World(Hello.java) public class Hello { public static void main(string[ ] args) { public() (package) Hello World(Hello.java)

More information

untitled

untitled Worldspan go! 4.x (UCI) Administrator Guide go! 4.x (UCI) Version 2.1.4 : 31 August 2007 1. WORLDSPAN GO! VERSION 4.X (UCI)... 3 2. WORLDSPAN GO! VERSION 4.X (UCI)... 4 3.... 6 4. WORLDSPAN GO! VERSION

More information

Java (7) Lesson = (1) 1 m 3 /s m 2 5 m 2 4 m 2 1 m 3 m 1 m 0.5 m 3 /ms 0.3 m 3 /ms 0.6 m 3 /ms 1 1 3

Java (7) Lesson = (1) 1 m 3 /s m 2 5 m 2 4 m 2 1 m 3 m 1 m 0.5 m 3 /ms 0.3 m 3 /ms 0.6 m 3 /ms 1 1 3 Java (7) 2008-05-20 1 Lesson 5 1.1 5 3 = (1) 1 m 3 /s 1 2 3 10 m 2 5 m 2 4 m 2 1 m 3 m 1 m 0.5 m 3 /ms 0.3 m 3 /ms 0.6 m 3 /ms 1 1 3 1.2 java 2 1. 2. 3. 4. 3 2 1.3 i =1, 2, 3 V i (t) 1 t h i (t) i F, k

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

untitled

untitled 30 callcc yhara ( ( ) (1) callcc (2) callcc (3) callcc callcc Continuation callcc (1) (2) (3) (1) (2) (3) (4) class Foo def f p 1 callcc{ cc return cc} p 2 class Bar def initialize @cc = Foo.new.f def

More information

2 1. Ubuntu 1.1 OS OS OS ( OS ) OS ( OS ) VMware Player VMware Player jp/download/player/ URL VMware Plaeyr VMware

2 1. Ubuntu 1.1 OS OS OS ( OS ) OS ( OS ) VMware Player VMware Player   jp/download/player/ URL VMware Plaeyr VMware 1 2010 k-okada@jsk.t.u-tokyo.ac.jp http://www.jsk.t.u-tokyo.ac.jp/~k-okada/lecture/ 2010 4 5 Linux 1 Ubuntu Ubuntu Linux 1 Ubuntu Ubuntu 3 1. 1 Ubuntu 2. OS Ubuntu OS 3. OS Ubuntu https://wiki.ubuntulinux.jp/ubuntutips/install/installdualboot

More information

(Eclipse\202\305\212w\202\324Java2\215\374.pdf)

(Eclipse\202\305\212w\202\324Java2\215\374.pdf) C H A P T E R 11 11-1 1 Sample9_4 package sample.sample11; public class Sample9_4 { 2 public static void main(string[] args) { int[] points = new int[30]; initializearray(points); double averagepoint =

More information

2 Seminario Print Exhibition

2 Seminario Print Exhibition Seminario Print Exhibition 2016 2 Seminario Print Exhibition Seminario Print Exhibition 3 4 Seminario Print Exhibition Seminario Print Exhibition 5 1 6 Seminario Print Exhibition Seminario Print Exhibition

More information

ALG2012-A.ppt

ALG2012-A.ppt 21279 (sakai.keiichi@kochi-tech.ac.jp) http://www.info.kochi-tech.ac.jp/k1sakai/lecture/alg/212/index.html (, )ε m = n C2 = n ( n 1) / 2 m = n ( n 1) 1 11 11 111 11 111 111 1111 1 1 11 1 11 11 111 4-dimentional

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

Cert no. SGS-COC-188 25 1 3 4 5 7 9 11 13 15 17 19 21 23 25 26 27 29 3 31 33 35 36 37 38 39 4 41 42 43 46 15 1,259.4 1,247.8 1,239. 1,213.6 12 1,122.3 9 3 199 2 21 22 23 q w e 1 2 3 4 2 2 27

More information

34 1719 42

34 1719 42 The method for prompting mammal and birds use in the Green Corridor Akihiko NAGAKI 1998 2000 2004 260ha2005 5,850ha 41 34 1719 42 43 44 10 0.054 0.028 0.027 0.024 0.016 7 10 45 2003 46 1020 12006 47 20077

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

class IntCell { private int value ; int getvalue() {return value; private IntCell next; IntCell next() {return next; IntCell(int value) {this.value =

class IntCell { private int value ; int getvalue() {return value; private IntCell next; IntCell next() {return next; IntCell(int value) {this.value = Part2-1-3 Java (*) (*).class Java public static final 1 class IntCell { private int value ; int getvalue() {return value; private IntCell next; IntCell next() {return next; IntCell(int value) {this.value

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション HPOP( HP オプション ) リンク作成方法 目次 1.HPOPの構造 2. 職種リンク 3. 職種カテゴリリンク 4. 業種リンク 5. 勤務地リンク 6. 選択肢リンク 7. 特定のJOBへのリンク 8. 特定の企業へのリンク 9. キーワードリンク 1 単独キーワード 2 複数キーワード 2 1.HPOP の構造 JOB 自動公開機能は以下の 3 画面 (2 階層 ) もしくは 2 画面

More information

明解Javaによるアルゴリズムとデータ構造

明解Javaによるアルゴリズムとデータ構造 21 algorithm List 1-1 a, b, c max Scanner Column 1-1 List 1-1 // import java.util.scanner; class Max3 { public static void main(string[] args) { Scanner stdin = new Scanner(System.in); Chap01/Max3.java

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション 3 Webデザイナーに求められる知識 優秀な HTML, CSS, 画像編集, JavaScript, jquery, XML, 色 彩理論, LL, データベース, SEO, SMO, EFO, コピーラ イティング, テキストライティング, イラストレー ション, Flash, ディレクション能力, プロジェクトマ ネジメント, Logo作成, Typography, サーバ管理, PHP, Perl,

More information

10/ / /30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20 6. http, CGI Perl 11/27 7. ( ) Perl 12/ 4 8. Windows Winsock 12/11 9. JAV

10/ / /30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20 6. http, CGI Perl 11/27 7. ( ) Perl 12/ 4 8. Windows Winsock 12/11 9. JAV tutimura@mist.i.u-tokyo.ac.jp kaneko@ipl.t.u-tokyo.ac.jp http://www.misojiro.t.u-tokyo.ac.jp/ tutimura/sem3/ 2002 12 11 p.1/33 10/16 1. 10/23 2. 10/30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20

More information

TopLink å SampleClient.java... 5 Ò readallsample() querysample() cachesample() Ç..

TopLink å SampleClient.java... 5 Ò readallsample() querysample() cachesample() Ç.. lê~åäé= qçéiáåâ= NMÖENMKNKPF Volume2 Creation Date: Mar 04, 2005 Last Update: Aug 22, 2005 Version 1.0 ...3... 3 TopLink å...4 1... 4... 4 SampleClient.java... 5 Ò... 8... 9... 10 readallsample()... 11

More information

AuthorManual_JSTP.ppt

AuthorManual_JSTP.ppt ScholarOne Manuscripts Log In Create Account Main Menu Author Dashboard Step 1: Type, Title & Abstract Step 2: Attributes Step 3: Authors & Institutions Step 4: Reviewers Step 5: Details & Comments Step

More information

Java演習(4) -- 変数と型 --

Java演習(4)   -- 変数と型 -- 50 20 20 5 (20, 20) O 50 100 150 200 250 300 350 x (reserved 50 100 y 50 20 20 5 (20, 20) (1)(Blocks1.java) import javax.swing.japplet; import java.awt.graphics; (reserved public class Blocks1 extends

More information

WEB DB PRESS Vol.1 65

WEB DB PRESS Vol.1 65 http://www.fastcgi.com/ http://perl.apache.org/ 64 WEB DB PRESS Vol.1 WEB DB PRESS Vol.1 65 Powered by mod_perl, Apache & MySQL my $input; my %form; read STDIN, $input, $ENV{'CONTENT_LENGTH'}; foreach

More information

55 a h dd s q q w w w d d d d d d d d d

55 a h dd s q q w w w d d d d d d d d d 54 q w e r q w e 55 a h dd s q q w w w d d d d d d d d d w e r d q 56 57 ggg gg w e g g g g g g g g g g g g g g g g 58 r o o 59 o o o o o o o o 60 o o o o o o o 61 t f q w e o 62 g q 63 w e 64 r 65 t qw

More information

RHEA key

RHEA key 2 P (k, )= k e k! 3 4 Probability 0.4 0.35 0.3 0.25 Poisson ( λ = 1) Poisson (λ = 3) Poisson ( λ = 10) Poisson (λ = 20) Poisson ( λ = 30) Gaussian (µ = 1, s = 1) Gaussian ( µ = 3, s = 3) Gaussian (µ =

More information

メソッドのまとめ

メソッドのまとめ メソッド (4) 擬似コードテスト技法 http://java.cis.k.hosei.ac.jp/ 授業の前に自己点検以下のことがらを友達に説明できますか? メソッドの宣言とは 起動とは何ですか メソッドの宣言はどのように書きますか メソッドの宣言はどこに置きますか メソッドの起動はどのようにしますか メソッドの仮引数 実引数 戻り値とは何ですか メソッドの起動にあたって実引数はどのようにして仮引数に渡されますか

More information

Microsoft PowerPoint - Kansaipm2002_5_11.ppt

Microsoft PowerPoint - Kansaipm2002_5_11.ppt ビギナー 向 けの 真 珠 みがき2 お 手 軽 CGIとHTMLテンプレート Kansai.pm 2 周 年 記 念 イベント 舟 木 隆 康 2002/5/11 本 日 の 真 珠 みがき CGIとは 何 か CGI.pmの 使 い 方 HTML::Templateの 使 い 方 構 造 体 とLoop 処 理 etc... インターネットを 見 る? もう 少 し 正 確 に 言 うと インターネット

More information

デジタル表現論・第4回

デジタル表現論・第4回 デジタル表現論 第 4 回 劉雪峰 ( リュウシュウフォン ) 2016 年 5 月 2 日 劉 雪峰 ( リュウシュウフォン ) デジタル表現論 第 4 回 2016 年 5 月 2 日 1 / 14 本日の目標 Java プログラミングの基礎 出力の復習 メソッドの定義と使用 劉 雪峰 ( リュウシュウフォン ) デジタル表現論 第 4 回 2016 年 5 月 2 日 2 / 14 出力 Systemoutprint()

More information

LIFE IS 1 eiji asuda MY New Company Profile

LIFE IS 1 eiji asuda MY New Company Profile 7 9 10 11 13 15 16 1 5 6 17 18 19 21 22 LIFE IS 1 eiji asuda MY New Company Profile 2 3 Q1 A 26440 3094,868 2,110 26440 3094,868 2,110 4 A A A A Q2 Q3 Q4 Q5 5 6 QUALITY OF LIFE 7 A + 899 5,895 899 5,895

More information