Microsoft Word - 1

Size: px
Start display at page:

Download "Microsoft Word - 1"

Transcription

1 J Comput Chem Jpn, Vol 7, No 2, pp (2008) Microsoft Excel (1) *,, * (Received: January 28, 2008; Accepted for publication: May 1, 2008; Advance publication: May 30, 2008) Microsoft Excel Excel Excel Excel Excel : Microsoft Excel,,,, 1 PC [1 4] MATLAB Microsoft Excel Excel Excel Excel Visual Basic for Applications VBA Excel (array formula) DOI: /jccjH

2 Microsoft Windows Excel Mac OS Excel 2 Excel 21 Excel Excel [5, 6] Excel Excel Excel Figure 1 A1 D4 4 4 Excel Excel ( ) Excel : Figure 1 A1:D4 SUM Figure 1 =SUM(A1,A2,A3,,D4) =SUM(A1:D4) 22 Excel Figure 1 A1 D4 A6 D9 A6 =A1 A1 A6 D9 4 4 D9 =D4 Figure 2 Figure 2(a) A6 D9 ( A6 D9 ) Figure 2(b) ( A6 ) =A1:D4 ( [Enter] ) ( ) [Enter] [Ctrl] [Shift] [Enter] (a) (b) (c) Figure 1 A simple example of the array expressed on an Excel worksheet Figure 2 An example of the array formula for refering the cell range A1:D4 to A6:D9 (a)select the cell range A6:D9 (b)type =A1:D4 (c)press [Ctrl] + [Shift] + [Enter] key 72 J Comput Chem Jpn, Vol 7, No 2 (2008)

3 [Ctrl] [Shift] [Enter] [Enter] Figure 2(c) A1:D4 A6 D9 f=a1:d4g fg 1 [F2] A6 D9 Figure 3(a) A6 2 A8 D A8 =A1:D4*A6 Figure 3(a) Figure 3(b) A1:D4 2 A6 A8 =A1*$A$6 D11 Figure 4 1 B6 D6 A6 D6 1 4 Figure 4(a) A8 D11 A8 =A1:D4*A6:D6 Figure 4(b) A8:D11 A6:D6 A8 =A1*A$6 2 1 A 2 1 = A6:D6*A1:D4 1 (a) (a) (b) Figure 3 Example of a calculation using the array formula The output array (A8:D11) has elements whose values are twice those of the original array (A1:D4) (a)select the cell range A8:D11 Type =A1:D4*A6 (b)press [Ctrl] + [Shift] + [Enter] key (b) Figure 4 Product of 1 4 array by 4 4 array (a)select the cell range A8:D11 Type =A1:D4*A6:D6 (b)press [Ctrl] + [Shift] + [Enter] key DOI: /jccjH

4 Name box Figure 6 Naming the cell range (A1:D4) A using name box (1)Select the cell range A1:D4 (2)Type A in [name box] and press [Enter] key Figure 5 Calculation of product between two arrays of 4 4 size (a)select the cell range A8:D11 Type =A1:D4*A6:D9 (b)press [Ctrl] + [Shift] + [Enter] key 4 4 Figure 5 A6 D9 Figure 5(a) 4 4 A11 D14 A11 =A1:D4*A6:D9 2 Figure 5(b) A11 =A1*A6 1 Figure 6 A1 D4 A [ ] A A A1:D4 A A1:D4 C, R, A1 [Ctrl]+[F3] 23 Excel TRANS- POSE MMULT MDETERM MINVERSE Figure 7 A1 D4 A 2 A6 D9 =TRANS- POSEA(A) A =TRANSPOSE(A1:D4) A6 D9 AT 74 J Comput Chem Jpn, Vol 7, No 2 (2008)

5 Original matrix, A Transposed matrix of A, AT Formula: =TRANSPOSE(A) Product between A and AT, AAT Formula: =MMULT(A,AT) Determination of AAT Formula: =MDETERM(AAT) Inverse matrix of AAT, INV Formula: =MINVERSE(AAT) Product between AAT and INV Formula: =MMULT(AAT, INV) Figure 7 Examples of matrix calculations on an Excel worksheet A11 D14 =MMULT(A,AT) MMULT(AT,A) 2 AAT MMULT 5461 Excel 2007 Excel 2003 =MDE- TERM(AAT) A A18 D21 INV =MINVERSE(AAT) =MMULT(AAT,INV) A23 D ( ) AA T DOI: /jccjH

6 =MMULT(A,TRANSPOSE(A)) ;1 AA AA T T =MMULT(MMULT(A,TRANSPOSE(A)),MINVER SE(MMULT(A,TRANSPOSE(A)))) MMULT(A,TRAN SPOSE(A)) 2 MMULT(A,TRANSPOSE(A)) ( ) AAT =MMULT(AAT,MINVERSE(AAT)) Figure 8 2 Va, Vb Excel =MMULT(TRANSPOSE(Va),Vb) A7 2 =SUMPODUCT(Va,Vb) A8 SUMPRODUCT TRANSPOSE MMULT 3 31 f g j j (= 1, 2,) a j f = a 1 g 1 + a 2 g 2 + = 1X j=1 ajgj (1) r Va Vb formula: =MMULT(Va,TRANSPOSE(Vb)) and press [Ctrl] + [Shift] + [Enter] key formula: =SUMPRODUCT(Va,Vb) and press [Enter] key Figure 8 Example of product between two vectors SUMPRODUCT function is simpler expression than MMULT function for this calculation f = nx j=1 ajgj + r (2) i (= 1, 2,, m) (2) fi = nx j=1 ajgij + ri (2) (2) 0 f1 f2 fi fm 1 0 = C A g11 g12 g1j g1n g21 g22 g2j g2n gi1 gi2 gij gin gm1gm2gmjgmn 10 C A a1 a2 aj an C A r1 r2 ri rm 1 C A f i, g ij, a j, r i f G a r (3) f = Ga + r (4) r i 0 a n = m (2) r i 0 a n < m r i 0 r i a r i E E a j 0 76 J Comput Chem Jpn, Vol 7, No 2 (2008)

