comparison tex/abstract.tex @ 11:a8bc8c6b48bd default tip

fix
author soto@cr.ie.u-ryukyu.ac.jp
date Tue, 15 Sep 2020 07:06:29 +0900
parents c162ca9b997e
children
comparison
equal deleted inserted replaced
10:c162ca9b997e 11:a8bc8c6b48bd
1 \renewcommand{\abstractname}{\normalsize 要 旨} 1 \renewcommand{\abstractname}{\normalsize 要 旨}
2 \begin{abstract} 2 \begin{abstract}
3 当研究室にて Continuation based C \cite{cbc-gcc} (以下CbC) なるC言語の下位言語に当たる言語を開発している。 3 当研究室にて Continuation based C\cite{cbc-gcc} (以下CbC) なるC言語の下位言語に当たる言語を開発している。
4 先行研究にて Floyd-Hoare Logic(以下Hoare Logic)を用いてその検証を行なった。 4 先行研究\cite{ryokka-master}にて Floyd-Hoare Logic\cite{hoare}(以下Hoare Logic)を用いてその検証を行なった。
5 本稿では、先行研究にて実施されなかった CbC における赤黒木の検証を Hoare Logic を用いて検証することを目指す。 5 本稿では、先行研究にて実施されなかった CbC における RedBlackTree の検証を Hoare Logic を用いて検証することを目指す。
6 \end{abstract} 6 \end{abstract}
7 7
8 \renewcommand{\abstractname}{\normalsize Abstract} 8 \renewcommand{\abstractname}{\normalsize Abstract}
9 \begin{abstract} 9 \begin{abstract}
10 We are developing a language called Continuation based C (CbC), which is a lower language of the C. 10 We are developing a language called Continuation based C\cite{cbc-gcc} (CbC), which is a lower language of the C.
11 In a previous study, Floyd-Hoare Logic (Hoare Logic) was used to validate it. 11 In a previous study\cite{ryokka-master} , Floyd-Hoare Logic\cite{hoare} (Hoare Logic) was used to validate it.
12 In this paper, we aim to use Hoare Logic to validate the red-black tree in CbC, which was not performed in previous studies. 12 In this paper, we aim to use Hoare Logic to validate the red-black tree in CbC, which was not performed in previous studies.
13 \end{abstract} 13 \end{abstract}
14 14
15 15