CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 解方程组

搜索资源列表

  1. jiefangchengju

    0下载:
  2. 求解方程组。输入方程组的系数距阵,程序先判断是否有解,有解输出解向量。-solving equations. The importation of the equation coefficient matrix procedure first determine whether explicit, explicit solution vector output.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:920
    • 提供者:宁微
  1. xtj-002

    0下载:
  2. 数值计算用数学方法解方程组(习题集)没有答案哦-numerical solution methods using mathematical equations (Exercises Set) Oh no answer
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:76929
    • 提供者:mouse
  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. xianxingfangcheng

    0下载:
  2. 编程序,按如下要求来求解n元一次线性方程组(假设方程组具有唯一解)。 (1)方程个数n之值由用户通过键盘输入; (2)方程组存放在“增广矩阵”A之中,而n行n+1列的A存储空间通过new来动态分配,且A的各元素值也由用户通过键盘输入; (3)方程组的解存放于“向量”B之中,而具有n个元素的B存储空间也通过new来动态分配。 -programmed by the following demands to solve an n-linear equation (equatio
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1552
    • 提供者:fisherman
  1. gsxy

    0下载:
  2. // 带有列主元的高斯消元法 // 功能: 求解线性方程组 Ax = b // 参数: A - 指向n*n系数矩阵的指针 //     b - 常数向量的指针 //     n - 方程组的维数 // 返回值:0 - 如果成功。线性方程组的解保存在 b 中 //     1 - 求解失败
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1139
    • 提供者:bodihotboy
  1. No21_2

    0下载:
  2. 高斯列主元消去法解线代数方程组,高斯算法-out PCA Gaussian Elimination Solution Line algebraic equations, Gaussian algorithms
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2791
    • 提供者:司马星空
  1. 求矩阵特征值、解方程组

    0下载:
  2. 求矩阵特征值、解方程组 -seeking matrix eigenvalue solution equations for matrix eigenvalue equations Solutions
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:32138
    • 提供者:123
  1. 预测

    0下载:
  2. 数据预测算法,主要是一元n次方程的回归预测实现。* 预测分析--本算法只适用于有明显线性趋势的数据 * 默认为一元二次曲线方程法 * * 本程序主要涉及有两个算法 * 1.用最小二乘原理找到线性方程组的系数和常数。 * 2.解线性方程组 * 本程序在解线性方程组中,由于考虑到收敛性问题未采用迭代法,而是采用Gauss-Jordan消去法来解决。-data prediction algorithm is mainly one yuan n equation forecast to achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2141
    • 提供者:吴名
  1. 高斯-赛德尔算法

    0下载:
  2. 高斯-赛德尔算法 解线性方程组
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-03-08
    • 文件大小:241800
    • 提供者:laokongzi
  1. 高斯-赛德尔迭代法解线性方程组的C++程序

    0下载:
  2. 这是高斯-赛德尔迭代法解线性方程组的C++程序,适合程序设计初学者和大学生课程设计-This is the Gauss- Seidel iterative method for solving linear equations of the C++ program, designed for beginners and students of the program curriculum design
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 这是一个一元稀疏多项式计算器 能够实现多项式的输出 降幂 还有加法 减法 乘法功能 除此之外还有能够对不同阶数的线性方程组求解 对于无解时会提醒。此程序供大家参考。-This is a one yuan sparse polynomial calculator can realize the output power and down polynomial function besides addition and subtraction method to different order nu
  3. 所属分类:Data structs

    • 发布日期:2017-06-21
    • 文件大小:35922266
    • 提供者:FISH
  1. Deliver

    0下载:
  2. 包含冒泡排序算法函数模板和数据结构中的字符串查找例子及解线性方程组的3个典型算法加演示。-Contains the Bubble Sort algorithm function templates and data structure of string to find examples and solutions of linear equations of the three typical algorithms plus demo.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:4761
    • 提供者:黄尚
  1. Gauss

    0下载:
  2. 高斯方法解n阶线性方程组的非常详细的方法-Gauss method to solve n-order linear equations of a very detailed way
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:996
    • 提供者:武宣
  1. guass

    0下载:
  2. 高斯消去法解线性方程组,可以解一般的线性方程-Gaussian elimination solution of linear equations can be a general solution of linear equations
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3592137
    • 提供者:wulei222
  1. jacobiQR

    0下载:
  2. jacobi迭代法程序和矩阵的QR分解算法,jacobi用来解线性方程组,比直接求解速度快-jacobi
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:31092
    • 提供者:yxdl
  1. shuzhifenxi

    0下载:
  2. 各种解方程组的方法 包括线性和非线性方程组-The method of solution of equations, including linear and nonlinear equations
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6875
    • 提供者:su
  1. @163

    0下载:
  2. 数值计算方法中高斯主元素消元法 在vc环境中运行 用于解方程组-Numerical methods in the Gaussian elimination method, the main elements of the environment in vc run for the solution of equations
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:910
    • 提供者:violazhang
  1. xx

    0下载:
  2. 线性规划-解方程组问题,算法 设计课 程作业,能运行成功-Linear programming- solution of equations, algorithm design course work, be able to run successfully
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1238
    • 提供者:禾子
  1. solutions

    0下载:
  2. 各种常见的解方程组方法:Cholesky分解法解方程组、LU分解线性方程组、高斯消去法解方程组、列主元解线性方程组、雅可比迭代解线性方程组-Common solution of equations: the Cholesky decomposition of equations, LU decomposition of linear equations, Gaussian elimination method for solving equations, column element for s
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1261663
    • 提供者:wenwen
  1. 828019

    0下载:
  2. 解方程组的程序VB,是以水利的例编写的,修改一下即可他用,()
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:7168
    • 提供者:Dujcxv
« 12 »
搜珍网 www.dssz.com