7 G T f = G T Ga LS (5) a LS LS n (5) a LS a LS =(G T G) ;1 G T f (6) a LS f pre = Ga LS (7) f f pre Excel f f = ; x ; 9000x 2 + x 3 (8) x = Figure 9 B E 2 4 x f 8 [ ]x [ ] =B$4*$A5ˆB$2 B5 E25 =B4:E4*A5:A25ˆB2:E2 B5 E25 Figure 9 x x ( =SUM(B5:E5) ) F f B5 E25 F5 =SUM($B$4:$E$4*A5ˆ$B$2:$E$2) ( 1 ) F6 F25 SUMPRODUCT =SUMPRODUCT($B$4:$E$4,A5ˆ$B$2:$E$2) F5 F25 Figure 9 G ' F 3 [7] NORMINV G5 =F5+$G$4*NORMINV(RAND(),0,1) F25 G4 0( ) G4 0 Figure 9 G [F9] 322 Figure 10 Figure 9 x Figure 9 A5 A25 Figure 10 B5 B25 f Figure 9 A5 A25 Figure 10 C5 [Alt] [E] [S] [V] [Enter] C5 C25 Excel Figure DOI: /jccjH

8 Figure 9 Generaion of cubic curve data without and with error *SD:standard deviation 10 A i (2) i x i x i x i x Figure 10 B C f f f x 0 3 (2) g ij x x 0 y i = x i Figure 10 E E5 E25 =B5:B25-B15 =B5:B E5 E25 y G4 J4 0 3 deg y deg (4) G Figure 10 G5 J25 =IF(deg=0,1,yˆdeg) IF deg 0 1 y yˆdeg G5 J25 G a LS 4 1 N5 N8 als (6) =MMULT(MINVERSE(MMULT(TRANSPOSE(G), G)),MMULT(TRANSPOSE(G),f)) (a) 78 J Comput Chem Jpn, Vol 7, No 2 (2008)

9 Figure 10 The least squares fitting calculation using matrix on an Excel worksheet Coefficient of each degree, a LS, was calculated by *1: formula (a) and *2: formula (b) (6) Excel (6) 1 N5 N8 0, -100, 0, 1 (6) o (a) (6) n(g T G) ;1 G T f (G T G) ;1 (G T f ) Excel (b) =MMULT(MMULT(MINVERSE(MMULT(TRANS POSE(G),G)),TRANSPOSE(G)),f) (b) (b) a LS Figure 10 N11 N14 0 N11 114E-13 0 (a) (b) (7) G a LS f f pre =MMULT(G,aLS) Figure 10 P Excel LINEST f pre f R (9) R = vu u t X n i=0, ; 2 nx ; f prei ; f pre fi ; f 2: i=0 (9) DOI: /jccjH

10 f 6000 no error f f pre with error x Figure 11 Comparison of fittings for data with and without error The original data without error, f (), and fitting data, f pre (+) The original data with error, '(), and fitting data, ' pre () f f pre fi f prei Figure 10 N17 =SQRT(DEVSQ(P5:P25)/DEVSQ(f)) f f pre R 1 Figure 11 f f pre 3 3 Figure 9 ' G5 G25 Figure 10 f C5 C25 3 Figure 11 ' ' pre ' f f f ' pre f pre Figure 10 R pre 3 (1) (6) g j g j 323 f a LS a LS y y = x 3000 f pre f pre = ;100y + y 3 = ;100(x ; 3000) + (x ; 3000) 3 (10) y (8) x f pre (10) x (10) y =(x + x 0 ) y x Excel y x MX k=0 bky k = MX l=0 alx l, y = x + x 0 (11) a l b k al = MX k=l bk k Cl x k;l 0 (12) 80 J Comput Chem Jpn, Vol 7, No 2 (2008)

11 Figure 12 Coefficients conversion from y polynomial to x polynomial Figure 12 y x Excel B3 B6 y = x 3000 x 0 = 3000 B9 (12) x k C l COMBIN =COMBIN(k,l) E3 =SUM(IF($A$3:$A$6<D3,0,$B$3:$B$6*COMBIN ($A$3:$A$6,D3)*$B$9ˆ($A$3:$A$6-D3))) (c) (c) E3 E4 E6 E3 (12) k l Excel IF k l 0 x , , -9000, 1 (8) a LS B3 B6 4 Excel 1 Excel 2 SLOPE INTER- CEPT LINEST 1 Excel (PCA) (PCR) partial least squares (PLS) Excel [1],, (2005) [2],, (2003) [3],,,, (2002) [4],,, (1995) [5], Excel, (2005) [6],, Special No78 Excel,CQ (2002) [7], J Comput Chem Jpn, 5, 29 (2006) DOI: /jccjH

12 Chemometrics Calculations with Microsoft Excel (1) Matrix Calculations and Multi Regression Norio YOSHIMURA* and Masao TAKAYANAGI Graduate School of Agriculture, Tokyo University of Agriculture and Technology Saiwaicho Fuchu, Tokyo Japan * Although chemometrics has become widely used recently for analyzing experimental chemical data, there exist in Japan only a few instructions for the proper usage of chemometrics except for some introductory books We have found that Microsoft Excel (Excel) is convenient, inexpensive, and popular software for chemometrics calculations especially for educational purposes In this paper, the first of a series on chemometrics calculations with Excel, instructions for matrix calculations and thier applications to multivariate analysis with Excel are described in detail Array formulas and array calculations are explained in relation to basic handlings of matrix (eg calculations of determination and inverse matrices) We also demonstrate applications of array formulas to calculations of polynomial curves, and to curve fittings Keywords: Microsoft Excel, Chemometrics, Array formula, Matrix, Multi regression 82 J Comput Chem Jpn, Vol 7, No 2 (2008)

JAMSTEC Rep. Res. Dev., Volume 12, March 2011, 27 _ 35 1,2* Pb 210 Pb 214 Pb MCA 210 Pb MCA MCA 210 Pb 214 Pb * 2

