资源列表
fft
- fft傅里叶变换源码,是信号处理的基本变换方法,成熟,可靠-fast fourier transform is a good traditional data processing method.
MATRIX-
- 无向图的关联矩阵和邻接矩阵相互转化,代码简单易懂,有详细注释,适合初学者入门使用。- incidence matrix of and adjacency matrix transformation
max_heap_test
- the c source code of max heap
002
- c语言编的矩阵LU分解的源码,已代入具体矩阵做示范,大家可以根据需要更改具体矩阵-matrix LU decomposition c language source code, substituting concrete matrix to do demonstrations, we needed to change the specific matrix
PALIN
- a simple program to check if the given program is a palindrome or not and if it is then inform the user who entered the string as input.
ADDER
- vhdl最基本的入门的一个代码,一位全加器-one-bit adder
neton-diedai
- 计算方法之牛顿迭代,用c语言写的,效果不错、-Newton iteration ,by c
inverse
- 求逆矩阵程序,采用fortran编写。可以自动设置维数-Matrix inversion procedure using fortran prepared. Automatically setting the dimension
untitled4.m
- important very very very very very much
BRMUL
- 求m*n阶矩阵A与n*k阶矩阵B的乘积短阵.-Find m* n order matrix A and n* k matrix B short order matrix multiplication of.
Palindrome
- function to check is the word a palindrome
circ-queue
- An example that demonstate using a circular queue class.