Size: px
Start display at page:

Download ""

Transcription

1

2 =PDCA Plan: Do: Check: Action: 1 =1 Ensemble mean Observation 9 months Assimilation period

3 1 =1 Fortran C Perl Ruby (DSL) GUI

4 = Megascript [... 03] Ruby

5 PJO (Parametric Job Organizer) [ ] Perl sh top foreach $param (1.. 5) when do_job param=$param ID $rc = system("./a.out"); if (0!= $rc) PJO::abort "job executes failed. n"; when when param=$x print "job param=$x finished. n"; when PJO (Parametric Job Organizer) [ ] top foreach $param (1.. 5) Perldo_job param=$param $rc = system("./a.out"); if (0!= $rc) PJO::abort "job executes failed. n"; when param=$x print "job param=$x finished. n";

6 Megascript PJO Megascript PJO + or

7 BranchAndBound->exec($prog, sub ParamGen... package BranchAndBound... sub Eval...

8 =PJO-engine + ) NQS Torque PBS Pro LSF SGE 15 Perl = Job built-in = Job built-in mixin PJO when PJO top

9 a.out a.out a.out a.out a.out i inputi outputi a.out 2 n m class Example : Restrict, Parallel $Job_exec = "a.out"; $Restrict_max = 10; $Par_njob = 5000; before = ("input$par_nsubmit", "output$par_nsubmit") after () print finished."; after_all () print "All jobs finished." Example::main();

10 class Example : Restrict, Parallel $Job_exec = "a.out"; $Restrict_max = 10; $Par_njob = 5000; before = ("input$par_nsubmit", "output$par_nsubmit") after () print finished."; after_all () print "All jobs finished." Example::main(); class Parallel : Job static $Par_njob; # static $Par_nsubmit=0; # static $Par_nfinish=0; # # Job static main () while ($Par_nsubmit < $Par_njob) new()->do(); before () $Par_iter++; after () if (++$Par_nfinish >= $Par_njob) after_all(); # static after_all (); (Job class Restrict : Job # 最大同時ジョブ投入数 ( ユーザ指定 ) static $Restrict_max; # 実行中のジョブ数はセマフォで管理 static $semaphore = Semaphore->new($Restrict_max); # Job で定義されたメソッドの拡張 before () # $Restrict_max 以上のジョブが実行中なら # release されるまでここで待たされる $semaphore->aquire(); after () $semaphore->release(); class Job $Job_exec; $Job_args; $Job_env; # メソッド new (...)... # コンストラクタ static main (); # エントリポイント ( ユーザ定義 ) before () ; # ジョブ投入前の処理 ( ユーザ定義 ) do () # ジョブを投入するために main から呼び出す # 全ての before を指定の順序で実行 invoke_all_before(); # Job_exec を Job_args のコマンドライン引数で実行 exec # ジョブの終了待ちの後, 全ての after を実行 ( 非同期実行 ) spawn wait_finish_and_invoke_all_after($self); after () ; # ジョブ完了後の処理 ( ユーザ定義 ) class # メソッド new (...)... # コンストラクタ static main (); # エントリポイント ( ユーザ定義 ) before () ; do () # ジョブを投入するためにmainから呼び出す # 全てのbeforeを指定の順序で実行 invoke_all_before(); # Job_execをJob_argsのコマンドライン引数で実行 exec # ジョブの終了待ちの後, 全てのafterを実行 ( 非同期実行 ) spawn wait_finish_and_invoke_all_after($self); after () ;

11 class Parallel : Job static $Par_njob; static $Par_nsubmit=0; static $Par_nfinish=0; # Job static main () while ($Par_nsubmit < $Par_njob) new()->do(); before () $Par_iter++; after () if (++$Par_nfinish >= $Par_njob) after_all(); # static after_all (); = n Job::main class Restrict : Job # 最大同時ジョブ投入数 ( ユーザ指定 ) static $Restrict_max; # 実行中のジョブ数はセマフォで管理 static $semaphore = Semaphore->new($Restrict_max); # Jobで定義されたメソッドの拡張 before () # $Restrict_max 以上のジョブが実行中なら # release されるまでここで待たされる $semaphore->aquire(); after () $semaphore->release(); =m