JAMSTEC Rep. Res. Dev., Volume 12, March 2011, 27 _ 35 1,2* Pb 210 Pb 214 Pb MCA 210 Pb MCA MCA 210 Pb 214 Pb * 2 JAMSTEC Rep. Res. Dev., Volume 12, March 2011, 27 _ 35 1,2* 1 1 1 1 210 Pb 210 Pb 214 Pb MCA 210 Pb MCA MCA 210 Pb 214 Pb 2010 10 4 2010 12 10 1 2 * 237-0061 2-15 046-867-9794 ogurik@jamstec.go.jp 27 210

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

30 1 2015 6 pp.33-48. Excel Excel Excel Microsoft Excel 2015 OS Windows7 Excel2010(Microsoft Office2010) Office 2007 2013 Excel 2 Excel 33

30 1 2015 6 pp.33-48. Excel Excel Excel Microsoft Excel 2015 OS Windows7 Excel2010(Microsoft Office2010) Office 2007 2013 Excel 2 Excel 33 計 量 国 語 学 アーカイブ ID KK300103 種 別 解 説 タイトル データの 視 覚 化 (1) Excelによるグラフ 作 成 の 基 本 (1) Title Data Visualization (1): Making Basic Charts in Microsoft Excel (Part 1) 著 者 林 直 樹 Author HAYASHI Naoki 掲 載 号 30 巻

More information

3. ( 1 ) Linear Congruential Generator:LCG 6) (Mersenne Twister:MT ), L 1 ( 2 ) 4 4 G (i,j) < G > < G 2 > < G > 2 g (ij) i= L j= N

3. ( 1 ) Linear Congruential Generator:LCG 6) (Mersenne Twister:MT ), L 1 ( 2 ) 4 4 G (i,j) < G > < G 2 > < G > 2 g (ij) i= L j= N RMT 1 1 1 N L Q=L/N (RMT), RMT,,,., Box-Muller, 3.,. Testing Randomness by Means of RMT Formula Xin Yang, 1 Ryota Itoi 1 and Mieko Tanaka-Yamawaki 1 Random matrix theory derives, at the limit of both dimension

More information

Microsoft Excelを用いた分子軌道の描画の実習

Microsoft Excelを用いた分子軌道の描画の実習 J. Comput. Chem. Jpn.,Vol.9, No.4, pp.177 182 (2010) 2010 Society of Computer Chemistry, Japan Microsoft Excel a*, b, c a, 790-8577 2-5 b, 350-0295 1-1 c, 305-8568 1-1-1 *e-mail: nagaoka@ehimegw.dpc.ehime-u.ac.jp

More information

(MIRU2008) HOG Histograms of Oriented Gradients (HOG)

(MIRU2008) HOG Histograms of Oriented Gradients (HOG) (MIRU2008) 2008 7 HOG - - E-mail: katsu0920@me.cs.scitec.kobe-u.ac.jp, {takigu,ariki}@kobe-u.ac.jp Histograms of Oriented Gradients (HOG) HOG Shape Contexts HOG 5.5 Histograms of Oriented Gradients D Human

More information

[2] OCR [3], [4] [5] [6] [4], [7] [8], [9] 1 [10] Fig. 1 Current arrangement and size of ruby. 2 Fig. 2 Typography combined with printing

[2] OCR [3], [4] [5] [6] [4], [7] [8], [9] 1 [10] Fig. 1 Current arrangement and size of ruby. 2 Fig. 2 Typography combined with printing 1,a) 1,b) 1,c) 2012 11 8 2012 12 18, 2013 1 27 WEB Ruby Removal Filters Using Genetic Programming for Early-modern Japanese Printed Books Taeka Awazu 1,a) Masami Takata 1,b) Kazuki Joe 1,c) Received: November

More information

A Nutritional Study of Anemia in Pregnancy Hematologic Characteristics in Pregnancy (Part 1) Keizo Shiraki, Fumiko Hisaoka Department of Nutrition, Sc

A Nutritional Study of Anemia in Pregnancy Hematologic Characteristics in Pregnancy (Part 1) Keizo Shiraki, Fumiko Hisaoka Department of Nutrition, Sc A Nutritional Study of Anemia in Pregnancy Hematologic Characteristics in Pregnancy (Part 1) Keizo Shiraki, Fumiko Hisaoka Department of Nutrition, School of Medicine, Tokushima University, Tokushima Fetal

More information

Estimation of Photovoltaic Module Temperature Rise Motonobu Yukawa, Member, Masahisa Asaoka, Non-member (Mitsubishi Electric Corp.) Keigi Takahara, Me

Estimation of Photovoltaic Module Temperature Rise Motonobu Yukawa, Member, Masahisa Asaoka, Non-member (Mitsubishi Electric Corp.) Keigi Takahara, Me Estimation of Photovoltaic Module Temperature Rise Motonobu Yukawa, Member, Masahisa Asaoka, Non-member (Mitsubishi Electric Corp.) Keigi Takahara, Member (Okinawa Electric Power Co.,Inc.) Toshimitsu Ohshiro,

More information

23 Fig. 2: hwmodulev2 3. Reconfigurable HPC 3.1 hw/sw hw/sw hw/sw FPGA PC FPGA PC FPGA HPC FPGA FPGA hw/sw hw/sw hw- Module FPGA hwmodule hw/sw FPGA h

23 Fig. 2: hwmodulev2 3. Reconfigurable HPC 3.1 hw/sw hw/sw hw/sw FPGA PC FPGA PC FPGA HPC FPGA FPGA hw/sw hw/sw hw- Module FPGA hwmodule hw/sw FPGA h 23 FPGA CUDA Performance Comparison of FPGA Array with CUDA on Poisson Equation (lijiang@sekine-lab.ei.tuat.ac.jp), (kazuki@sekine-lab.ei.tuat.ac.jp), (takahashi@sekine-lab.ei.tuat.ac.jp), (tamukoh@cc.tuat.ac.jp),

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

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

bosai-2002.dvi

bosai-2002.dvi 45 B-2 14 4 Annuals of Disas. Prev. Res. Inst., Kyoto Univ., No. 45 B-2, 22 5 m 5 m :,,, 1. 2. 2.1 27 km 2 187 km 2 14 % 77 % 47 7, 9 2, 54 6 7, 9 16, 57 8 1, 9 47 2 1 57 5 2.2 45 2 Fig. 1 2 2.3 Fig. 2

