Java

Size: px
Start display at page:

Download "Java"

Transcription

1 JAIST Reposi Title 軽いハードウェアによる Java 高速化手法に関する研究 Author(s) 吉兼, 寛 Citation Issue Date Type Thesis or Dissertation Text version author URL Rights Description Supervisor: 田中清史, 情報科学研究科, 修士 Japan Advanced Institute of Science and

2 Java

3 Java : Copyright c 2004 by Yoshikane Hiroshi 2

4 Java Java Java Java 1350% 43 38%

5 Java Java Java (JavaVM) Java (ByteCode) Java (Java Exclusive Register FILE) i

6 ii

7 1 1.1 C Java Java Java Java Java Java Java Java JIT [1] [4] Java Java [2] Java Java CPU Java 3 Java Java 1

8 4 CPU

9 2 Java Java 2.1 Java Java JavaVM Java (Java ) ( 2.1) Java ( ) Java Java 3

10 Java Application Java Application Java Application Java Application JavaVM JavaVM JavaVM OS OS OS 2.1: Java (data) (method) (Abstraction) ( ) ( ) ( 2.2) (Inheritance) ( ) ( ) ( 2.3) (Encapsulation) 4

11 China Korea Country Class Japan 2.2: Car Class (Super Class) Truck Class (Sub Class) passage-car Class (Sub Class) 2.3: 5

12 Interface method A method A method B encapsulation method B Data Data 2.4: ( 2.4) (Polymorphism) Java CPU CPU Java Java Java Java 6

13 3 Java (JavaVM) Java Java Java, 3.1 Java Java ( 3.1). Java. (, ), 3.2 Java. ( 3.2) 3.2,ClassFile,Constant Pool info, 1 n,. 3 7

14 Java Java Java CPU CPU 3.1: Java 8

15 ClassFile magic number minor_version Constant_Pool_info tag info major_version constant_pool_count constant_pool access_flags this_class super_class interface_count field_info access_flags name_index descriptor_index attributes_count attribute interface fields_count fields methods_count methods attribute_count attribute method_info access_flags name_index descriptor_index attributes_count attribute attribute_info attribute_neme_index attribute_length info 3.2: 9

