资源列表
jsff_matrix
- 使用雅戈比方法计算矩阵全部特征值算法的实现-use Jacobin matrix method all the characteristics of the algorithm to achieve
ExpandingFractions
- 扩展除法,除完成普通除法功能外,还可以给出列出循环出现的位置及位数的结果.
a-1
- 求某矩阵的逆矩阵-find the inverse matrix of a matrix
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.
hanoi
- 汉诺塔问题的算法描述和实现.hanio塔问题是个经典的问题,希望程序能够给大家一点儿启发-the problem of hanio and its implement
erchalianbiao
- 二叉链表:二叉树的链表表示方法,用指针指向每个结点,包括左右结点-Binary linked :Binary tree linked list pointer to each node, including the left and right junction point
Maze
- 基于链栈结构,根据回溯法思想,制作了的一个显示5*5的迷宫的路径的算法-Based on the chain stack structure, based on Backtracking thought, made a display of 5*5 of the path of the maze algorithm
LU.tar
- LU decomposition program.
Heap-sort
- 堆排序 堆排序利用了大根堆(或小根堆)堆顶记录的关键字最大(或最小)这一特征,使得在当前无序区中选取最大(或最小)关键字的记录变得简单。 (1)用大根堆排序的基本思想 ① 先将初始文件R[1..n]建成一个大根堆,此堆为初始的无序区 ② 再将关键字最大的记录R[1](即堆顶)和无序区的最后一个记录R[n]交换,由此得到新的无序区R[1..n-1]和有序区R[n],且满足R[1..n-1].keys≤R[n].key ③由于交换后新的根R[1]可能违反堆性质,故应将当前无序区
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.
