annotate tex/abstract.tex @ 8:27a6616b6683

fix
author soto@cr.ie.u-ryukyu.ac.jp
date Mon, 14 Sep 2020 19:58:10 +0900
parents acad18934981
children 2652bc4fc17f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
soto@cr.ie.u-ryukyu.ac.jp
parents: 7
diff changeset
1 \renewcommand{\abstractname}{\normalsize 要 旨}
3
b124f02ea3f1 post agda code
soto@cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
2 \begin{abstract}
b124f02ea3f1 post agda code
soto@cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
3 当研究室にて Continuation based C (以下CbC) なるC言語の下位言語に当たる言語を開発している。
b124f02ea3f1 post agda code
soto@cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
4 外間による先行研究にて Floyd-Hoare Logic(以下Hoare Logic)を用いてその検証を行なった。
b124f02ea3f1 post agda code
soto@cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
5 本稿では、先行研究にて実施されなかった CbC における赤黒木の検証を Hoare Logic を用いて検証することを目指す。
8
soto@cr.ie.u-ryukyu.ac.jp
parents: 7
diff changeset
6 \end{abstract}
7
acad18934981 add description of rbtree
soto@cr.ie.u-ryukyu.ac.jp
parents: 3
diff changeset
7
8
soto@cr.ie.u-ryukyu.ac.jp
parents: 7
diff changeset
8 \renewcommand{\abstractname}{\normalsize Abstract}
soto@cr.ie.u-ryukyu.ac.jp
parents: 7
diff changeset
9 \begin{abstract}
3
b124f02ea3f1 post agda code
soto@cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
10 We are developing a language called Continuation based C (CbC), which is a Subordinate language of the C.
b124f02ea3f1 post agda code
soto@cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
11 M.Eng Hokama verified it by using Floyd-Hoare Logic (Hoare Logic) in a previous study.
b124f02ea3f1 post agda code
soto@cr.ie.u-ryukyu.ac.jp
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.
b124f02ea3f1 post agda code
soto@cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
13 \end{abstract}
8
soto@cr.ie.u-ryukyu.ac.jp
parents: 7
diff changeset
14
soto@cr.ie.u-ryukyu.ac.jp
parents: 7
diff changeset
15