资源列表
FFT
- 本程序是关于1dfft计算相关的,经过调试成功,希望大家多多参考并提建议-1dfft
juzhen1
- 一个在c++环境里可以运行的c语言为基础的矩阵连乘的程序,数组的值有键盘输入-One in c++ environment can be run based on c language by a matrix with the program, the value of the array have keyboard input
doolittle
- LU分解在本质上是高斯消元法的一种表达形式。实质上是将A通过初等行变换变成一个上三角矩阵,其变换矩阵就是一个单位下三角矩阵。这正是所谓的杜尔里特算法(Doolittle algorithm):从下至上地对矩阵A做初等行变换,将对角线左下方的元素变成零,然后再证明这些行变换的效果等同于左乘一系列单位下三角矩阵,这一系列单位下三角矩阵的乘积的逆就是L矩阵,它也是一个单位下三角矩阵。 这类算法的复杂度一般在左右,对充分消元的分解则不然。 -LU decomposition is esse
kfft
- 傅里叶变换的调用程序,可以实现正、逆傅里叶变换。函数返回结果为变换后的实部与虚部,用法简单。其中n为变换的点的个数,为2的幂次方,l和l0控制变换的正逆。-Fourier transform of the caller, can be achieved and inverse Fourier transform. Function returns the result of the transformed real and imaginary parts, use simple. Where n
longbeige
- c语言编程龙贝格积分算法;很容易根据从低阶的计算劫夺推出高阶的近似值-c programming language Romberg integration algorithm
Trotter1
- Johnson Trotter Algorithm to solve a problem of asignation.
diedaifa-methods
- 雅克比迭代法,GS迭代法,SOR迭代法。用来求解非线性方程组的解-Jacobi iterative method, GS iteration, SOR iterative method. Used to solve the solution of nonlinear equations
fftbianhuan
- 一个c++编写的简单的FFT变换仿真曲线,进行了详细的文字说明。-A c++ write simple FFT transformation simulation curve, and carried on the detailed the text of the.
beep
- 单项循环链表,可以进行添加和删除节点,并且可以在任意的地方把它改为带环的链表-Single circular linked list, you can add and delete nodes, and in any place it into a belt loop linked list
stackSort
- 基础c语言实现高效快速堆栈排序,无需手动参与,数据结构排序算法。-Stack sort
bistack
- 双向栈,用c++实现的,对学习数据结构有帮助, 很有用的一个数据结构。-Two-way stack, with c++ achieve, help for learning data structures, a data structure useful.
jiaogucaixiang
- 计算给定的正整数n 对应的角谷序列,并求出其中第k大的数。n 和k 都通过标准输入输出得到。-Computing a given positive integer n corresponding Kakutani sequences and determine where the first large numbers k. n and k are obtained through standard input and output.