Eclipse A Tool Support to Merge Similer Methods with Differences Akira Goto 1 Norihiro Yoshida 2 Masakazu Ioka 1 Katsuro Inoue 1 Abstra

Size: px
Start display at page:

Download "Eclipse A Tool Support to Merge Similer Methods with Differences Akira Goto 1 Norihiro Yoshida 2 Masakazu Ioka 1 Katsuro Inoue 1 Abstra"

Transcription

1 Title 差分を含む類似メソッドの集約支援ツール Author(s) Citation 後藤, 祥 ; 吉田, 則裕 ; 井岡, 正和 ; 井上, 克郎 ソフトウェアエンジニアリングシンポジウム 2012 論文集 P.1-P.6 Issue Date Text Version publisher URL DOI rights ここに掲載した著作物の利用に関する注意本著作物の著作権は情報処理学会に帰属します 本著作物は著作権者である情報処理学会の許可のもとに掲載するものです ご利用に当たっては 著作権法 ならびに 情報処理学会倫理綱領 に従うことをお願いいたします

2 Eclipse A Tool Support to Merge Similer Methods with Differences Akira Goto 1 Norihiro Yoshida 2 Masakazu Ioka 1 Katsuro Inoue 1 Abstract: A method that has identical or similar methods is called similar method. Merging similar methods into a single method is often performed to improve the maintainability of a program. However, it is difficult for a developer to merge similar methods with differences. In this paper, we propose an approach that supports to merge similar methods with differences by showing candidates of merging similar methods. The proposed approach has been implemented as a plugin of Eclipse. In the case study, we applied the proposed approach to actual similar methods in open source projects. As a result, we confirmed useful candidates in the output of the proposed approach by the questionnaire. 1. [11] 2 [2] Template Method Template Method [2]Template Method 1 Osaka University 2 Nara Institute of Science and Technology 4 (2 2 ) 4 () ( 1) ( 1 1) (AST) ( 1 23) ( 1 4) ( 1 5) c 2012 Information Processing Society of Japan 1

3 2012 Fig. 1 1 Overview of the Proposed Approach Fig. 2 2 AST An Example of Indexing for Particular Nodes in AST AST 2 AST Eclipse 2. M A M B AST 2 1 ( ) M A M B AST Eclipse JDT AST AST (Assginment Expression ) () AST AST 1 (ExpressionStatement) (Return- Statement) AST AST 2 N A N B (1) N A N B N A N B AST N A N B N A N B N A N B Block (1) Block (2) (2) Block Block Block [1] AST 3 AST ( 3 ) c 2012 Information Processing Society of Japan 2

4 2012 Fig. 3 3 Detecting Statement-level Differences between Similar Methods 5 Fig. 5 Expansion for Code Fragments 4 Fig. 4 Merging Differences (2.3 ) () i (i + 1) (i 1) (Block ) Block Block M A M B ( A, B ) δ Ai A M A M B δ Bi B 2.3 ( A, B ) 2 M B M A A, B ( A = B = n) E A, E B ( E A = E B = m, 1 m n) A *1 B E A, E B E A, E B C e Ai, e Aj E A (i j) (E B ) D δ Ai A e Aj E A 1 ( B E B ) δ δ include(δ) include(δ) δ AST AST cf δ 5 1 () cf AST () i max i min (i max + 1) (i min 1) *1 [5] Figure.2 c 2012 Information Processing Society of Japan 3

5 2012 cf cf include(δ) cf cf 2 2 () cf AST cf cf include(δ) cf Method Declaration 1 A, B {include(δ A1 ), include(δ A2 ),, include(δ An )} {include(δ B1 ), include(δ B2 ),, include(δ Bn )} include(δ) len(e Ai ) len(m A ) > threshold, len(e Bi) len(m B ) > threshold len(x) x e Ai E A e Bi E B 1 3. Template Method [7] [6], [8] M len(m) M V M V i M V o M F SL x x BSL x x SL int V i V o F T ightness(m) = SL int len(m) F Coverage(M) = 1 V ( x V i F SL x len(m) + x V o BSL x len(m) ) F Overlap(M) = 1 V ( x V i SL int F SL x + x V o SL int BSL x ) Eclipse Ant ANTLR 2 1 *2 *2 Ant : executedrawoperation (Arc,Ellipse ) ANTLR : generrorhandler (CppCodeGenerator,JavaCodeGenerator ) c 2012 Information Processing Society of Japan 4

