comparison 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
comparison
equal deleted inserted replaced
1:78a12584e841 2:4742b1e4da3a
65 65
66 66
67 % 和文概要 67 % 和文概要
68 \begin{abstract} 68 \begin{abstract}
69 我々が提案しているRemote Editing Protocol(REP)は、テキスト編集に特化したアプリケーション間通信プロトコルである。 69 我々が提案しているRemote Editing Protocol(REP)は、テキスト編集に特化したアプリケーション間通信プロトコルである。
70 ここでは、ユーザの操作方法の改善や、マージアルゴリズムの改善、様々なアプリケーションへの実装方法について考察する。 70 ここでは、エディタへのユーザ操作の煩雑さを改善するため、REPの接続プロトコルの変更を行った。
71 また、REPの接続シーケンスやマージアルゴリズムのデバッグ方法について考察する。 71 また、マージアルゴリズムについても変更を行い、その変更に伴う問題点の解決法についても論じる。
72
73 %ここでは、ユーザの操作方法の改善や、マージアルゴリズムの改善、様々なアプリケーションへの実装方法について考察する。
74 %また、REPの接続シーケンスやマージアルゴリズムのデバッグ方法について考察する。
72 \end{abstract} 75 \end{abstract}
73 76
74 % 英文概要 77 % 英文概要
75 \begin{eabstract} 78 \begin{eabstract}
76 Remote Editing Protocol which we introduced is inter-application communication protocol for text editing. 79 Remote Editing Protocol which we introduced is inter-application communication protocol for text editing.
77 In this paper we explain improvement of user interface, Merge Argorithm and implementation on various applications. 80 In this paper we improve the connecting protocol to remove cumbersome operation of user interface of Remote Editor.
78 In addition, we consider the method of debuging for connecting protocol and merge algorithm. 81 In addition, we discuss about solution of the problem that caused by changing the Merge Argorithm.
82 %In this paper we explain improvement of user interface, Merge Argorithm and implementation on various applications.
83 %In addition, we consider the method of debuging for connecting protocol and merge algorithm.
79 \end{eabstract} 84 \end{eabstract}
80 85
81 % 表題などの出力 86 % 表題などの出力
82 \maketitle 87 \maketitle
83 88
86 91
87 % 本文はここから始まる 92 % 本文はここから始まる
88 \input{introduction.tex} 93 \input{introduction.tex}
89 \input{rep.tex} 94 \input{rep.tex}
90 \input{merger.tex} 95 \input{merger.tex}
91 \input{eclipse.tex} 96 %\input{eclipse.tex}
92 \input{debug.tex} 97 %\input{debug.tex}
93 \input{comparison.tex} 98 \input{comparison.tex}
94 \input{conclusion.tex} 99 \input{conclusion.tex}
95 \input{bibliography.tex} 100 \input{bibliography.tex}
96 %\input{reference.tex} 101 %\input{reference.tex}
97 102