aboutsummaryrefslogtreecommitdiffstats
path: root/description.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'description.asciidoc')
-rw-r--r--description.asciidoc34
1 files changed, 19 insertions, 15 deletions
diff --git a/description.asciidoc b/description.asciidoc
index f768289..f55fdad 100644
--- a/description.asciidoc
+++ b/description.asciidoc
@@ -2,36 +2,40 @@
== Description
-一個不需要, 也不建議先compile成obj files的templates.
+一個不需要, 也不應該先compile成obj files的templates.
-TIP: *README.html* is more beautiful.
+.Links
+* https://github.com/cathook/meow[GitHub]
+* http://www.csie.ntu.edu.tw/~b01902109/readme/template_meow/README.html[README.html]
== File Tree
=== *meowpp/* C++ templates
-[width="90%"]
* *utility.h* some useful functions,
- `stringPringf()` , `stringReplace` , `cstringEndWith` ,
+ `stringPringf()` , `stringReplace()` , `cstringEndWith()` ,
`debugPrintf()` , `messagePrintf()` , `constant PI` ,
- `noEPS()` , `normalize()` , `denormalize` ,
- `ratioMapping` , `inRange()` , `squ()` , `average()`
+ `noEPS()` , `normalize()` , `denormalize()` ,
+ `ratioMapping()` , `inRange()` , `squ()` , `average()`
* *Usage.h* `class Usage`
* *colors/* Color splces and transformer
** *RGB.h* `class RGBi` , `class RGBf`
-** *YUV.h* `class YUVi` , `class YUVf` , `RGB_to_YUV()` , `YUV_to_RGB`
-** *HSL.h* `class HSLf` , `RGB_to_HSL()` , `HSL_to_RGB` ,
- `YUV_to_HSL()` , `HSL_to_YUV`
-** *HSV.h* `class HSVf` , `RGB_to_HSV()` , `HSV_to_RGB` ,
- `YUV_to_HSV()` , `HSV_to_YUV` ,
- `HSL_to_HSV()` , `HSV_to_HSL`
+** *YUV.h* `class YUVi` , `class YUVf` , `RGB_to_YUV()` , `YUV_to_RGB()`
+** *HSL.h* `class HSLf` , `RGB_to_HSL()` , `HSL_to_RGB()` ,
+ `YUV_to_HSL()` , `HSL_to_YUV()`
+** *HSV.h* `class HSVf` , `RGB_to_HSV()` , `HSV_to_RGB()` ,
+ `YUV_to_HSV()` , `HSV_to_YUV()` ,
+ `HSL_to_HSV()` , `HSV_to_HSL()`
* *dsa/* Data Structures and Algorithms
** *DisjointSet.h* `class DisjointSet`
-** *Heaps.h* `class MergeableHeap`
-** *KD_Tree.h* `class KD_Tree`
-** *SplayTree.h* `class SplayTree`
+** *Heaps.h* `class MergeableHeap<Element>`
+** *KD_Tree.h* `class KD_Tree<Vector, Scalar>`
+** *SegemenTree.h* `class SegmentTree<Value>`
+** *SplayTree.h* `class SplayTree<Key, Value>`
* *oo/*
** *Register_Implement.h* `class RegisterInterface` ,
`class ImplementInterface`
== Structures/Classes/Functions
+
+:b: |