6 Fig. 6 A Screenshot of the Tool (ARSC) 2 (AP) [1] A P (A i ) A i AP = 1 A P (A i ) (1) A i=1 5.2 Ant 23 ANTLR 34 Ant 14 ANTLR 6 ANTLR Ant 0.5 Ant ANTLR Table 1 Result of the Questionnaire ARSC AP FTightness Ant FCoverage FOverlap FTightness ANTLR FCoverage FOverlap c 2012 Information Processing Society of Japan 5

7 COB [9], [10] [9] Juillerat Template Method [4] Template Method Hotta [3]Hotta Template Method AST 1 A: C) : [1] Baeza-Yates, R. and Ribeiro-Neto, B.: Modern Information Retrieval, Addison Wesley, second edition (2011). [2] Fowler, M.: Refactoring: Improving the Design of Existing Code, Addison Wesley (1999). [3] Hotta, K., Higo, Y. and Kusumoto, S.: Identifying, Tailoring, and Suggesting Form Template Method Refactoring Opportunities with Program Dependence Graph, Proc. of CSMR2012, pp (2012). [4] Juillerat, N. and Hirsbrunner, B.: Toward an Implementation of the Form Template Method Refactoring, Proc. of SCAM2007, pp (2007). [5] Murphy-hill, E. and Black, A. P.: Breaking the barriers to successful refactoring: observations and tools for extract method, Proc. of ICSE2008, pp (2008). [6] Ott, L. M. and Thuss, J. J.: Slice Based Metrics for Estimating Cohesion, Proc. of METRICS1993, pp (1993). [7] Stevens, W. P., Myers, G. J. and Constatine, L. L.: Structured design, IBM Syst.J, Vol. 13, No. 2, pp (1974). [8] Weiser, M.: Program slicing, Proc. of ICSE1981, pp (1981). [9] COB Template Method Vol. 111, No. 169, pp (2011). [10] XVIIpp (2010). [11] (D)Vol. J91-D, No. 6, pp (2008). 3 c 2012 Information Processing Society of Japan 6

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

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

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 大 阪 大 学 教 育 学 年 報. 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

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

韓 国 人 留 学 生 のライフストーリーから 見 た 日 本 人 学 生 と 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

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

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

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) 米 原, 謙 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

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

Fig. 3 3 Types considered when detecting pattern violations 9)12) 8)9) 2 5 methodx close C Java C Java 3 Java 1 JDT Core 7) ) S P S

Fig. 3 3 Types considered when detecting pattern violations 9)12) 8)9) 2 5 methodx close C Java C Java 3 Java 1 JDT Core 7) ) S P S 1 1 1 Fig. 1 1 Example of a sequential pattern that is exracted from a set of method definitions. A Defect Detection Method for Object-Oriented Programs using Sequential Pattern Mining Goro YAMADA, 1 Norihiro

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

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

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

Title からだから遠く : からだトーク 2014 Author(s) 佐久間, 新 ; 本間, 直樹 ; 菊竹, 智之 Citation Communication-Design. 13 P.23-P.47 Issue 2015-09-30 Date Text Version publisher URL http://hdl.handle.net/11094/53841 DOI Rights

More information

Title 戦 時 下 における 教 育 紙 芝 居 の 上 演 現 場 : 口 頭 芸 と 国 家 の 関 係 をめぐる 一 考 察 Author(s) 真 鍋, 昌 賢 Citation 待 兼 山 論 叢. 日 本 学 篇. 32 P.1-P.24 Issue 1998 Date Text Version publisher URL http://hdl.handle.net/11094/56552

More information

Title 江 戸 時 代 における 中 国 絵 画 受 容 の 問 題 : 池 大 雅 の 款 記 に 見 られる 写 意 をめぐって Author(s) 濱 住, 真 有 Citation 待 兼 山 論 叢. 美 学 篇. 44 P.1-P.27 Issue 2010-12-24 Date Text Version publisher URL http://hdl.handle.net/11094/5067

More information

モ ~b.

