changeset 64:663ef31f734f

fix
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Mon, 24 Feb 2014 03:07:57 +0900
parents ea337d86686c
children 1ff5dde6decf
files paper/chapter2.tex paper/chapter3.tex
diffstat 2 files changed, 11 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/paper/chapter2.tex	Mon Feb 24 02:35:45 2014 +0900
+++ b/paper/chapter2.tex	Mon Feb 24 03:07:57 2014 +0900
@@ -20,6 +20,8 @@
 \end{figure}
 
 
+\section{Cerium Task Manager の利用方法}
+
 input Data で格納して 2 つの数を乗算し、output data に格納する multiply という例題がある。
 その例題の Task 生成部分を以下に示す。
 
@@ -49,7 +51,7 @@
         \hline
         set\_inData & Task への入力データのアドレスを追加 \\
         \hline
-        set\_outData & Task への入力データのアドレスを追加 \\
+        set\_outData & Task への出力データのアドレスを追加 \\
         \hline
         set\_param & Task へ値を一つ渡す。ここでは length \\
         \hline
--- a/paper/chapter3.tex	Mon Feb 24 02:35:45 2014 +0900
+++ b/paper/chapter3.tex	Mon Feb 24 03:07:57 2014 +0900
@@ -247,17 +247,21 @@
 \label{fig:includeiotask}
 \end{figure}
 
-力任せ法と Boyer-Moore String Search では以下の表のようになる。
-実験環境は Mac OS X 10.9、memory 16GB で実験して、ファイルの大きさは 10GB である。
+力任せ法と Boyer-Moore String Search を比較してみた。以下に実験環境と結果を示す。(表\ref{table:search})
+\begin{itemize}
+\item Mac OS X 10.9.1
+\item 2*2.66 GHz 6-Core Intel Xeon
+\item file size 10GB
+\end{itemize}
 
 \begin{tiny}
   \begin{table}[ht]
     \begin{center}
       \label{table:search}
       \small
-      \begin{tabular}[t]{c|l}
+      \begin{tabular}[t]{c|r}
         \hline
-        mode & 処理速度(s)\\
+        文字列検索アルゴリズム & 処理速度(s)\\
         \hline
         力任せ法 & 11.792 \\
         \hline