view paper/main.tex @ 2:09b689ba5d70

add index
author Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp>
date Mon, 01 Feb 2016 18:30:49 +0900
parents 4dc056cecb6c
children a97aa059242f
line wrap: on
line source

\documentclass[a4j,12pt]{jreport}
\usepackage[dvips]{graphicx}
\usepackage{mythesis}
\usepackage{multirow}
\usepackage{here}
\setlength{\itemsep}{-1zh}
\title{分散フレームワークAliceのPC画面配信システムへの応用}
\icon{
		\includegraphics[width=80mm,bb=0 0 595 842]{fig/ryukyu.pdf}
	}
\year{平成27年度 卒業論文}
\belongto{琉球大学工学部情報工学科}
\author{照屋 のぞみ  \\ 指導教員 {河野 真治} }
%%
%% プリアンブルに記述
%% Figure 環境中で Table 環境の見出しを表示・カウンタの操作に必要
%%
\makeatletter
\newcommand{\figcaption}[1]{\def\@captype{figure}\caption{#1}}
\newcommand{\tblcaption}[1]{\def\@captype{table}\caption{#1}}
\makeatother
\setlength\abovecaptionskip{0pt}

\begin{document}

% タイトル
\maketitle
\baselineskip 17pt plus 1pt minus 1pt

\pagenumbering{roman}
\setcounter{page}{0}

\tableofcontents	% 目次
\listoffigures		% 図目次
\listoftables		% 表目次

%以下のように、章ごとに個別の tex ファイルを作成して、
% main.tex をコンパイルして確認する。
%章分けは個人で違うので下のフォーマットを参考にして下さい。

% はじめに
\chapter{序論}
\section{研究背景と目的}

% 基礎概念
\chapter{分散フレームワークAliceの概要}
\section{Code Segment と Data Segment}
\section{Data Segment Manager}
\section{Data Segment API}
\section{Code Segmentの記述方法}
\section{Computetion と Meta Computation}
\section{Aliceが持つMeta Computation}
\subsection{Topology Manager}
\subsection{Keep Alice}
\subsection{Closed Event Manager}

% AliceVNC
\chapter{AliceVNC}
\section{TreeVNC}
\section{AliceVNCで用いるMeta Computation}
\section{圧縮のMeta Computationの追加}
\section{Topology Managerの複数対応}

% 実験
\chapter{評価と考察}
\section{性能比較}
\section{コード量比較}
\section{コードの複雑度比較}
\section{他言語等との比較}
\subsection{Erlang}
\subsection{Akka}

% 今後の課題
\chapter{結論}
\section{まとめ}
\section{今後の課題}

% 参考文献
\chapter{参考文献}
\input{bibliography.tex}

% 謝辞
\chapter{謝辞}
\input{thanks.tex}

% 付録
%\input{appendix.tex}

\end{document}