16 { Constant Pool[8] : Constant_Methodref_info tag Constant Pool[10] : Constant_NameAndType_info Constant Pool[3] : Constant_Class_info 3 23 Constant Pool[22] : Constant_Utf8_info 1 3 (I)V Constant Pool[21] : Constant_Utf8_info 1 3 write Constant Pool[23] : Constant_Utf8f_info 1 length Sample 3.3: Sample write ( 3.3) [] tag tag Java tag Java 10

17 Java Java 3.3,Java. 3 ( 3.4). ( ) ( ) (Java ) Java ClassLoader Java 11

18 Method Area Heap Area Class Loader Class Instance Class Instance Java Stack pc register Frame Frame Thread Operand Stack Operand Stack Local Variable Local Variable 3.4: Java Java [3] Java Java 12

19 Java Java Java Java Java Java Java Java pc pc Java pc 3.4 (ByteCode) Java Java Java Java Java Java invoke 13

20 Operand Stack Local Variable [ 0 ] [ 1 ] [ 2 ] iload_1 iload_2 iadd istore_1 3.5: new ( 3.5) //sample Bytecode iload_1 iload_2 iadd istore_1 1. iload 1 1 push 2. iload 2 iload 1 2 push 3. iadd pop push 4. istore

21 4 3 Java Java Java CPU Java Java ( ) Java Java 15

22 Java 3 Java CPU Java Java 4.2 Java (Java Exclusive Register FILE) Java (Java Exclusive Register FILE) ( 4.1) Java ( 4.2) OPSTP(Operand Stack Top Pointer) LVP(Local Valiable Pointer) Java (main ) OPSTP 0 LVP Java ( 31 ) OPSTP LVP Java Java OPSTP LVP 16

23 Java Excludive Register FILE : Java Java Excludive Register FILE OPSTP LVP 4.2: Java OPSTP,LVP 17

24 COP1 fmt 0 fs fd ABS : COP1 fmt sb fb JOpCode JOpCode : Java fb : 1 sb : 2 4.4: Java 4.3 Java Java MIPS[6] 4.3 MIPS Java ( 4.4) Java Java iload 1 aload 1 1 push Java Java if icmplt Java Java Java 4.1 Java 18

25 4.4 Java Java Java Java 4.5 Java 4.6 Java Java Java OPSTP LVP Java Java Java CPU Java ID jselect 1 ALU 1 jselect 2 ALU 2 jdop sig Destination EX 19

26 PCSrc M U X 4 PC Add Address Instruction memory IF/ID Control Unit JReg Write Read register 1 Read register 2 Write register Write data Reg Write Register Sign extecd ID/EX EX M WB Shift left 2 M U X RegDst EX/MEM WB M Add Add result Branch ALUSrc M U X ALU ALU Control Zero ALU result ALU Op Address Write data Mem Wirte Data Memory Read data Mem Read MEM/WB WB M U X Mem to Reg Instruction Instruction [15-0] Instruction [20-16] Instruction [15-11] Java Signal Java Java JReg select OPS_ shift EX M WB M U X M U X j_sig1 M U X 6 j_sig2 j_jdreg jmem _sig ALU_OP M Read jmem _sig Write M U X jmem word or byte WB WB 1 M U X 4.5: Java 20

27 OPS shift OPSTP ALU OP sig ALU j sig1 ALU 1 j sig2 ALU 2 j jdreg sig Destination j mem MEM jmem write sig jmem read sig jmem word or byte word byte WB JRegWrite sig JReg select Java select MemtoReg sig 21

28 ID/EX EX IF/ID From Control Unit From Normal Register M WB Java signal Instruction [4-0] Java Control Unit OPS_shift Add LVP Register OPSTP Register Java Reg[OPSTP - 3] Java Reg[OPSTP - 2] Java Reg[OPSTP - 1] Add Read register write write register data Java Exclusive Register M U X 0 jselect_1 M U X jselect_2 jreg_write Instruction [12-5] Instruction [20-13] jdop M U X From WB stage From EX stage 4.6: Java 22

29 4.4.2 Java Java CPU Java

30 4.1: Java JOpCode Java Jiconst fb Jistore fb Jiload fb Jiinc sb fb Jiadd Jislt fb Jiasw Jialw Jnmove fb Jimul Jidiv Jmove sb 24

31 5, Java CPU Java CPU. Java,. 5.1 Java 4 Java 5.1 Java Java 1. pc pc 4. 1 istore 2 //istore_2 Bytecode Instruction $L286: lw $2,608($fp) lw $3,8($2) addi $2,$3,8 lw $3,608($fp) lw $4,4($3) addi $3,$4,-4 lw $4,0($3) 25

32 sw $4,0($2) lw $3,608($fp) lw $2,608($fp) lw $4,4($3) addi $3,$4,-4 lw $3,4($2) b $L206 Java 14 Java //istore_2 Bytecode Instruction $L286: jistore 2 b $L206 3 iastore //iastore Bytecode Instruction $L287: lw $2,608($fp) lw $3,4($2) addi $2,$3,-4 lw $3,0($2) sw $3,16($fp) lw $2,608($fp) lw $3,4($2) addi $3,$4,-8 lw $3,0($2) sw $3,20($fp) lw $2,608($fp) lw $3,4($2) addi $2,$3,-12 lw $3,0($2) sw $3,592($fp) 26

33 lw $2,592($fp) lw $3,20($fp) move $4,$3 sll $3,$4,2 lw $4,0($2) addu $3,$4,$4 lw $3,16($fp) sw $3,0($2) lw $3,608($fp) lw $2,608($fp) lw $4,4($3) addi $3,$4,-12 sw $3,4($2) b $L206 Java //iastore Bytecode Instruction $L287: jiasw b $L206 Java 2 istore 2 iastore ( ) Java 1350% % 2 Java iload Java

34 5.1: (1) ByteCode ( ) (%) Normal Java Exclusive nop iconst m iconst iconst iconst iconst iconst iconst bipush iload aload iload iload iload iload aload aload aload aload iaload istore astore istore istore istore istore

35 5.2: (2) ByteCode ( ) (%) Normal Java Exclusive astore astore astore astore iastore iadd isub imul idiv irem ishl ishr iushr iand ior ixor iinc if icmpl goto return newarray

36 pc 5.1: 30

37 Java Java main C Java (MIPS ) Forwading Unit Hazard Detection Unit Write Back way 4-way 32byte 1cycle 10cycle Java Java 5.3 Java 5.3: inner product.java(livermore Loops code) banded linear euations.java(livermore Loops code) tri-diagonal elimination.java(livermore Loops code) first sum.java(livermore Loops code) first difference.java(livermore Loops code) 31

38 5.4: (cycle) (%) Normal Java Exclusive inner product.java(livermore Loops code) banded linear euations.java(livermore Loops code) tri-diagonal elimination.java(livermore Loops code) first sum.java(livermore Loops code) first difference.java(livermore Loops code) (Normal) (Java Exclusive) 43.38% 37.06% 36.69% Java pc Java Java 5.5 (Normal) (Java Exclusive) (MIPS) Java (Java) Java (Total) Java

39 5.5: Normal Java Exclusive MIPS Java Total inner product.java banded linear euations.java tri-diagonal elimination.java first sum.java first difference.java : Java (1) Jiconst Jistore Jiload Jiinc Jiadd Jislt inner product.java banded linear euations.java tri-diagonal elimination.java first sum.java first difference.java Java Java CPU 33

40 5.7: Java (2) Jiastore Jiaload Jnmove Jisub Jimul inner product.java banded linear euations.java tri-diagonal elimination.java first sum.java first difference.java

41 6 Java JIT JIT [8] Java JIT Java peephole quick JIT 35

42 Java Java [7] Java C Java Java C Java C Java Java 36

43 7 7.1 Java Java Java Java Java Java Java Java Java 3. Java Java Java 37

44 3 Java Java Java 4 38

45 [1] T.Wilkinson, KAFFE v0.5.5-a JIT and interpreting virtual machine to run Java code, October [2] M.O Connor, M.Tremblay, picojava-i : The Java virtual machine hardware, IEEE Micro,pp.45-53, March-April [3] T.Lindholm, F.Yellin, The Java Virtual Machine Specification(2nd Ed), Addison- Wesley, [4] Java Hotspot performance engine, [5] J.Meyer, T.Downing, JAVA Virtual Machine The JAVA SERIES(tm), 1997 [6] MIPS Technologies, Inc, MIPS64(TM) Architecture For Programmers Volume 2: The MIPS64(TM) Instruction Set, March 12, 2001 [7], Java Virtual Machine, CPSY March 2001 [8], JavaJIT, 96-ARC- 120 pp November 31,

46 40

Copyright 2008 by Tomoyoshi Yamazaki

Copyright 2008 by Tomoyoshi Yamazaki JAIST Reposi https://dspace.j Title 工程管理から知識創造へ - クリニカルパスによる医療 のナレッジ マネジメント - Author(s) 山﨑, 友義 Citation Issue Date 2008-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/4260

More information

JAIST Reposi Title KJ 法における作法の研究 Author(s) 三村, 修 Citation Issue Date Type Thesis or Dissertation Text version author URL http

JAIST Reposi   Title KJ 法における作法の研究 Author(s) 三村, 修 Citation Issue Date Type Thesis or Dissertation Text version author URL http JAIST Reposi https://dspace.j Title KJ 法における作法の研究 Author(s) 三村, 修 Citation Issue Date 2005-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/537 Rights Description Supervisor:

More information

950080 Copyright ' 2001 by Manabu Masuoka i

950080 Copyright ' 2001 by Manabu Masuoka i JAIST Reposi https://dspace.j Title 何 が 日 産 を 蝕 んだのか? 日 産 に 見 る 経 営 資 源 配 分 問 題 Author(s) 増 岡, 学 Citation Issue Date 2001-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/725

More information

.,. 0. (MSB). =2, =1/2.,. MSB LSB, LSB MSB. MSB 0 LSB 0 0 P

.,. 0. (MSB). =2, =1/2.,. MSB LSB, LSB MSB. MSB 0 LSB 0 0 P , 0 (MSB) =2, =1/2, MSB LSB, LSB MSB MSB 0 LSB 0 0 P61 231 1 (100, 100 3 ) 2 10 0 1 1 0 0 1 0 0 100 (64+32+4) 2 10 100 2 5, ( ), & 3 (hardware), (software) (firmware), hardware, software 4 wired logic

More information

Web

Web JAIST Reposi https://dspace.j Title Web での文章入力時における情報補完 Author(s) 中村, 和正 Citation Issue Date 2007-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/3589 Rights Description

More information

Copyright c 2000 by Yoshihide Tomiyama

Copyright c 2000 by Yoshihide Tomiyama JAIST Reposi https://dspace.j Title 有限要素法による 3 次元声道伝達特性の推定に関する研 究 Author(s) 冨山, 慶一 Citation Issue Date 2000-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/1365 Rights

More information

spa99.dvi

spa99.dvi 2 SPA 99 Java masuhara@graco.c.u-tokyo.ac.jp yonezawa@is.s.u-tokyo.ac.jp Java 1 ( specialization) (partial evaluation) [6, 8] ( ) (run-time specialization 1 ) [2 5, 9, 10, 12, 13] (bytecode specialization)

More information

Title 同 期 電 動 機 の 同 期 化 現 象 に 関 する 研 究 Author(s) 武 田, 郁 夫, タケダ, イクオ Citation Issue Date 1975-03 URL http://hdl.handle.net/10213/1497 Rights Type Thesis or Dissertation Text Version author Additional 北

More information

main.dvi

main.dvi 20 II 7. 1 409, 3255 e-mail: namba@faculty.chiba-u.jp 2 1 1 1 4 2 203 2 1 1 1 5 503 1 3 1 2 2 Web http://www.icsd2.tj.chiba-u.jp/~namba/lecture/ 1 2 1 5 501 1,, \,", 2000 7. : 1 1 CPU CPU 1 Intel Pentium

More information

Microsoft PowerPoint - NxLecture ppt [互換モード]

Microsoft PowerPoint - NxLecture ppt [互換モード] 011-05-19 011 年前学期 TOKYO TECH 命令処理のための基本的な 5 つのステップ 計算機アーキテクチャ第一 (E) 5. プロセッサの動作原理と議論 吉瀬謙二計算工学専攻 kise_at_cs.titech.ac.jp W61 講義室木曜日 13:0-1:50 IF(Instruction Fetch) メモリから命令をフェッチする. ID(Instruction Decode)

More information

2005 3

2005 3 JAIST Reposi https://dspace.j Title オープンソースソフトウェア開発に適したリポジトリ 分散の支援機構に関する研究 Author(s) 中島, 健至 Citation Issue Date 2005-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/1925

More information

Title 歌 における 雨 の 表 象 について Author(s) 鈴 木, 敦 真 Citation Issue Date 2014-03-25 URL http://hdl.handle.net/10748/7023 DOI Rights Type Thesis or Dissertation Textversion author http://www.tmu.ac.jp/ 首 都 大 学

More information

Titleエジプトにおける 私 的 土 地 所 有 権 の 確 立 Author(s) 加 藤, 博 Citation Issue 1983-12-14 Date Type Thesis or Dissertation Text Version publisher URL http://hdl.handle.net/10086/18306 Right Hitotsubashi University

More information

6. パイプライン制御

6. パイプライン制御 6. パイプライン制御 パイプライン (Pipelining) 命令のスループットをあげて性能を向上する Program eection order Time (in instrctions) lw $, ($) fetch 2 4 6 8 2 4 6 8 Data access lw $2, 2($) 8 ns fetch Data access lw $3, 3($) Program eection

More information

Title 海岸コンクリート構造物の凍害に関する研究 Author(s) 鮎田, 耕一, アユタ, コウイチ Citation Issue Date 1984-03 URL http://hdl.handle.net/10213/1535 Rights Type Thesis or Dissertation Text Version author Additional 北海道大学, 工学博士, 乙第

More information

乱流境界層の中にある鈍い物体周辺の流れに関する研 Title 究 Author(s) 坂本, 弘志, サカモト, ヒロシ Citation Issue Date 1977-03 URL http://hdl.handle.net/10213/1473 Rights Type Thesis or Dissertation Text Version author Additional 北海道大学, 工学博士,

More information

Copyright c 2001 by Shuuhei Takimoto

Copyright c 2001 by Shuuhei Takimoto JAIST Reposi https://dspace.j Title サッカーエージェントの行動決定過程における戦術の 役割 Author(s) 瀧本, 周平 Citation Issue Date 2001-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/739 Rights Description

More information

2015 3

2015 3 JAIST Reposi https://dspace.j Title ターン制ストラテジーゲームにおける候補手の抽象化 によるゲーム木探索の効率化 Author(s) 村山, 公志朗 Citation Issue Date 2015-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/12652

More information

Microsoft PowerPoint - NxLec ppt

Microsoft PowerPoint - NxLec ppt MIPS R3000 Instruction Set Architecture (ISA) 計算機アーキテクチャ特論 (Advanced Computer Architectures) 2. スカラプロセッサ, スーパースカラプロセッサ Instruction Categories Computational Load/Store Jump and Branch Floating Point coprocessor

More information

Copyright 2001 by Junichi Sawase

Copyright 2001 by Junichi Sawase JAIST Reposi https://dspace.j Title 知識コミュニティを活性化するインフォーマルコミュ ニケーションツールの開発 Author(s) 澤瀬, 順一 Citation Issue Date 2001-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/716

More information

Titleケインズと 世 界 経 済 ( Dissertation_ 全 文 ) Author(s) 岩 本, 武 和 Citation Kyoto University ( 京 都 大 学 ) Issue Date 1999-03-23 URL http://dx.doi.org/10.11501/3149635 Right Type Thesis or Dissertation Textversion

More information

2004 3

2004 3 JAIST Reposi https://dspace.j Title 様々なデータを扱えるストリーミング技術を用いて機 器間の通信 制御を行う研究 Author(s) 明壁, 祐基 Citation Issue Date 2004-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/1806

More information

母 - 娘 に 見 る 若 年 女 性 の 性 役 割 観 ライフコース 観 の Title 形 成 過 程 Author(s) 細 川, 千 紘 Citation Issue Date 2014-03-25 URL http://hdl.handle.net/10748/7018 DOI Rights Type Thesis or Dissertation Textversion author http://www.tmu.ac.jp/

More information

TRON 050028 2002 2 Copyright C 2002 by KURATA Keiicchi

TRON 050028 2002 2 Copyright C 2002 by KURATA Keiicchi JAIST Reposi https://dspace.j Title TRONプロジェクトの 標 準 化 における 成 功 失 敗 要 因 Author(s) 倉 田, 啓 一 Citation Issue Date 2002-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/355

More information

Title ハイドロボレーションを利用するオレフィンへの官能基導入および関連反応の合成化学的研究 Author(s) 増田, 弦, マスダ, ユズル Citation Issue Date 1979-06 URL http://hdl.handle.net/10213/1517 Rights Type Thesis or Dissertation Text Version author Additional

More information

MDA

MDA JAIST Reposi https://dspacej Title 組込みシステム向け MDA 開発環境の研究 Author(s) 細合, 晋太郎 Citation Issue Date 2007-03 Type Thesis or Dissertation Text version author URL http://hdlhandlenet/10119/3597 Rights Description

More information

公 開 空 地 を 創 出 する 容 積 率 緩 和 制 度 の 再 考 : 国 際 都 Title 市 を 見 据 えた 諸 要 素 に 着 目 して Author(s) 鈴 木, 隆 一 Citation Issue Date 2014-03-25 URL http://hdl.handle.net/10748/6823 DOI Rights Type Thesis or Dissertation

More information

1,a) 1,b) TUBSTAP TUBSTAP Offering New Benchmark Maps for Turn Based Strategy Game Tomihiro Kimura 1,a) Kokolo Ikeda 1,b) Abstract: Tsume-shogi and Ts

