Skip to content

Commit b2015df

Browse files
authored
ver. update
1 parent 998c215 commit b2015df

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

doc/readme.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* [programming](#programming)
44
* [openmp](#openmp)
55
* [simd](#simd)
6+
* [qt5](#zqt5)
7+
* [sqlite3](#zqlite3)
68

79
you can write your algorithms and compare the benchmarks between yours and the native algorithms.
810

@@ -57,7 +59,14 @@ you can write your algorithms and compare the benchmarks between yours and the n
5759
* **`ABS(S)`**, a native implement of ABS algorithm.
5860
* **`ABSDIF(S, S2)`**, a native implement of ABSDIF algorithm.
5961
* **`IF(B, T, F)`**, a native implement of IF algorithm.
60-
62+
* **`AVEDEV(S, N)`**, a native implement of AVEDEV algorithm.
63+
* **`STD(S, N)`**, a native implement of STD algorithm.
64+
* **`STDP(S, N)`**, a native implement of STDP algorithm.
65+
* **`STDDEV(S, N)`**, a native implement of STDDEV algorithm.
66+
* **`VAR(S, N)`**, a native implement of VAR algorithm.
67+
* **`VARP(S, N)`**, a native implement of VARP algorithm.
68+
* **`AVEDEV(S, N)`**, a native implement of AVEDEV algorithm.
69+
6170
### classes
6271
* **`AlgoK`**
6372
* **`AlgoK::Bench`**, help you to benchmark your algorithms, outputs on the `dbgview` tool.
@@ -70,3 +79,13 @@ OpenMP 4.5 supported.
7079

7180
## simd
7281
SSE3 `tmmintrin.h` supported.
82+
83+
## zqt5
84+
Qt5 Widgets supported.
85+
86+
[zqt5](https://github.com/bbqz007/zhelper-qt5Widgets) is easy syntax for programming with Qt5 Widgets.
87+
88+
## zqlite3
89+
sqlite3 supported.
90+
91+
[zqlite3](https://github.com/bbqz007/sqlite3zz) is easy syntax for programming with sqlite3 apis. even you do not need to write SQL.

0 commit comments

Comments
 (0)