资源列表
tridisolve
- 主要用来求解三对角方程组,使用追赶法的原理进行编制,其中A为主对角线下的词对角线,B为主对角线,C为主对角线上的词对角线,D为等式右边的值,代入即可计算出数值-Mainly used for solving tridiagonal equations, using the principle of law to catch up with the preparation, in which the main diagonal A diagonal line under the word, B t
dist
- 迪杰斯特拉算法的经典写法。。最短路径的问题-Dijkstra algorithm is the classic formulation. . The shortest path problem. .
1
- 链表的反序,用头插法建立一个链表,然后反序-List of the reverse order, with the first interpolation method to create a linked list, and then reverse
multimap
- 关于multimap的操作,包括插入删除-On multimap operations, including insert delete, etc., etc.
zuiyouzhuangzai
- 最优装载的的一些逻辑表示,供大家学习学习-Optimal loading of some of the logic that, for all to learn from
Lexicographic-problems
- 算法与设计书中的---经典的字典序问题,C++的形式,可直接用。-Lexicographic problems
sets-in-sml
- implementation of sets in sml
YSHT
- 约束化条件下,对约束有效区域进行填充,并计算出优化条件下的解-Constraints of the conditions, the constraint effective area to fill, and calculate the optimal solution under conditions
OBPIstraddle
- 使用Option Based Portfolio Insurance方法复制出来的straddle策略-Use Option Based Portfolio Insurance method to copy out the straddle strategy
zuoye
- 设计一个自适应滤波器,对信号x(n)进行分离/滤波,滤波器H(z)的系数根据误差信号e(n),通过一定的自适应算法,不断地进行改变,使得输出y(n)尽量接近期望信号d(n)-Design of an adaptive filter, the signal x (n) are separated/filtered, the filter H (z) coefficient according to the error signal e (n), by a certain adaptive algo
taylor_linear_array
- 本代码用来计算线性阵列天线的泰勒权值电流分布-talylor current of linner antenna array
一种样本熵的代码
- 一种新的熵的计算方法,可以有效地应用与特征提取的过程中。