diff sigos.tex @ 1:d8e18a6472a6

first
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 21 Mar 2009 19:15:03 +0900
parents
children d428bfbe24de
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sigos.tex	Sat Mar 21 19:15:03 2009 +0900
@@ -0,0 +1,86 @@
+\documentclass[techrep]{ipsjpapers}
+\usepackage[dvipdfm]{graphicx}
+\usepackage{url}
+
+% \input{dummy.tex} %% Font 
+
+% ユーザが定義したマクロなど.
+\makeatletter
+
+\begin{document}
+
+% 和文表題
+\title{Cell Task Manager Cerium のSPU内データ管理}
+% 英文表題
+\etitle{}
+
+% 所属ラベルの定義
+\affilabel{1}{琉球大学理工学研究科情報工学専攻 \\Interdisciplinary Infomation Engineering, Graduate School of Engineering and Science, University of the Ryukyus.}
+\affilabel{2}{琉球大学工学部情報工学科\\Infomation Engineering, University of the Ryukyus.}
+\affilabel{3}{琉球大学理工学研究科情報工学専攻 \\Interdisciplinary Infomation Engineering, Graduate School of Engineering and Science, University of the Ryukyus.}
+\affilabel{4}{琉球大学工学部情報工学科\\Infomation Engineering, University of the Ryukyus.}
+
+% 和文著者名
+\author{
+  多賀野海人\affiref{4}\and
+  宮國 渡\affiref{1}\and
+  河野 真治\affiref{2}\and
+  小林佑亮\affiref{4}
+}
+
+% 英文著者名
+\eauthor{
+  Kaito TAGANO\affiref{4}\and
+  Wataru MIYAGUNI\affiref{1}\and
+  Shinji KONO\affiref{2}\and
+  Yusuke KOBAYASHI\affiref{4}
+}
+
+% 連絡先(投稿時に必要.製版用では無視される.)
+\contact{多賀野 海人\\
+        〒903-0213 沖縄県西原町千原1番地\\
+	琉球大学工学部情報工学科\\
+        TEL: (098)895-2221\qquad FAX: (098)895-8727\\
+        email: gongo@cr.ie.u-ryukyu.ac.jp} 
+
+% 和文概要
+\begin{abstract}
+PlayStation 3 では、
+搭載されている Linux を用いてゲームを開発することができるが、
+GPU の詳細が公開されていないため、
+Frame Buffer 上に描画する必要がある。
+Frame Buffer 上の描画は非常に低速である。
+本研究では Cell 用の Task Manager を実装し、
+Frame Buffer 上で高速な 3D Graphics Renderer を開発する。
+\end{abstract}
+% 英文概要
+\begin{eabstract}
+In PS3, the game can be developed by using installed Linux.
+However, because details of GPU are unpublished,
+it is necessary to draw on Frame Buffer. 
+Drawing on Frame Buffer is very low-speed. 
+In this research, we implement Task Manager for Cell and
+develop 3D Graphics Renderer high-speed on Frame Buffer. 
+\end{eabstract}
+
+% 表題などの出力
+\maketitle
+
+% 本文はここから始まる
+
+\input{introduction}   % 研究目的
+\input{cell}           % Cell
+\input{cerium}         % Cerium
+\input{texture}        % 開発過程
+\input{compare}        % 評価と考察
+\input{conclusion}     % まとめ
+
+\nocite{kono}
+\nocite{libspe2}
+\bibliographystyle{ipsjunsrt}
+\bibliography{sigos}
+
+%\input{bibliography}   % 参考文献
+
+
+\end{document}