Mercurial > hg > Papers > 2012 > kazz-master
changeset 1:d50fdef3ebd5
add title
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 02 Feb 2012 08:19:43 +0900 |
parents | 70623c622232 |
children | bc5a55ce5e8d 2190c9ce3b66 |
files | paper/chapter1.tex paper/chapter2.tex paper/chapter3.tex paper/introduciton.tex paper/master_paper.tex |
diffstat | 5 files changed, 44 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/paper/chapter1.tex Sat Jan 14 00:11:59 2012 +0900 +++ b/paper/chapter1.tex Thu Feb 02 08:19:43 2012 +0900 @@ -1,4 +1,34 @@ -\chapter{序論} +\chapter{Federated Linda の実装により得られた知見} + +\section{Federated Linda} +本研究室では、自然に分散プログラミングが書けるようなプログラミングモデルとして、グローバルな ID を持たない連邦型タプルスペース(以下 Federated Linda と記す)を提案してきた。 + +\subsection{Linda} +Linda は、タプルという ID で番号づけられたデータの集合を、以下の API (表\ref{tb:lindaApi}) -\section{はじめに} -はじめに +\begin{table} +\caption{Linda API} +\label{tb:lindaApi} +\begin{center} +\begin{tabular} {|l|l|} + \hline + {\bf API}&{\bf 概要}\\ + \hline + in(id)&タプルスペースからタプルを取り出す。\\&タプルスペースにタプルは残らない。\\ + \hline + read(id)&タプルスペースからタプルを取り出す。\\&タプルスペースにタプルが残る。\\ + \hline + out(id,data)&タプルスペースへタプルを書きこむ。\\ + \hline +\end{tabular} +\end{center} +\end{table} + +\subsection{Federated Linda} + + + +\section{Federated Linda の分散プログラミング} + + +\section{研究背景と目的}
--- a/paper/chapter2.tex Sat Jan 14 00:11:59 2012 +0900 +++ b/paper/chapter2.tex Thu Feb 02 08:19:43 2012 +0900 @@ -1,4 +1,5 @@ -\chapter{議論} +\chapter{Alice の設計} -\section{はじめに} +\section{分散プログラミング} はじめに +
--- a/paper/chapter3.tex Sat Jan 14 00:11:59 2012 +0900 +++ b/paper/chapter3.tex Thu Feb 02 08:19:43 2012 +0900 @@ -1,5 +1,5 @@ -\chapter{結論} +\chapter{Alice の設計} -\section{はじめに} +\section{分散プログラミング} はじめに
--- a/paper/introduciton.tex Sat Jan 14 00:11:59 2012 +0900 +++ b/paper/introduciton.tex Thu Feb 02 08:19:43 2012 +0900 @@ -3,3 +3,7 @@ \section{研究背景と目的} 研究背景と目的 + +\section{論文の構成} +論文の構成 +
--- a/paper/master_paper.tex Sat Jan 14 00:11:59 2012 +0900 +++ b/paper/master_paper.tex Thu Feb 02 08:19:43 2012 +0900 @@ -6,7 +6,7 @@ \input{dummy.tex} %% font -\jtitle{タイトル!!} +\jtitle{分散ネットワークフレームワーク Alice の提案と実装} \etitle{} \year{平成23年度} \affiliation{\center% @@ -25,7 +25,7 @@ \end{minipage}} \markleftfoot{% 左下に挿入 \begin{minipage}{.8\textwidth} - タイトル!! + 分散ネットワークフレームワーク Alice の設計と実装 \end{minipage}} \newcommand\figref[1]{図 \ref{fig:#1}}