モ ~b. Title 織田作之助 それでも私は行く 論 : 京都日日新聞 を手がかりに Author(s) 斎藤, 理生 Citation 國語と國文學. 89(10) P.33-P.47 Issue 2012-10 Date Text Version publisher URL http://hdl.handle.net/11094/56972 DOI Rights Osaka University モ ~b.

More information

Title 中岡省治名誉教授に聞く - 大阪外国語大学の思い出 -(1) Author(s) 進藤, 修一 ; 菅, 真城 Citation 大阪大学世界言語研究センター論集. 3 P.285-P.312 Issue 2010-03-11 Date Text Version publisher URL http://hdl.handle.net/11094/3526 DOI Rights Osaka

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

Title 原始 古代における弓の発達 : とくに弭の形態を中心に Author(s) 松木, 武彦 Citation 待兼山論叢. 史学篇. 18 P.1-P.22 Issue 1984 Date Text Version publisher URL http://hdl.handle.net/11094/47989 DOI Rights Osaka University ~ '~ ~

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

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

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

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からグスタヴ2 世 アードルフ 期 におけるスウェーデン 軍 制 の 展 開 Author(s) 古 谷, 大 輔 Citation 大 阪 大 学 世 界 言 語 研 究 センター 論 集. 3 P.1-P.28 Issue 2010-03-11 Date Text Version publisher URL http://hdl.handle.net/11094/8974

More information

