资源列表
fft-c
- fft算法的C代码,经过验证可用。速度较快。
frft
- 分数付立业变换函数,MATLAB编写,很方便调用
循环单链表基本算法实现
- 循环单链表基本算法实现,如初始化,尾插法,输出,插入,删除等-Circulation single linked list of basic algorithms, such as initialization, the end of interpolation, output, insert, delete, etc.
Triangle
- 输入三角形的三点坐标,计算三角形面积,周长-Enter the three coordinates of the triangle to calculate the triangle area, perimeter
Sort
- 对一组数据进行直接插入排序、冒泡排序、简单选择排序和快速排序。(升序)-Of a set of data for direct insertion sort, bubble sort, simple selection sort and quicksort. (Ascending)
grad_2d
- 梯度法,可求解二元函数极值,并给出一个实例。-Gradient method can solve the binary function extreme value, and gives an example.
tuxinglinjiedianshuzushixian
- 数据结构图的实现方法:数组表示法,给出代码,帮助加深对数据结构的理解和实现-Data structure of the realization of methods: an array of expression, given the code to help deepen the understanding of the data structure and the realization of
Gauseidel-and-conjgrad
- 共轭梯度法和高斯赛德尔迭代法的经典matlab程序-Conjugate gradient method and the high Sisaideer iterative method classic matlab program
16bit-ALU
- 16位ALU。包括超前进位加减法器、大小比较、算术逻辑位移等运算-16-bit ALU. Including lookahead adder-subtractor, size comparison, arithmetic and logic operations displacement
spline
- 自己编写的三次样条插值,川大研究生数值分析的作业,用来模拟小鸟的外形,插值效果相当好!-I have written a cubic spline interpolation, numerical analysis Sichuan graduate jobs, used to simulate the shape of a bird, the interpolation effect is quite good!
multiplication
- 要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。-Require the use of a linked list, find the product of two one yuan polynomial: h3 = h1* h2. Function prototype: void multiplication (NODE* h1, NODE* h2, NOD
Arithmetic-expression
- 用数据结构中的堆栈来实现无括号表达式的计算-Stack data structure to achieve calculate expressions without brackets
