搜索资源列表

  1. C++常用算法之07线性方程组求解

    1下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套线性方程组求解代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:104253
    • 提供者:闻杉
  1. 线性方程组求解与方程组性态讨论

    0下载:
  2. 线性方程组求解与方程组性态讨论(实验报告)三次样条插值问题,数值积分,微分方程数值解,线性方程组的迭代解法,非线性方程的迭代解法-solving linear equations and the equations behavior discussion (Experiment), cubic spline interpolation, numerical integration, the numerical solution of d
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:54473
    • 提供者:王军
  1. xxfcz

    0下载:
  2. 线性方程组求解的三个源程序.rar--Three source codes about linear equations solution( .Rar)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:xqiang
  1. LinearEquation

    0下载:
  2. 线性方程组求解模板,包括求解线性方程组的各种算法- System of linear equations solution template, including solution system of linear equations each algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:99328
    • 提供者:关东
  1. 高斯法解线性方程组

    0下载:
  2. 高斯法解线性方程组-Gaussian method for solving linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:
  1. 高斯消元法解n阶线性方程组

    0下载:
  2. 高斯消元法解n阶线性方程组 这里是数学方法中常用的计算程序-Gauss elimination method for n-linear equations here is the mathematical methods used in calculation procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:269312
    • 提供者:郑双明
  1. 雅可比迭代解线性方程组

    0下载:
  2. 雅可比迭代解线性方程组 这个也是计算方法中另一种 求解线性方程组的计算程序-Jacobi iterative solution of linear equations This is a separate calculation method for solving linear equations of computational procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:293888
    • 提供者:郑双明
  1. LU法求解线性方程组

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

    • 发布日期:2024-05-15
    • 文件大小:329728
    • 提供者:范兴
  1. C++常用算法之08非线性方程组求解

    0下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套非线性方程组求解代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过 -the code is "commonly used computer numerical algorithms and procedures C version," a book support
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:103424
    • 提供者:闻杉
  1. C++常用算法之07线性方程组求解

    0下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套线性方程组求解代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:104448
    • 提供者:闻杉
  1. LU分解法求解线性方程组

    1下载:
  2. LU分解法求解线性方程组的VB.NET源码.里面有详细的使用说明.-LU decomposition method for solving linear equations of VB.NET source. There are detailed instructions.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:倪泰山
  1. 数值计算_病态线性方程组的求解

    0下载:
  2. 这是数值分析的一些作业实验,文件中有详细的文档对理论,实验和算法的说明,用于病态方程组求解的源代码-This is the numerical analysis of the experimental operation, the paper detailed documentation of theory, experiment and the algorithm shows that morbid equation for solv
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:李琳
  1. 高斯列主元消去法解线性方程组

    0下载:
  2. 高斯消去法是一个古老的求解线性方程组的方法,但它的改进、变形得到的主元素消去法仍然是计算机上常用的计算方法。-Gaussian Elimination is an ancient solving linear equations method, but it's improving, the deformation of the main elements elimination method is commonly used
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:11264
    • 提供者:轮子
  1. 线性方程组求解与方程组性态讨论

    0下载:
  2. 线性方程组求解与方程组性态讨论(实验报告)三次样条插值问题,数值积分,微分方程数值解,线性方程组的迭代解法,非线性方程的迭代解法-solving linear equations and the equations behavior discussion (Experiment), cubic spline interpolation, numerical integration, the numerical solution of d
  3. 所属分类:文档资料

    • 发布日期:2024-05-15
    • 文件大小:54272
    • 提供者:
  1. xianxingfangchengzu

    0下载:
  2. 这是一个线性方程组求解的例子,大家看看,希望对大家学习有帮助-This is a linear equation solving example, we see, and I hope to help you learn
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:45056
    • 提供者:老婆可没
  1. linearsolvers

    1下载:
  2. matlab编程的三个线性方程组求解子程序:cggm.m,fdm.m,febs.m.其中cggm.m为共轭梯度法求解子程序,fdm.m为最速下降法求解自程序,febs.m为三对角追赶法求解子程序.-Matlab programming three linear equations subroutine : cggm.m, fdm.m. febs.m. which cggm.m to conjugate gradient method s
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:王礼广
  1. fddfebs

    0下载:
  2. 五对角线性方程组求解程序. 速度奇快.一千阶,0.019秒 一万阶:0.56秒 10万阶:61秒. 数据输入结构见程序内英文说明.-Five linear equations solver. The speed of a swift pace. A thousand bands, ten thousand bands 0.019 seconds: 0.56 seconds 100,000 bands: 61 seco
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:王礼广
  1. FEMath

    0下载:
  2. 线性方程组求解。ICCG法;LU分解法; 东华理工 张志勇-Solving linear equations. ICCG method LU decomposition method Donghua Zhang Zhiyong Polytechnic
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:张志勇
  1. 实验4-线性方程组求解

    0下载:
  2. 利用fortran语言实现二维现行方程组的求解问题。(Solving problems of linear equations)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:绿的国
  1. 线性方程组求解

    0下载:
  2. 高斯消去法,列主元高斯消去法,LU分解、压缩带状方程组求解(Gaussian elimination)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:昵称李华
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org