12 class Example : Restrict, Parallel Job::Job_exec $Job_exec = "a.out"; Restrict::Restrict_max $Restrict_max = 10; Parallel::Parallel_njob $Par_njob = 5000; before () = ("input$par_nsubmit", "output$par_nsubmit") after () Job::after print finished."; after_all () print "All jobs finished." Parallel::after_all Example::main(); Parallel main main Parallel::main before Job::do Restrict::before Parallel::before after Example::before (method exec combination) a.out wait_finish Example::after Parallel::after Restrict::after

13 Parallel SmartSearch

14 Perl $myjobset (parallel, restrict) Jobset_exec="./fib"; Jobset_args="%d"; Jobset_after = ' print "Job finished. n" '; Par_njob=5000; Par_after_all = ' print "All jobs finished. n" '; Restrict_max = 10; $myjobset->start();

15 staging/destaging Job PJO

16 PDCA = = H20(2 nd half) H21 H22 H23 perl PJO Python, Ruby end-user, etc. EP API

1 1,200m ,482,620m 1 323,825m 1 205,988m 114,988m 60,000m 31,000m ,837m ,158,795m ,340m 1 48,006m 1 33,016m 1,125m

1 1,200m ,482,620m 1 323,825m 1 205,988m 114,988m 60,000m 31,000m ,837m ,158,795m ,340m 1 48,006m 1 33,016m 1,125m IV 39 7 10 167 1 3 9 2 10 79 1 1,200m 23 23 6 1 429 2,482,620m 1 323,825m 1 205,988m 114,988m 60,000m 31,000m 27 117,837m 3 2 426 2,158,795m 44 277,340m 1 48,006m 1 33,016m 1,125m 33,016m 4 14,990m 2 44

More information

平成20年度内部評価実施結果報告書《本編》

平成20年度内部評価実施結果報告書《本編》 10 11 12 13 14 15 16 17 Plan Do Check Action 1 2 3 4 146 13 20 43 44 45 62 104 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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47

More information

untitled

untitled 1 1 2 3 2 1 ( 0) 2000 00 3 4 Check Action Do Plan 5 6 14001 5000 5000 1000 1000 7 8 9 10 2004 0.1 0.1 0.0 0.0 0.0 15.3 483.5 0.4 11 12 13 14 http://kankyou.pref.shizuoka.jp/seikan/seikanindex.htm 15 16

More information

-2-

-2- -1- -2- -3- -4- -5- -6- -7- -8- 10-9- -10-1 2 -11-1 1-12- -13- -14- Plan Do Check Action Check Action 1 -15- -16- -17- -18- -19- -20- -21- -22- 10 2 9 3 9 2 1 10 2 9 3 6 4 1 6 6 10 2 10 2 11 1 8 1 8 4

More information

磐田市水道事業ビジョン

磐田市水道事業ビジョン 20162025 I w a t a C i t y W a t e r w o r k s V i s i o n C o n t e n t s 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2049 (H21) (H22) (H23) (H24) (H25) (H26)

More information

1.... 1 1.1...1 1.2...2 2.... 3 2.1...3 2.2...3 2.3...4 2.4...5 3.... 6 3.1...6 3.2...19 3.3...20 4.... 22 4.1...22 4.2...23 4.3...23 4.4...24 4.5...34 4.6...34 4.7 PDCA...35 1. 1.1 2 261 46 26 JR 17 1

More information

技術流出防止指針公表用.PDF

技術流出防止指針公表用.PDF 15 3 1 4 .. 2 2.. 4. 6.10 10.14.16.19.24.26.28 1 2 1 2002 7 3 2002 3 4 2 3 5 4 4 6 7 8 5 5 9 plan (do) (check) (act) 1) 2) 3) 4) 5) 6) 7) 10 11 12 13 14 15 16 17 18 6 6 19 / / 20 21 22 7 23 8 24 25 26

More information

untitled