More information

Kyushu Communication Studies 第2号

Kyushu Communication Studies 第2号 Kyushu Communication Studies. 2004. 2:1-11 2004 How College Students Use and Perceive Pictographs in Cell Phone E-mail Messages IGARASHI Noriko (Niigata University of Health and Welfare) ITOI Emi (Bunkyo

More information

06_学術.indd

06_学術.indd Arts and Sciences Development and usefulness evaluation of a remote control pressured pillow for prone position 1 36057 2 45258 2 29275 3 3 4 1 2 3 4 Key words: pressured pillow prone position, stomach

More information

Visit Japan Campaign OD OD 18 UNWTO 19 OD JNTO ODUNWTO 1 1

Visit Japan Campaign OD OD 18 UNWTO 19 OD JNTO ODUNWTO 1 1 UNWTO OD 2 FURUYA, Hideki 1 LCC 1 2 OD 1 2 OD 3 4 5 6 7 8 9 10 11 /1 GDP M. H. Mohd Hanafiah and M. F. Mohd Harun 12 GDP 1 13 Vol.15 No.4 2013 Winter 041 3 3.1 6222011 Visit Japan Campaign2003521 10119

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

所得の水準とばらつきの時系列的推移について-JGSSと政府統計の比較-

所得の水準とばらつきの時系列的推移について-JGSSと政府統計の比較- Trends of Income Level and Distribution: Comparison of the results of Data and Government Statistics Takehisa SHINOZAKI School of Creative Science and Engineering, Faculty of Science and Engineering, Waseda

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

第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

Visual Evaluation of Polka-dot Patterns Yoojin LEE and Nobuko NARUSE * Granduate School of Bunka Women's University, and * Faculty of Fashion Science,

Visual Evaluation of Polka-dot Patterns Yoojin LEE and Nobuko NARUSE * Granduate School of Bunka Women's University, and * Faculty of Fashion Science, Visual Evaluation of Polka-dot Patterns Yoojin LEE and Nobuko NARUSE * Granduate School of Bunka Women's University, and * Faculty of Fashion Science, Bunka Women's University, Shibuya-ku, Tokyo 151-8523

More information

Microsoft Excelを用いたケモメトリクス計算(4)–主成分回帰–

Microsoft Excelを用いたケモメトリクス計算(4)–主成分回帰– J. Comput. Chem. Jpn., Vol. 10, No. 1, pp. 32 43 (2011) 2011 Society of Computer Chemistry, Japan Microsoft Excel(4) *, 183-85093-5-8 *e-mail: yosimura@cc.tuat.ac.jp (Received: October 21, 2010; Accepted

More information

JOURNAL OF THE JAPANESE ASSOCIATION FOR PETROLEUM TECHNOLOGY VOL. 66, NO. 6 (Nov., 2001) (Received August 10, 2001; accepted November 9, 2001) Alterna

JOURNAL OF THE JAPANESE ASSOCIATION FOR PETROLEUM TECHNOLOGY VOL. 66, NO. 6 (Nov., 2001) (Received August 10, 2001; accepted November 9, 2001) Alterna JOURNAL OF THE JAPANESE ASSOCIATION FOR PETROLEUM TECHNOLOGY VOL. 66, NO. 6 (Nov., 2001) (Received August 10, 2001; accepted November 9, 2001) Alternative approach using the Monte Carlo simulation to evaluate

More information

市区町村別平均寿命の全国順位の変化からみた青森県市町村平均寿命の解析

市区町村別平均寿命の全国順位の変化からみた青森県市町村平均寿命の解析 Analysis of the life expectancy at birth of the municipalities in Aomori Prefecture by the change in a nationwide order of the life expectancy at birth Koichi Takemori 1) Seiji Mikami2) Naomi Kudo 1) Yutaka

More information

100 SDAM SDAM Windows2000/XP 4) SDAM TIN ESDA K G G GWR SDAM GUI

100 SDAM SDAM Windows2000/XP 4) SDAM TIN ESDA K G G GWR SDAM GUI 30 99 112 2006 SDAM SDAM SDAM SDAM 1950 1960 1970 SPSS SAS Microsoft Excel ArcView GIS 2002 ArcExplorer 1) MANDARA 2) GIS 2000 TNTLite 3) GIS 100 SDAM SDAM Windows2000/XP 4) SDAM TIN ESDA K G G GWR SDAM

More information