1,a) 1,b) TUBSTAP TUBSTAP Offering New Benchmark Maps for Turn Based Strategy Game Tomihiro Kimura 1,a) Kokolo Ikeda 1,b) Abstract: Tsume-shogi and Ts JAIST Reposi https://dspace.j Title ターン制戦略ゲームにおけるベンチマークマップの提 案 Author(s) 木村, 富宏 ; 池田, 心 Citation ゲームプログラミングワークショップ 2016 論文集, 2016: 36-43 Issue Date 2016-10-28 Type Conference Paper Text version author

More information

Title 水稲の冷害に関する作物学的研究 ( Dissertation_ 全文 ) Author(s) 天野, 高久 Citation Kyoto University ( 京都大学 ) Issue Date 1983-07-23 URL http://dx.doi.org/10.14989/doctor.r Right Type Thesis or Dissertation Textversion

More information

fmaster.dvi

fmaster.dvi 9 888 Java Just-in-Time OpenJIT 11 1 1 1 1.1 : : : : : : : : : : : : : : : : : : : : 1 1.2 : : : : : : : : : : : : : : : : : : : : : : : : 2 1.3 : : : : : : : : : : : : : : : : : : : : : : : : 6 1.4 :

More information

スライド 1

スライド 1 プログラミング言語処理系論 (8) Design and Implementation of Programming Language Processors 佐藤周行 ( 情報基盤センター / 電気系専攻融合情報学コース ) 今日の予定 VM 設計の実際 ( 前回とすこし被る ) Stack Machine vs. Register Machine 命令セットアーキテクチャ ターゲットとなるプログラミング言語を効率よく実行するために

