Writing Explain Tracing2 Sequence Data Tracing1 Modification2 Modification1 Basics 1 Fig. 1 Hierarchy of skill related to programming(hypothesis) Modi

Size: px
Start display at page:

Download "Writing Explain Tracing2 Sequence Data Tracing1 Modification2 Modification1 Basics 1 Fig. 1 Hierarchy of skill related to programming(hypothesis) Modi"

Transcription

1 1 2 1 Modification Modification1, Modification2 1) Basics, Sequence, Tracing1, Tracing2, Explain, Writing 8 Modification Modification Research on programming skill hierarchy Mitsuo Yamamoto, 1 Takayuki Sekiya 2 and Kazunori Yamaguchi 1 Even the learner who cannot write the code is shown the sentence that explains the function and if the sample program is imitated, has the person who can write the code. Then,It proposes the skill that does the correction remodeling from the sample program as Modification. The proposal skill is repeatedly assumed to be Modification1 and Modification2 by structural presence. And, the skill related to the programming that exists in the paper 1). Modification investigated at which position by eight skills that added Basics, Sequence, Tracing1, Tracing2, Explain, and Writing. The creation of exam questions does the problem that each skill can be measured to the investigation. The measurement experiment was conducted, and acquired data was analyzed. As a result, the Modification has understood it exists as an independent skill though it is not necessarily complete, and the skill hierarchy is comparatively located in the subordinate position. 1. ( ) 1) for while 3.2 1) 2 Modification 1) 1 Graduate School of Arts and Sciences, The University of Tokyo 2 Information Technology Center, The University of Tokyo 1 c 2010 Information Processing Society of Japan

2 Writing Explain Tracing2 Sequence Data Tracing1 Modification2 Modification1 Basics 1 Fig. 1 Hierarchy of skill related to programming(hypothesis) Modification Modification 1) Modification 1) 2 1 Modification 3.1 1) Modification 1) ) General Evaluation Criteria DoC Evaluation Criteria 3) 4) 5) Writing 1) 2 2 Tracing1 Writing Tracin2 Writing Explain Writing 6) Modification Modification 1) Tracing Tracing1, Tracing2 Modification 2 Modification1 Modification2 2 c 2010 Information Processing Society of Japan

3 Explain Data Writing Tracing2 Sequence Tracing1 Basics 2 1) Fig. 2 Hierarchy of skill related to programming(quotation from paper 1) ) ) Java 1) ( 1 ) Basics Basics Basics ( 2 ) Sequence Sequence Sequence 1) A. if( sword.charat(i) == tocount) B. for( int i = 0; i < sword.length(); i++) C. return count; D. int count = 0; E. public int countletter(string sword, char tocount) F. count++; ( 3 ) Tracing1 3 a += 2; b -= 4; c = b * a; 3 1) ( 4 ) Tracing2 if 1) Question7D,a while loop public int q7d(int ilimit) { int iindex = 0; int iresult = 0; while (iindex <= ilimit) { iresult += iindex; iindex++; } return iresult; } ( 5 ) Exceptions 3 c 2010 Information Processing Society of Japan

4 q7e(null) 1) public int q7e(int[] anumbers) { } int iresult = 0; for (int iindex = 0; iindex < anumbers.length; iindex++) { } ( 6 ) Data if ( anumbers[iindex] > iresult) { } iresult = anumbers[iindex]; return iresult; 5 ArrayList Boolean double int String or ( 7 ) Writing Java DJ 3 2 String substring(int biginindex, int endindex) ( 8 ) Explain 1) Question10B,a reading question public void method 10B(int inum) { } for(int ix = 0; ix < inum; ix++) { } for(int iy = 0; iy < inum; iy++) { } ( 9 ) General System.out.print("*"); System.out.println(); ) 3.3 Modification Modification 3.1 ( 1 ) Modification1 [ ] [ ] 2 [ ] 1 import java.util.scanner; 2 class Q1410{ 3 public static void main(string[] args){ 4 c 2010 Information Processing Society of Japan

5 4 Scanner stdin = new Scanner(System.in); 5 System.out.print(" = "); 6 int a = stdin.nextint(); 7 System.out.print(" = "); 8 int b = stdin.nextint(); 9 a = a + b; 10 if (a % 2 == 0){ 11 System.out.println(" "); 12 }else { 13 System.out.println(" "); 14 } 15 } 16 } [ ] 2 [ ] >java Q1410 = 4 = 6 ( 2 ) Modification2 [ ] [ ] [ ] >java Q1411 [ ] >java Q1411 dan = 4 dan = 4 * **** ** *** *** ** **** * [ ] 1 import java.util.scanner; 2 class Q1411{ 3 public static void main(string[] args){ 4 Scanner stdin = new Scanner(System.in); 5 System.out.print("dan = "); 6 int a = stdin.nextint(); 7 for (int i = 1; i <= a; i++){ 8 for (int j = 1; j <= a - i; j++) 9 System.out.print(" "); 10 for ( int j = 1; j <= i; j++) 11 System.out.print("*"); 12 System.out.println(); 13 } 14 } 15 } ) c 2010 Information Processing Society of Japan

6 Java Java Basics Sequence Tracing1 Tracing2 Explain Writing Modification1 Modification2 Exceptions Data Basics Sequence Tracing1 Tracing2 Exceptions Data Explain Writing Modification1 Modification2 10 Basics Sequence Tracing1 Tracing2 Exceptions Data Explain Writing 1) Modification1 Modification ) 1) Rasch model Sequence Modification Modification1 Modification P 3 P Modification1 Tracing2 Explain Writing Modification2 Tracing1 Tracing2 6 c 2010 Information Processing Society of Japan

7 2 Table 2 Internal consistency 平均値 標本分散 標準偏差 基礎集計 相関係数 独立性の検定 測定データ ( 点数 ) 共分散構造分析 結果 (CFI 値 ) 重回帰分析 パス図 Basics Sequence 7 1 Tracing Tracing Exceptions 3 1 Data Explain 3 1 Modification Modification2 2 1 Writing 結果 (P 値 ) 考察 3 Fig. 3 Outline of analysis 結論 Tracing2 Explain Tracing2 Writing Explain Writing Tracing1 Tracing2 Modification1 Tracing2 P Modification1 Tracing Table 1 Internal consistency of all data Basics Sequence Tracing Tracing Exceptions Data Explain Modification Modification2 2 0 Writing Modification P Table 3 Test for independent of Modification skill: P Value Modification1 Modification2 Basics Sequence Tracing Tracing Exceptions Data Explain Modification Modification Writing c 2010 Information Processing Society of Japan

8 Writing Explain Basics Table 4 Basic total: The 1st, C college Table 5 a correlation coefficient table: The 1st, C college(10 skills) Basics Sequence Tracing Tracing Exceptions Data Explain Modification Modification Writing : 20 2 Basics( ), Sequence( ), Tracing1( ), Exceptions( ), Data( ) Tracing2( ), Explain( ), Writing( ) Modification1( ), Modification2( ) 5 Sequence, Tracing1, Exceptions, Basics, Data 5 5 Writing, Explain, Tracing2, Modification1, Modification2 5 3 Exceptions Modification2 Tracing1 3 Exceptions Tracing1 Modification2 Bas Seq Tr1 Tr2 Exc Dat Exp Mo1 Mo2 Wri Bas Seq Tr Tr Exc Dat Exp Mo Mo Wri Bas : Basics, Seq : Sequence, Tr1 : Tracing1, Tr2 : Tracing2 Exc : Excpetions, Dat : Data, Exp : Explain Mo1 : Modification1, Mo2 : Modification2, Wri : Writing 7) Explain Writing 0.7 Basics Tracing1( ), Tracing1 Data( ), Basics Data( ), Tracing1 Modification2( ), Data Modification2( ), Basics Modification1( ) 6 Modification2 Basics, Data, Sequence, Tracing1 4. Basics, Data, Sequence, Tracing1 4 8 c 2010 Information Processing Society of Japan

9 0.2 Sequence Exceptions( ), Sequence Explain( ), Sequence Writing( ), Exceptions Modification1( ) 4 Sequence Explain Writing Exceptions Modification2 Explain Basics Sequence Tracing1 Tracing2 Exceptions Data Explain Modification1 Modification2 Writing ) Writing Modification1 Writing 2 Modification2 Tracing2 Modification2 Tracing2 1 3 Writing Writing Writing Basics 2 Writing Basics Basics Sequence Data Tracing1 2 Basics Sequence Data Tracing1 4 Fig. 4 R 2 = Modification2 Tracing2 R 2 = Writing Modification1 Basics Tracing1 Data R 2 = R 2 = R 2 = R 2 = R 2 = Sequence Exceptions Explain 4 1 Writing multiple regression analysis: The 1st, C college (Result of one by sequential analyzing the first objective variable with Writing) 9 c 2010 Information Processing Society of Japan