Mikio Yamamoto: Dynamical Measurement of the E-effect in Iron-Cobalt Alloys. The AE-effect (change in Young's modulus of elasticity with magnetization

Mikio Yamamoto: Dynamical Measurement of the E-effect in Iron-Cobalt Alloys. The AE-effect (change in Young's modulus of elasticity with magnetization Mikio Yamamoto: Dynamical Measurement of the E-effect in Iron-Cobalt Alloys. The AE-effect (change in Young's modulus of elasticity with magnetization) in the annealed state of iron-cobalt alloys has been

More information

Corrections of the Results of Airborne Monitoring Surveys by MEXT and Ibaraki Prefecture

Corrections of the Results of Airborne Monitoring Surveys by MEXT and Ibaraki Prefecture August 31, 2011 Corrections of the Results of Airborne Monitoring Surveys by MEXT and Ibaraki Prefecture The results of airborne monitoring survey by MEXT and Ibaraki prefecture released on August 30 contained

More information

{.w._.p7_.....\.. (Page 6)

{.w._.p7_.....\.. (Page 6) 1 1 2 1 2 3 3 1 1 8000 75007000 4 2 1493 1 15 26 5 6 2 3 5 7 17 8 1614 4 9 7000 2 5 1 1542 10 11 1592 12 1614 1596 1614 13 15691615 16 16 14 15 6 2 16 1697 17 7 1811 18 19 20 1820 21 1697 22 1 8 23 3 100

More information

2 ( ) i

2 ( ) i 25 Study on Rating System in Multi-player Games with Imperfect Information 1165069 2014 2 28 2 ( ) i ii Abstract Study on Rating System in Multi-player Games with Imperfect Information Shigehiko MORITA

More information

01-譴カ蜴・-8.fm

01-譴カ蜴・-8.fm No.109, 2006 * Comparative Study in the Sentence of Students' Reports Produced between PC-Mail and Mobile Phone-Mail Naomasa SASAKI and Kumiko ISHIKAWA* Accepted April 30, 2006 : 1,100 : Abstract : This

More information

untitled

untitled 2009 57 2 393 411 c 2009 1 1 1 2009 1 15 7 21 7 22 1 1 1 1 1 1 1 1. 1 1 1 2 3 4 12 2000 147 31 1 3,941 596 1 528 1 372 1 1 1.42 350 1197 1 13 1 394 57 2 2009 1 1 19 2002 2005 4.8 1968 5 93SNA 6 12 1 7,

More information

15 2004.03 194

15 2004.03 194 The Statistical Processing using EXCEL MIYOSHI Yoshihiko In this paper, I summarize the method of performing statistical processing using only the basic function of EXCEL without the VBA macro, add-in

More information

Microsoft Word - ??? ????????? ????? 2013.docx

Microsoft Word - ??? ????????? ????? 2013.docx @ィーィェィケィャi@@ @@pbィ 050605a05@07ィ 050605a@070200 pbィ 050605a05@07ィ 050605a@070200@ィーィィu05@0208 1215181418 12 1216121419 171210 1918181811 19181719101411 1513 191815181611 19181319101411 18121819191418 1919151811

More information

Comparison of the strengths of Japanese Collegiate Baseball Leagues in past 30 seasons Takashi Toriumi 1, Hirohito Watada 2, The Tokyo Big 6 Baseball

Comparison of the strengths of Japanese Collegiate Baseball Leagues in past 30 seasons Takashi Toriumi 1, Hirohito Watada 2, The Tokyo Big 6 Baseball Powered by TCPDF (www.tcpdf.org) Title 東京六大学野球リーグ及び東都大学野球リーグを含めた各大学野球連盟における過去 30シーズンの平均競技力の比較研究 Sub Title Comparison of the strengths of Japanese collegiate baseball leagues in past 30 seasons Author 鳥海,

More information

0801297,繊維学会ファイバ11月号/報文-01-青山

0801297,繊維学会ファイバ11月号/報文-01-青山 Faculty of Life Environment, Kinjogakuin University, Moriyama-ku, Nagoya 463-8521, Japan Faculty of Home Economics, Japan Women s University, Bunkyo-ku, Tokyo 112-8681, Japan AStudy on Easing by a Variable

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

3_39.dvi

3_39.dvi Vol. 49 No. 3 Mar. 2008 Web 1 2 PC Web Web Windows Web Access Watchdog Systems for Children Protection Tatsumi Ueda 1 and Yoshiaki Takai 2 For today s children, the Internet is one of the most familiar

More information

ON STRENGTH AND DEFORMATION OF REINFORCED CONCRETE SHEAR WALLS By Shigeru Mochizuki Concrete Journal, Vol. 18, No. 4, April 1980, pp. 1 `13 Synopsis A

ON STRENGTH AND DEFORMATION OF REINFORCED CONCRETE SHEAR WALLS By Shigeru Mochizuki Concrete Journal, Vol. 18, No. 4, April 1980, pp. 1 `13 Synopsis A ON STRENGTH AND DEFORMATION OF REINFORCED CONCRETE SHEAR WALLS By Shigeru Mochizuki Concrete Journal, Vol. 18, No. 4, April 1980, pp. 1 `13 Synopsis After Tokachioki Earthquake of 1968, the importance

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

06_仲野恵美.indd

06_仲野恵美.indd GERO 2014 1 31 The cooking proposal which uses the GERO Japanese horseradish NAKANO Megumi, KONISHI Yuka, YAMAKAWA Yukie, TACHI Kazuhiko Gifu Women s University graduate school Sea of Japan meal incorporated

More information

Author Workshop 20111124 Henry Cavendish 1731-1810 Biot-Savart 26 (1) (2) (3) (4) (5) (6) Priority Proceeding Impact factor Full paper impact factor Peter Drucker 1890-1971 1903-1989 Title) Abstract

More information

A Contrastive Study of Japanese and Korean by Analyzing Mistranslation from Japanese into Korean Yukitoshi YUTANI Japanese, Korean, contrastive study, mistranslation, Japanese-Korean dictionary It is already

More information

IPSJ SIG Technical Report Vol.2012-IS-119 No /3/ Web A Multi-story e-picture Book with the Degree-of-interest Extraction Function

IPSJ SIG Technical Report Vol.2012-IS-119 No /3/ Web A Multi-story e-picture Book with the Degree-of-interest Extraction Function 1 2 2 3 4 2 Web A Multi-story e-picture Book with the Degree-of-interest Extraction Function Kunimichi Shibata, 1 Masakuni Moriyama, 2 Kazuhide Yukawa, 2 Koji Ueno, 3 Kazuo Takahashi 4 and Shigeo Kaneda

More information

17 Proposal of an Algorithm of Image Extraction and Research on Improvement of a Man-machine Interface of Food Intake Measuring System

17 Proposal of an Algorithm of Image Extraction and Research on Improvement of a Man-machine Interface of Food Intake Measuring System 1. (1) ( MMI ) 2. 3. MMI Personal Computer(PC) MMI PC 1 1 2 (%) (%) 100.0 95.2 100.0 80.1 2 % 31.3% 2 PC (3 ) (2) MMI 2 ( ),,,, 49,,p531-532,2005 ( ),,,,,2005,p66-p67,2005 17 Proposal of an Algorithm of

More information

L1 What Can You Blood Type Tell Us? Part 1 Can you guess/ my blood type? Well,/ you re very serious person/ so/ I think/ your blood type is A. Wow!/ G

L1 What Can You Blood Type Tell Us? Part 1 Can you guess/ my blood type? Well,/ you re very serious person/ so/ I think/ your blood type is A. Wow!/ G L1 What Can You Blood Type Tell Us? Part 1 Can you guess/ my blood type? 当ててみて / 私の血液型を Well,/ you re very serious person/ so/ I think/ your blood type is A. えーと / あなたはとっても真面目な人 / だから / 私は ~ と思います / あなたの血液型は

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

総 説 6 6 PIMs P S J 7

総 説 6 6 PIMs P S J 7 2018 10 1-6 総 説 2018 P S J 1 2018 10 7-13 総 説 6 6 PIMs P S J 7 2018 10 19-29 誌上シンポジウム JASDS DSM 1997 2012 15 DSM DSSP JASDS DSM DSSP P S J 19 2018 10 30-34 誌上シンポジウム ADME 30 Pharmacy Society of Japan 2018

More information

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

More information

ABSTRACT The Social Function of Boys' Secondary Schools in Modern Japan: From the Perspectives of Repeating and Withdrawal TERASAKI, Satomi (Graduate School, Ochanomizu University) 1-4-29-13-212, Miyamaedaira,

More information

九州大学学術情報リポジトリ Kyushu University Institutional Repository 看護師の勤務体制による睡眠実態についての調査 岩下, 智香九州大学医学部保健学科看護学専攻 出版情報 : 九州大学医学部保健学

九州大学学術情報リポジトリ Kyushu University Institutional Repository 看護師の勤務体制による睡眠実態についての調査 岩下, 智香九州大学医学部保健学科看護学専攻   出版情報 : 九州大学医学部保健学 九州大学学術情報リポジトリ Kyushu University Institutional Repository 看護師の勤務体制による睡眠実態についての調査 岩下, 智香九州大学医学部保健学科看護学専攻 https://doi.org/10.15017/4055 出版情報 : 九州大学医学部保健学科紀要. 8, pp.59-68, 2007-03-12. 九州大学医学部保健学科バージョン : 権利関係

More information

23 A Comparison of Flick and Ring Document Scrolling in Touch-based Mobile Phones

23 A Comparison of Flick and Ring Document Scrolling in Touch-based Mobile Phones 23 A Comparison of Flick and Ring Document Scrolling in Touch-based Mobile Phones 1120220 2012 3 1 iphone..,. 2 (, ) 3 (,, ),,,.,..,. HCI i Abstract A Comparison of Flick and Ring Document Scrolling in

More information

untitled

untitled Vol. 19 No. 1 2009 13 23 Λ1 Λ2 2 1) 10 1 Infertility 1785 1978 1980 1983 IVF-ET 2) 1 1 1 6 65% 1 80% Λ1 Λ2 701-0193 288 E-Mail: hiro210691@yahoo.co.jp 13 14 2 90% 3 93% 2 10% 40% 40% 15% 5% 3) 2 4) 5)

More information

熊本大学学術リポジトリ Kumamoto University Repositor Title 特別支援を要する児童生徒を対象としたタブレット端末 における操作ボタンの最適寸法 Author(s) 竹財, 大輝 ; 塚本, 光夫 Citation 日本産業技術教育学会九州支部論文集, 23: 61-

熊本大学学術リポジトリ Kumamoto University Repositor Title 特別支援を要する児童生徒を対象としたタブレット端末 における操作ボタンの最適寸法 Author(s) 竹財, 大輝 ; 塚本, 光夫 Citation 日本産業技術教育学会九州支部論文集, 23: 61- 熊本大学学術リポジトリ Kumamoto University Repositor Title 特別支援を要する児童生徒を対象としたタブレット端末 における操作ボタンの最適寸法 Author(s) 竹財, 大輝 ; 塚本, 光夫 Citation 日本産業技術教育学会九州支部論文集, 23: 61-68 Issue date 215 Type URL Right Journal Article http://hdl.handle.net/2298/3622

More information

SERPWatcher SERPWatcher SERP Watcher SERP Watcher,

SERPWatcher SERPWatcher SERP Watcher SERP Watcher, SERPWatcher 112-8610 2-1-1 112-8610 2-1-1 229-8558 5-10-1 E-mail: nakabe@db.is.ocha.ac.jp, chiemi@is.ocha.ac.jp SERPWatcher SERP Watcher SERP Watcher, SERP Analysis of transition of ranking in SERP Watcher

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

The Journal of the Japan Academy of Nursing Administration and Policies Vol 7, No 2, pp 19 _ 30, 2004 Survey on Counseling Services Performed by Nursi

The Journal of the Japan Academy of Nursing Administration and Policies Vol 7, No 2, pp 19 _ 30, 2004 Survey on Counseling Services Performed by Nursi The Journal of the Japan Academy of Nursing Administration and Policies Vol 7, No 2, pp 19 _ 30, 2004 Survey on Counseling Services Performed by Nursing Professionals for Diabetic Outpatients Not Using

More information

Tf dvi

Tf dvi /Opinion Kawaii as an Affective Value Michiko OHKURA Abstract In the 21 st century, the affective/kansei values of industrial products are considered very important. However, since not many studies have

More information

IPSJ SIG Technical Report Secret Tap Secret Tap Secret Flick 1 An Examination of Icon-based User Authentication Method Using Flick Input for

IPSJ SIG Technical Report Secret Tap Secret Tap Secret Flick 1 An Examination of Icon-based User Authentication Method Using Flick Input for 1 2 3 3 1 Secret Tap Secret Tap Secret Flick 1 An Examination of Icon-based User Authentication Method Using Flick Input for Mobile Terminals Kaoru Wasai 1 Fumio Sugai 2 Yosihiro Kita 3 Mi RangPark 3 Naonobu

More information

2 except for a female subordinate in work. Using personal name with SAN/KUN will make the distance with speech partner closer than using titles. Last

2 except for a female subordinate in work. Using personal name with SAN/KUN will make the distance with speech partner closer than using titles. Last 1 北陸大学 紀要 第33号 2009 pp. 173 186 原著論文 バーチャル世界における呼びかけ語の コミュニケーション機能 ポライトネス理論の観点からの考察 劉 艶 The Communication Function of Vocative Terms in Virtual Communication: from the Viewpoint of Politeness Theory Yan

More information

20 No. 35 (2014) 2013 Excel Excel Excel Excel a 1

20 No. 35 (2014) 2013 Excel Excel Excel Excel a 1 19 Excel The Development of an Automatic Marking Program of a Standardized Test for Excel and a Report on the Results of the Test Tadashi Osone, Jun Sekine, Ami Tambo School of Business Administration,

More information

J No J. J

J No J. J 教育科学と教育実践 2 Science of Education and Educational Practice - A Perspective on the Controversy on the Science of Education in Post-War Japan Part Takeo TANAKA 1950 E. J. E. J. E. J. Abstract In the latter

More information

Kochi University of Technology Aca 距 離 型 ファジィ 推 論 法 とその 医 療 福 祉 ロボットへの Title 応 用 Author(s) 王, 碩 玉 Citation 高 知 工 科 大 学 紀 要, 10(1): 19-28 Date of 2013-07-20 issue URL http://hdl.handle.net/10173/1073 Rights

More information

Webster's New World Dictionary of the American Language, College Edition. N. Y. : The World Publishing Co., 1966. [WNWD) Webster 's Third New International Dictionary of the English Language-Unabridged.

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

2 The Bulletin of Meiji University of Integrative Medicine 3, Yamashita 10 11

2 The Bulletin of Meiji University of Integrative Medicine 3, Yamashita 10 11 1-122013 1 2 1 2 20 2,000 2009 12 1 2 1,362 68.1 2009 1 1 9.5 1 2.2 3.6 0.82.9 1.0 0.2 2 4 3 1 2 4 3 Key words acupuncture and moxibustion Treatment with acupuncture, moxibustion and Anma-Massage-Shiatsu

More information

2 122

2 122 32 2008 pp. 121 133 1 Received November 4, 2008 The aim of this paper is to clarify some profound changes in the language used in the visual media, especially in TV news programs in Japan, and show what

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

- June 0 0

- June 0 0 0 0 0 0 0 0 0 0 - June 0 0 0 - June 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 - June 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Yes 0 0 0 0 0 0 0 0 0 0 0 0 0 A 0

More information

29 Short-time prediction of time series data for binary option trade

29 Short-time prediction of time series data for binary option trade 29 Short-time prediction of time series data for binary option trade 1180365 2018 2 28 RSI(Relative Strength Index) 3 USD/JPY 1 2001 1 2 4 10 2017 12 29 17 00 1 high low i Abstract Short-time prediction

More information

ab ab 234

ab ab 234 74 637233-2402009 J. Environ. Eng., AIJ, Vol. 74 No. 637, 233-240, Mar., 2009 Shuji MORIYAMA, Yuji HASEMI, Junko OGAWA, Tomonori SANO, Tadahisa JIN and Takahiro HEBIISHI In view of the rapid large scale

More information

,,.,,.,..,.,,,.,, Aldous,.,,.,,.,,, NPO,,.,,,,,,.,,,,.,,,,..,,,,.,

,,.,,.,..,.,,,.,, Aldous,.,,.,,.,,, NPO,,.,,,,,,.,,,,.,,,,..,,,,., J. of Population Problems. pp.,.,,,.,,..,,..,,,,.,.,,...,.,,..,.,,,. ,,.,,.,..,.,,,.,, Aldous,.,,.,,.,,, NPO,,.,,,,,,.,,,,.,,,,..,,,,., ,,.,,..,,.,.,.,,,,,.,.,.,,,. European Labour Force Survey,,.,,,,,,,

More information

日本感性工学会論文誌

日本感性工学会論文誌 pp.343-351 2013 Changes in Three Attributes of Color by Reproduction of Memorized Colors Hiroaki MIYAKE, Takeshi KINOSHITA and Atsushi OSA Graduate School of Science and Engineering, Yamaguchi University,

More information

A comparative study of the team strengths calculated by mathematical and statistical methods and points and winning rate of the Tokyo Big6 Baseball Le

A comparative study of the team strengths calculated by mathematical and statistical methods and points and winning rate of the Tokyo Big6 Baseball Le Powered by TCPDF (www.tcpdf.org) Title 東京六大学野球リーグ戦において勝敗結果から計算する優勝チームと勝点 勝率との比較研究 Sub Title A comparative study of the team strengths calculated by mathematical and statistical methods and points and winning

More information

Developement of Plastic Collocation Method Extension of Plastic Node Method by Yukio Ueda, Member Masahiko Fujikubo, Member Masahiro Miura, Member Sum

Developement of Plastic Collocation Method Extension of Plastic Node Method by Yukio Ueda, Member Masahiko Fujikubo, Member Masahiro Miura, Member Sum Developement of Plastic Collocation Method Extension of Plastic Node Method by Yukio Ueda, Member Masahiko Fujikubo, Member Masahiro Miura, Member Summary Previously, the authors developed the plastic

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

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

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

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

Q [4] 2. [3] [5] ϵ- Q Q CO CO [4] Q Q [1] i = X ln n i + C (1) n i i n n i i i n i = n X i i C exploration exploitation [4] Q Q Q ϵ 1 ϵ 3. [3] [5] [4]

Q [4] 2. [3] [5] ϵ- Q Q CO CO [4] Q Q [1] i = X ln n i + C (1) n i i n n i i i n i = n X i i C exploration exploitation [4] Q Q Q ϵ 1 ϵ 3. [3] [5] [4] 1,a) 2,3,b) Q ϵ- 3 4 Q greedy 3 ϵ- 4 ϵ- Comparation of Methods for Choosing Actions in Werewolf Game Agents Tianhe Wang 1,a) Tomoyuki Kaneko 2,3,b) Abstract: Werewolf, also known as Mafia, is a kind of

More information

09_加藤_紀要_2007

09_加藤_紀要_2007 56 1 19 Bull. Nara Univ. Educ., Vol. 56, No.1 (Cult. & Soc.), 2007 89 19 Research of Japanese Quantifier Expression Making of and Syntax Included QC KATO Hisao (Department of Japanese Linguistics,Nara

More information

Bull. of Nippon Sport Sci. Univ. 47 (1) Devising musical expression in teaching methods for elementary music An attempt at shared teaching

Bull. of Nippon Sport Sci. Univ. 47 (1) Devising musical expression in teaching methods for elementary music An attempt at shared teaching Bull. of Nippon Sport Sci. Univ. 47 (1) 45 70 2017 Devising musical expression in teaching methods for elementary music An attempt at shared teaching materials for singing and arrangements for piano accompaniment

More information

IR0036_62-3.indb

IR0036_62-3.indb 62 3 2016 253 272 1921 25 : 27 8 19 : 28 6 3 1921 25 1921 25 1952 27 1954 291960 35 1921 25 Ⅰ 0 5 1 5 10 14 21 25 34 36 59 61 6 8 9 11 12 16 1921 25 4 8 1 5 254 62 3 2016 1 1938.8 1926 30 1938.6.23 1939.9

More information

X X 1. 1 X 2 X 195 3, 4 Ungár modified Williamson-Hall/Warren-Averbach 5-7 modified modified Rietveld Convolutional Multiple Whole Profile CMWP 8 CMWP

X X 1. 1 X 2 X 195 3, 4 Ungár modified Williamson-Hall/Warren-Averbach 5-7 modified modified Rietveld Convolutional Multiple Whole Profile CMWP 8 CMWP X X a a b b c Characterization of dislocation evolution during work hardening of stainless steels by using XRD line-profile analysis Tomoaki KATO a, Shigeo SATO a, Yoichi SAITO b, Hidekazu TODOROKI b and

More information

1 I EViews View Proc Freeze

1 I EViews View Proc Freeze EViews 2017 9 6 1 I EViews 4 1 5 2 10 3 13 4 16 4.1 View.......................................... 17 4.2 Proc.......................................... 22 4.3 Freeze & Name....................................

More information

II A LexisNexis JP 80, /03/

II A LexisNexis JP 80, /03/ 1 20 I II III 1 2 3 4 IV I Makiko Noto / 1 1933 8 2 2004 16 3 1 1963 101 118 11 1965 291 332 2 4 1985 247 262 3 446 2 3 465 2 465 5 2004 16= 2005 2005 004 2012 summer / No.392 3 4 5 80 6 7 5 20 8 II A

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

Core Ethics Vol. : - : : : -

Core Ethics Vol. : - : : : - Core Ethics Vol... : : : DC Core Ethics Vol. : - : : : - ............ Core Ethics Vol. : : : : :...... : Core Ethics Vol. : .. : : : : Core Ethics Vol. http:// www.psy-jinken-osaka.org/?page_id= : - -

More information

56

56 56 55 8.52010 1000 3500 2000 2000140 1902 1993 1953 2011 20012010 55 2008:99 1 4 1995 12 1949 1984 3 55 2008 1 2 3 3 1 2 3 123 19961998a1998b2001 19961998a1998b 2001 600 420 1947 2 2010 2 2.470 422 17

More information

41 1. 初めに ) The National Theatre of the Deaf 1980

41 1. 初めに ) The National Theatre of the Deaf 1980 Title Author(s) 手話演劇の様相 : 車座の実践と岸田理生の戯曲を通して 岡田, 蕗子 Citation 待兼山論叢. 美学篇. 48 P.41-P.66 Issue Date 2014-12-25 Text Version publisher URL http://hdl.handle.net/11094/56608 DOI rights 41 1. 初めに 1946 2003 1984

More information

A Feasibility Study of Direct-Mapping-Type Parallel Processing Method to Solve Linear Equations in Load Flow Calculations Hiroaki Inayoshi, Non-member

A Feasibility Study of Direct-Mapping-Type Parallel Processing Method to Solve Linear Equations in Load Flow Calculations Hiroaki Inayoshi, Non-member A Feasibility Study of Direct-Mapping-Type Parallel Processing Method to Solve Linear Equations in Load Flow Calculations Hiroaki Inayoshi, Non-member (University of Tsukuba), Yasuharu Ohsawa, Member (Kobe

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

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

Core Ethics Vol.

Core Ethics Vol. Core Ethics Vol. - Core Ethics Vol. Core Ethics Vol. ,,,,,, Core Ethics Vol. - Core Ethics Vol. p. p. p. p. p. pp. - p. " pp. - 煞 ,,..,,....,.......,.,...,..,.,.......,..,,,,,,,,,,,,........,.,.....,...,.,,,,,,,,..,.....

More information

評論・社会科学 84号(よこ)(P)/3.金子

評論・社会科学 84号(よこ)(P)/3.金子 1 1 1 23 2 3 3 4 3 5 CP 1 CP 3 1 1 6 2 CP OS Windows Mac Mac Windows SafariWindows Internet Explorer 3 1 1 CP 2 2. 1 1CP MacProMacOS 10.4.7. 9177 J/A 20 2 Epson GT X 900 Canon ip 4300 Fujifilm FinePix

More information

1 Table 1: Identification by color of voxel Voxel Mode of expression Nothing Other 1 Orange 2 Blue 3 Yellow 4 SSL Humanoid SSL-Vision 3 3 [, 21] 8 325

1 Table 1: Identification by color of voxel Voxel Mode of expression Nothing Other 1 Orange 2 Blue 3 Yellow 4 SSL Humanoid SSL-Vision 3 3 [, 21] 8 325 社団法人人工知能学会 Japanese Society for Artificial Intelligence 人工知能学会研究会資料 JSAI Technical Report SIG-Challenge-B3 (5/5) RoboCup SSL Humanoid A Proposal and its Application of Color Voxel Server for RoboCup SSL

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

h23w1.dvi

h23w1.dvi 24 I 24 2 8 10:00 12:30 1),. Do not open this problem booklet 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

Natural Convection Heat Transfer in a Horizontal Porous Enclosure with High Porosity Yasuaki SHIINA*4, Kota ISHIKAWA and Makoto HISHIDA Nuclear Applie

Natural Convection Heat Transfer in a Horizontal Porous Enclosure with High Porosity Yasuaki SHIINA*4, Kota ISHIKAWA and Makoto HISHIDA Nuclear Applie Natural Convection Heat Transfer in a Horizontal Porous Enclosure with High Porosity Yasuaki SHIINA*4, Kota ISHIKAWA and Makoto HISHIDA Nuclear Applied Heat Technology Division, Japan Atomic Energy Agency,

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