搜索资源列表

  1. 2

    0下载:
  2. 高斯列主元消去法的程序,如果有什么不对的地方烦请指教-Gaussian elimination pivot column
  3. 所属分类:汇编语言

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:张亚维
  1. gaosi

    0下载:
  2. 共两个程序,分别为:高斯顺序消去法,高斯列主元消去法 -Gaussian elimination, elimination method out PCA, PCA-wide elimination method solution of linear equations and Gauss-Jordan elimination method of inverse matrix. Procedures for the use of MA
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:wangsizhao
  1. gsxyf

    0下载:
  2. 高斯列主元消去法求解线性方程组,在方程组的求解中应用较广。-Main-element Gauss elimination for solving linear equations, the equations of wider application.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:lupy
  1. gaosi

    0下载:
  2. 高斯列主元消去法 #include<stdio.h> #include<conio.h> #include<math.h> #define N 100 float a[N][N+1] void main( ) { int i,j,k,n float t,s=0, clrscr( )
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:169984
    • 提供者:www.pudn.com
  1. Gauss

    1下载:
  2. 本程序是应用数值分析对线性多元方程组的一种解法……高斯列主元消去法-This procedure is the application of numerical analysis of linear multivariate equations out of a solution ... ... the main element of Gaussian elimination
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:肖宇
  1. jisuanfangfa

    0下载:
  2. 计算方法程序:三次拉格朗日插值、牛顿插值、复化梯形积分、复化Simpson积分、高斯列主元消去法、LU分解法-Calculation procedure: three Lagrange interpolation, Newton interpolation, complex trapezoidal integration, complex integration of Simpson, principal component elimi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:29696
    • 提供者:wangxuanbo
  1. gauss

    0下载:
  2. 高斯列主元消去法求解线性方程组的程序 数值分析-Gauss
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:孙艳彬
  1. gs

    0下载:
  2. 计算方法实验-高斯列主元消去法源代码。c++编写的-Method- principal component Gaussian line
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:赵明建
  1. shuzhi

    0下载:
  2. 数值分析大作业 --――(高斯列主元消去法求解线性方程组)-Numerical analysis of large operating----( out principal component Gaussian elimination method for solving linear equations)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:83968
    • 提供者:fl
  1. gaosi

    0下载:
  2. 用c++实现高斯列主元消去法,并可实际进行运算-C++ implementation using Gaussian elimination pivot column, and the actual conduct of operations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:anweizh
  1. guassliezhuyuansu

    0下载:
  2. 用Matlab实现高斯列主元消去法解非齐次线性方程组-Matlab implementation by principal component Gaussian elimination method for solving the column non-homogeneous linear equations
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:林筝
  1. guass

    0下载:
  2. 利用高斯列主元消去法求解线性方程组Ax=b的解,并进行验证-Gauss elimination method to solve out the main element equations,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:席玺
  1. Gauss

    0下载:
  2. 使用高斯列主元消去法编程可以减少计算的繁琐程度,大大降低运算复杂度-Gaussian elimination pivot column can be programmed to reduce the red tape of the calculation, greatly reduce the computational complexity
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:美丽
  1. linequ

    0下载:
  2. 高斯列主元消去法的c++源码 用以计算线性方程的解-Gaussian elimination of the PCA column c++ source code used to calculate the linear equation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:jack
  1. liezhuyuan

    0下载:
  2. 高斯列主元消去法,用来解多元线性方程组,从而解决相关的方程组问题-Principal component Gaussian column elimination method used to solve a multivariate linear equations to solve the equations
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:mryang
  1. guass_shunxucommon

    0下载:
  2. 高斯列主元消去法解线性方程组; -Gaussian column principal component elimination method for solving linear equations column main Gaussian elimination method for solving linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1082368
    • 提供者:赵峙尧
  1. gaosixiaoqu

    0下载:
  2. 高斯列主元消去法,对输入的方程组求解,精确度很高。编译环境VC2010-Gaussian column principal component elimination method for solving the equations of the input high precision. Compile environment VC2010
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:3969024
    • 提供者:张洪超
  1. liezhuyuan

    0下载:
  2. 这是高斯列主元消去法解方程的资料,包含其原理和C++源程序-This is the main element of the Gaussian elimination method for solving equations, contains its principle and C++ of source
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:82944
    • 提供者:claire
  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. 所属分类:并行运算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:luoxia
  1. GuassXQLineMain

    0下载:
  2. 高斯列主元消去法,用来解决解方程的问题,已经验证过,可以使用。-Useing it to solve the GuassXQLineMain,by useing the tool of matlab,it is a language made by myself,thank you,thank you.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:不告诉
« 1 2 3 45 6 7 8 9 10 »

源码中国 www.ymcn.org