CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 求解线性方程组

搜索资源列表

  1. LU法求解线性方程组

    0下载:
  2. LU法求解线性方程组,可以用于求解任意的线性方程组,非常有用.-LU method of linear equations, which can be used to solve arbitrary linear equations, very useful.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:37.13kb
    • 提供者:范兴
  1. GaussElimination

    0下载:
  2. Gauss列主消元法,用于求解线性方程组,c代码。-Gauss out the main elimination method for solving linear equations, c code.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6.67kb
    • 提供者:杨祎
  1. mm

    0下载:
  2. 雅可比迭代求解方程 用雅可比迭代计算一个线性方程组。用户只需要输入系数矩阵和常数矩阵就可以-Jacobi iteration equation Jacobian an iterative calculation of linear equations. Users only need to input matrix and constant coefficient matrix can
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.39kb
    • 提供者:浪子
  1. number_theory_c++

    0下载:
  2. 数论算法库 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随机性素数测试算法
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9.54kb
    • 提供者:henry
  1. 线形方程组求解

    0下载:
  2. 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程。 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程 42x1+2x2+3x3=3 x1+7x2+7x3=1 -2x1+4x2+5x3=-7 算法思想:Gauss消元法是将线性方程组化为上三角形线性方程组,然后再用一个回代过程求这个上三角形线性方程组的解;选主元的Gauss消元法是在Gauss消元法上增加了选列主元
  3. 所属分类:并行运算

    • 发布日期:2014-01-17
    • 文件大小:1.03kb
    • 提供者:lz
  1. sol

    0下载:
  2. 利用高斯列主元消去法求解线性方程组的fortran程序,测试通过!-Out the use of principal component Gaussian elimination for solving linear equations fortran procedures, test!
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:126.35kb
    • 提供者:康师傅
  1. gaussc

    0下载:
  2. 用gauss消去法求解线性方程组很经典的完整的C++代码-By gauss elimination method for solving linear equations is the classic complete C++ code for
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:859byte
    • 提供者:txmz
  1. Jacobi

    0下载:
  2. matlab语言编写的,用于求解线性方程组的雅克比消去法-Jacques elimination method solving system of linear equations with matlab
  3. 所属分类:MPI

    • 发布日期:2017-11-27
    • 文件大小:566byte
    • 提供者:luoxia
  1. Gauss_pivot

    0下载:
  2. matlab 高斯列主元消去法求解线性方程组程序,可用于求解任何元数方程组-Matlab gaussian column primary elimination method solving system of linear equations procedures, can be used to solve any yuan number equations
  3. 所属分类:MPI

    • 发布日期:2017-11-06
    • 文件大小:545byte
    • 提供者:luoxia
  1. lu

    0下载:
  2. lu分解法求解线性方程组,用in.txt文件输入,自动输出。-lu decomposition method for solving linear equations, input in.txt files, automatically output.
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:933byte
    • 提供者:撒旦分
  1. tao_xr31

    0下载:
  2. 雅克比迭代求解线性方程组课设,FIR 底通和带通滤波器和IIR 底通和带通滤波器,包括面积、周长、矩形度、伸长度。- Jacobi iteration for solving linear equations class-based, Bottom-pass and band-pass FIR and IIR filter bottom pass and band-pass filter, Including the area, perimeter, rectangular, elongatio
  3. 所属分类:source in ebook

    • 发布日期:2017-12-16
    • 文件大小:5kb
    • 提供者:郭崇
  1. xe445

    0下载:
  2. 多抽样率信号处理,音频信号通过LM386放大,雅克比迭代求解线性方程组课设。- Multirate signal processing, LM386 audio signal amplification, Jacobi iteration for solving linear equations class-based.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-23
    • 文件大小:10kb
    • 提供者:杜飞
  1. pt235

    0下载:
  2. 在MATLAB中求图像纹理特征,包含优化类的几个简单示例程序,雅克比迭代求解线性方程组课设。- In the MATLAB image texture feature, Optimization class contains several simple sample programs, Jacobi iteration for solving linear equations class-based.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-17
    • 文件大小:5kb
    • 提供者:李国元
  1. jan-V1.7

    0下载:
  2. 雅克比迭代求解线性方程组课设,结合PCA的尺度不变特征变换(SIFT)算法,重要参数的提取。- Jacobi iteration for solving linear equations class-based, Combined with PCA scale invariant feature transform (SIFT) algorithm, Extract important parameters.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-19
    • 文件大小:5kb
    • 提供者:金百燕
  1. cmuru

    0下载:
  2. 是小学期课程设计的题目,雅克比迭代求解线性方程组课设,具有丰富的参数选项。- Is the topic of the elementary school stage curriculum design, Jacobi iteration for solving linear equations class-based, It has a wealth of parameter options.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-17
    • 文件大小:6kb
    • 提供者:李太卫
  1. lunhie-V8.5

    0下载:
  2. 包括压缩比、运行时间和计算复原图像的峰值信噪比,雅克比迭代求解线性方程组课设,一种基于多文档得图像合并技术。- Including compression ratio, image restoration computing uptime and peak signal to noise ratio, Jacobi iteration for solving linear equations class-based, Based on multi-document image obtained
  3. 所属分类:source in ebook

    • 发布日期:2017-12-12
    • 文件大小:5.49kb
    • 提供者:彭军良
  1. whwue

    0下载:
  2. 雅克比迭代求解线性方程组课设,music高阶谱分析算法,信号维数的估计。- Jacobi iteration for solving linear equations class-based, music higher order spectral analysis algorithm, Signal dimension estimates.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-24
    • 文件大小:6kb
    • 提供者:李锟杰
  1. total gauss

    0下载:
  2. 采用列主元高斯消去法求解线性方程组,可供初级学习参考使用,也可求解较复杂线性方程组。(The column principal element Gaussian elimination method is used to solve the linear equations, which can be used for primary learning reference and can solve the more complex linear equations.)
  3. 所属分类:汇编语言

    • 发布日期:2017-12-29
    • 文件大小:5kb
    • 提供者:筱海子
  1. LU_test

    0下载:
  2. cuda加速,采用LU分解法求解线性方程组(CUDA accelerated, using LU decomposition method to solve linear equations)
  3. 所属分类:并行计算

  1. Gauss_Seidel

    0下载:
  2. 用于求解线性方程组,采用快速的迭代方法,能够有效的减少迭代次数,尽快获得收敛解。(It is used to solve linear equations and adopts a fast iterative method, which can effectively reduce the number of iterations and obtain a convergent solution as soon as possible.)
  3. 所属分类:并行计算

    • 发布日期:2018-05-01
    • 文件大小:103kb
    • 提供者:win_or_lose
« 12 3 »
搜珍网 www.dssz.com