view pin_gn.tex @ 2:4742b1e4da3a default tip

modify merge, and remove eclipse, debug
author one
date Thu, 19 Feb 2009 01:26:01 +0900
parents 39af8ab46cbb
children
line wrap: on
line source

\documentclass[private]{ipsjpapers}
%\copyrightnotice{2006-4-(11): 情報処理学会プログラミング研究会 発表資料 2007年1月19日}
\usepackage[dvipdfm]{graphicx}
\usepackage{ascmac}

% 巻数,号数などの設定
%\setcounter{巻数}{47}
%\setcounter{号数}{4}
%\setcounter{volpageoffset}{1234}
%\受付{17}{11}{18}
%\採録{18}{2}{4}

% ユーザが定義したマクロなど.
\makeatletter
\let\@ARRAY\@array \def\@array{\def\<{\inhibitglue}\@ARRAY}
\def\<{\(\langle\)}
\def\>{\(\rangle\)}
\def\|{\verb|}
\def\Underline{\setbox0\hbox\bgroup\let\\\endUnderline}
\def\endUnderline{\vphantom{y}\egroup\smash{\underline{\box0}}\\}
\def\LATEX{\iLATEX\Large}
\def\LATEx{\iLATEX\normalsize}
\def\LATex{\iLATEX\small}
\def\iLATEX#1{L\kern-.36em\raise.3ex\hbox{#1\bf A}\kern-.15em
    T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}
\def\LATEXe{\ifx\LaTeXe\undefined \LaTeX 2e\else\LaTeXe\fi}
\def\LATExe{\ifx\LaTeXe\undefined \iLATEX\scriptsize 2e\else\LaTeXe\fi}
\def\Quote{\list{}{}\item[]}
\let\endQuote\endlist
\def\TT{\if@LaTeX@e\tt\fi}
\def\CS#1{\if@LaTeX@e\tt\expandafter\string\csname#1\endcsname\else
	$\backslash$#1\fi}

%\checklines	% 行送りを確認する時に使用
\begin{document}%{
% 和文表題
\title{ソフトウェア開発における協調作業のための\\
~~~~~アプリケーション間通信プロトコル}

% 英文表題
\etitle{~~~~InterApplication Communication Protocol\\
for Cooperative Work in Software Development}

% 所属ラベルの定義
\affilabel{URYU}{琉球大学理工学研究科\\ Graduate School of Engineering and Science, 
University of the Ryukyus}

\affilabel{IE}{琉球大学工学部情報工学科\\
Information Engineering, University of the Ryukyus}


% 和文著者名
\author{宮城 健太\affiref{URYU} \and 河野 真治\affiref{IE}}
	
% 英文著者名
\eauthor{Kenta MIYAGI\affiref{URYU} \and
Shinji KONO\affiref{IE}}

% 連絡先(投稿時に必要.製版用では無視される.)
%\contact{宮城 健太\\
%	〒903-0213 沖縄県西原町千原1番地\\
%	琉球大学 理工学研究科情報工学専攻\\
%	TEL: (098)985-2221\qquad FAX: (098)895-8727\\
%	email: fuchita@.cr.u-ryukyu.ac.jp}


% 和文概要
\begin{abstract}
我々が提案しているRemote Editing Protocol(REP)は、テキスト編集に特化したアプリケーション間通信プロトコルである。
ここでは、エディタへのユーザ操作の煩雑さを改善するため、REPの接続プロトコルの変更を行った。
また、マージアルゴリズムについても変更を行い、その変更に伴う問題点の解決法についても論じる。

%ここでは、ユーザの操作方法の改善や、マージアルゴリズムの改善、様々なアプリケーションへの実装方法について考察する。
%また、REPの接続シーケンスやマージアルゴリズムのデバッグ方法について考察する。
\end{abstract}

% 英文概要
\begin{eabstract}
Remote Editing Protocol which we introduced is inter-application communication protocol for text editing.
In this paper we improve the connecting protocol to remove cumbersome operation of user interface of Remote Editor.
In addition, we discuss about solution of the problem that caused by changing the Merge Argorithm.
%In this paper we explain improvement of user interface, Merge Argorithm and implementation on various applications.
%In addition, we consider the method of debuging for connecting protocol and merge algorithm.
\end{eabstract}

% 表題などの出力
\maketitle

%}{


% 本文はここから始まる
\input{introduction.tex}
\input{rep.tex}
\input{merger.tex}
%\input{eclipse.tex}
%\input{debug.tex}
\input{comparison.tex}
\input{conclusion.tex}
\input{bibliography.tex}
%\input{reference.tex}

\end{document}