view thesis.tex @ 12:b0a2b2ca2123 default tip

update tags
author convert-repo
date Mon, 10 Nov 2008 04:59:52 +0000
parents d277b5dfc1b6
children
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{Cから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[gongo@cr.ie.u-ryukyu.ac.jp]{宮國 渡 }{Wataru MIYAGUNI}{Okinawa} 
 \authorentry[chiaki@cr.ie.u-ryukyu.ac.jp]{杉山 千秋 }{Chiaki SUGIYAMA}{Tokyo} 
 \authorentry[kono@ie.u-ryukyu.ac.jp]{河野 真治}{Shinji KONO}{Tokyo}% 
}
\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アーキテクチャを利用し、C言語からCbCを利用したCellプログラムを生成する手法ついて考察する。本変換で、信頼性の高い並列計算を行うシーケンシャルなプログラムを提供することが可能となる。
\end{jabstract}
\begin{jkeyword}
Cell,マルチコア,
\end{jkeyword}
\begin{eabstract}
We are proposing Continuation based C(CbC), which is a low level language of C.
In this paper, the technique which converted CbC which used the Cell Architecture from C is considered.In this conversion, it can provide sequential program which is reliable parallel calculate.
\end{eabstract}
\begin{ekeyword}
multicore , Cell
\end{ekeyword}
\maketitle

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