搜索资源列表

  1. LIEZHU1

    0下载:
  2. 列主求解 线性方程 原代码-main-solving linear equations original code
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:823
    • 提供者:李兆军
  1. SolveEquation

    0下载:
  2. 求解方程 包括求解线性方程非线性方程,微分方程等
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:85536
    • 提供者:weijing
  1. gaussSeibel

    0下载:
  2. 使用雅可比和高斯-赛德尔算法求解线性方程
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1122
    • 提供者:chouchoumao
  1. 多元线性方程

    0下载:
  2. 多元线性方程求解程序-multivariate linear equation solvers
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:186595
    • 提供者:章明
  1. BGM求解线性方程

    1下载:
  2. 使用“Biconjugate Gradient Method”并行程序实现复杂的线性方程求解 -"Biconjugate Gradient Method" parallel process of complex linear equation
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2877
    • 提供者:谢继晖
  1. C源代码实例

    6下载:
  2. 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014
  3. 所属分类:Windows编程

    • 发布日期:2009-06-04
    • 文件大小:3250828
    • 提供者:79446210
  1. WL40987330 C语言算法集

    0下载:
  2. 目录


    第一部分  基础篇
     
    001  第一个C程序 
    002  运行多个源文件 
    003  求整数之积 
    004  比较实数大小 
    005  字符的输出 
    006  显示变

  3. 所属分类:Windows编程

    • 发布日期:2008-12-21
    • 文件大小:3245365
    • 提供者:wl409873350
  1. gs

    0下载:
  2. 高斯消去法求解线性方程组,以在TC2.0中编译通过-Gaussian elimination method for solving linear equations, in which the compiler through WITH TC 2.0
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:王国栋
  1. 多元线性方程

    0下载:
  2. 多元线性方程求解程序-multivariate linear equation solvers
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:186368
    • 提供者:章明
  1. BGM求解线性方程

    0下载:
  2. 使用“Biconjugate Gradient Method”并行程序实现复杂的线性方程求解 -"Biconjugate Gradient Method" parallel process of complex linear equation
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:谢继晖
  1. mysor

    0下载:
  2. SOR(超松弛)迭代发求解线性方程组问题,带有Hilbert矩阵生成程序和其不同维数下求解的结果对比作图-SOR (Overrelaxation) iteration made for solving linear equations, with Hilbert matrix formation process and the different dimensions of the results evaluated Comparati
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:高兵
  1. Jacobi迭代法

    0下载:
  2. 用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:20480
    • 提供者:luo
  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-20
    • 文件大小:104448
    • 提供者:闻杉
  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-20
    • 文件大小:9216
    • 提供者:李琳
  1. GaussElimination

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

    • 发布日期:2024-05-20
    • 文件大小:271360
    • 提供者:杨祎
  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. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:浪子
  1. newtonchazhi

    0下载:
  2. newton插值应该比lagrange好一点点,适合求解线性方程组,-lagrange interpolation newton than a little bit of good, suitable for solving linear equations,
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:桂鹏
  1. gs

    0下载:
  2. 高斯塞德尔迭代法求解线性方程组的MATLAB程序-High Sisaideer iteration for solving linear equations in the MATLAB program
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:hy
  1. solve

    0下载:
  2. 求解线性方程组的通用程序,请复制到MATLAB环境下运行(solve the linear function)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:yayayang
  1. ch05 非线性方程求解

    0下载:
  2. 非线性方程是指含有指数和余弦函数等非线性函数的方程,例如, 与线性方程相比,无论是解的存在性,还是求解的计算公式,非线性方程问题逗逼线性问题要复杂的多,对于一般线性方程,既无直接法可用,也无一定章程可寻。(Nonlinear equations is refers to the index and cosine function equation of nonlinear functions, such as, for example,
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:652288
    • 提供者:ashtond
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org