10 Modification2 5 Explain Writing Explain Writing 1 Explain Writing 1) 2 Modification1 Modification2 Writing Writing < 0.05 Writing Modification1 Modification2 R 2 = R 2 = Sequence Exceptions Explain Data Modification2 Tracing1 Basics Tracing2 R 2 = R 2 = R 2 = R 2 = Modification1 R 2 = Writing 5 1 Modification2 Fig. 5 multiple regression analysis: The 1st, C college (Result of one by sequential analyzing the first objective variable with Modification2) Explain Writing 1 Explain Writing CFI CFI ) 8),9) CFI CFI(Comparative Fit Index) NFI(Normed Fit Index) 8) ( 1 ) Writing 2 ( 2 ) ( 3 ) 10 c 2010 Information Processing Society of Japan

11 1 50 ( 4 ) Exceptions Data Basics Exceptions 1) 2 Data Basics 1) 2 Basics Data Tracing1 Sequence 1 Basics Data Basics Data Basics Data Basics Data ( 5 ) ( 6 ) Programming1 Programming2 Debug 3 1 Programming1 Programming2 Programming2 Programming Writing Programming Writing Debug Java Java 8 Basics Sequence Tracing1 Tracing2 Explain Writing Modification1 Modification2 3 Programming1 Programming2 Debug Basics Sequence Tracing1 Tracing2 Explain Writing 6 1) 1 Modification c 2010 Information Processing Society of Japan

12 Modification Modification1 Modification2 P 6 P Modification1 Modification2 Modification1 Explain Modification2 Explain Modification1, Modification Sequence Basics Modification1 3 3 Writing Modification2 Explain 3 6 Modification P Table 6 Test for independent of Modification skill: P Value Modification1 Modification2 Basics Sequence Tracing Tracing Explain Modification Modification Writing Tracing1 Tracing2 Modification1 3 Tracing1 Tracing2 Modification1 3 Basics Writing Modification2 3 Basics Writing Explain Writing( ), Explain Modification2( ), Basics Modification1( ) 3 Explain Writing 1) 2 Writing Explain Tracing2 1) Explain Writing Writing Explain Explain Modification2 12 c 2010 Information Processing Society of Japan

13 Table Table 7 Basic total: The 2st, C college Basics Sequence Tracing Tracing Explain Modification Modification Writing : a correlation coefficient table: The 2st, C college(8 skills) Basics Modification1 3 Basics Modification2( ), Basics Tracing2( ), Tracing2 Modification1( ) 3 Basics Modification1 Modification2 Tracing Modification1 Modification2 Basics Sequence Tracing1 Tracing2 Explain Writing 6 1) R 2 = R 2 = Explain Sequence Writing R 2 = R 2 = R = Tracing1 Tracing2 R 2 = Basics Sequence Tracing1 Tracing2 Explain Mod1 Mod2 Writing Basics Sequence Tracing Tracing Explain Mod Mod Writing Mod1 : Modification1 Mod2 : Modification2 R 2 = Basics(Data) 6 [6 ] 2 Writing Fig. 6 multiple regression analysis[6 skills]: The 2st, C college (Result of one by sequential analyzing the first objective variable with Writing) 1) 2 6 Writing Explain Sequence Basics 4 Explain Tracing2 1) Writing Explain Writing Tracing Tracing1 Tracing Writing Explain Sequence Basics 2 Tracing1 Writing 6 Basics Sequence Tracing1 Tracing2 Explain Writing Modification1 Modification ) 13 c 2010 Information Processing Society of Japan

14 Writing Explain Tracing1 Writing 7 Explain Modification2(P<0.001) Sequence(P= ) Explain Writing Tracing1 Modification2 Sequence Modification1 R 2 = Tracing2 R 2 = R 2 = R 2 = Basics(Data) R 2 = R 2 = R = R 2 = R 2 = [8 ] 2 Writing Fig. 7 multiple regression analysis[8 skills]: The 2st, C college (Result of one by sequential analyzing the first objective variable with Writing) Writing Explain 1) Explain 7 Explain Modification2 Tracing2 Modification2 Tracing2 Explain Sequence Basics Expalin Basics Sequence 2 Writing Writing Tracing1 Modification1 Tracing1 Modification1 Modification 3 Modification1 Modification2 Writing 4 Writing Tracing2 Tracing1 Modification2 Modification1 Basics Modification Explain 8 Modification2 Basics Sequence Tracing1 Tracing2 Explain Modification1 Modification2 Writing 1) Bentler CFI = , c 2010 Information Processing Society of Japan

15 Modification1 Basics(Data) R 2 = Tracing1 R 2 = Tracing2 Modification2 R 2 = ( 方向 ) R 2 = ( 方向 ) Writing R 2 = Explain R 2 = R 2 = R 2 = R 2 = R 2 = ( 方向 ) R 2 = R 2 = ( 方向 ) Sequence 8 [8 ] 2 Modification2 Fig. 8 multiple regression analysis[8 skills]: The 2st, C college (Result of one by sequential analyzing the first objective variable with Modification2) Java 8 Basics Sequence Tracing1 Tracing2 Explain Writing Modification1 Modification Modification Modification1 Modification2 P 9 P Modification1 Sequence Modification2 Sequence Modification2 Explain Modification1, Modification Modification P Table 9 Test for independent of Modification skill: P Value Modification1 Modification2 Basics Sequence Tracing Tracing Explain Modification Modification Writing Basics Sequence Modification1 3 3 Writing Tracing2 Tracing1 Writing 3 Tracing2 Tracing1 6 6 Modification2 Explain 3 Writing 3 Tracing1 Explain Modification1 3 Tracing1 Explain Modification1 3 Basics Tracing2 Modification2 3 Basics 15 c 2010 Information Processing Society of Japan

16 Tracing2 Modification2 Tracing Table Table 10 Basic total: U university Basics Sequence Tracing Tracing Explain Modification Modification Writing : a correlation coefficient table: U university (8 skills) Basics Sequence Tracing1 Tracing2 Explain Mod1 Mod2 Writing Basics Sequence Tracing Tracing Explain Mod Mod Writing Mod1 : Modification1 Mod2 : Modification Tracing1 Writing( ) 0.6 Sequence Modification2( ), Explain Modification2( ) 0.5 Explain Writing( ), Modification1 Writing( ), Tracing1 Modification1( ), Basics Modification2( ), Tracing2 Modification2( ) 1 Writing 4 Writing Tracing1 Sequence Explain Modification1 Tracing2 Modification2 0.4 Writing Basics 2 Modification2 Sequence Explain Basics Tracing2 0.2 Basics Modification1( ) Tracing1 Tracing2( ), Basics Witing( ), Basics Tracing2( ), Modification1 Modification2( ), Sequence Tracing2( ) 1 Basics Witing( ), Basics Tracing2( ) 2 Tracing1 Tracing2( ), Modification1 Modification2( ) 1 Tracing1 Modification1( ), Tracing2 Modification2( ) Modification Tracing1 Modification1 Modification Modification2 Tracing2 Sequence CFI = c 2010 Information Processing Society of Japan

17 Writing Tracing1 Modification1 R 2 = R 2 = Modification2 Sequence Writing R 2 = R 2 = R 2 = Tracing1 Fig. 9 9 Writing multiple regression analysis: U university (Result of one by sequential analyzing the first objective variable with Writing) R 2 = Modification Java Java Modification 3 2 Modification Modification1 Basics Modification2 Basics Modification1 Tracing1 Modification2 Writing 1 Modification1 Writing 2 p = Fig. 10 Basics(Data) Explain Tracing2 10 Modification2 multiple regression analysis: U university (Result of one by sequential analyzing the first objective variable with Modification2) 12 Table 12 Experiment outline list (1) (2) , ,9 10 8( 3) ( 1 ) ( 6 ) Java Java Java Java 1 Java 2 Java 2 17 c 2010 Information Processing Society of Japan

18 p Modification1 Writing p p = Modification1 Writing 2 Modification1 Writing Modification1 Writing Modification2 Writing Table Modification (3 ) Skill not independent of Modification (Skill common by three experiments) Modification1 Modification2 Basics Sequence (U) (U) Tracing1 (1) Tracing2 (1) (1) Explain (1)(2) (2)(U) Modification1 *** (2) Modification2 (2) *** Writing (1) (1) 1 (2) 2 (U) ***: p = p = Sequence( ), Basics(9.2857), Modification1(7.8571) Basics( ), Sequence( ), Modification1( ) Table 14 Basics total: The 2st, C college (part)) Basics Sequence Tracing Tracing Explain Modification Modification Writing : 20 Sequence Sequence Basics Tracing1(2.8571), Writing(5.0000), Modification2(6.0714) Writing(3.4375), Tracing2(6.0625), Tracing1(6.2500) 3 Modification2(6.5625) Tracing1 Tracing1 Writing Writing Tracing1 Tracing1 Writing 3 Sequence(74.725), Modification1(71.978), Writing Tracing1(91.667), Explain(72.917), Modification1(71.562) 18 c 2010 Information Processing Society of Japan

