view thesis.tex @ 4:00ef3b6ef98a

*** empty log message ***
author akira
date Tue, 04 Mar 2008 19:09:01 +0900
parents 4ee5cef03d5f
children 5cfa596eece1
line wrap: on
line source

%% v1.3 [2003/10/31]
\documentclass[technicalreport]{ieicej}
%\documentclass[technicalreport,usejistfm]{ieicej}
%\usepackage{graphicx}
\usepackage{latexsym}
\usepackage[dvipdfm]{graphicx}
%\usepackage[fleqn]{amsmath}
%\usepackage[psamsfonts]{amssymb}

\def\IEICEJcls{\texttt{ieicej.cls}}
\def\IEICEver{1.3}
\newcommand{\AmSLaTeX}{%
 $\mathcal A$\lower.4ex\hbox{$\!\mathcal M\!$}$\mathcal S$-\LaTeX}
\newcommand{\PS}{{\scshape Post\-Script}}
\def\BibTeX{{\rmfamily B\kern-.05em{\scshape i\kern-.025em b}\kern-.08em
 T\kern-.1667em\lower.7ex\hbox{E}\kern-.125em X}}

\jtitle{Cellアーキテクチャを利用したCbCの応用}
\jsubtitle{}
\etitle{ Conversion to CbC which used the Cell architecture from C }
\esubtitle{}
\authorlist{%
 \authorentry[akira@cr.ie.u-ryukyu.ac.jp]{神里 晃 }{Akira KAMIZATO}{Okinawa}% 
 \authorentry[kono@ie.u-ryukyu.ac.jp]{河野 真治}{Shinji KONO}{Okinawa}% 
}
\affiliate[Okinawa]{琉球大学理工学研究科情報工学専攻\hskip1zw
  〒903-0213 沖縄県西原町千原1番地}
 {Information Engineering,
  University Of Ryukyus\hskip1em
  Senbaru 1, Nishihara , Okinawa,
  903-0213 Japan}
%\affiliate[Tokyo]{琉球大学工学部情報工学専攻\hskip1zw
%  〒903-0213 沖縄県西原町千原1番地}
% {Information Engineering,
%  University Of Ryukyus\hskip1em
%  Senbaru 1, Nishihara , Okinawa,
%  903-0213 Japan}

%\MailAddress{$\dagger$hanako@denshi.ac.jp,
% $\dagger\dagger$\{taro,jiro\}@jouhou.co.jp}

\begin{document}
\begin{jabstract}
我々は状態遷移記述に向いたCの下位言語であるContinuation based C(CbC)を提
案している。今回Cellアーキテクチャ上でのCbCを利用したCellプログラムについて
考察する。CbCはサブルーチンコールは行われず、gotoで接続された状態になるので、依存関係が明白になる。Cよりも自然な形で並列計算にマッピングしやすいという特徴を備えている。
%今回Cellアーキテクチャを利用し、C言語からCbCを利用したCellプ
%ログラムを生成する手法について考察する。本変換で、信頼性の高い並列計算を
%行うシーケンシャルなプログラムを提供することが可能となる.
\end{jabstract}
\begin{jkeyword}
Cell,マルチコア,
\end{jkeyword}
\begin{eabstract}
IEICE (the Institute of Electronics, Information 
and Communication Engineers) provides 
a p\LaTeXe\ class file, named \IEICEJcls\ (ver.\,\IEICEver), 
for the Technical Report of IEICE. 
This document describes how to use the class file, 
and also makes some remarks about typesetting a document by using p\LaTeXe. 
The design is based on ASCII Japanese p\LaTeXe. 
\end{eabstract}
\begin{ekeyword}
p\LaTeXe\ class file, typesetting
\end{ekeyword}
\maketitle

\input{introduction.tex}
\input{cbc.tex}
\input{cell.tex}
\input{multicore.tex}
\input{rendering.tex}
\input{debug.tex}
\input{compare.tex}
\input{finally.tex}
\input{bibitem.tex}
\end{document}