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

搜索资源列表

  1. 数学

    0下载:
  2. c语言的数学实验报告 (该程序经过调试成功后能实现五项功能:1,解n阶行列式;2,解n阶线性方程; 3,求矩阵相乘;4,求矩阵;5,退出) 交作业好用-mathematical experiment (after debugging the program can achieve success after five functions : 1. Xie n order determinant; 2, n-order solution of linear equations; 3, seekin
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:22612
    • 提供者:郑伟雄
  1. newprogram

    0下载:
  2. 列主元法解方程组C语言代码与LU分解求线性方程 -main-element equations method of C language code and the LU decomposition of linear equations
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1309
    • 提供者:张强
  1. gauss

    0下载:
  2. 高斯消元法解线性方程直接用数组编的简单易懂,利于c程序设计初学者读懂
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3519
    • 提供者:guigai
  1. xianxingfangcheng

    0下载:
  2. 线性方程求解 c语言 输入方程的系数,输出即使方程的解
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5005
    • 提供者:张紫鹏
  1. c常用算法程序

    0下载:
  2. C常用算法程序机,是关于解线性方程,各种矩阵的处理。很有实际应用意义-C algorithms commonly used procedures machine is on the solution of linear equations, various matrix processing. Very practical significance
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:285172
    • 提供者:wlr
  1. RANSAC.code.Ziv.Yaniv

    2下载:
  2. 随机抽样一致性算法RANSAC源程序,C++实现。作者:Ziv Yaniv。推荐理由1:没有使用任何其他的函数库,省去您更多负担。如解线性方程、随机数产生器。理由2:唯一觉得可惜的是他的算法中过多的使用了C++的特性,如vector,虚函数,设计模式。如果您刚好是C++高手,正是您阅读的好程序。理由3:作者的注解详细,每2行就有1行注释,容易看懂。-RANSAC random sample consensus algorithm source code, C++ implementation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:18412
    • 提供者:
  1. 1

    0下载:
  2. 第二章 解线性方程组的直接法 --------------------------------------------------------------------------------------- 主函数文件 子函数文件 功能 实例 -------------------------------------------------------------------------------------- GELIMM.C GELIM.C Gauss顺序消去法解线
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:374250
    • 提供者:xig
  1. Scientific_Computing_and_C_assembly

    0下载:
  2. 第二章 解线性方程组的直接法 第三章 解线性方程的迭代法 第四章 插值法 第五章 数据拟合 第六章 数值微分和积分 第七章 矩阵特征值问题 第八章 非线性方程数值解法 第九章 非线性方程组的抚今迭代解法 第十章 常微分方程初值问题的数值解法 第十一章 常微分方程边值问题的数值解法 附录A C语言屏幕绘图 -Chapter II solution of linear equations in Chapter III of the direct meth
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:354674
    • 提供者:hankl wen
  1. LU

    0下载:
  2. LU分解算法 及 分解后矩阵解线性方程组-LU algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:1324
    • 提供者:gengxiaoyang
  1. 1_Gauss

    0下载:
  2. 列主元Gauss消去法解线性方程,c语言编写,运用gauss法求解方程,别人编的,编写的很好。-Out the main element Gauss elimination method for solving linear equations, c language, using gauss method for solving equations, others, compiled, and prepared well.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:984
    • 提供者:wangfeng
  1. linequ

    0下载:
  2. 高斯列主元消去法的c++源码 用以计算线性方程的解-Gaussian elimination of the PCA column c++ source code used to calculate the linear equation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1792
    • 提供者:jack
  1. shuishui.cpp

    0下载:
  2. LU分解和高斯消元法解线性方程的C++算法实现-LU decomposition and Gaussian elimination method for solving linear equations, C++ implementation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1185
    • 提供者:杨成威
  1. Jacobi

    0下载:
  2. visual C#. Jacobi迭代求线性方程的解。-written in C#. using Jacobi method to find the solution of linear equation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:90766
    • 提供者:rain
  1. daima

    0下载:
  2. 在C++环境下求线性方程的解。要求选取不同的松弛因子进行计算,并估计最优松弛因子的大小。-Solution seeking linear equations C++ environment. Requirements to select different relaxation factor calculated, and estimated the size of the optimal relaxation factor.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:3481
    • 提供者:小梅
  1. matrix-multiplication-and-inverse

    0下载:
  2. 这是用C++做矩阵求逆和矩阵相乘,可以解简的线性方程。已验证,互相交流~-This is done using C++ matrix inversion and matrix multiplication, linear equations can be solved。
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1377
    • 提供者:赵露
  1. MatrixRank

    0下载:
  2. Rank算法解线性方程,C++矩阵运算方法。-Rank algorithm for solving linear equations, matrix calculation method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:592
    • 提供者:hou
  1. forwara

    0下载:
  2. 高斯消元法解线性方程直接用数组编的简单易懂,利于c程序设计初学者读懂()
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:ohc%2D082
  1. vctkaco

    0下载:
  2. 高斯消元法解线性方程直接用数组编的简单易懂,利于c程序设计初学者读懂()
  3. 所属分类:数据结构

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:whle%25211231
搜珍网 www.dssz.com