3
3
* [ programming] ( #programming )
4
4
* [ openmp] ( #openmp )
5
5
* [ simd] ( #simd )
6
+ * [ qt5] ( #zqt5 )
7
+ * [ sqlite3] ( #zqlite3 )
6
8
7
9
you can write your algorithms and compare the benchmarks between yours and the native algorithms.
8
10
@@ -57,7 +59,14 @@ you can write your algorithms and compare the benchmarks between yours and the n
57
59
* ** ` ABS(S) ` ** , a native implement of ABS algorithm.
58
60
* ** ` ABSDIF(S, S2) ` ** , a native implement of ABSDIF algorithm.
59
61
* ** ` 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
+
61
70
### classes
62
71
* ** ` AlgoK ` **
63
72
* ** ` AlgoK::Bench ` ** , help you to benchmark your algorithms, outputs on the ` dbgview ` tool.
@@ -70,3 +79,13 @@ OpenMP 4.5 supported.
70
79
71
80
## simd
72
81
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