More information

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

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

More information

JAIST Reposi Title 既存曲に合わせて口す さまれる即興歌唱を利用した 音楽創作支援手法に関する研究 Author(s) 柳, 卓知 Citation Issue Date Type Thesis or Dissertation Te

JAIST Reposi   Title 既存曲に合わせて口す さまれる即興歌唱を利用した 音楽創作支援手法に関する研究 Author(s) 柳, 卓知 Citation Issue Date Type Thesis or Dissertation Te JAIST Reposi https://dspace.j Title 既存曲に合わせて口す さまれる即興歌唱を利用した 音楽創作支援手法に関する研究 Author(s) 柳, 卓知 Citation Issue Date 2017-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/14119

More information

1.

1. Title 名 詞 型 助 数 詞 の 用 法 : 準 助 数 詞 セット と 組 を 中 心 に Author(s) 東 条, 佳 奈 Citation 阪 大 日 本 語 研 究. 27 P.109-P.136 Issue 2015-03 Date Text Version publisher URL http://hdl.handle.net/11094/51518 DOI Rights Osaka

More information

レビューテキストの書き の評価視点に対する評価点の推定 29 3

レビューテキストの書き の評価視点に対する評価点の推定 29 3 JAIST Reposi https://dspace.j Title レヒ ューテキストの書き手の評価視点に対する評価 点の推定 Author(s) 張, 博 Citation Issue Date 2017-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/14154 Rights