untitled 榊 榊 1 1 1-1 1 1-2 3 1-3 4 1-4 5 2 6 2-1 6 2-2 6 2-3 7 2-4 65 8 1 1-1 22 27 32 37 42 47 52 57 ( ) 800,866 796,490 784,867 768,049 747,511 723,542 694,887 664,406 22 27 32 37 42 47 52 57 0-4 5-9 10-14

More information

Kumagai09-hi-2.indd

Kumagai09-hi-2.indd CSR2009 CONTENTS 1 2 3 4 5 6 7 8 9 10 350 11 12 13 14 15 16 17 18 Do Check Action Plan 19 20 INPUT r r r r k k OUTPUT 21 22 Plan Action Check Do 23 24 25 26 27 28 16:50 7:30 8:00 8:30 9:30 10:00 18:00

More information

Contents P. P. 1

Contents P. P. 1 Contents P. P. 1 P. 2 TOP MESSAGE 3 4 P. P. 5 P. 6 7 8 9 P. P. P. P. P. 10 11 12 Economy P. P. 13 14 Economy P. 1,078 1,000 966 888 800 787 716 672 600 574 546 556 500 417 373 449 470 400 315 336 218 223

More information

2 3 4 5 6 7 8 9 10 12 14 17 20 23 26 28 29 30 32 33 34 35 2

2 3 4 5 6 7 8 9 10 12 14 17 20 23 26 28 29 30 32 33 34 35 2 2 3 4 5 6 7 8 9 10 12 14 17 20 23 26 28 29 30 32 33 34 35 2 21 3 CO-GROWING HUMAN CONVINNOVATION 4 5 6 ISO14001 PDCA Plan Do Check Action Plan Do Check Action 7 a a a 8 9 10 input \ output \ DATA input

More information

(CC Attribution) Lisp 2.1 (Gauche )

(CC Attribution) Lisp 2.1 (Gauche ) http://www.flickr.com/photos/dust/3603580129/ (CC Attribution) Lisp 2.1 (Gauche ) 2 2000EY-Office 3 4 Lisp 5 New York The lisps Sammy Tunis flickr lisp http://www.flickr.com/photos/dust/3603580129/ (CC

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

CONTENTS vol.50 2004.9

CONTENTS vol.50 2004.9 2004 9 vol.50 CONTENTS vol.50 2004.9 Top Interview 1 2 Top Interview 3 Top Interview 4 5 6 column 1 7 column 2 column 3 8 9 12 Sustainability Seminar Action Plan Check Do 1200 1800 2400 600 1200 Topic

More information