[?~ζ

[?~ζ Title 風 の 変 貌 : ワーズワスの 詩 的 想 像 力 をめぐって Author(s) 斉 藤, 隆 文 Citation 待 兼 山 論 叢. 文 学 篇. 12 P.5-P.21 Issue 1978 Date Text Version publisher URL http://hdl.handle.net/11094/47750 DOI Rights Osaka University

More information

(1) a. He has gone already. b. He hasn't gone yet. c. Has he gone yet?

(1) a. He has gone already. b. He hasn't gone yet. c. Has he gone yet? Title yet についての 一 考 察 : yet, already, still, だ と もう Author(s) 吉 村, あき 子 Citation Osaka Literary Review. 28 P.16-P.29 Issue 1989-12-20 Date Text Version publisher URL http://hdl.handle.net/11094/25546 DOI

More information

Title 科挙と宋代社会 : その下第士人問題 Author(s) 川上, 恭司 Citation 待兼山論叢. 史学篇. 21 P.1-P.27 Issue 1987 Date Text Version publisher URL http://hdl.handle.net/11094/48050 DOI Rights Osaka University '--'

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

日 本 に 定 住 する 中 国 人 はなぜ 地 域 の 日 本 語 教 室 をやめる Titleのか : 学 習 者 の 背 後 にある 社 会 的 環 境 からその 原 因 を 見 る Author(s) 周, 萍 Citation 阪 大 日 本 語 研 究. 22 P.143-P.171 Issue 2010-02 Date Text Version publisher URL http://hdl.handle.net/11094/11334

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

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 研究年報, 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

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 中 国 語 の 語 りにおける 知 覚 動 詞 の 用 法 について Author(s) 今 井, 敬 子 Citation 人 文 論 集. 57(1), p. A49-A66 Issue Date 2006-07-31 URL http://doi.org/10.14945/00001112

More information

Title 占領期における戦争責任論 Author(s) 吉田, 裕 Citation 一橋論叢, 105(2): 121-138 Issue 1991-02-01 Date Type Departmental Bulletin Paper Text Version publisher URL http://doi.org/10.15057/12550 Right Hitotsubashi University

More information

227 study

227 study Title 近 世 後 期 江 戸 における 知 識 人 社 会 と 考 証 研 究 Author(s) 小 林, 幸 夫 Citation 大 学 院 教 育 改 革 支 援 プログラム 日 本 文 化 研 究 の 国 際 的 情 報 伝 達 スキルの 育 成 活 動 報 告 書 Issue Date 2009-03-31 URL http://hdl.handle.net/10083/35352

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 無 : 道 家 的 宇 宙 論 の 展 開 Author(s) 荒 川, 紘 Citation 人 文 論 集. 52(1), p. 1-22 Issue Date 2001-07-31 URL http://doi.org/10.14945/00000419 Version

More information

Title 人も歩けばコミュニケーションにあたる : お遍路コミュニケーションの可能性 Author(s) 森栗, 茂一 Citation Communication-Design. 5 P.65-P.79 Issue 2011-09 Date Text Version publisher URL http://hdl.handle.net/11094/9270 DOI Rights Osaka University

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

Vol.61 No.1 June 2011

Vol.61 No.1 June 2011 Title 戦 時 期 における 陸 軍 委 託 研 究 に 関 する 資 料 Author(s) 沢 井, 実 Citation 大 阪 大 学 経 済 学. 61(1) P.150-P.161 Issue 2011-06 Date Text Version publisher URL http://hdl.handle.net/11094/51779 DOI Rights Osaka University

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

Title アナトリアの 初 期 農 耕 文 化 と 偶 像 : チャタルフユック 出 土 偶 像 の 意 味 Author(s) 丹 司, 正 子 Citation 待 兼 山 論 叢. 美 学 篇. 16 P.21-P.46 Issue 1982 Date Text Version publisher URL http://hdl.handle.net/11094/48157 DOI Rights

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

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

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

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 一 橋 論 叢, 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

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 産 業 精 神 保 健 の 歴 史 (2) : 1980 年 代 から1990 年 代 前 半 まで Author(s) 荻 野, 達 史 Citation 人 文 論 集. 62(1), p. 21-40 Issue Date 2011-07-27 URL http://dx.doi.org/10.14945/00006179

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 私立大学の任期制教員の現状 : ヒアリング調査から Author(s) 佐藤, 龍子 Citation 静岡大学教育研究. 7, p. 37-45 Issue Date 2011-03-15 URL http://doi.org/10.14945/00005603 Version

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

Title セブンリベラルアーツとはどこから来た何ものか Author(s) 半田, 智久 Citation お茶の水女子大学人文科学研究 Issue Date 2010-03-30 URL http://hdl.handle.net/10083/48997 Rights Resource Type Departmental Bulletin Paper Resource Version publisher

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title Emersonの'The American Scholar'について Author(s) 重 松, 宗 育 Citation 人 文 論 集. 26, p. A59-A77 Issue Date 1975-12-25 URL http://doi.org/10.14945/00008654

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

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 秦 漢 の 兵 制 について : 地 方 軍 を 中 心 として Author(s) 重 近, 啓 樹 Citation 人 文 論 集. 36, p. 31-70 Issue Date 1986-01-31 URL http://doi.org/10.14945/00004031

More information

Input image Initialize variables Loop for period of oscillation Update height map Make shade image Change property of image Output image Change time L

Input image Initialize variables Loop for period of oscillation Update height map Make shade image Change property of image Output image Change time L 1,a) 1,b) 1/f β Generation Method of Animation from Pictures with Natural Flicker Abstract: Some methods to create animation automatically from one picture have been proposed. There is a method that gives

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 大学生における孤独感と自己意識 Author(s) 諸井, 克英 Citation 実験社会心理学研究. 26(2), p. 151-161 Issue Date 1987-02 URL http://hdl.handle.net/10297/3914 Version

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

Title 幕末泉州における豪商の思想 : 里井浮丘関係文書拾遺 Author(s) 青木, 善子 Citation 待兼山論叢. 史学篇. 10 P.57-P.77 Issue 1977 Date Text Version publisher URL http://hdl.handle.net/11094/47970 DOI Rights Osaka University ~~ 末泉州における公商の思想

More information

2

2 Copyright 2008 Nara Institute of Science and Technology / Osaka University 2 Copyright 2008 Nara Institute of Science and Technology / Osaka University CHAOS Report in US 1994 http://www.standishgroup.com/sample_research/

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

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

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 韓 国 映 像 文 化 における 歴 史 イメージ Author(s) 大 原, 志 麻 Citation アジア 研 究. 9, p. 39-57 Issue Date 2014-03 URL http://doi.org/10.14945/00007805 Version

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 1930 年 代 メキシコにおける 日 本 エビトロール 漁 業 と 日 墨 米 三 国 関 係 に 関 する 研 究 Author(s) 杉 山, 茂 Citation p. 1-116 Issue Date 2008-04 URL http://hdl.handle.net/10297/3029

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 磁 気 を 併 用 した 生 体 電 気 インピーダンスCTの 開 発 研 究 Author(s) 竹 前, 忠 Citation p. 1-65 Issue Date 2006-03 URL http://hdl.handle.net/10297/3041 Version

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