19 Table A correlation coefficient table: The 2st, C college (part) Basics Sequence Tracing1 Tracing2 Explain Mod1 Mod2 Writing Basics Sequence Tracing Tracing Explain Mod Mod Writing Mod1 : Modification1 Mod2 : Modification ( 1 ) 0.7 Tracing1 Writing ( 2 ) 0.4 Basics Explain Basics Modification2 Sequence Tracing1 Sequence-Explain Sequence Modification2 Sequence Writing Tracing1 Modification1 Tracing2 Explain Tracing2 Writing Explain Modification2 Explain Writing Modification1 Writing ( 3 ) 0.2 ( 4 ) Tracing1 Modification Tracing1 Modification1 Table Relation of the correlation coefficient between the 2st C college and U university Basics Sequence Tracing1 Tracing2 Explain Mod1 Mod2 Writing Basics Sequence Tracing1 Tracing2 Explain Mod1 Mod2 Writing : 0.7 : : 0.2 Mod1 : Modification1 Mod2 : Modification2 ( 5 ) Tracing2 Modification Tracing2 Modification2 ( 6 ) Explain Writing 0.5 1) 2 1 Explain Writing ( 7 ) Writing Modification1 Writing Tracing ) 2 1 1) Writing ( 8 ) Sequence Explain Sequence 19 c 2010 Information Processing Society of Japan

20 Explain Sequence Explain ( 9 ) Tracing1 Tracing Tracing1 Tracing2 Tracing1 Tracing Explain Modification2 Explain Writing Explain Modification2( ), Explain Writing( ) Explain Modification2( ), Explain Writing( ) Modification2 Explain Writing Sequence Tracing1 Sequence Explain Sequence Writing Tracing1 Writing Tracing2 Modification2 Modification2 Writing 0.3 Basics Tracing2 Basics Tracing2( ) Basics Tracing2( ) 0.3 Basics Modification1 Basics Modification Sequence Modification2 Tracing1 Explain Tracing1 Writing Modification1 Writing Modification2 Explain Writing 2 Basics Sequence Tracing1 Traicng Modification1 Tracing1 Writing Tracing2 Modification2 Explain Modification2 Explain Writing Tracing2 Modification Writing 1) ( 1 ) 3 Writing Tracing1 Modification Writing Modification1 Basics Tracing1 2 7Writing Tracing1 Modification1 Basics 9 Writing Tracing1 Modification1 Tracing2 Modification2 ( 2 ) 4 7 Writing Tracing2 1) 20 c 2010 Information Processing Society of Japan

21 1) Writing 4 Writing Writing Modification1 Tracing1 Data Writing Tracing2 Modification2 Basics Sequence 7 Writing Tracing1 Modification1 Writing Tracing1 Modification1 Tracing2 Modification2 Writing ( 3 ) 7 Writing Explain Sequence Basics 1) ( 1 ) 2 1) 7 ( 2 ) 19 ( 3 ) 4 1 Writing 10 ( 4 ) 5 1 Modification2 10 ( 5 ) 7 2 Writing 8 ( 6 ) 8 2 Modification2 8 ( 7 ) 6 2 Writing 6 (5) Modification1 Modification2 17 Warning 2 Data Data Basics Data Warning Table Bentler CFI Covariance structure analysis results(bentler CFI Value) (1) (2) (2): (1) (W) (W) (W) (W) (2) (W) (W) (W) (W) (3) (W) (W) (W) (W) (4) (W) (W) (W) (W) (5) (W) (6) (W) (W) (W) (W) (7) (W) (W) (W) (W)Warning (1) 1 (2) Explain Writing 1 Writing Explain Writing 2 7 CFI 0.9 8) (1),(2),(4) (3) 1 (6) (5) Modification (7) 1 2 Modification Modification 21 c 2010 Information Processing Society of Japan

22 Modification Modification Explain 5. ( 1 ) ( a ) Modification ( b ) Modification 7 ( 2 ) ( a ) Writing Explain Sequence Basics 1) 2 ( b ) Tracing1 1) 2 ( c ) Basics Tracing1 Data Sequence 1) C U computer science education, pp (2004). 4) Whalley, J.L., Lister, R., Thompson, E., Clear, T., Robbins, P., Kumar, P. K.A. and Prasad, C.: An Australasian study of reading and comprehension skills in novice programmers, using the bloom and SOLO taxonomies, ACE 06: Proceedings of the 8th Austalian conference on Computing education, Australian Computer Society, Inc., pp (2006). 5) Lister, R., Fidge, C. and Teague, D.: Further evidence of a relationship between explaining, tracing and writing skills in introductory programming, ITiCSE 09: Proceedings of the 14th annual ACM SIGCSE conference on Innovation and technology in computer science education, ACM, pp (2009). 6) Simon, Lopez, M., Sutton, K. and Clear, T.: Surely We Must Learn to Read before We Learn to Write!, Eleventh Australasian Computing Education Conference (ACE 2009) (Hamilton, M. and Clear, T., eds.), CRPIT, Vol.95, Australian Computer Society, Inc., pp (2009). 7) (2004). 8) (2005). 9) [ ] (1998). 1) Lopez, M., Whalley, J., Robbins, P. and Lister, R.: Relationships between reading, tracing and writing skills in introductory programming, ICER 08: Proceedings of the fourth international workshop on Computing education research, pp (2008). 2) McCracken, M., Almstrum, V., Diaz, D., Guzdial, M., Hagan, D., Kolikant, Y. B.-D., Laxer, C., Thomas, L., Utting, I. and Wilusz, T.: A multi-national, multiinstitutional study of assessment of programming skills of first-year CS students, SIGCSE Bull., Vol.33, No.4, pp (2001). 3) Lister, R., Adams, E.S., Fitzgerald, S., Fone, W., Hamer, J., Lindholm, M., Mc- Cartney, R., Moström, J.E., Sanders, K., Seppälä, O., Simon, B. and Thomas, L.: A multi-national study of reading and tracing skills in novice programmers, ITiCSE- WGR 04: Working group reports from ITiCSE on Innovation and technology in 22 c 2010 Information Processing Society of Japan

23 A.1 Basics ================================================================= Java [ ] 1 class Q0405{ 2 public static void main(string[] args) 3 int c = 0; 4 if ( c = 0 ){ 5 System.out.println("0 "); 6 } else { 7 System.out.println(c); 8 } 9 } 10 } [ ] a) 1 b) 2 c) 3 d) 4 e) 5 f) 6 g) 7 h) 8 i) 9 j) 10 Sequence ================================================================= [] xxxx 1 xxxx [ ] 1 class Q0508{ 2 public static void main(string[] args){ 3 int a; 4 int b; 5 a = 5; 6 a *= 4; 7 a /= 2; 8 b = a + 10; 9 b += a * 4; 10 xxxx 1 xxxx 11 System.out.println(b); 12 } 13 } [] >java Q [ ] a) b -= a; b) b *= a; c) b /= a; d) b += a; e) b -= a * 2; Tracing1 ================================================================= [ ] 1 class Q0704{ 2 int a = 1; 3 public static void main(string[] args){ 4 int a = 2; 5 Q0704 b = new Q0704(); 6 a = 3; 7 b.a = 4; 8 b.show(a); 23 c 2010 Information Processing Society of Japan

24 9 a = 5; 10 } 11 void show(int a){ 12 System.out.println(a); 13 } 14 } [ ] a) 0 b) 1 c) 2 d) 3 e) 4 f) 5 g) null Tracing2 ================================================================= a,b,c [ ] 1 class Q0755{ 2 public static void main(string[] args){ 3 int a = 0; 4 for (int b = 0; b < 3; b++){ 5 for (int c = 0; c < 3; c++){ 6 a++; 7 if (b == 1) 8 System.out.println("a= " + a + ", b= " + b + ", c= " + c); 9 } 10 } 11 } 12 } [ ] a) 0 b) 1 c) 2 d) 3 e) 4 f) 5 g) 6 h) 7 i) 8 j) 9 k) 10 l) 11 m) 12 n) 13 Explain ================================================================= [ ] 1 import java.util.scanner; 2 class Q1008{ 3 public static void main(string[] args){ 4 Scanner stdin = new Scanner(System.in); 5 System.out.print("a= "); 6 int a = stdin.nextint(); 7 double[] b = new double[a]; 8 double e = 0.0; 9 for (int i = 0; i < a; i++){ 10 System.out.print("b[" + i + "] = "); 11 b[i] = stdin.nextdouble(); 12 e += b[i]; 13 } 14 System.out.println(e / b.length); 15 } 16 } Writing ================================================================= [] 1) char charat(int index) index [ ] a String a = "Nagoya"; "Nagoya" 3 "g" ans char ans = a.charat(2); a.charat(2) "Nagoya" 1 "N" 0 2 "a" 24 c 2010 Information Processing Society of Japan

