annotate paper/tex/abstract.tex @ 3:959f4b34d6f4

add final thesis
author soto
date Tue, 09 Feb 2021 18:44:53 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
1 \renewcommand{\abstractname}{\normalsize 要 旨}
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
2 \begin{abstract}
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
3 当研究室にて Continuation based C\cite{cbc-gcc} (以下CbC) なるC言語の下位言語に当たる言語を開発している。
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
4 先行研究\cite{ryokka-master}にて Floyd-Hoare Logic\cite{hoare}(以下Hoare Logic)を用いてその検証を行なった。
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
5 本稿では、先行研究にて実施されなかった CbC における RedBlackTree の検証を Hoare Logic を用いて検証することを目指す。
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
6 \end{abstract}
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
7
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
8 \renewcommand{\abstractname}{\normalsize Abstract}
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
9 \begin{abstract}
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
10 We are developing a language called Continuation based C\cite{cbc-gcc} (CbC), which is a lower language of the C.
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
11 In a previous study\cite{ryokka-master} , Floyd-Hoare Logic\cite{hoare} (Hoare Logic) was used to validate it.
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
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.
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
13 \end{abstract}
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
14
959f4b34d6f4 add final thesis
soto
parents:
diff changeset
15