资源列表
vrp
- 应用蚁群算法,求解路径规划、路径选择、最优路径的VRP等问题。(Ant colony algorithm to solve VRP problem)
中缀
- 利用栈设计算法,实现中缀表达式的求值,只考虑整除。(Stack design algorithm based on the realization of infix expression, infix expressions only consider divisibility.)
shunxubiaonizhi
- 对顺序表元素就地逆置,将线性表(a1,a2,……,an)逆置为(an,an-1,……,a1)。(The sequential table element is placed in place, and the linear table (A1, A2,... An) inversed (an, an-1,... A1).)
Fibonacci
- 基于队列设计算法,输出任意位置的Fibonacci 数列元素值。 fib(0) = 1 fib(1) = 1 fib(n) = fib(n-1)+fib(n-2)(Based on the queue design algorithm, the Fibonacci sequence element value of any location is output.)
BiTreeHeight
- 用递归方法求二叉树高。构建二叉树,并采用递归的方法求其高度(A recursive method for finding the height of two forked trees)
xishuMatrixAdd
- 以三元组表示稀疏矩阵A,B,试编写矩阵相加的算法,结果存放在C矩阵。(Three tuples are represented by the sparse matrix A, B, and the matrix addition algorithm is written. The results are stored in the C matrix.)
MVDR
- 利用matlab进行MVDR自适应滤波。给定数据序列,滤波结果显示信号的频率分量。(MVDR adaptive filtering using MATLAB)
TSP_APSO
- adaptive tsp matlab
PSOGS
- particle swarm optimization genetic algorithm combined
TSP model
- traveling salesman model in matlab
PCA-master
- PCA降维 无监督特征提取 参考文献:Paper used - http://cs229.stanford.edu/notes/cs229-notes10.pdf(PCA # PCA - Unsupervised feature extraction technique Paper used - http://cs229.stanford.edu/notes/cs229-notes10.pdf)
TSP
- traveling salesman problem using matlab plot