25 1 0 3 "g" 2 2) int length() 3) int indexof(string str) -1 4) String substring(int beginindex) beginindex 5) String substring(int beginindex, int endindex) beginindex endindex [] sample 2 5 " ".substring(2,5) [ ] Pname 3 4 "t" 1)- 4) Pnametarzepp3 1) Pname 2) taro 3) zeppelin 4) fortunate [ ][ ] ans 25 c 2010 Information Processing Society of Japan

明解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

. 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

,,,,., C Java,,.,,.,., ,,.,, i

,,,,., C Java,,.,,.,., ,,.,, i 24 Development of the programming s learning tool for children be derived from maze 1130353 2013 3 1 ,,,,., C Java,,.,,.,., 1 6 1 2.,,.,, i Abstract Development of the programming s learning tool for children

More information

新・明解Javaで学ぶアルゴリズムとデータ構造

新・明解Javaで学ぶアルゴリズムとデータ構造 第 1 章 基本的 1 n 21 1-1 三値 最大値 algorithm List 1-1 a, b, c max // import java.util.scanner; class Max3 { public static void main(string[] args) { Scanner stdin = new Scanner(System.in); List 1-1 System.out.println("");

More information

1 Fig. 1 Extraction of motion,.,,, 4,,, 3., 1, 2. 2.,. CHLAC,. 2.1,. (256 ).,., CHLAC. CHLAC, HLAC. 2.3 (HLAC ) r,.,. HLAC. N. 2 HLAC Fig. 2

1 Fig. 1 Extraction of motion,.,,, 4,,, 3., 1, 2. 2.,. CHLAC,. 2.1,. (256 ).,., CHLAC. CHLAC, HLAC. 2.3 (HLAC ) r,.,. HLAC. N. 2 HLAC Fig. 2 CHLAC 1 2 3 3,. (CHLAC), 1).,.,, CHLAC,.,. Suspicious Behavior Detection based on CHLAC Method Hideaki Imanishi, 1 Toyohiro Hayashi, 2 Shuichi Enokida 3 and Toshiaki Ejima 3 We have proposed a method for

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

1 1 CodeDrummer CodeMusician CodeDrummer Fig. 1 Overview of proposal system c

1 1 CodeDrummer CodeMusician CodeDrummer Fig. 1 Overview of proposal system c CodeDrummer: 1 2 3 1 CodeDrummer: Sonification Methods of Function Calls in Program Execution Kazuya Sato, 1 Shigeyuki Hirai, 2 Kazutaka Maruyama 3 and Minoru Terada 1 We propose a program sonification

More information

新・明解Javaで学ぶアルゴリズムとデータ構造

新・明解Javaで学ぶアルゴリズムとデータ構造 第 3 章 探索 Arrays.binarySearch 743 3-1 探索 探索 searching key 配列 探索 Fig.3-1 b c 75 a 6 4 3 2 1 9 8 2 b 64 23 53 65 75 21 3-1 53 c 5 2 1 4 3 7 4 Fig.3-1 a 763 3-2 線形探索 線形探索 linear search sequential search 2

More information

2) TA Hercules CAA 5 [6], [7] CAA BOSS [8] 2. C II C. ( 1 ) C. ( 2 ). ( 3 ) 100. ( 4 ) () HTML NFS Hercules ( )

2) TA Hercules CAA 5 [6], [7] CAA BOSS [8] 2. C II C. ( 1 ) C. ( 2 ). ( 3 ) 100. ( 4 ) () HTML NFS Hercules ( ) 1,a) 2 4 WC C WC C Grading Student programs for visualizing progress in classroom Naito Hiroshi 1,a) Saito Takashi 2 Abstract: To grade student programs in Computer-Aided Assessment system, we propose

More information

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

明解Javaによるアルゴリズムとデータ構造 74 searching 3 key Fig.3-1 75 2を探索 53を探索 3-1 5 2 1 4 3 7 4 を探索 Fig.3-1 76 3 linear searchsequential search 2 Fig.3-2 0 ❶ ❷ ❸ 配列の要素を先頭から順に走査していく 探索すべき値と等しい要素を発見 Fig.3-2 6 4 3 2 3-2Fig.3-3 77 5 Fig.3-3 0

More information

解きながら学ぶJava入門編

解きながら学ぶJava入門編 44 // class Negative { System.out.print(""); int n = stdin.nextint(); if (n < 0) System.out.println(""); -10 Ÿ 35 Ÿ 0 n if statement if ( ) if i f ( ) if n < 0 < true false true false boolean literalboolean

More information

IPSJ SIG Technical Report Vol.2011-EC-19 No /3/ ,.,., Peg-Scope Viewer,,.,,,,. Utilization of Watching Logs for Support of Multi-

IPSJ SIG Technical Report Vol.2011-EC-19 No /3/ ,.,., Peg-Scope Viewer,,.,,,,. Utilization of Watching Logs for Support of Multi- 1 3 5 4 1 2 1,.,., Peg-Scope Viewer,,.,,,,. Utilization of Watching Logs for Support of Multi-View Video Contents Kosuke Niwa, 1 Shogo Tokai, 3 Tetsuya Kawamoto, 5 Toshiaki Fujii, 4 Marutani Takafumi,

More information

K227 Java 2

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

More information

Vol.55 No (Jan. 2014) saccess 6 saccess 7 saccess 2. [3] p.33 * B (A) (B) (C) (D) (E) (F) *1 [3], [4] Web PDF a m

Vol.55 No (Jan. 2014) saccess 6 saccess 7 saccess 2. [3] p.33 * B (A) (B) (C) (D) (E) (F) *1 [3], [4] Web PDF   a m Vol.55 No.1 2 15 (Jan. 2014) 1,a) 2,3,b) 4,3,c) 3,d) 2013 3 18, 2013 10 9 saccess 1 1 saccess saccess Design and Implementation of an Online Tool for Database Education Hiroyuki Nagataki 1,a) Yoshiaki

More information

udc-3.dvi

udc-3.dvi 49 UDC 371.279.1 3 4 753 1 2 2 1 2 47 6 2005 11 14 50 No.35, 2006 1 1.1 AO 2003 2004 2005 2005 1 1 2005 1998 1999 2002 12 11 2000 SAT ACT Law School Admission Test LSAT Medical College Admission Test MCAT

More information

udc-2.dvi

udc-2.dvi 13 0.5 2 0.5 2 1 15 2001 16 2009 12 18 14 No.39, 2010 8 2009b 2009a Web Web Q&A 2006 2007a20082009 2007b200720082009 20072008 2009 2009 15 1 2 2 2.1 18 21 1 4 2 3 1(a) 1(b) 1(c) 1(d) 1) 18 16 17 21 10

More information

Vol. 48 No. 3 Mar PM PM PMBOK PM PM PM PM PM A Proposal and Its Demonstration of Developing System for Project Managers through University-Indus

Vol. 48 No. 3 Mar PM PM PMBOK PM PM PM PM PM A Proposal and Its Demonstration of Developing System for Project Managers through University-Indus Vol. 48 No. 3 Mar. 2007 PM PM PMBOK PM PM PM PM PM A Proposal and Its Demonstration of Developing System for Project Managers through University-Industry Collaboration Yoshiaki Matsuzawa and Hajime Ohiwa

More information

IPSJ SIG Technical Report Vol.2013-CE-119 No /3/15 enpoly enpoly enpoly 1) 2) 2 C Java Bertrand Meyer [1] 1 1 if person greeting()

IPSJ SIG Technical Report Vol.2013-CE-119 No /3/15 enpoly enpoly enpoly 1) 2) 2 C Java Bertrand Meyer [1] 1 1 if person greeting() enpoly enpoly enpoly ) 2) 2 C Java 2 6. Bertrand Meyer [] if person greeting() if person if Faculty of Informatics, Shizuoka University, Hamamatsu, Shizuoka, 432-80, Japan C Jone[2] 2. Java Anchor Garden

More information

05_藤田先生_責

05_藤田先生_責 This report shows innovation of competency of our faculty of social welfare. The aim of evaluation competency is improvement in the Social welfare education effects, by understanding of studentʼs development

More information

00.\...ec5

00.\...ec5 Yamagata Journal of Health Science, Vol. 6, 23 Kyoko SUGAWARA, Junko GOTO, Mutuko WATARAI Asako HIRATUKA, Reiko ICHIKAWA Recently in Japan, there has been a gradual decrease in the practice of community

More information

258 5) GPS 1 GPS 6) GPS DP 7) 8) 10) GPS GPS 2 3 4 5 2. 2.1 3 1) GPS Global Positioning System

258 5) GPS 1 GPS 6) GPS DP 7) 8) 10) GPS GPS 2 3 4 5 2. 2.1 3 1) GPS Global Positioning System Vol. 52 No. 1 257 268 (Jan. 2011) 1 2, 1 1 measurement. In this paper, a dynamic road map making system is proposed. The proposition system uses probe-cars which has an in-vehicle camera and a GPS receiver.

