liba 0.1.15
An algorithm library based on C/C++
|
a.h | Algorithm library |
avl.h | Adelson-Velsky and Landis self-balancing binary search tree |
buf.h | Basic buffer library |
complex.h | Complex number |
crc.h | Cyclic Redundancy Check |
fuzzy.h | Fuzzy operator |
hpf.h | High Pass Filter |
list.h | Circular doubly linked list implementation |
lpf.h | Low Pass Filter |
math.h | Mathematical algorithm library |
mf.h | Membership function |
notefreqs.h | A note frequency table |
pid.h | Proportional integral derivative controller |
pid_fuzzy.h | Fuzzy proportional integral derivative controller |
pid_neuro.h | Single neuron proportional integral derivative controller |
poly.h | Polynomial |
que.h | Basic queue library |
rbt.h | Red–black self-balancing binary search tree |
regress.h | Regression |
regress_linear.h | Linear regression |
regress_simple.h | Simple linear regression |
slist.h | Singly linked list implementation |
str.h | Basic string library |
tf.h | Transfer function |
trajbell.h | Bell-shaped velocity trajectory |
trajpoly3.h | Cubic polynomial trajectory |
trajpoly5.h | Quintic polynomial trajectory |
trajpoly7.h | Hepta polynomial trajectory |
trajtrap.h | Trapezoidal velocity trajectory |
utf.h | Unicode Transformation Format |
vec.h | Basic vector library |
version.h | Algorithm library version |