.......p...{..P01-48(TF)

.......p...{..P01-48(TF) 1 2 3 5 6 7 8 9 10 Act Plan Check Act Do Plan Check Do 11 12 13 14 INPUT OUTPUT 16 17 18 19 20 21 22 23 24 25 26 27 30 33 32 33 34 35 36 37 36 37 38 33 40 41 42 43 44 45 46 47 48 49 50 51 1. 2. 3.

More information

... 1... 3... 5... 5... 5... 6... 7... 7... 8... 8... 9... 9... 9... 10... 11... 11... 11... 11... 13... 15... 17... 19... 19... 21... 21... 22... 22... 23... 23... 25 ... 25... 27... 27... 28... 28...

More information

< D906C95B639352D966B96EC8F48926A90E690B D5A CC8F898D5A816A2E706466>

< D906C95B639352D966B96EC8F48926A90E690B D5A CC8F898D5A816A2E706466> 77 2015 2016 27 28 1 2016 B 3 3 10 10 1 2016 2015 2016 64.0 62.3 2015 63.3 60.1 1 69.5% 2 68.8% 3 68.5% 1 70.4% 2 69.1% 3 68.4% 1 67.0% 2 66.5% 3 66.0% 43 62.3% 46 61.8% 45 61.3% 46 61.2 47 61.0% 45 59.8%

More information

1...1 I...1 II...1 1....1 2....1 3....1 III...2 1....2 2....3 IV...5 1....5 2....5 V...5 VI...5 2...6 I...6 II...6 3... 17 I... 17 II... 35 III... 54

1...1 I...1 II...1 1....1 2....1 3....1 III...2 1....2 2....3 IV...5 1....5 2....5 V...5 VI...5 2...6 I...6 II...6 3... 17 I... 17 II... 35 III... 54 2 4 25 3 1...1 I...1 II...1 1....1 2....1 3....1 III...2 1....2 2....3 IV...5 1....5 2....5 V...5 VI...5 2...6 I...6 II...6 3... 17 I... 17 II... 35 III... 54 IV... 79 V... 97 VI...110 VII... 129 VIII...

More information

08_長谷川氏.indd

08_長谷川氏.indd HASEGAWA Kuniyoshi 10 2000 12 17 4 1 1998 9 16 16 56 1956 2 1 56 2 1 1986 20 2 07 28 06. 12 08.4 3 Administrator Leader 56 4 5 6 2 1 2 7 28 2 56 70 80 8 16 56 56 00. 1 1 3 9 10 15 P. 2-1 11 Plan Do Check

More information

. 1 EBM Evidence-Based Medicine JCAHO 2

. 1 EBM Evidence-Based Medicine JCAHO 2 1 1 . 1 EBM Evidence-Based Medicine JCAHO 2 . 2 3 . 4 . 5 . When Where Who What Why How 6 . 7 3 DPC . 20 30 8 20 30 . (1) 9 3 BP mm mm . (2) 10 . http://epath.medis.or.jp/ 11 . 12 . 13 . 14 15 . PDCA Plan

More information

参考資料

参考資料 CO2 ( http://www.mext.go.jp/a_menu/shisetu/ecoschool/detail/1291993.htm ACTION CHECK PLAN DO 19 60 n=2,138 202 n=2,138 202 40 3020 20 17 7420 4320 25 30 55 25 C A B C 25 50 75 D 13 1,140 18 872 1990 210

More information

untitled

untitled IT 15 5 30 57 17 4 5 47 1 1 Q&A 2 17 11 4 6 11 12 13 14 16 19 20 23 10 26 11 29 12 33 13 34 14 34 15 35 16 35 17 36 18 37 19 38 20 39 21 43 22 43 23 43 24 43 25 44 26 44 27 44 28 44 29 44 30 45 48 51 53

More information

Microsoft Word - .....J.^...O.|Word.i10...j.doc

Microsoft Word - .....J.^...O.|Word.i10...j.doc P 1. 2. R H C H, etc. R' n R' R C R'' R R H R R' R C C R R C R' R C R' R C C R 1-1 1-2 3. 1-3 1-4 4. 5. 1-5 5. 1-6 6. 10 1-7 7. 1-8 8. 2-1 2-2 2-3 9. 2-4 2-5 2-6 2-7 10. 2-8 10. 2-9 10. 2-10 10. 11. C

More information

01-Perl-oo_Kansai.pm#8.ppt

01-Perl-oo_Kansai.pm#8.ppt id:lapis25 lapis25@gmail.com Kansai.pm Meeting #8/20070310 Larry Wall 070310 Kansai.pm Meeting #8/01-Perl-oo 2 070310 Kansai.pm Meeting #8/01-Perl-oo 3 070310 Kansai.pm Meeting #8/01-Perl-oo 5 070310

More information

() () () 200,000 160,000 120,000 80,000 40,000 3.3 144,688 43,867 3.1 162,624 52,254 170,934 171,246 172,183 3 2.8 2.6 57,805 61,108 65,035 3.5 3 2.5 2 1.5 1 0.5 0 0 2 7 12 17 22 10.1 12.7 17 22.3 73.4

More information

29 29 12 31 2022 28 60 28 1011 29 29 29 30 31 12 12 29 30 30 30 31 26 4 27 44 27 47 3,214 28 49 3,275 29 41 3,292 30 30 2829 29 28 10 30 89.0 87.8 28 18 28 18 1037 1011 026 1037 1019 018 1212 1123 049

More information

文字列操作と正規表現

文字列操作と正規表現 文字列操作と正規表現 オブジェクト指向プログラミング特論 2018 年度只木進一 : 工学系研究科 2 文字列と文字列クラス 0 個以上の長さの文字の列 Java では String クラス 操作 文字列を作る 連結する 文字列中に文字列を探す 文字列中の文字列を置き換える 部分文字列を得る 3 String クラス 文字列を保持するクラス 文字列は定数であることに注意 比較に注意 == : オブジェクトとしての同等性

More information

EP7000取扱説明書

EP7000取扱説明書 EP7000 S0109-3012 3 47 811 1213 1419 2021 53 54 5560 61 6263 66 2223 2427 2830 3133 3436 3740 4142 4344 45 46 4750 5152 2 4 5 6 7 1 3 4 5 6 7 8 9 15 16 17 18 13 EP7000 2 10 11 12 13 14 19 20 21 22 23 24

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

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

{: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

ズームインNo.22(要約版・0608)

ズームインNo.22(要約版・0608) 21 5 500 600 08 2030 10 40 35 50 21 21 25 5 21 500 600 10 0 08 10 1 2008 79 3.6 06 13 5.4 3 2 08 79 04 8 06 08 08 2030 10 40 50 3 1 .jp 08 835 Pro 35 5 35 35 08 10 35S 1 5 0.3 09 1 35 1 08 11 08 12 50

More information

01

01 01 2 1 3 6EFIKL 45EFIKL 8 B 7 DGL J FK M 9H @N A AC C O O O O 02 03 04 05 06 2 1 3 07 1 2 3 4 5 6 7 8 9 10 management 08 09 environment 10 11 environment 12 13 L M N O P Q R S T U V W X Y Z [ \ ] G H I

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

OJT担当者のための新任職員育成ハンドブック

OJT担当者のための新任職員育成ハンドブック 1 1 1 4 3 1 2 1 1 2 4 Action Plan Check 4 Do 3 Action Standard Check Do 2 3 STEP 1 STEP 2 STEP 3 STEP 4 STEP 5 1 2 1 2 3 3 4 5 3 4 資料③ O J T 育成記録 記入例 期間 OJT担当者 職 名 氏 名 新任職員 職 名 氏 名 年 月 1.

More information

Windows Cygwin Mac *1 Emacs Ruby ( ) 1 Cygwin Bash Cygwin Windows Cygwin Cygwin Mac 1 Mac 1.2 *2 ls *3 *1 OS Linux *2 *3 Enter ( ) 2

Windows Cygwin Mac *1 Emacs Ruby ( ) 1 Cygwin Bash Cygwin Windows Cygwin Cygwin Mac 1 Mac 1.2 *2 ls *3 *1 OS Linux *2 *3 Enter ( ) 2 September 2016 1 Windows Cygwin Mac *1 Emacs Ruby 1 1.1 ( ) 1 Cygwin Bash Cygwin Windows Cygwin Cygwin Mac 1 Mac 1.2 *2 ls *3 *1 OS Linux *2 *3 Enter ( ) 2 ~/16:00:20> ls 2 2 ls ls -a ~/16:00:20> ls -a

More information

デジタル表現論・第4回

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

More information

XMPによる並列化実装2

XMPによる並列化実装2 2 3 C Fortran Exercise 1 Exercise 2 Serial init.c init.f90 XMP xmp_init.c xmp_init.f90 Serial laplace.c laplace.f90 XMP xmp_laplace.c xmp_laplace.f90 #include int a[10]; program init integer

More information

h01

h01 P03 P05 P10 P13 P18 P21 1 2 Q A Q A Q A Q A Q A 3 1 check 2 1 2-1 2-2 2-3 2-4 2-5 2-5-1 2-6 2-6-1 2-6-2 2-6-3 3 3-1 3-2 3-3 3-4 3 check 4 5 3-5 3-6 3-7 3-8 3-9 4-1 4-1-1 4-2 4-3 4-4 4-5 4-6 5-1 5-2 4

More information

1 2 3 4 1 2 1 2 3 4 5 6 7 8 9 10 11 27 29 32 33 1 2 3 7 9 11 13 15 17 19 21 23 26 CHECK! 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1

More information

..0.._0807...e.qxp

..0.._0807...e.qxp 4 6 0 4 6 0 4 6 8 30 34 36 38 40 4 44 46 8 8 3 3 5 4 6 7 3 4 6 7 5 9 8 3 4 0 3 3 4 3 5 3 4 4 3 4 7 6 3 9 8 Check 3 4 6 5 3 4 0 3 5 3 3 4 4 7 3 3 4 6 9 3 3 4 8 3 3 3 4 30 33 3 Check Check Check Check 35

More information

H1-H4_0906 [更新済み]

H1-H4_0906 [更新済み] 0570-016-100 Q&A 0570-016-100 1 2 3 4 5 1 23 123 0570-064-717 1 2 3 0570-016-100 0570-016-100 3 1 2 Q&A Q &A After Before After Before After Before After Before Before After Before Before After

More information

no

no 12 2004.9.3. no.234 2004.9.3. no.234 13 14 2004.9.3. no.234 2004.9.3. no.234 15 16 2004.9.3. no.234 2004.9.3. no.234 17 18 2004.9.3. no.234 19 2004.9.3. no.234 20 2004.9.3. no.234 21 2004.9.3. no.234 22

More information

2002 9 9 2003 5 19 14 2003 6 30 2

2002 9 9 2003 5 19 14 2003 6 30 2 2003 2 27 19992000 2002 9 1 14 5000 1 2002 9 9 2003 5 19 14 2003 6 30 2 30 2003 4 1 3 100 60 20031 1 2003 6 20 23 40 2040 4 1980 3050 80 5m 20 1.3 10 97 99 150 1.3 80 65 5 2002 9 4200a 10 15 190a 6 100

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

01 カラーリバーサル現像 NEW

01 カラーリバーサル現像 NEW ブローニー 6 6 6 4.5 ブローニー 6 7 6 8 9 ブローニー 6 6 6 4.5 ブローニー 6 7 6 8 9 ブローニー 6 6 6 4.5 ブローニー 6 7 6 8 9 2339 1654 3307 2339 4000 2803 3291 2677 3441 4252 4000 6000 3803 2591 1362 945 1630 1268 1929 1543 2323

More information

人芯経営論 ・・・リーダーシップ考②

人芯経営論 ・・・リーダーシップ考② 2009/12/15 2009/11/17 2009/11/16 2009/10/19 2009/10/15 2009/10/1 2009/9/17 2009/9/1 2009/8/17 2009/8/17 2009/8/14 2009/8/12 2009/7/28 2009/7/17 2009/7/15 2009/6/24 2009/6/18 2009/6/15 2009/5/20 2009/5/15

More information

intra-mart Accel Platform — IM-Repository拡張プログラミングガイド   初版  

intra-mart Accel Platform — IM-Repository拡張プログラミングガイド   初版   Copyright 2018 NTT DATA INTRAMART CORPORATION 1 Top 目次 1. 改訂情報 2. はじめに 2.1. 本書の目的 2.2. 対象読者 2.3. サンプルコードについて 2.4. 本書の構成 3. 辞書項目 API 3.1. 最新バージョン 3.1.1. 最新バージョンの辞書を取得する 3.2. 辞書項目 3.2.1. 辞書項目を取得する 3.2.2.

More information

2

2 2120 20153 201442014 6 Copyright(c) NEXT Co., Ltd. All Rights Reserved. 2 2013 3 2013 7,000 6,000 5,000 4,588 5,025 5,389 5,759 6,063 4,000 3,000 2,000 4,116 4,436 4,726 4,997 5,246 1,000 0 1993 1998 2003

More information

intra-mart Accel Platform — イベントナビゲータ 開発ガイド   初版   None

intra-mart Accel Platform — イベントナビゲータ 開発ガイド   初版   None クイック検索検索 目次 Copyright 2013 NTT DATA INTRAMART CORPORATION 1 Top 目次 intra-mart Accel Platform イベントナビゲータ開発ガイド初版 2013-07-01 None 改訂情報概要イベントフローの作成 更新 削除をハンドリングするイベントフローを非表示にする回答を非表示にするリンクを非表示にするタイトル コメントを動的に変更するリンク情報を動的に変更するナビゲート結果のリンクにステータスを表示する

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

intra-mart Accel Platform — 外部ソフトウェア接続モジュール 仕様書   第3版  

intra-mart Accel Platform — 外部ソフトウェア接続モジュール 仕様書   第3版   Copyright 2012 NTT DATA INTRAMART CORPORATION 1 Top 目次 改訂情報はじめに本書の目的対象読者本書の構成概要外部ソフトウェア接続モジュールとは仕様外部ソフトウェア接続モジュールの構成サンプルプログラムサンプル内容動作に必要な環境構築プログラムソースログイン セキュリティ環境の構築外部ソフトウェア連携時の認可設定 2 改訂情報 変更年月日 変更内容 2012-12-21

More information

Java知識テスト問題

Java知識テスト問題 Java 知識テスト SDAS プログラマ(Java 編 ) 運営事務局 このテストは J2EE プログラマとしての Java の知識を評価するものです 問題は 30 問, テスト時間は J2EE 知識テストとあわせて 90 分です 問題は全て択一式です 選択肢から 1 つだけ選択してください 資料の閲覧は禁止です テストが終わり次第 答案用紙を提出していただいてかまいません テスト終了後, 本テストの内容を他の方に話さないでください

More information

¥×¥í¥°¥é¥ß¥ó¥°±é½¬I Exercise on Programming I [1zh] ` `%%%`#`&12_`__~~~ alse

¥×¥í¥°¥é¥ß¥ó¥°±é½¬I  Exercise on Programming I [1zh] ` `%%%`#`&12_`__~~~alse I Exercise on Programming I http://bit.ly/oitprog1 1, 2 of 14 ( RD S ) I 1, 2 of 14 1 / 44 Ruby Ruby ( RD S ) I 1, 2 of 14 2 / 44 7 5 9 2 9 3 3 2 6 5 1 3 2 5 6 4 7 8 4 5 2 7 9 6 4 7 1 3 ( RD S ) I 1, 2

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

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

Microsoft PowerPoint pptx

Microsoft PowerPoint pptx PFCore(RT ミドルウェア ) トレーニング中級編 10:00-11:00 第 1 部 :RT コンポーネントプログラミングの概要 担当 : 安藤慶昭 ( 産業技術総合研究所 ) 概要 :RT コンポーネントの作成方法, 設計時の注意点などの概要について解説します 第 2 部 :RT ミドルウェア (PFcore) 開発支援ツールと RT コンポーネントの作成方法 11:00-12:00 12:00-13:00

More information

intra-mart Accel Platform — イベントナビゲータ 開発ガイド   初版  

intra-mart Accel Platform — イベントナビゲータ 開発ガイド   初版   Copyright 2013 NTT DATA INTRAMART CORPORATION 1 Top 目次 intra-mart Accel Platform イベントナビゲータ開発ガイド初版 2013-07-01 改訂情報概要イベントフローの作成 更新 削除をハンドリングするイベントフローを非表示にする回答を非表示にするリンクを非表示にするタイトル コメントを動的に変更するリンク情報を動的に変更するナビゲート結果のリンクにステータスを表示する

More information

Building a Culture of Self- Access Learning at a Japanese University An Action Research Project Clair Taylor Gerald Talandis Jr. Michael Stout Keiko Omura Problem Action Research English Central Spring,

More information

JAVA とテンプレート

JAVA とテンプレート JAVA とテンプレート 序論 : コンテナ 他のクラスのオブジェクトを保存するものをコンテナ (Container) と呼ぶ 集合 リスト 表 コンテナに求められる機能 追加 削除 参照 要素の比較 並べ替え 要素のクラスが不明では 比較できない 要素が想定しているクラスのものかの判定 テンプレート以前の対応方法 コンテナ設計時に 保存されるクラスを特定してコンテナをコードする 保存されるクラスごとに作成しなければならない

More information

OpenMP¤òÍѤ¤¤¿ÊÂÎó·×»»¡Ê£±¡Ë

OpenMP¤òÍѤ¤¤¿ÊÂÎó·×»»¡Ê£±¡Ë 2012 5 24 scalar Open MP Hello World Do (omp do) (omp workshare) (shared, private) π (reduction) PU PU PU 2 16 OpenMP FORTRAN/C/C++ MPI OpenMP 1997 FORTRAN Ver. 1.0 API 1998 C/C++ Ver. 1.0 API 2000 FORTRAN

More information