133

133 Hirosaki University Repository Title 裁 判 員 裁 判 の 更 生 治 癒 効 果 に 関 する 試 論 Author(s) 飯, 考 行 Citation 人 文 社 会 論 叢. 社 会 科 学 篇. 24, 2010, p.133-15 Issue Date 2010-08-31 URL http://hdl.handle.net/10129/3797 Rights

More information

Title 矛盾の神話研究について Author(s) 桑島, 由美子 Citation 一橋研究, 16(3): 221-230 Issue 1991-10-31 Date Type Departmental Bulletin Paper Text Version publisher URL http://doi.org/10.15057/5933 Right Hitotsubashi University

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 自 然 法 論 あるいは 永 遠 のシジフォス Author(s) 南, 利 明 Citation 静 岡 大 学 法 経 研 究. 24(1), p. 1-82 Issue Date 1975-10-31 URL http://doi.org/10.14945/00003571

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 四 川 省 県 政 人 員 訓 練 所 についての 一 考 察 Author(s) 今 井, 駿 Citation 人 文 論 集. 55(1), p. A29-A50 Issue Date 2004-07-30 URL http://doi.org/10.14945/00000481

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title ライフスタイルの選択に中立な税制 : 配偶者控除 配偶者特別控除を中心にして Author(s) 中澤, 秀一 Citation 静岡大学経済研究. 8(2), p. 67-78 Issue Date 2003-10-31 URL http://doi.org/10.14945/00008589

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

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 映 像 文 化 における 日 韓 ジェンダー 比 較 Author(s) 大 原, 志 麻 Citation アジア 研 究. 7, p. 41-60 Issue Date 2012-03 URL http://doi.org/10.14945/00006541 Version

More information

Hirosaki University Repository Title 監 査 法 人 の 未 来 像 : 監 査 法 人 の 研 究 Author(s) 柴 田, 英 樹 Citation 人 文 社 会 論 叢. 社 会 科 学 篇. 23, 2010, p.67-99 Issue Date 2010-02-28 URL http://hdl.handle.net/10129/3261 Rights

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title パウル ツェラーンにおける 言 語 の 諸 相 Author(s) 森, 治 Citation 人 文 論 集. 38, p. 65-102 Issue Date 1988-01-31 URL http://doi.org/10.14945/00003099 Version

More information

Title < 史 料 紹 介 > 戦 国 末 期 から 近 世 初 期 の 平 野 郷 関 係 史 料 に ついて Author(s) 本 城, 正 徳 Citation 待 兼 山 論 叢. 史 学 篇. 13 P.49-P.65 Issue 1979 Date Text Version publisher URL http://hdl.handle.net/11094/48005 DOI Rights

More information

Title 財 政 と 統 制 経 済 Author(s) 木 村, 元 一 Citation 一 橋 論 叢, 17(1/2): 49-72 Issue 1947-02-01 Date Type Departmental Bulletin Paper Text Version publisher URL http://doi.org/10.15057/4716 Right Hitotsubashi

More information

Title 椰 子 の 實 : 詩 と 科 学 Author(s) 山 本, 和 平 Citation 一 橋 論 叢, 61(2): 143-154 Issue 1969-02-01 Date Type Departmental Bulletin Paper Text Version publisher URL http://hdl.handle.net/10086/2534 Right Hitotsubashi

More information

文を綴る、文を作る

文を綴る、文を作る Nara Women's University Digital I Title 文 を 綴 る 文 を 作 る Author(s) 奥 村, 悦 三 Citation 叙 説, 第 29 号, pp.10-27 Issue Date 2001-12-01 Description URL http://hdl.handle.net/10935/1430 Textversionpublisher This

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 古 第 三 紀 における 気 候 変 動 : 近 年 の 研 究 動 向 Author(s) 八 木 下, 晃 司 Citation 静 岡 大 学 地 球 科 学 研 究 報 告. 30, p. 47-58 Issue Date 2003-07 URL http://doi.org/10.14945/00000397

More information

