资源列表
gauss_seidel_iterative
- 利用高斯塞得尔迭代法解线性方程组,改算法能对所有类型的线性方程组进行求解,且收敛速度快!
FFT.rar
- 快速傅里叶变换子程序,可用于频谱分析、频率域滤波,FFT subroute
na2
- 数据结构中串的实验,可实现求叶子数,求结点数,按层次遍历,求二叉树的深度等功能-Data structure in the experimental series can be realized for a few leaves, and nodes, according to the level of ergodicity, and the functions of the depth of binary tree
Shrage.c
- Shrage法及其独立性检验 Shrage法及其独立性检验-Shrage Shrage法及其独立性检验
five-sorting-algorithms-
- 直接插入排序,冒泡排序,选择排序,快速排序,堆排序五种排序算法的C语言描述 -five sorting algorithms described in C language
zuixiaoshenchengshushili
- 若要在n个城市之间修路,只需修n-1条线路即可。如何以最低的经济代价建设,是一个网的最小生成树-To n-1 lines, to between n cities, roads, just repair. The lowest economic cost of construction, the minimum spanning tree of a network
Binary-tree
- create optimal binary search tr-create optimal binary search tree
da
- (1)用顺序栈实现一个支持大整数的加法和减法计算功能的计算程序。 (2)实现创建顺序栈,入栈,出栈等基本操作,并使用这些基本操作协助完成大整数加法的实现。 (3)用if或switch语句设计一个如下页的选择式菜单。-(A) implement a stack with support for large sequential integer addition and subtraction calculations calculation program. (2) in order
queue
- 队列的相关操作函数,包括出队,入队,判队空,判队满,初始化队列,清空队列等函数-Related queue manipulation functions, including the team into the team, the team empty sentenced sentenced team full, initialize the queue, the queue empties other functions
Single-linked-list
- 已知一个带有表头结点的单链表,结点结构为 ,假设该链表只给出了头指针list。在不改变链表的前提下,请设计一个尽可能高效的算法,查找链表中倒数第k个位置上的结点(k为正整数)。若查找成功,算法输出该结点的data域的值,并返回1;否则,只返回0。 -Given a single linked list with a header node, node structure, assuming that the list gives only the head pointer list. On
niudunxiange
- MATLAB中利用牛顿法弦割法对多项式进行求解的源代码-MATLAB, chord cutting method using Newton method for solving polynomial source code
longgekuta
- 本程序是用来做基于matlab的龙格库塔数值计算。-This procedure is used to do the calculation based on the Runge-Kutta numerical matlab.
