Mercurial > hg > Papers > 2022 > ikki-master
changeset 27:3f39907150c5
tweak
author | ichikitakahiro <e165713@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 10 Feb 2022 19:20:41 +0900 |
parents | 2bba3749e1f1 |
children | 7174f22ed695 |
files | .DS_Store Paper/Ikki_master.pdf Paper/chapter/2-CbC.tex Paper/info.toml Paper/master_paper.sty Paper/master_paper.tex slide/thesis.html slide/thesis.md slide/thesis.pdf.html |
diffstat | 9 files changed, 16 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/Paper/chapter/2-CbC.tex Thu Feb 10 13:46:28 2022 +0900 +++ b/Paper/chapter/2-CbC.tex Thu Feb 10 19:20:41 2022 +0900 @@ -42,7 +42,7 @@ 今回のソースコードでは、 mainから二つのint型のDataGearの入力と共にCG1へgotoで遷移、 続いてCG2へCG1での処理結果をDataGearとして引き渡し遷移、 -最後にexitをするという流れとなる。 +最後にexitをするという流れとなる。 \lstinputlisting[label=src:cbc_sample, caption=CbCの例題]{src/CbC_sample.cbc}
--- a/Paper/info.toml Thu Feb 10 13:46:28 2022 +0900 +++ b/Paper/info.toml Thu Feb 10 19:20:41 2022 +0900 @@ -1,8 +1,8 @@ -author = "牧瀬 紅莉栖" -user_id = "155730B" +author = "一木貴裕" +user_id = "208573K" -title = "側頭葉に蓄積された記憶に関する神経パルス信号の解析" -title_en = "the neural pulse signals of memories stored in the temporal lobe and the theory of turning analog memories into digital patterns" +title = "GearsOSの分散ファイルシステム設計" +title_en = "Distributed File System Design for GearsOS" abstract = """ 人間の記憶は大脳皮質の側頭葉に記録される。 @@ -35,4 +35,3 @@ #supervisor = "nagayama" #長山研 #supervisor = "nagayan" #長田研 #supervisor = "kunita" #國田研 -
--- a/Paper/master_paper.sty Thu Feb 10 13:46:28 2022 +0900 +++ b/Paper/master_paper.sty Thu Feb 10 19:20:41 2022 +0900 @@ -192,7 +192,9 @@ } \newcommand{\makecommission} { - \null + \noindent + 論文題目:GearsOSの分散ファイルシステム設計\newline + 氏\hspace{4ex}名: 一木 貴裕 \vspace*{4.5cm} \begin{center} 本論文は、修士(工学)の学位論文として適切であると認める。 @@ -207,7 +209,7 @@ \bf\commission \vskip 3 em \underline{ 印}\\ - (主 査) 山田 孝治 + (主 査) 山田 孝治 \vskip 2 em \underline{ 印}\\ (副 査) 岡﨑 威生
--- a/Paper/master_paper.tex Thu Feb 10 13:46:28 2022 +0900 +++ b/Paper/master_paper.tex Thu Feb 10 19:20:41 2022 +0900 @@ -69,6 +69,7 @@ \pagenumbering{roman} \setcounter{page}{0} +\newpage \makecommission %\input{chapter/signature.tex}
--- a/slide/thesis.html Thu Feb 10 13:46:28 2022 +0900 +++ b/slide/thesis.html Thu Feb 10 19:20:41 2022 +0900 @@ -622,7 +622,7 @@ <li>文字列送信側とCount側を別ノード上で行うことで、ファイルの呼び出しと通信処理が構成できる</li> </ul> <div style="text-align: center;"> - <img src="images/wordCountDGM.pdf" alt="リモートDGMによるWordCount" width="800" /> + <img src="images/slideGearsWC.pdf" alt="リモートDGMによるWordCount" width="800" /> </div> @@ -634,7 +634,7 @@ <h2 id="gearsfile-apiによるwordcount13">GearsFile APIによるWordCount(1/3)</h2> <ul> <li>FileOpen側(NodeA)とWordCount側(NodeB)でノードが別れる</li> - <li>(手順1)FileOpen側はFilePloxyに文字列をputする</li> + <li>(手順1)FileOpen側はFilePloxyにDataRecordをputする</li> <li>(手順2)WordCount側は処理の後、ackを返信する</li> </ul> <div style="text-align: center;">
--- a/slide/thesis.md Thu Feb 10 13:46:28 2022 +0900 +++ b/slide/thesis.md Thu Feb 10 19:20:41 2022 +0900 @@ -279,14 +279,14 @@ - ファイル内の文字列を1行づつ受け取り、文字列,行数をカウントする例題 - 文字列送信側とCount側を別ノード上で行うことで、ファイルの呼び出しと通信処理が構成できる <div style="text-align: center;"> - <img src="images/wordCountDGM.pdf" alt="リモートDGMによるWordCount" width="800"> + <img src="images/slideGearsWC.pdf" alt="リモートDGMによるWordCount" width="800"> </div> ## GearsFile APIによるWordCount(1/3) - FileOpen側(NodeA)とWordCount側(NodeB)でノードが別れる -- (手順1)FileOpen側はFilePloxyに文字列をputする +- (手順1)FileOpen側はFilePloxyにDataRecordをputする - (手順2)WordCount側は処理の後、ackを返信する <div style="text-align: center;"> <img src="images/slideGearsWC.pdf" alt=ChristieAPIによるWordCount width="800">
--- a/slide/thesis.pdf.html Thu Feb 10 13:46:28 2022 +0900 +++ b/slide/thesis.pdf.html Thu Feb 10 19:20:41 2022 +0900 @@ -606,7 +606,7 @@ <li>文字列送信側とCount側を別ノード上で行うことで、ファイルの呼び出しと通信処理が構成できる</li> </ul> <div style="text-align: center;"> - <img src="images/wordCountDGM.pdf" alt="リモートDGMによるWordCount" width="800" /> + <img src="images/slideGearsWC.pdf" alt="リモートDGMによるWordCount" width="800" /> </div> @@ -618,7 +618,7 @@ <h2 id="gearsfile-apiによるwordcount13">GearsFile APIによるWordCount(1/3)</h2> <ul> <li>FileOpen側(NodeA)とWordCount側(NodeB)でノードが別れる</li> - <li>(手順1)FileOpen側はFilePloxyに文字列をputする</li> + <li>(手順1)FileOpen側はFilePloxyにDataRecordをputする</li> <li>(手順2)WordCount側は処理の後、ackを返信する</li> </ul> <div style="text-align: center;">