More information

AI

AI JAIST Reposi https://dspace.j Title プレイヤの意図や価値観を学習し行動選択するチーム プレイ AI の構成 Author(s) 吉谷, 慧 Citation Issue Date 2013-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/11300

More information

表 情 を 表 す 線 画 から 認 知 される 感 情 に 及 ぼす 色 の 効 果 Title について Author(s) 加 藤, 真 梨 子 Citation Issue Date 2014-03-31 URL http://hdl.handle.net/10748/7537 DOI Rights Type Thesis or Dissertation Textversion author

More information

2005 1

2005 1 25 SPARCstation 2 CPU central processor unit 25 2 25 3 25 4 DRAM 25 5 25 6 : DRAM 25 7 2 25 8 2 25 9 2 bit: binary digit V 2V 25 2 2 2 2 4 5 2 6 3 7 25 A B C A B C A B C A B C A C A B 3 25 2 25 3 Co Cin

More information

Title 問題解決行動における内的認知変数 Author(s) 中島, 義明 ; 太田, 耕平 Citation 大阪大学人間科学部紀要. 20 P.49-P.70 Issue 1994-03 Date Text Version publisher URL http://doi.org/10.18910/11129 DOI 10.18910/11129 Rights Osaka University

More information

Title 今 熊 野 猿 楽 の 実 現 : 義 満 台 覧 の 背 景 をめぐって Author(s) 天 野, 文 雄 Citation 待 兼 山 論 叢. 美 学 篇. 22 P.1-P.20 Issue 1988 Date Text Version publisher URL http://hdl.handle.net/11094/48149 DOI Rights Osaka University

More information

Hirosaki University Repository Title 東 北 北 部 の 縄 文 式 に 後 続 する 土 器 Author(s) 村 越, 潔 Citation 弘 前 大 学 教 育 学 部 紀 要. 14, 1965, p.27-34 Issue Date 1965-03-30 URL http://hdl.handle.net/10129/722 Rights Text

More information

Title デンマークにおける 子 どもケアと 学 校 教 育 の 連 携 につい て Author(s) 沢 広, あや Citation 大 阪 大 学 教 育 学 年 報. 9 P.149-P.162 Issue 2004-03 Date Text Version publisher URL http://hdl.handle.net/11094/7061 DOI Rights Osaka University

More information

Microsoft PowerPoint - Lec pptx

Microsoft PowerPoint - Lec pptx Course number: CSC.T341 コンピュータ論理設計 Computer Logic Design 10. シングルサイクルプロセッサのデータパス Datapath for Single Cycle Processor 吉瀬謙二情報工学系 Kenji Kise, Department of Computer Science kise _at_ c.titech.ac.jp www.arch.cs.titech.ac.jp/lecture/cld/

More information

Title 体 験 話 法 の 機 能 について : 二 重 の 視 点 性 の 観 点 から Author(s) 三 瓶, 裕 文 Citation (37): 17-32 Issue 2012-05 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/25722 Right Hitotsubashi

More information

2006 3

2006 3 JAIST Reposi https://dspace.j Title 質問の曖昧性を考慮した質問応答システムに関する研 究 Author(s) 松本, 匡史 Citation Issue Date 2006-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/1986 Rights Description

More information

Title セカンドチャンスとしての 海 外 留 学? : 教 育 達 成 のため のトランスナショナルな 移 動 とそのリスク Author(s) 芝 野, 淳 一 Citation 大 阪 大 学 教 育 学 年 報. 18 P.81-P.96 Issue 2013-03-31 Date Text Version publisher URL http://hdl.handle.net/11094/24310

More information

熊 本 大 学 学 術 リポジトリ Kumamoto University Repositor Title 熊 本 県 下 における 近 代 橋 梁 の 発 展 史 に 関 する 研 究 Author(s) 戸 塚, 誠 司 Citation Issue date 1999-03-25 Type URL Thesis or Dissertation http://hdl.handle.net/2298/13856

More information