Titleグローバル 化 金 融 経 済 危 機 と 生 活 保 障 システム Author(s) 大 沢, 真 理 Citation ジェンダー 研 究 : お 茶 の 水 女 子 大 学 ジェンダー 研 究 セン ター 年 報 Issue Date 2012-03-21 URL http://hdl.handle.net/10083/52607 Rights Resource Type Departmental

More information

Title 女性首長と軍事権 Author(s) 清家, 章 Citation 待兼山論叢. 史学篇. 32 P.25-P.47 Issue 1998 Date Text Version publisher URL http://hdl.handle.net/11094/48104 DOI Rights Osaka University ~ 応淡鮫司 新納泉

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 文 化 産 業 論 再 考 : 大 衆 文 化 の 理 論 のために Author(s) 中 尾, 健 二 Citation 静 岡 大 学 教 養 部 研 究 報 告. 人 文 社 会 科 学 篇. 26(2), p. 24 226 Issue Date 1991-03-10

More information

Title 中 河 与 一 作 品 年 譜 : 大 正 四 年 ~ 昭 和 三 年 Author(s) 石 川, 偉 子 Citation 言 語 社 会, 2: 354-373 Issue 2008-03-31 Date Type Departmental Bulletin Paper Text Version publisher URL http://doi.org/10.15057/16512

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 野 沢 温 泉 村 観 光 ヒアリング 調 査 報 告 Author(s) 狩 野, 美 知 子 ; 大 脇, 史 恵 Citation 地 域 研 究. 6, p. 1-14 Issue Date 2015-03-15 URL http://doi.org/10.14945/00008140

More information

Title 封建都市の変容と都市共同体 Author(s) 豊田, 武 Citation 一橋論叢, 33(1): 1-17 Issue 1955-01-01 Date Type Departmental Bulletin Paper Text Version publisher URL http://doi.org/10.15057/4195 Right Hitotsubashi University

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title モンゴル 人 ジェノサイドに 利 用 された 強 制 的 な 自 白 Author(s) 楊, 海 英 ; 阿 日 査 Citation 人 文 論 集. 64(1-2), p. A21-A130 Issue Date 2014-01-31 URL http://doi.org/10.14945/00007647

More information

唱 歌 集 の 中 の 外 国 曲 : 小 学 校 唱 歌 集 を 中 心 として Title (2) Author(s) 櫻 井, 雅 人 Citation 言 語 文 化, 42: 3-13 Issue 2005-12-25 Date Type Departmental Bulletin Paper Text Version publisher URL http://doi.org/10.15057/15504

More information

Hirosaki University Repository Title キリシタン禁令 の研究 Author(s) 安野, 眞幸 Citation Issue Date 1984-07-01 URL http://hdl.handle.net/10129/2069 本文データは吉川弘文館の許諾に基づき複製したもの Rights である Text version publisher http://repository.ul.hirosaki-

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title がん 経 験 者 の 語 りにみる 毛 髪 および 体 毛 に 関 する 経 験 に ついて Author(s) 白 井, 千 晶 Citation 人 文 論 集. 65(2), p. A41-A59 Issue Date 2015-01-30 URL http://doi.org/10.14945/00008090

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title ミヒャエル エンデ モモ における 時 間 の 本 質 につい て Author(s) 小 林, 良 孝 Citation 人 文 論 集. 53(1), p. A97-A150 Issue Date 2002-07-31 URL http://doi.org/10.14945/00000437

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title バブル 経 済 の 崩 壊 と 日 本 経 済 の 本 質 Author(s) 桜 井, 良 治 Citation 法 經 論 集. 71, p. 56-28 Issue Date 1993-11-30 URL http://doi.org/10.14945/00004892

More information

Titleマオリの 島 の 片 隅 で Author(s) 管, 啓 次 郎 Citation 言 語 社 会, 1: 73-88 Issue 2007-03-31 Date Type Departmental Bulletin Paper Text Version publisher URL http://hdl.handle.net/10086/15478 Right Hitotsubashi

More information

53

53 SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 浜松の戦争遺跡 Author(s) 竹内, 康人 Citation 浜松の戦争遺跡を探る. - ( 静岡大学公開講座ブックレット ; 2). p. 53-75 Issue Date 2009-11-20 URL http://hdl.handle.net/10297/4935

More information