More information

2006 [3] Scratch Squeak PEN [4] PenFlowchart 2 3 PenFlowchart 4 PenFlowchart PEN xdncl PEN [5] PEN xdncl DNCL 1 1 [6] 1 PEN Fig. 1 The PEN

2006 [3] Scratch Squeak PEN [4] PenFlowchart 2 3 PenFlowchart 4 PenFlowchart PEN xdncl PEN [5] PEN xdncl DNCL 1 1 [6] 1 PEN Fig. 1 The PEN PenFlowchart 1,a) 2,b) 3,c) 2015 3 4 2015 5 12, 2015 9 5 PEN & PenFlowchart PEN Evaluation of the Effectiveness of Programming Education with Flowcharts Using PenFlowchart Wataru Nakanishi 1,a) Takeo Tatsumi

More information

IPSJ SIG Technical Report An Evaluation Method for the Degree of Strain of an Action Scene Mao Kuroda, 1 Takeshi Takai 1 and Takashi Matsuyama 1

IPSJ SIG Technical Report An Evaluation Method for the Degree of Strain of an Action Scene Mao Kuroda, 1 Takeshi Takai 1 and Takashi Matsuyama 1 1 1 1 An Evaluation Method for the Degree of of an Action Scene Mao Kuroda, 1 Takeshi Takai 1 and Takashi Matsuyama 1 The purpose of our research is to investigate structure of an action scene scientifically.

More information

A pp CALL College Life CD-ROM Development of CD-ROM English Teaching Materials, College Life Series, for Improving English Communica

A pp CALL College Life CD-ROM Development of CD-ROM English Teaching Materials, College Life Series, for Improving English Communica A CALL College Life CD-ROM Development of CD-ROM English Teaching Materials, College Life Series, for Improving English Communicative Skills of Japanese College Students The purpose of the present study

More information

IPSJ SIG Technical Report Vol.2009-BIO-17 No /5/26 DNA 1 1 DNA DNA DNA DNA Correcting read errors on DNA sequences determined by Pyrosequencing

IPSJ SIG Technical Report Vol.2009-BIO-17 No /5/26 DNA 1 1 DNA DNA DNA DNA Correcting read errors on DNA sequences determined by Pyrosequencing DNA 1 1 DNA DNA DNA DNA Correcting read errors on DNA sequences determined by Pyrosequencing Youhei Namiki 1 and Yutaka Akiyama 1 Pyrosequencing, one of the DNA sequencing technologies, allows us to determine

More information

DPA,, ShareLog 3) 4) 2.2 Strino Strino STRain-based user Interface with tacticle of elastic Natural ObjectsStrino 1 Strino ) PC Log-Log (2007 6)

DPA,, ShareLog 3) 4) 2.2 Strino Strino STRain-based user Interface with tacticle of elastic Natural ObjectsStrino 1 Strino ) PC Log-Log (2007 6) 1 2 1 3 Experimental Evaluation of Convenient Strain Measurement Using a Magnet for Digital Public Art Junghyun Kim, 1 Makoto Iida, 2 Takeshi Naemura 1 and Hiroyuki Ota 3 We present a basic technology

More information

The copyright of this material is retained by the Information Processing Society of Japan (IPSJ). The material has been made available on the website

The copyright of this material is retained by the Information Processing Society of Japan (IPSJ). The material has been made available on the website The copyright of this material is retained by the Information Processing Society of Japan (IPSJ). The material has been made available on the website by the author(s) under the agreement with the IPSJ.

More information

0801391,繊維学会ファイバ12月号/報文-01-西川

0801391,繊維学会ファイバ12月号/報文-01-西川 Pattern Making Method and Evaluation by Dots of Monochrome Shigekazu Nishikawa 1,MarikoYoshizumi 1,andHajime Miyake 2 1 Miyagi University of Education, 149, Aramaki-aza-Aoba, Aoba-ku, Sendai-shi, Miyagi

More information

1: A/B/C/D Fig. 1 Modeling Based on Difference in Agitation Method artisoc[7] A D 2017 Information Processing

1: A/B/C/D Fig. 1 Modeling Based on Difference in Agitation Method artisoc[7] A D 2017 Information Processing 1,a) 2,b) 3 Modeling of Agitation Method in Automatic Mahjong Table using Multi-Agent Simulation Hiroyasu Ide 1,a) Takashi Okuda 2,b) Abstract: Automatic mahjong table refers to mahjong table which automatically

More information

CX-Checker CX-Checker (1)XPath (2)DOM (3) 3 XPath CX-Checker. MISRA-C 62%(79/127) SQMlint 76%(13/17) XPath CX-Checker 3. CX-Checker 4., MISRA-C CX- Ch

CX-Checker CX-Checker (1)XPath (2)DOM (3) 3 XPath CX-Checker. MISRA-C 62%(79/127) SQMlint 76%(13/17) XPath CX-Checker 3. CX-Checker 4., MISRA-C CX- Ch CX-Checker: C 1 1 2 3 4 5 1 CX-Checker CX-Checker XPath DOM 3 CX-Checker MISRA-C CX-Checker: A Customizable Coding Checker for C TOSHINORI OSUKA, 1 TAKASHI KOBAYASHI, 1 JUNICHI MASE, 2 NORITOSHI ATSUMI,

More information

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

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

More information

ohp02.dvi

ohp02.dvi 172 2017.7.16 1 ? X A B A X B ( )? IBMPL/I FACOM PL1 ( ) X 2 ( ) 3 2-0 ( ) ( ) ( ) (12) ( ) (112) 31) 281 26 1 4 (syntax) (semantics) ( ) 5 BNF BNF(Backus Normal Form) Joun Backus (grammer) English grammer

More information

[3] PBL [4] C C (1) C C? (2) C C? 2 3 C C *6 2*3 3*2 6*1 #include <stdio.h> int main() { printf(" 2 \n"); int value1; sc

[3] PBL [4] C C (1) C C? (2) C C? 2 3 C C *6 2*3 3*2 6*1 #include <stdio.h> int main() { printf( 2 \n); int value1; sc 1,a) 1 Source Code Typing for Learning Programming for Beginners Nakada Toyohisa 1,a) Abstract: In order to learn programming for beginners I propose souce code typing that is a training to type correctly

More information

大学論集第42号本文.indb

大学論集第42号本文.indb 42 2010 2011 3 279 295 COSO 281 COSO 1990 1 internal control 1 19962007, Internal Control Integrated Framework COSO COSO 282 42 2 2) the Committee of Sponsoring Organizations of the Treadway committee

More information

文字列操作と正規表現

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

More information

Web Stamps 96 KJ Stamps Web Vol 8, No 1, 2004

Web Stamps 96 KJ Stamps Web Vol 8, No 1, 2004 The Journal of the Japan Academy of Nursing Administration and Policies Vol 8, No 1, pp 43 _ 57, 2004 The Literature Review of the Japanese Nurses Job Satisfaction Research Which the Stamps-Ozaki Scale

More information

( ) [1] [4] ( ) 2. [5] [6] Piano Tutor[7] [1], [2], [8], [9] Radiobaton[10] Two Finger Piano[11] Coloring-in Piano[12] ism[13] MIDI MIDI 1 Fig. 1 Syst

( ) [1] [4] ( ) 2. [5] [6] Piano Tutor[7] [1], [2], [8], [9] Radiobaton[10] Two Finger Piano[11] Coloring-in Piano[12] ism[13] MIDI MIDI 1 Fig. 1 Syst 情報処理学会インタラクション 2015 IPSJ Interaction 2015 15INT014 2015/3/7 1,a) 1,b) 1,c) Design and Implementation of a Piano Learning Support System Considering Motivation Fukuya Yuto 1,a) Takegawa Yoshinari 1,b) Yanagi

More information

(Basic Theory of Information Processing) 1

(Basic Theory of Information Processing) 1 (Basic Theory of Information Processing) 1 10 (p.178) Java a[0] = 1; 1 a[4] = 7; i = 2; j = 8; a[i] = j; b[0][0] = 1; 2 b[2][3] = 10; b[i][j] = a[2] * 3; x = a[2]; a[2] = b[i][3] * x; 2 public class Array0

More information

デジタル表現論・第4回

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

More information

IPSJ SIG Technical Report Vol.2016-CE-137 No /12/ e β /α α β β / α A judgment method of difficulty of task for a learner using simple

IPSJ SIG Technical Report Vol.2016-CE-137 No /12/ e β /α α β β / α A judgment method of difficulty of task for a learner using simple 1 2 3 4 5 e β /α α β β / α A judgment method of difficulty of task for a learner using simple electroencephalograph Katsuyuki Umezawa 1 Takashi Ishida 2 Tomohiko Saito 3 Makoto Nakazawa 4 Shigeichi Hirasawa

More information

1_26.dvi