熊 本 大 学 学 術 リポジトリ Kumamoto University Repositor Title 熊 本 県 下 における 近 代 橋 梁 の 発 展 史 に 関 する 研 究 Author(s) 戸 塚, 誠 司 Citation Issue date 1999-03-25 Type URL Thesis or Dissertation http://hdl.handle.net/2298/13856

More information

韓 国 人 留 学 生 のライフストーリーから 見 た 日 本 人 学 生 と Titleの 社 会 的 ネットワークの 特 徴 : 自 分 らしさ という 視 点 から Author(s) 中 山, 亜 紀 子 Citation 阪 大 日 本 語 研 究. 19 P.97-P.127 Issue 2007-02 Date Text Version publisher URL http://hdl.handle.net/11094/8367

More information

untitled

untitled 13 Verilog HDL 16 CPU CPU IP 16 1023 2 reg[ msb: lsb] [ ]; reg [15:0] MEM [0:1023]; //16 1024 16 1 16 2 FF 1 address 8 64 `resetall `timescale 1ns/10ps module mem8(address, readdata,writedata, write, read);

More information

Hirosaki University Repository Title 更 級 日 記 の 特 徴 的 表 現 について Author(s) 伊 藤, 守 幸 Citation 弘 前 大 学 国 語 国 文 学. 7, 1985, p.21-31 Issue Date 1985-03-20 URL http://hdl.handle.net/10129/4129 Rights Text version

More information

Title 英 語 の 同 族 目 的 語 構 文 の 特 性 について Author(s) 大 庭, 幸 男 Citation 待 兼 山 論 叢. 文 化 動 態 論 篇. 45 P.95-P.118 Issue 2011-12-26 Date Text Version publisher URL http://hdl.handle.net/11094/25115 DOI Rights Osaka

More information

熊 本 大 学 学 術 リポジトリ Kumamoto University Repositor Title 離 散 化 カオス 写 像 の 設 計 とその 応 用 に 関 する 研 究 Author(s) 吉 岡, 大 三 郎 Citation Issue date 2006-03-24 Type URL Thesis or Dissertation http://hdl.handle.net/2298/11171

More information

Title 自 然 の 記 号 = 書 物 観 とガリレオ 的 科 学 Author(s) 金 子, 務 Editor(s) Citation 人 文 学 論 集. 1993, 11, p.31-47 Issue Date 1993-03-01 URL http://hdl.handle.net/10466/8821 Rights http://repository.osakafu-u.ac.jp/dspace/

More information

2012 3 Copyright c 2012 by Kikugawa Mariko

2012 3 Copyright c 2012 by Kikugawa Mariko JAIST Reposi https://dspace.j Title 癖 の 矯 正 を 目 的 とした 通 知 手 法 の 提 案 Author(s) 菊 川, 真 理 子 Citation Issue Date 2012-03 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/10488

More information

要 支 援 要 介 護 高 齢 者 における 一 人 暮 らしの 工 夫 に 関 Title する 探 索 的 研 究 : 家 事 に 焦 点 を 当 てて Author(s) 猪 股, 英 輔 Citation Issue Date 2012-03-25 URL http://hdl.handle.net/10748/5114 DOI Rights Type Thesis or Dissertation

More information

「FPGAを用いたプロセッサ検証システムの製作」

「FPGAを用いたプロセッサ検証システムの製作」 FPGA 2210010149-5 2005 2 21 RISC Verilog-HDL FPGA (celoxica RC100 ) LSI LSI HDL CAD HDL 3 HDL FPGA MPU i 1. 1 2. 3 2.1 HDL FPGA 3 2.2 5 2.3 6 2.3.1 FPGA 6 2.3.2 Flash Memory 6 2.3.3 Flash Memory 7 2.3.4

More information

実行時のメモリ構造\(2\) Javaスタック内のフレーム間動作

実行時のメモリ構造\(2\) Javaスタック内のフレーム間動作 実行時のメモリ構造 (2) Java スタック内動作他 2002 年 5 月 27 日 海谷治彦 1 JVM 内の基本構造 ( 大雑把 ) クラスファイルの内容チェック クラスデータを保存 クラスファイル クラスローダークラスローダークラスローダークラスローダー クラスファイル メソッドエリア ヒープエリアヒープエリアヒープエリア Javaスタック 実行エンジン ヒープ 各実行スレッドのローカルデータ

More information

Title 臨 床 哲 学 ネットワーキング 分 科 会 自 己 言 及 班 ワーキン グペーパー Author(s) Citation 臨 床 哲 学. 14(2) P.105-P.123 Issue 2013-03-31 Date Text Version publisher URL http://hdl.handle.net/11094/24723 DOI Rights Osaka University

More information

Hirosaki University Repository 古 代 日 本 における 対 唐 観 の 研 究 : 対 唐 外 交 と 国 Title 書 問 題 を 中 心 に Author(s) 森, 公 章 Citation 弘 前 大 学 國 史 研 究. 84, 1988, p87-109 Issue Date 1988-03-30 URL http://hdl.handle.net/10129/3036

More information

Title 弥 生 時 代 の 葬 送 儀 礼 と 土 器 Author(s) 大 庭, 重 信 Citation 待 兼 山 論 叢. 史 学 篇. 26 P.89-P.113 Issue 1992 Date Text Version publisher URL http://hdl.handle.net/11094/48031 DOI Rights Osaka University ~

More information

Title 石 門 心 学 と 不 生 禅 Author(s) 山 東, 功 Editor(s) Citation 言 語 文 化 学 研 究. 日 本 語 日 本 文 学 編. 8, p.9-26 Issue Date 2013-03-31 URL http://hdl.handle.net/10466/14255 Rights http://repository.osakafu-u.ac.jp/dspace/

