changeset 8:3bc17264bc48

3 page
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 26 Feb 2009 01:49:35 +0900
parents a99baf83bf3b
children b5756a23102d
files yokou.aux yokou.dvi yokou.pdf yokou.tex
diffstat 4 files changed, 20 insertions(+), 24 deletions(-) [+]
line wrap: on
line diff
--- a/yokou.aux	Thu Feb 26 01:37:38 2009 +0900
+++ b/yokou.aux	Thu Feb 26 01:49:35 2009 +0900
@@ -1,19 +1,20 @@
 \relax 
-\@writefile{toc}{\contentsline {section}{\numberline {1}はじめに}{1}}
-\@writefile{toc}{\contentsline {section}{\numberline {2}分散プログラムの問題点}{1}}
-\@writefile{toc}{\contentsline {section}{\numberline {3}Federated Linda}{1}}
-\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}Federated Linda Protocol}{1}}
-\@writefile{toc}{\contentsline {section}{\numberline {4}Protocol Engine}{1}}
-\@writefile{toc}{\contentsline {section}{\numberline {5}Meta Protocol Engine}{1}}
-\bibcite{}{1}
-\bibcite{}{2}
+\citation{aa}
+\citation{bb}
+\@writefile{toc}{\contentsline {section}{\numberline {1}スケーラビリティをデバッグする}{1}}
+\@writefile{toc}{\contentsline {section}{\numberline {2}Federated Linda}{1}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {2.1}Federated Linda Protocol}{1}}
+\@writefile{toc}{\contentsline {section}{\numberline {3}Protocol Engine}{1}}
+\bibcite{aa}{1}
+\@writefile{toc}{\contentsline {section}{\numberline {4}Meta Protocol Engine}{2}}
 \@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Meta Protocol Engine}}{2}}
 \newlabel{mpe}{{1}{2}}
-\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces 3台間のUML}}{2}}
+\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces 3台間の通信}}{2}}
 \newlabel{ringthree}{{2}{2}}
-\@writefile{toc}{\contentsline {section}{\numberline {6}測定}{2}}
-\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces 一周}}{2}}
+\@writefile{toc}{\contentsline {section}{\numberline {5}測定}{2}}
+\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces 接続を含む一周の時間}}{2}}
 \newlabel{metaring}{{3}{2}}
-\@writefile{lof}{\contentsline {figure}{\numberline {4}{\ignorespaces 1000}}{2}}
+\@writefile{lof}{\contentsline {figure}{\numberline {4}{\ignorespaces 千周の平均周回時間}}{2}}
 \newlabel{metaring1000}{{4}{2}}
-\@writefile{toc}{\contentsline {section}{\numberline {7}終わりに}{2}}
+\@writefile{toc}{\contentsline {section}{\numberline {6}まとめと課題}{2}}
+\bibcite{bb}{2}
Binary file yokou.dvi has changed
Binary file yokou.pdf has changed
--- a/yokou.tex	Thu Feb 26 01:37:38 2009 +0900
+++ b/yokou.tex	Thu Feb 26 01:49:35 2009 +0900
@@ -1,7 +1,6 @@
 \documentclass[twocolumn,twoside,9.5pt]{jarticle}
 \usepackage[dvips]{graphicx}
-
-\usepackage{fancyhdr}
+\usepackage{fancyhdr,picins}
 \pagestyle{fancy}
 \lhead{\parpic{\includegraphics[height=1zw,clip,keepaspectratio]{pic/emblem-bitmap.eps}}琉球大学主催 工学部情報工学科 卒業研究発表会}
 \rhead{}
@@ -44,7 +43,7 @@
 本来の通信に影響を及ぼす恐れがある。
 ここでは、スケーラビリティには若干問題があるが、
 本来の通信に影響を与えないように、一つのトークンをリング上に
-流す方法を提案する。本論文ではPCクラスタ上で実際の通信を行ない、100台程度の
+流す方法を提案\cite{aa,bb}している。本論文ではPCクラスタ上で実際の通信を行ない、100台程度の
 分散プログラムでの評価を行なった。
 
 \section{Federated Linda}
@@ -113,7 +112,6 @@
 デバッグ用の通信はLinda Server内部に直接アクセス出来なければ
 ならない。これをLinda Server内のMeta Protocol Engine に
 よって実現する(図\ref{mpe})。
-
 \begin{figure}[htbp]
 \begin{center}
 \includegraphics[scale=0.3]{img/3.eps}
@@ -135,7 +133,6 @@
 3台のLinda Server間でMeta Engineがデータをやり取りする場合
 のUMLシーケンス図は
 図\ref{ringthree}のようになる。
-
 \begin{figure}[htbp]
 \begin{center}
 \includegraphics[scale=0.2]{img/meta_ring_three.eps}
@@ -172,21 +169,19 @@
 \begin{figure}[htbp]
 \begin{center}
 \includegraphics[scale=0.3]{img/metaring1.eps}
-\caption{一周}
+\caption{接続を含む一周の時間}
 \label{metaring}
 \end{center}
 \end{figure}
-
 \begin{figure}[htbp]
 \begin{center}
 \includegraphics[scale=0.3]{img/metaring1.eps}
-\caption{1000}
+\caption{千周の平均周回時間}
 \label{metaring1000}
 \end{center}
 \end{figure}
 
 X軸が台数、Y軸がミリ秒、ラインの色が通信するデータサイズを表す。
-
 両図から見てわかる通り、データの量にはあまり依存する事はなくほぼ同じラインを形作っている。
 データを1周のみした場合は1サイクルあたり約14000ms、一台あたり約140ms掛かっている計算になり、
 それに対し1000周した際に掛かった時間は、1サイクルおよそ60ms、一台につき約0.6msとなっている。
@@ -203,7 +198,7 @@
 
 \thispagestyle{fancy}
 \begin{thebibliography}{9}
-\bibitem {}上里献一, 河野真治 SuciライブラリのスナップショットAPIを利用した並列デバッグツールの設計
-\bibitem {}渕田 良彦, 河野 真治 分散プログラミングモデルFederated Lindaと分散デバッグ
+\bibitem {aa}上里献一, 河野真治 SuciライブラリのスナップショットAPIを利用した並列デバッグツールの設計
+\bibitem {bb}渕田 良彦, 河野 真治 分散プログラミングモデルFederated Lindaと分散デバッグ
 \end{thebibliography}
 \end{document}