view prepaper/finalPre.tex @ 21:020367fa53bc

Fix
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Tue, 16 Feb 2016 22:18:45 +0900
parents d6897e4dfbb3
children 71e9e221b0a3
line wrap: on
line source

\documentclass[twocolumn,twoside,9.5pt]{jarticle}
\usepackage[dvipdfmx]{graphicx}
\usepackage{picins}
\usepackage{fancyhdr}
\usepackage{url}
%\pagestyle{fancy}
\lhead{\parpic{\includegraphics[height=1zw,keepaspectratio,bb=0 0 251 246]{pic/emblem-bitmap.pdf}}琉球大学主催 工学部情報工学科 中間発表予稿}
\rhead{}
\cfoot{}

\setlength{\topmargin}{-1in \addtolength{\topmargin}{15mm}}
\setlength{\headheight}{0mm}
\setlength{\headsep}{5mm}
\setlength{\oddsidemargin}{-1in \addtolength{\oddsidemargin}{11mm}}
\setlength{\evensidemargin}{-1in \addtolength{\evensidemargin}{21mm}}
\setlength{\textwidth}{181mm}
\setlength{\textheight}{261mm}
\setlength{\footskip}{0mm}
\pagestyle{empty}

\input{dummy.tex}
\begin{document}
\title{有線 LAN 上のPC画面配信システム TreeVNC の改良}
\author{125716B 氏名 {伊波}{立樹} 指導教員 : 河野 真治}
\date{}
\maketitle
\thispagestyle{fancy} 

\section{Abstract}
Screen sharing system TreeVNC multicast high resolution PC screen using tree structured network over client's PCs.
Copying costs are balanced among these PC instead of centralize heavy costs on a VNC server.
It also possible to change screen server dynamically without changing display cables.
TreeVNC is useful in a lecture which contains 40-60 students or small seminar.


本研究ではTreeVNCの改良として、NATへの対応、 マルチディスプレイへの対応等のリファクタリングを行うとともに、TreeVNC 有用性を示すために画像データの遅延時間計測を行った。

\section{画面配信システムTreeVNC}

\section{NAT への対応}
\section{マルチディスプレイ対応}
\section{画面切り替えの安定化}
\section{クライアントへのエラー通知}
\section{TreeVNC の評価}
\section{今後の課題}

\nocite{*}
\bibliographystyle{junsrt}
\bibliography{reference}
\end{document}