More information

Title 地 球 上 絶 無 稀 有 の 国 体 を 護 持 するために : 岩 倉 具 視 の 構 想 Author(s) 米 原, 謙 Citation 阪 大 法 学. 61(6) P.1-P.53 Issue 2012-03-31 Date Text Version publisher URL http://hdl.handle.net/11094/55253 DOI Rights Osaka

More information

I117 II I117 PROGRAMMING PRACTICE II DEBUG Research Center for Advanced Computing Infrastructure (RCACI) / Yasuhiro Ohara

I117 II I117 PROGRAMMING PRACTICE II DEBUG Research Center for Advanced Computing Infrastructure (RCACI) / Yasuhiro Ohara I117 II I117 PROGRAMMING PRACTICE II DEBUG Research Center for Advanced Computing Infrastructure (RCACI) / Yasuhiro Ohara yasu@jaist.ac.jp / SCHEDULE 1. 2011/06/07(Tue) / Basic of Programming 2. 2011/06/09(Thu)

More information

Title スポーツの国際化とスポーツビジネス Author(s) Citation 研究年報, 1988: 46-56 Issue 1988-08-01 Date Type Departmental Bulletin Paper Text Version publisher URL http://doi.org/10.15057/7415 Right Hitotsubashi University

More information

Title ジェンダーから 見 る 物 語 : インドネシアのラーマーヤナ における 男 性 像 と 女 性 像 Author(s) 福 岡, まどか Citation 大 阪 大 学 大 学 院 人 間 科 学 研 究 科 紀 要. 37 P.251-P.273 Issue 2011-03-31 Date Text Version publisher URL http://doi.org/10.18910/9258

More information

Hirosaki University Repository Title 研究業績目録 (2012 年 10 月 -2013 年 9 月 ) Author(s) 弘前大学農学生命科学部学術報告. 16, 2014, p.19- Citation 47 Issue Date 2014-01-31 URL http://hdl.handle.net/10129/5169 Rights Text version

More information

Hirosaki University Repository ファウストとグレートヒェン : グレートヒェン悲 Title 劇 とは何か? Author(s) 田中, 岩男 Citation 人文社会論叢. 人文科学篇. 16, 2006, p.43-77 Issue Date 2006-08-31 URL http://hdl.handle.net/10129/881 Rights Text version

More information

Title 空を見つけた傾斜の土地 : ボクの家プロジェクト 再現部 Author(s) 堀, 寛史 Citation 臨床哲学. 11 P.75-P.90 Issue 2010-06-30 Date Text Version publisher URL http://hdl.handle.net/11094/7338 DOI Rights Osaka University そら 4 4 4 4

More information

Title 東 本 願 寺 の 能 楽 : 寺 侍 宮 谷 を 中 心 に Author(s) 小 林, 英 一 Citation 待 兼 山 論 叢. 美 学 篇. 30 P.71-P.91 Issue 1996 Date Text Version publisher URL http://hdl.handle.net/11094/48183 DOI Rights Osaka University

More information

二 〇 〇 五 年 総 選 挙 以 前 における 小 泉 政 権 下 での 予 算 編 成 Title( 一 ) : 官 邸 主 導 の 予 算 編 成 はどこまで 実 現 していたの か Author(s) 上 川, 龍 之 進 Citation 阪 大 法 学. 59(5) P.67-P.92 Issue 2010-01-31 Date Text Version publisher URL http://hdl.handle.net/11094/54818

More information

135

135 Hirosaki University Repository Title 台 湾 の 高 齢 者 福 祉 に 関 するインタビュー 記 録 Author(s) 城 本, るみ Citation 人 文 社 会 論 叢. 社 会 科 学 篇. 28, 2012, p.135-16 Issue Date 2012-08-30 URL http://hdl.handle.net/10129/4665 Rights

More information

Hirosaki University Repository 日 記 と 物 語 の 関 係 をめぐって : 更 級 日 記 を 中 心 Title に Author(s) 伊 藤, 守 幸 Citation 文 経 論 叢. 人 文 学 科 篇. 12, 1992, p.225-244 Issue Date 1992-03-19 URL http://hdl.handle.net/10129/4131

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション コンパイラとプログラミング言語 第 11 週 条件分岐文と繰り返し文のコード生成 2014 年 6 月 18 日 金岡晃 授業計画 第 1 週 (4/9) コンパイラの概要 第 8 週 (5/28) 下向き構文解析 / 構文解析プログラム 第 2 週 (4/16) コンパイラの構成 第 9 週 (6/4) 中間表現と意味解析 第 3 週 (4/23) プログラミング言語の形式的な記述 第 10 週

More information

Hirosaki University Repository Title 和 辻 倫 理 学 における 個 別 性 の 契 機 について Author(s) 伊 東, 洋 一 Citation 文 経 論 叢. 哲 学 篇. 2, 1966, p.33 56 Issue Date 1966-12-20 URL http://hdl.handle.net/10129/1237 Rights Text

More information

Title だ が 使 われるとき Author(s) 三 枝, 令 子 Citation 一 橋 大 学 留 学 生 センター 紀 要, 4: 3-17 Issue 2001-07-31 Date Type Departmental Bulletin Paper Text Version publisher URL http://hdl.handle.net/10086/8580 Right Hitotsubashi

More information

1 3 1.1............................ 3 1.2.......................... 3 2 5 2.1.............................. 5 2.1.1............................... 5 2