1_26.dvi C3PV 1,a) 2,b) 2,c) 3,d) 1,e) 2012 4 20, 2012 10 10 C3PV C3PV C3PV 1 Java C3PV 45 38 84% Programming Process Visualization for Supporting Students in Programming Exercise Hiroshi Igaki 1,a) Shun Saito

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

& Vol.5 No (Oct. 2015) TV 1,2,a) , Augmented TV TV AR Augmented Reality 3DCG TV Estimation of TV Screen Position and Ro

& Vol.5 No (Oct. 2015) TV 1,2,a) , Augmented TV TV AR Augmented Reality 3DCG TV Estimation of TV Screen Position and Ro TV 1,2,a) 1 2 2015 1 26, 2015 5 21 Augmented TV TV AR Augmented Reality 3DCG TV Estimation of TV Screen Position and Rotation Using Mobile Device Hiroyuki Kawakita 1,2,a) Toshio Nakagawa 1 Makoto Sato

More information

IPSJ SIG Technical Report Vol.2012-CG-148 No /8/29 3DCG 1,a) On rigid body animation taking into account the 3D computer graphics came

IPSJ SIG Technical Report Vol.2012-CG-148 No /8/29 3DCG 1,a) On rigid body animation taking into account the 3D computer graphics came 3DCG 1,a) 2 2 2 2 3 On rigid body animation taking into account the 3D computer graphics camera viewpoint Abstract: In using computer graphics for making games or motion pictures, physics simulation is

More information

2 3 Pockets Pockest Java [6] API (Backtracking) 2 [7] [8] [3] i == Pockets 2.1 C3PV web [9] Pockets [10]Pockets 1 3 C

2 3 Pockets Pockest Java [6] API (Backtracking) 2 [7] [8] [3] i == Pockets 2.1 C3PV web [9] Pockets [10]Pockets 1 3 C 1,a) 2 3 1 1 API Pockets Pockets Investigating the Model of Automatically Detecting Exploratory Programming Behaviors Erina Makihara 1,a) Hiroshi Igaki 2 Norihiro Yoshida 3 Kenji Fujiwara 1 Hajimu Iida

More information

Vol.55 No (Jan. 2014) De-gapper 1,a) 2, , De-gapper De-gapper De-gapper Tool for Support Programming Learners Step-b

Vol.55 No (Jan. 2014) De-gapper 1,a) 2, , De-gapper De-gapper De-gapper Tool for Support Programming Learners Step-b De-gapper 1,a) 2,3 4 3 2013 3 18, 2013 10 9 1 De-gapper De-gapper De-gapper Tool for Support Programming Learners Step-by-step Learning Shinya Cho 1,a) Yayoi Hofuku 2,3 Tomohiro Nishida 4 Susumu Kanemune

More information

r1.dvi

r1.dvi 2006 1 2006.10.6 ( 2 ( ) 1 2 1.5 3 ( ) Ruby Java Java Java ( Web Web http://lecture.ecc.u-tokyo.ac.jp/~kuno/is06/ / ( / @@@ ( 3 ) @@@ : ( ) @@@ (Q&A) ( ) 1 http://www.sodan.ecc.u-tokyo.ac.jp/cgi-bin/qbbs/view.cgi

More information

Fig. 1 The district names and their locations A dotted line is the boundary of school-districts. The district in which 10 respondents and over live is indicated in italics. Fig. 2 A distribution of rank

More information

25 II :30 16:00 (1),. Do not open this problem booklet until the start of the examination is announced. (2) 3.. Answer the following 3 proble

25 II :30 16:00 (1),. Do not open this problem booklet until the start of the examination is announced. (2) 3.. Answer the following 3 proble 25 II 25 2 6 13:30 16:00 (1),. Do not open this problem boolet until the start of the examination is announced. (2) 3.. Answer the following 3 problems. Use the designated answer sheet for each problem.

More information

第62巻 第1号 平成24年4月/石こうを用いた木材ペレット

第62巻 第1号 平成24年4月/石こうを用いた木材ペレット Bulletin of Japan Association for Fire Science and Engineering Vol. 62. No. 1 (2012) Development of Two-Dimensional Simple Simulation Model and Evaluation of Discharge Ability for Water Discharge of Firefighting

More information

untitled

untitled 2010 58 1 39 59 c 2010 20 2009 11 30 2010 6 24 6 25 1 1953 12 2008 III 1. 5, 1961, 1970, 1975, 1982, 1992 12 2008 2008 226 0015 32 40 58 1 2010 III 2., 2009 3 #3.xx #3.1 #3.2 1 1953 2 1958 12 2008 1 2

More information

IPSJ SIG Technical Report Vol.2014-CE-123 No /2/8 Bebras 1,a) Bebras,,, Evaluation and Possibility of the Questions for Bebras Contest Abs

IPSJ SIG Technical Report Vol.2014-CE-123 No /2/8 Bebras 1,a) Bebras,,, Evaluation and Possibility of the Questions for Bebras Contest Abs Bebras 1,a) 2 3 4 Bebras,,, Evaluation and Possibility of the Questions for Bebras Contest Abstract: Problems that Japan has includes the disinterest in mathematics and science. In elementary and secondary

More information

16_.....E...._.I.v2006

16_.....E...._.I.v2006 55 1 18 Bull. Nara Univ. Educ., Vol. 55, No.1 (Cult. & Soc.), 2006 165 2002 * 18 Collaboration Between a School Athletic Club and a Community Sports Club A Case Study of SOLESTRELLA NARA 2002 Rie TAKAMURA

More information

IPSJ SIG Technical Report Vol.2009-HCI-134 No /7/17 1. RDB Wiki Wiki RDB SQL Wiki Wiki RDB Wiki RDB Wiki A Wiki System Enhanced by Visibl

IPSJ SIG Technical Report Vol.2009-HCI-134 No /7/17 1. RDB Wiki Wiki RDB SQL Wiki Wiki RDB Wiki RDB Wiki A Wiki System Enhanced by Visibl 1. RDB Wiki 1 1 2 Wiki RDB SQL Wiki Wiki RDB Wiki RDB Wiki A Wiki System Enhanced by Visible RDB Operations Toshiya Okumura, 1 Minoru Terada 1 and Kazutaka Maruyama 2 Although Wiki systems can easily be

More information

The 15th Game Programming Workshop 2010 Magic Bitboard Magic Bitboard Bitboard Magic Bitboard Bitboard Magic Bitboard Magic Bitboard Magic Bitbo

The 15th Game Programming Workshop 2010 Magic Bitboard Magic Bitboard Bitboard Magic Bitboard Bitboard Magic Bitboard Magic Bitboard Magic Bitbo Magic Bitboard Magic Bitboard Bitboard Magic Bitboard Bitboard Magic Bitboard 64 81 Magic Bitboard Magic Bitboard Bonanza Proposal and Implementation of Magic Bitboards in Shogi Issei Yamamoto, Shogo Takeuchi,

More information

189 2015 1 80

189 2015 1 80 189 2015 1 A Design and Implementation of the Digital Annotation Basis on an Image Resource for a Touch Operation TSUDA Mitsuhiro 79 189 2015 1 80 81 189 2015 1 82 83 189 2015 1 84 85 189 2015 1 86 87

More information

TF-IDF TDF-IDF TDF-IDF Extracting Impression of Sightseeing Spots from Blogs for Supporting Selection of Spots to Visit in Travel Sat

TF-IDF TDF-IDF TDF-IDF Extracting Impression of Sightseeing Spots from Blogs for Supporting Selection of Spots to Visit in Travel Sat 1 1 2 1. TF-IDF TDF-IDF TDF-IDF. 3 18 6 Extracting Impression of Sightseeing Spots from Blogs for Supporting Selection of Spots to Visit in Travel Satoshi Date, 1 Teruaki Kitasuka, 1 Tsuyoshi Itokawa 2

More information

13金子敬一.indd

13金子敬一.indd 1 1 Journal of Multimedia Aided Education Research, 2004, No. 1, 115122 ED21 1 2 2 WWW 158 34 Decker 3 ED21 ED21 1 ED21 1 CS 1 2 ED213 4 5 ED21 ED21 ED21 ED9900 9 EL21 EE21 EC21 ED9900 JavaApplet JavaApplet

More information

1 1 tf-idf tf-idf i

1 1 tf-idf tf-idf i 14 A Method of Article Retrieval Utilizing Characteristics in Newspaper Articles 1055104 2003 1 31 1 1 tf-idf tf-idf i Abstract A Method of Article Retrieval Utilizing Characteristics in Newspaper Articles

More information

Title 社 会 化 教 育 における 公 民 的 資 質 : 法 教 育 における 憲 法 的 価 値 原 理 ( fulltext ) Author(s) 中 平, 一 義 Citation 学 校 教 育 学 研 究 論 集 (21): 113-126 Issue Date 2010-03 URL http://hdl.handle.net/2309/107543 Publisher 東 京

More information

1 7.35% 74.0% linefeed point c 200 Information Processing Society of Japan

