comparison tex/abstract.tex @ 7:acad18934981

add description of rbtree
author soto@cr.ie.u-ryukyu.ac.jp
date Mon, 14 Sep 2020 05:41:23 +0900
parents b124f02ea3f1
children 27a6616b6683
comparison
equal deleted inserted replaced
6:4bf00f7ba825 7:acad18934981
1 \begin{abstract} 1 \begin{abstract}
2 当研究室にて Continuation based C (以下CbC) なるC言語の下位言語に当たる言語を開発している。 2 当研究室にて Continuation based C (以下CbC) なるC言語の下位言語に当たる言語を開発している。
3 外間による先行研究にて Floyd-Hoare Logic(以下Hoare Logic)を用いてその検証を行なった。 3 外間による先行研究にて Floyd-Hoare Logic(以下Hoare Logic)を用いてその検証を行なった。
4 本稿では、先行研究にて実施されなかった CbC における赤黒木の検証を Hoare Logic を用いて検証することを目指す。 4 本稿では、先行研究にて実施されなかった CbC における赤黒木の検証を Hoare Logic を用いて検証することを目指す。
5 \\ \\ 5 \\
6
6 We are developing a language called Continuation based C (CbC), which is a Subordinate language of the C. 7 We are developing a language called Continuation based C (CbC), which is a Subordinate language of the C.
7 M.Eng Hokama verified it by using Floyd-Hoare Logic (Hoare Logic) in a previous study. 8 M.Eng Hokama verified it by using Floyd-Hoare Logic (Hoare Logic) in a previous study.
8 In this paper, we aim to use Hoare Logic to validate the red-black tree in CbC, which was not performed in previous studies. 9 In this paper, we aim to use Hoare Logic to validate the red-black tree in CbC, which was not performed in previous studies.
9 \end{abstract} 10 \end{abstract}