1 3 1.1............................ 3 1.2.......................... 3 2 5 2.1.............................. 5 2.1.1............................... 5 2 JIT 23 2 2 1 3 1.1............................ 3 1.2.......................... 3 2 5 2.1.............................. 5 2.1.1............................... 5 2.1.2.................... 5 2.1.3...................

More information

55 pp , 2003 I * John William Fenton

55 pp , 2003 I * John William Fenton Title 山田源一郎研究 (I) : その生涯と教育的業績 Author(s) 筒石, 賢昭 Citation 東京学芸大学紀要第 5 部門芸術 健康 スポーツ科学, 55: 55-75 Issue Date 2003-10-31 URL http://hdl.handle.net/2309/2917 Publisher 東京学芸大学紀要出版委員会 Rights 55 pp. 55 75, 2003

More information

Hirosaki University Repository Title 新井白石における西洋学の進展 Author(s) 宮崎, 道生 Citation 弘前大学國史研究. 54, 1969, p.1-25 Issue Date 1969-11-30 URL http://hdl.handle.net/10129/2869 Rights Text version publisher http://repository.ul.hirosaki-

More information

熊 本 大 学 学 術 リポジトリ Kumamoto University Repositor Title プロスタシンを 中 心 としたNa 再 吸 収 血 圧 調 節 の 分 子 基 盤 の 解 明 Author(s) 脇 田, 直 樹 Citation Issue date 2008-03-2

熊 本 大 学 学 術 リポジトリ Kumamoto University Repositor Title プロスタシンを 中 心 としたNa 再 吸 収 血 圧 調 節 の 分 子 基 盤 の 解 明 Author(s) 脇 田, 直 樹 Citation Issue date 2008-03-2 熊 本 大 学 学 術 リポジトリ Kumamoto University Repositor Title プロスタシンを 中 心 としたNa 再 吸 収 血 圧 調 節 の 分 子 基 盤 の 解 明 Author(s) 脇 田, 直 樹 Citation Issue date 2008-03-25 Type URL Thesis or Dissertation http://hdl.handle.net/2298/11101

More information

Title 産 業 化 の 理 論 としてのマーケティング Author(s) 山 下, 裕 子 Citation 一 橋 論 叢, 113(4): 379-398 Issue 1995-04-01 Date Type Departmental Bulletin Paper Text Version publisher URL http://doi.org/10.15057/12225 Right

More information

2015 9

2015 9 JAIST Reposi https://dspace.j Title ウェブページからのサイト情報 作成者情報の抽出 Author(s) 堀, 達也 Citation Issue Date 2015-09 Type Thesis or Dissertation Text version author URL http://hdl.handle.net/10119/12932 Rights Description

More information

stud 戸 時 of 血 e~ 田 e 置 'Ch

stud 戸 時 of 血 e~ 田 e 置 'Ch JAIST Reposi https://dspace.j Title 北 陸 先 端 大 大 学 院 教 育 イニシアティブセンター サ ポートボード 報 告 Author(s) 鍋 田, 智 広 Citation CGEIアニュアルレポート 2010: 201-208 Issue Date 2011-07 Type Research Paper Text version publisher URL

More information

Title 開 化 新 聞 石 川 新 聞 の 出 版 史 的 考 察 : 明 治 初 期 地 方 紙 出 版 の 一 モデル Author(s) 磯 部, 敦 Citation 書 物 出 版 と 社 会 変 容, 1: 143-171 Issue 2006-04-20 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/16581

More information

Hirosaki University Repository Title 古墳時代における えみし の位置付けについて Author(s) 女鹿, 潤哉 Citation 弘前大学國史研究. 110, 2001, p.1-20 Issue Date 2001-03-30 URL http://hdl.handle.net/10129/3227 Rights Text version publisher

More information

- 17 -

- 17 - 戦間期 洋行インテリ の情報共同体 : インターネット Title を活用した情報政治学 Author(s) 加藤, 哲郎 Citation Issue 2007-05 Date Type Research Paper Text Version URL http://hdl.handle.net/10086/13432 Right Hitotsubashi University Repository

More information

xi21-x.dvi

xi21-x.dvi 8 7 1 1 1 2018 12 21 2018 (2) : 50, 67, 60 ( ),, (8 7 1 1),, WWW ( ) (ID ) : WWW :, 1 11 ( ) MIPS x86 Mem[a,b], a b MIPS lw Rt,Imm(Rs) Rt = Mem[ Rs + sx(imm),4] sw Rt,Imm(Rs) Mem[ Rs + sx(imm),4] = Rt

More information

Titleサービス 活 動 の 海 外 進 出 Author(s) 小 島, 清 Citation 駿 河 台 経 済 論 集, 3(2): 1-34 Issue 1994-03 Date Type Departmental Bulletin Paper Text Version publisher URL http://hdl.handle.net/10086/16723 Right Hitotsubashi

More information

Microsoft PowerPoint - NxLec-2010-11-01.ppt

Microsoft PowerPoint - NxLec-2010-11-01.ppt 2010 年 後 学 期 レポート 問 題 計 算 機 アーキテクチャ 第 二 (O) 4. シングルサイクルプロセッサの 実 装 とパイプライン 処 理 大 学 院 情 報 理 工 学 研 究 科 計 算 工 学 専 攻 吉 瀬 謙 二 kise _at_ cs.titech.ac.jp S321 講 義 室 月 曜 日 5,6 時 限 13:20-14:50 1 1. 1から100までの 加 算

More information