搜索资源列表
C++alogrithm
- C++常用算法,包含了大部分矩阵运算,简单有效-C algorithms, including most of the matrix operation, simple and effective
sizeyusuan(C)
- 一款非常常用的简单的四则运算源码,方便教育自己的子女哦
c++
- 判断素数的简单应用,从1到100可以全部显示出来而且可一按10个一行规格输出!
c
- 数值分析中的几种迭代法解方程,用于简单的求解方程使用
luinverse.rar
- 矩阵求逆的算法 用的是LU分解法 是比较简单的矩阵求逆算法,Matrix inversion algorithm is used in LU decomposition method is relatively simple matrix inversion algorithm
polyfit
- C语言的曲线拟合程序,并附有最简单的调用演示程序-C-curve fitting procedure, together with the most simple demonstration program called
FFT
- 快速傅里叶分析的C算法程序,是基二FFT算法,内付简单使用说明。-Fast Fourier analysis of the C algorithm procedure is the base two FFT algorithm, with simple instructions to pay.
FFT
- C语言的FFT(快速傅里叶变换),其中碟形结的复数运算用一个“类”来实现,使得程序简单易懂,可移植性高-C-FFT (fast Fourier transform), in which the plural disc-end computing to a new " category" to achieve, making the procedure easy-to-read, high portability
powell
- 鲍威尔算法的源程序,代码简单,具有通用型,非常适合初学者- Powell algorithm source code, code is simple, with general-purpose, very suitable for beginners
simplex_PB06001091
- 线性规划问题的单纯形法的一个实现,c语言实现版本,比较简单-an implement of simplex of lp problem
fft.c
- 快速傅立叶变换的c语言开发程序,简单易懂。-fft
romberg
- 数值计算,采用romberg算法实现的快速进行积分计算的简单C程序-Numerical calculation, using romberg algorithm for fast calculation of a simple C program integration
C
- 计算方法算法C语言实现,简单易懂,适合各类编程人员-Calculation algorithm C language, easy to understand for all types of programmers
math.c
- 用C语言开发的一个简单数学运算器,可以进行简单的数学运算-Developed using C language, a simple mathematical calculator can perform simple mathematical operations
FFT-about-C
- fft 的c语言实现方法 程序较简单,使用于初学者-fast fourier transform about C
CRC-algorithm-principle---C
- CRC的英文全称为Cyclic Redundancy Check(Code),中文名称为循环冗余校验(码)。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制。-The English full CRC Cyclic Redundancy Check (Code), the Chinese name for the cyclic redundancy check (code). It is an important class of linear
fft-conveid-by-c
- 用c程序实现fft算法,代码简单,在编写程序时可以当做子函数来调用,比如用c编写功率谱算法时可以调用该算法,简单易懂-Fft algorithm with c program, code, programming can be used as subroutines to call, such as power spectrum algorithm is written using c can call the algorithm is simple to understand
FIR-Filter-IN--C
- C语言实现Fir 滤波器的程序,可以用。简单易懂。-FIR Filter implementation in C programming
c-program
- 简单c语言程序程序,用作自己的初步学习作用-simple c program
10种简单的数字滤波C语言源程序算法
- 10种简单的数字滤波C语言源程序算法:1、限副滤波,2、中位值滤波法,3、算术平均滤波法(A simple digital filter C language source program algorithm)