搜索资源列表
number_theory_c++
- 数论算法库 C++ 语言实现 代码内容 数论算法库,包括以下算法: 欧几里德算法求a,b的最大公倍数 扩展的欧几里德算法,求出gcd(a,b)和满足gcd(a,b)=ax+by的整数x和y 求解模线性方程 ax ≡ b (mod n) 其中n>0 求解模线性方程组(中国余数定理) 模取幂运算 计算a^b mod n (a,b可能很大) Miller-Rabin随机性素数测试算法
gauss1
- matlab 数值分析 列主元消去法 线性方程
xianxingfangcheng
- 线性方程求解 c语言 输入方程的系数,输出即使方程的解
BGM求解线性方程
- 使用“Biconjugate Gradient Method”并行程序实现复杂的线性方程求解 -"Biconjugate Gradient Method" parallel process of complex linear equation
c常用算法程序
- C常用算法程序机,是关于解线性方程,各种矩阵的处理。很有实际应用意义-C algorithms commonly used procedures machine is on the solution of linear equations, various matrix processing. Very practical significance
1
- 线性方程算法,利用迭代算法 线性方程算法,利用迭代算法-Algorithm of linear equations, linear equations using iterative algorithm algorithm, linear equations using iterative algorithm algorithm, the use of iterative algorithm
4-1Jacbi
- 对于阶数不高的方程组,直接法非常有效,对于阶数高,而系数矩阵稀疏的线性方程组却存在着困难,在这类矩阵中,非零元素较少,若用直接法求解,就要存贮大量零元素。为减少运算量、节约内存,使用迭代法更有利。-The order of the equations is not high, the direct method is very effective for high order, and the sparse coefficient matrix of linear equations, ther
Commonlyusedalgorithmcroutinecolection(Clanguagede
- 常用算法C语言编写,包括kalman、线性方程求解等很多很好的算法。-Common algorithms written in C, including the kalman, linear equations, and many good algorithms.
Cholesky_improved
- 线性方程的一种数值解法,用于解满足一定条件的线性方程。-A solution of linear equations.
filter-and-function
- FIR 滤波器 ,超级实用的例程,如果有要开发labview需要用到滤波器处理数据 那很方便的,还有线性方程的求解,也是处理数据的必须-FIR filter, super practical routines to develop labview need filter processing data that is very convenient, linear equations, the processing of data must
LU
- 运用LU分解法来解线性方程组 可以改变N 来解N阶线性方程-N to solve N linear equations using LU decomposition method for solving linear equations can be changed
ZHIJIEFA
- 这里讲述的是matlab的线性方程直接法问题,含有多个程序可提供给大家参考 -About matlab direct method of linear equations, containing more than one program can be provided for your reference
Out-PCA-elimination-method
- 列主元消去法,用于求解线性方程-Out PCA elimination method
LSQR
- 计算病态线性方程的LSQR算法,MATLAB汇编程序。-LSQR algorithm of morbid linear equations , MATLAB assembler