资源列表
CFFT
- 对FFT(快速傅立叶变换)算法进行封装,调用过程得到简化,输入既可以得到输出-implementation of FFT, capsulated in a class CFFT
madBI
- 有乘加减等运算功能的大整数类运算器实现代码,……即为大数的运算-Large integer multiplication addition and subtraction and computing capabilities calculator code, ... is the large numbers of operations
quanjusoushuotsp
- 能较好解决小规模tsp问题,采用全排列进行搜索-Can better way to solve the problem of small-scale tsp full array search
list
- data structure that keeps data sorted and allows searches, sequential access, insertions, and deletions in logarithmic time
Sod_exact
- 一维无粘可压缩欧拉方程求解激波管问题-One-dimensional inviscid compressible Euler equations shock tube problem. . .
qiufeixianxingfangchengyigeshigendelianfenshifa.ra
- 1.功能 利用连分式法求非线性方程f(x)=0的一个实根(C语言) 2.参数说明 double *x : 指向迭代初值,返回时指向迭代终值 double eps : 控制精度要求 double (*f)() : 指向计算f(x)值的函数名(由用户自编) int pqrt() : 函数返回迭代次数 3.文件说明 pqrt.c为函数程序 pqrt0.c为主函数程序-1. Continued Fractions functional method usi
Array_2D205222372007
- 一个对数组进行操作的源代码,可以对数组进行行的计算,列的计算-one pair of arrays operate the source code can be carried out on the array, shown in the calculation. .
Runge-KuttaC++
- 在使用龙格-库塔(RK)方法对连续系统进行数字仿真时,为了保证数值计算的稳定性以及仿真结果具有足够的精度,通常采用变步长策略。为了有效地解决变步长仿真计算过程中,输出节点与计算节点不相吻合的问题,该文在前人工作的基础上,提出了一个具有大稳定域的四阶连续RK公式对。该公式对在不增加微分方程的右端函数值的计算次数的前提下,可以给出积分步距中任意一点上的数值解,因而具有更大的应用价值。仿真结果表明,该公式对是有效可行的。
Eigenvalue
- 用高斯法求解距离给定的特征值估计值最近的特征值以及相应的特征向量-Gauss method for solving the distance given eigenvalue the estimates recently eigenvalue and the corresponding eigenvectors
A_LU
- bool lu(double *a, int *pivot, int n);矩阵的LU分解。 假设数组an*n在内存中按行优先次序存放,此函数使用高斯列选主元消去法,将其就地进行LU分解。pivot为输出函数.pivot[0,n)中存放主元的位置排列. 函数成功时返回false,否则返回true. bool guass(double const *lu, int const *p, double *b, int n) 求线性方程组的解。 假设矩阵lum*n为某个矩阵a
jiefangcheng
- 求解复系数方程组的全选主元高斯—约当消去法-equation set
lbm-simulation
- x方向节点为128,y方向节点为256的顶盖驱动流的lbmC++程序源代码-x direction of the node 128, y direction node lbmC++ source code 256 is lid-driven flow