1 7.35% 74.0% linefeed point c 200 Information Processing Society of Japan 1 2 3 Incremental Linefeed Insertion into Lecture Transcription for Automatic Captioning Masaki Murata, 1 Tomohiro Ohno 2 and Shigeki Matsubara 3 The development of a captioning system that supports the

More information

ON A FEW INFLUENCES OF THE DENTAL CARIES IN THE ELEMENTARY SCHOOL PUPIL BY Teruko KASAKURA, Naonobu IWAI, Sachio TAKADA Department of Hygiene, Nippon Dental College (Director: Prof. T. Niwa) The relationship

More information

Vol. 42 No. SIG 8(TOD 10) July HTML 100 Development of Authoring and Delivery System for Synchronized Contents and Experiment on High Spe

Vol. 42 No. SIG 8(TOD 10) July HTML 100 Development of Authoring and Delivery System for Synchronized Contents and Experiment on High Spe Vol. 42 No. SIG 8(TOD 10) July 2001 1 2 3 4 HTML 100 Development of Authoring and Delivery System for Synchronized Contents and Experiment on High Speed Networks Yutaka Kidawara, 1 Tomoaki Kawaguchi, 2

More information

ALG ppt

ALG ppt 2012 6 21 (sakai.keiichi@kochi-tech.ac.jp) http://www.info.kochi-tech.ac.jp/k1sakai/lecture/alg/2012/index.html 1 l l O(1) l l l 2 (123 ) l l l l () l H(k) = k mod n (k:, n: ) l l 3 4 public class MyHashtable

More information

r02.dvi

r02.dvi 172 2017.7.16 1 1.1? X A B A X B ( )? IBMPL/I FACOM PL1 ( ) X ( ) 1.2 1 2-0 ( ) ( ) ( ) (12) ( ) (112) (131) 281 26 1 (syntax) (semantics) ( ) 2 2.1 BNF BNF(Backus Normal Form) Joun Backus (grammer) English

More information

日本看護管理学会誌15-2

日本看護管理学会誌15-2 The Journal of the Japan Academy of Nursing Administration and Policies Vol. 15, No. 2, PP 135-146, 2011 Differences between Expectations and Experiences of Experienced Nurses Entering a New Work Environment

More information

3_23.dvi

3_23.dvi Vol. 52 No. 3 1234 1244 (Mar. 2011) 1 1 mixi 1 Casual Scheduling Management and Shared System Using Avatar Takashi Yoshino 1 and Takayuki Yamano 1 Conventional scheduling management and shared systems

More information

untitled

untitled 2011 6 20 (sakai.keiichi@kochi-tech.ac.jp) http://www.info.kochi-tech.ac.jp/k1sakai/lecture/alg/2011/index.html tech.ac.jp/k1sakai/lecture/alg/2011/index.html html 1 O(1) O(1) 2 (123) () H(k) = k mod n

More information

Comparative Study of Media Use Capacity for 8th Grade Students Yoshiro Kawakami Hirohisa Suzuki The world is experiencing a variety of changes resulting from the widespread diffusion of information technology.

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

Modal Phrase MP because but 2 IP Inflection Phrase IP as long as if IP 3 VP Verb Phrase VP while before [ MP MP [ IP IP [ VP VP ]]] [ MP [ IP [ VP ]]]

Modal Phrase MP because but 2 IP Inflection Phrase IP as long as if IP 3 VP Verb Phrase VP while before [ MP MP [ IP IP [ VP VP ]]] [ MP [ IP [ VP ]]] 30 4 2016 3 pp.195-209. 2014 N=23 (S)AdvOV (S)OAdvV 2 N=17 (S)OAdvV 2014 3, 2008 Koizumi 1993 3 MP IP VP 1 MP 2006 2002 195 Modal Phrase MP because but 2 IP Inflection Phrase IP as long as if IP 3 VP Verb

More information

.N..

.N.. Examination of the lecture by the questionnaire of class evaluation -Analysis and proposal of result at the first term of fiscal year - Kazuo MORI, Tukasa FUKUSHIMA, Michio TAKEUCHI, Norihiro UMEDA, Katuya

More information

Table 1. Assumed performance of a water electrol ysis plant. Fig. 1. Structure of a proposed power generation system utilizing waste heat from factori

Table 1. Assumed performance of a water electrol ysis plant. Fig. 1. Structure of a proposed power generation system utilizing waste heat from factori Proposal and Characteristics Evaluation of a Power Generation System Utilizing Waste Heat from Factories for Load Leveling Pyong Sik Pak, Member, Takashi Arima, Non-member (Osaka University) In this paper,

More information

MDD PBL ET 9) 2) ET ET 2.2 2), 1 2 5) MDD PBL PBL MDD MDD MDD 10) MDD Executable UML 11) Executable UML MDD Executable UML

MDD PBL ET 9) 2) ET ET 2.2 2), 1 2 5) MDD PBL PBL MDD MDD MDD 10) MDD Executable UML 11) Executable UML MDD Executable UML PBL 1 2 3 4 (MDD) PBL Project Based Learning MDD PBL PBL PBL MDD PBL A Software Development PBL for Beginners using Project Facilitation Tools Seiko Akayama, 1 Shin Kuboaki, 2 Kenji Hisazumi 3 and Takao

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

研究論集Vol.16-No.2.indb

研究論集Vol.16-No.2.indb Vol. No. pp. - SSTSST SST Eriko HARADA This study was aimed at students with hearing impairments to improve their social skills and self-esteem by putting social skills training SSTinto practice and discussing

More information

08医療情報学22_1_水流final.PDF

08医療情報学22_1_水流final.PDF 22 (1), 702002: 59 59- The Problem of Nursing Common Language for the Information Sharing in Clinical Practice The fact-finding in regard to the correspondence between name and content of nursing action

More information

DOUSHISYA-sports_R12339(高解像度).pdf

DOUSHISYA-sports_R12339(高解像度).pdf Doshisha Journal of Health & Sports Science, 4, 41-50 2012 41 A Case Study of the Comprehensive community sports clubs that People with Disability Participate in. Motoaki Fujita In this study, the interview

More information

IPSJ SIG Technical Report Vol.2009-DPS-141 No.20 Vol.2009-GN-73 No.20 Vol.2009-EIP-46 No /11/27 1. MIERUKEN 1 2 MIERUKEN MIERUKEN MIERUKEN: Spe

IPSJ SIG Technical Report Vol.2009-DPS-141 No.20 Vol.2009-GN-73 No.20 Vol.2009-EIP-46 No /11/27 1. MIERUKEN 1 2 MIERUKEN MIERUKEN MIERUKEN: Spe 1. MIERUKEN 1 2 MIERUKEN MIERUKEN MIERUKEN: Speech Visualization System Based on Augmented Reality Yuichiro Nagano 1 and Takashi Yoshino 2 As the spread of the Augmented Reality(AR) technology and service,

More information

Study on Application of the cos a Method to Neutron Stress Measurement Toshihiko SASAKI*3 and Yukio HIROSE Department of Materials Science and Enginee

Study on Application of the cos a Method to Neutron Stress Measurement Toshihiko SASAKI*3 and Yukio HIROSE Department of Materials Science and Enginee Study on Application of the cos a Method to Neutron Stress Measurement Toshihiko SASAKI*3 and Yukio HIROSE Department of Materials Science and Engineering, Kanazawa University, Kakuma-machi, Kanazawa-shi,

More information

29 jjencode JavaScript

29 jjencode JavaScript Kochi University of Technology Aca Title jjencode で難読化された JavaScript の検知 Author(s) 中村, 弘亮 Citation Date of 2018-03 issue URL http://hdl.handle.net/10173/1975 Rights Text version author Kochi, JAPAN http://kutarr.lib.kochi-tech.ac.jp/dspa

More information

Java Java Java Java Java 4 p * *** ***** *** * Unix p a,b,c,d 100,200,250,500 a*b = a*b+c = a*b+c*d = (a+b)*(c+d) = 225

Java Java Java Java Java 4 p * *** ***** *** * Unix p a,b,c,d 100,200,250,500 a*b = a*b+c = a*b+c*d = (a+b)*(c+d) = 225 Java Java Java Java Java 4 p35 4-2 * *** ***** *** * Unix p36 4-3 a,b,c,d 100,200,250,500 a*b = 20000 a*b+c = 20250 a*b+c*d = 145000 (a+b)*(c+d) = 225000 a+b*c+d = 50600 b/a+d/c = 4 p38 4-4 (1) mul = 1

More information

untitled

untitled () 2006 i Foundationpowdermakeup No.1 ii iii iv Research on selection criterion of cosmetics that use the consumer's Eras analysis Consideration change by bringing up child Fukuda Eri 1.Background, purpose,

More information

3,, となって欲しいのだが 実際の出力結果を確認すると両方の配列とも 10, 2, 3,, となってしまっている この結果は代入後の配列 a と b は同じものになっていることを示している つまり 代入演算子 = によるの代入は全要素のコピーではなく 先をコピーする ため 代入後の a と b は

