Mercurial > hg > Papers > 2024 > matac-master
annotate Paper/master_paper.lol @ 88:8c1735151e2a default tip
...
author | matac42 <matac@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 28 Feb 2024 15:39:29 +0900 |
parents | f7f999bfd360 |
children |
rev | line source |
---|---|
24 | 1 \contentsline {lstlisting}{\numberline {2.1}CbCのプログラム例}{8}{}% |
2 \contentsline {lstlisting}{\numberline {3.1}Queueのインターフェース}{12}{}% | |
3 \contentsline {lstlisting}{\numberline {3.2}Interfaceの呼び出し}{13}{}% | |
71
8e84b98cc6c8
GearsAgda & FS Fragmentation
matac42 <matac@cr.ie.u-ryukyu.ac.jp>
parents:
70
diff
changeset
|
4 \contentsline {lstlisting}{\numberline {3.3}Queueのインターフェース}{14}{}% |
37 | 5 \contentsline {lstlisting}{\numberline {3.4}SingleLinkedQueueの型定義}{15}{}% |
6 \contentsline {lstlisting}{\numberline {3.5}Treeの仕様}{15}{}% | |
7 \contentsline {lstlisting}{\numberline {3.6}RedBlackTreeの実装}{16}{}% | |
38 | 8 \contentsline {lstlisting}{\numberline {3.7}RedBlackTreeの実装の型定義}{16}{}% |
71
8e84b98cc6c8
GearsAgda & FS Fragmentation
matac42 <matac@cr.ie.u-ryukyu.ac.jp>
parents:
70
diff
changeset
|
9 \contentsline {lstlisting}{\numberline {3.8}Nodeの型定義}{18}{}% |
47 | 10 \contentsline {lstlisting}{\numberline {3.9}ALLOCATEの定義}{18}{}% |
70 | 11 \contentsline {lstlisting}{\numberline {5.1}実行するCodeGearの切り替えのコード}{29}{}% |
12 \contentsline {lstlisting}{\numberline {6.1}Tree Interfaceの使用定義(Copy追加後)}{34}{}% | |
13 \contentsline {lstlisting}{\numberline {6.2}RedBlackTreeの実装の型定義(Copy追加後)}{34}{}% | |
14 \contentsline {lstlisting}{\numberline {6.3}leftDown1 CodeGear(アロケーション部分の例)}{36}{}% | |
15 \contentsline {lstlisting}{\numberline {6.4}ビルド時に生成されたALLOCATE部分}{37}{}% | |
16 \contentsline {lstlisting}{\numberline {6.5}swap2 CodeGear(木の入れ替え処理部分)}{38}{}% | |
86 | 17 \contentsline {lstlisting}{src/CopyRedBlackTree.cbc}{48}{}% |