资源列表
jsff_matrix
- 使用雅戈比方法计算矩阵全部特征值算法的实现-use Jacobin matrix method all the characteristics of the algorithm to achieve
ExpandingFractions
- 扩展除法,除完成普通除法功能外,还可以给出列出循环出现的位置及位数的结果.
a-1
- 求某矩阵的逆矩阵-find the inverse matrix of a matrix
bp
- 用matlab编的BP算法--函数拟合,用来逼近一个SIN函数-Part of the BP algorithm using matlab- function approximation is used to approximate a SIN function
1
- 遗传算法编程很有用的,可以用来借鉴参考,希望对大家有帮助!-Genetic algorithm programming useful, can be used to draw reference to all of us want to help!
GetZmnSinaular
- 这个函数用来计算阻抗阻阵中的奇异项积分,m1,m2,m3 --检验函数三角形三个顶点编号,其中,m1与m边对应 //n1,n2,n3 --展开函数三角形三个顶点编号,其中n1与n边相对-the singular integrals are calculated by analytical method. m1,m2,m3 three point of the triangle
artist_3
- This a fitness function.-This is a fitness function.
LU.tar
- LU decomposition program.
y_xiangwei
- 相位调制演示的matlab编程实例,可以直接用来仿真,已通过源程序仿真验证-Presentation of phase modulation matlab programming examples, can be directly used to simulation, has been verified source simulation
Variable-step-for-integrating
- 数值计算基础的实验之一 数值积分变步长梯形法求积分的C语言实验复化梯形法或者叫 复合梯形法。-C language experiment of numerical calculation based experimental numerical integral variable step trapezoidal method for the integration of complex trapezoid method or is called the composite trapezoi
balancedTree
- 平衡二叉树的搭建与维护,构造与基本计算等方面的功能-Build and maintain a balanced binary tree, structure and other aspects of basic computing functions
DijkstraPath
- Dijkstra算法是由E.W.Dijkstra于1959年提出,又叫迪杰斯特拉算法,它应用了贪心算法模式,是目前公认的最好的求解最短路径的方法。-Dijkstra algorithm greedy algorithm mode, is widely recognized as the best method for solving the shortest path.