3,, となって欲しいのだが 実際の出力結果を確認すると両方の配列とも 10, 2, 3,, となってしまっている この結果は代入後の配列 a と b は同じものになっていることを示している つまり 代入演算子 = によるの代入は全要素のコピーではなく 先をコピーする ため 代入後の a と b は 配列 2 前回には 配列の基本的な使い方と拡張 for 文について学んだ 本日は配列に付いての追加の説明として 配列のコピー 文字列配列 ガーベジコレクション 多次元配列について学んでいく 配列のコピー配列を用意し その全ての要素を別の配列にコピーすることを考える まず 以下に間違った例を示していく プログラム例 1 public class Prog07_01 int[] a = 1, 2, 3,,

More information

Studies of Foot Form for Footwear Design (Part 9) : Characteristics of the Foot Form of Young and Elder Women Based on their Sizes of Ball Joint Girth

Studies of Foot Form for Footwear Design (Part 9) : Characteristics of the Foot Form of Young and Elder Women Based on their Sizes of Ball Joint Girth Studies of Foot Form for Footwear Design (Part 9) : Characteristics of the Foot Form of Young and Elder Women Based on their Sizes of Ball Joint Girth and Foot Breadth Akiko Yamamoto Fukuoka Women's University,

More information

Ł\1,4.ai

Ł\1,4.ai 34 2009 1 2 2.1. 2.2 3 3.1 3.2 4 1 1990-99 - NPO 1) 2 3 4 2 3 2 2.1. ( ) 3 2.1.1 (2002) 2) 1920 3) P - 100 - 4) 2.1.2 () 1995 5) 1990 6) 2000 7) 8) 9) () - 101 - () D D 10) 11) 12) - 102 - 2.2 N 13) J

More information

ICT n n n A A A A A A A A A ICT The 2nd East Asia International Conference on Teacher Education Research http : //www/mext.go.jp/a_menu/koutou/kyoushoku/kyoushoku. htm Comparison of Japanese-Chinese Education

More information

Java プログラミング Ⅰ 7 回目 switch 文と論理演算子 今日の講義講義で学ぶ内容 switch 文 論理演算子 条件演算子 条件判断文 3 switch 文 switch 文 式が case のラベルと一致する場所から直後の break; まで処理しますどれにも一致致しない場合 def

Java プログラミング Ⅰ 7 回目 switch 文と論理演算子 今日の講義講義で学ぶ内容 switch 文 論理演算子 条件演算子 条件判断文 3 switch 文 switch 文 式が case のラベルと一致する場所から直後の break; まで処理しますどれにも一致致しない場合 def Java プログラミング Ⅰ 7 回目 switch 文と論理演算子 今日の講義講義で学ぶ内容 switch 文 論理演算子 条件演算子 条件判断文 3 switch 文 switch 文 式が case のラベルと一致する場所から直後の まで処理しますどれにも一致致しない場合 default: から直後の まで処理します 式の結果 ラベル 定数 整数または文字 (byte, short, int,

More information

ID 3) 9 4) 5) ID 2 ID 2 ID 2 Bluetooth ID 2 SRCid1 DSTid2 2 id1 id2 ID SRC DST SRC 2 2 ID 2 2 QR 6) 8) 6) QR QR QR QR

ID 3) 9 4) 5) ID 2 ID 2 ID 2 Bluetooth ID 2 SRCid1 DSTid2 2 id1 id2 ID SRC DST SRC 2 2 ID 2 2 QR 6) 8) 6) QR QR QR QR Vol. 51 No. 11 2081 2088 (Nov. 2010) 2 1 1 1 which appended specific characters to the information such as identification to avoid parity check errors, before QR Code encoding with the structured append

More information

The Japanese Journal of Health Psychology, 29(S): (2017)

The Japanese Journal of Health Psychology, 29(S): (2017) Journal of Health Psychology Research 2017, Vol. 29, Special issue, 139 149Journal of Health Psychology Research 2016, J-STAGE Vol. Advance 29, Special publication issue, 139 149 date : 5 December, 2016

More information

IPSJ SIG Technical Report Vol.2010-NL-199 No /11/ treebank ( ) KWIC /MeCab / Morphological and Dependency Structure Annotated Corp

IPSJ SIG Technical Report Vol.2010-NL-199 No /11/ treebank ( ) KWIC /MeCab / Morphological and Dependency Structure Annotated Corp 1. 1 1 1 2 treebank ( ) KWIC /MeCab / Morphological and Dependency Structure Annotated Corpus Management Tool: ChaKi Yuji Matsumoto, 1 Masayuki Asahara, 1 Masakazu Iwatate 1 and Toshio Morita 2 This paper

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

( ) fnirs ( ) An analysis of the brain activity during playing video games: comparing master with not master Shingo Hattahara, 1 Nobuto Fuji

( ) fnirs ( ) An analysis of the brain activity during playing video games: comparing master with not master Shingo Hattahara, 1 Nobuto Fuji 1 1 2 3 4 ( ) fnirs () An analysis of the brain activity during playing video games: comparing master with not master Shingo Hattahara, 1 Nobuto Fujii, 1 Shinpei Nagae, 2 Koji Kazai 3 and Haruhiro Katayose

More information

Fig. 3 Flow diagram of image processing. Black rectangle in the photo indicates the processing area (128 x 32 pixels).

Fig. 3 Flow diagram of image processing. Black rectangle in the photo indicates the processing area (128 x 32 pixels). Fig. 1 The scheme of glottal area as a function of time Fig. 3 Flow diagram of image processing. Black rectangle in the photo indicates the processing area (128 x 32 pixels). Fig, 4 Parametric representation

More information

Vol. No. Honda, et al.,

Vol. No. Honda, et al., A Study of Effects of Foot Bath before Exercise on Fall Prevention Yoko Honda Yoko Aso Aki Ibe Megumi Katayama Tomoko Tamaru Key Words fall prevention, foot bath, elderly, fall prevention programs Honda,

More information

SEJulyMs更新V7

SEJulyMs更新V7 1 2 ( ) Quantitative Characteristics of Software Process (Is There any Myth, Mystery or Anomaly? No Silver Bullet?) Zenya Koono and Hui Chen A process creates a product. This paper reviews various samples

More information

1 Web [2] Web [3] [4] [5], [6] [7] [8] S.W. [9] 3. MeetingShelf Web MeetingShelf MeetingShelf (1) (2) (3) (4) (5) Web MeetingShelf

1 Web [2] Web [3] [4] [5], [6] [7] [8] S.W. [9] 3. MeetingShelf Web MeetingShelf MeetingShelf (1) (2) (3) (4) (5) Web MeetingShelf 1,a) 2,b) 4,c) 3,d) 4,e) Web A Review Supporting System for Whiteboard Logging Movies Based on Notes Timeline Taniguchi Yoshihide 1,a) Horiguchi Satoshi 2,b) Inoue Akifumi 4,c) Igaki Hiroshi 3,d) Hoshi

More information

HASC2012corpus HASC Challenge 2010,2011 HASC2011corpus( 116, 4898), HASC2012corpus( 136, 7668) HASC2012corpus HASC2012corpus

HASC2012corpus HASC Challenge 2010,2011 HASC2011corpus( 116, 4898), HASC2012corpus( 136, 7668) HASC2012corpus HASC2012corpus HASC2012corpus 1 1 1 1 1 1 2 2 3 4 5 6 7 HASC Challenge 2010,2011 HASC2011corpus( 116, 4898), HASC2012corpus( 136, 7668) HASC2012corpus HASC2012corpus: Human Activity Corpus and Its Application Nobuo KAWAGUCHI,

More information

Virtual Window System Virtual Window System Virtual Window System Virtual Window System Virtual Window System Virtual Window System Social Networking

Virtual Window System Virtual Window System Virtual Window System Virtual Window System Virtual Window System Virtual Window System Social Networking 23 An attribute expression of the virtual window system communicators 1120265 2012 3 1 Virtual Window System Virtual Window System Virtual Window System Virtual Window System Virtual Window System Virtual

More information

149 (Newell [5]) Newell [5], [1], [1], [11] Li,Ryu, and Song [2], [11] Li,Ryu, and Song [2], [1] 1) 2) ( ) ( ) 3) T : 2 a : 3 a 1 :

149 (Newell [5]) Newell [5], [1], [1], [11] Li,Ryu, and Song [2], [11] Li,Ryu, and Song [2], [1] 1) 2) ( ) ( ) 3) T : 2 a : 3 a 1 : Transactions of the Operations Research Society of Japan Vol. 58, 215, pp. 148 165 c ( 215 1 2 ; 215 9 3 ) 1) 2) :,,,,, 1. [9] 3 12 Darroch,Newell, and Morris [1] Mcneil [3] Miller [4] Newell [5, 6], [1]

More information