搜索资源列表

  1. ConsoleJava

    0下载:
  2. DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposi
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4317
    • 提供者:凃道
  1. DotMatrix

    0下载:
  2. DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposi
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2986
    • 提供者:凃道
  1. HY_xx2000

    0下载:
  2. 这个程序用在电力设备保护上面,是个数字消谐的设备程序,用在通信上面-the procedures used in electrical equipment protection above is a digital elimination of equipment procedures, Communication with the above
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:252430
    • 提供者:luyu
  1. 13709828698

    0下载:
  2. 本程序是应用数值分析对线性多元方程组的一种解法……高斯列主元消去法,把系数阵A进行对角化,再从下层至上层逐一求解。有问题请联系13709828698,李。 -this program is the application of numerical analysis of multi-linear equations of a solution ... out PCA Gaussian Elimination Act, A coef
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:40104
    • 提供者:李英楠
  1. matlab-code

    0下载:
  2. matlab解线性方程组的源代码 function x=nagauss2(a,b,flag) % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程 -Matlab solution of linear equations source code function nagauss2 x = (a , b, f
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3102
    • 提供者:郑超
  1. GAUSS_NO

    0下载:
  2. 数学计算过方法中利用高斯消去法编程上级实习的代码,快点来看啊-mathematical calculation method using Gaussian Elimination higher internship program code, let's look at ah
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1478
    • 提供者:小柔
  1. LL1ForXp

    0下载:
  2. LL(1)文法,消除隐藏左递归,提取共因子,然后求First,Follow,Select集,以及预测分析表,最后进行预测分析-LL (1) grammar, the elimination of hidden left recursive, extracting a total factor, and then seek First, Follow, Select set, and the forecast analysis table
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:52570
    • 提供者:swb
  1. tina

    0下载:
  2. C++解线性方程组 复系数方程组的全选主元高斯消去法-C + + solution of linear equations of complex equations of the entire election PCA Gaussian Elimination
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6891
    • 提供者:张宁
  1. jsffbg

    0下载:
  2. 计算方法实验报告: 编程环境:MATLAB7.0 牛顿K次插值多项式的程序实现 龙贝格求积公式的程序实现 高斯列主元消去法的程序实现.-report : Programming Environment : Newton MATLAB7 K polynomial interpolation procedures to achieve Romberg of Quadrature program Gaussian out
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:92890
    • 提供者:林明清
  1. adj

    0下载:
  2. 控制sonylcd的调整程序,控制lcd的相位,频率,以及鬼影消除-sonylcd control of the adjustment process, the LCD control phase, frequency, and the elimination of ghost
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:59172
    • 提供者:王霆
  1. ZQPackage

    0下载:
  2. 快速查询控件: 1:快速查询控件2.0发布了。此快速查询控件,综合各查询控件的优势,取其精华弃其糟粕。 2.本控件生成的查询界面快捷,明了,直观,易查,易用。 3.本快速查询控件,在运行时不与数据库发生交付查询访问,即与数据一点联系都没有,消除了与数据库的访问负荷。用户可用sql profiler查看证实。而因不与数据库发生关系,故也与数据库连接接驱动程序无关。 4.本控件由于与数据库无关,则可应用于三层结构客户端的查询
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:854886
    • 提供者:王孟
  1. gaussjor

    0下载:
  2. 全主元高斯-约当消去法,解线性方程组,内含函数以及调用例子-all PCA Gauss-Jordan elimination method, the solution of linear equations, functions and includes examples Call
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1328
    • 提供者:younger
  1. shizhifenxi

    0下载:
  2. 数值分析算法描述与习题解答,由清华大学徐士良教书,用C编写的各种数学算法。比如:托伯利兹型线性代数方程组的递推算法,全选主元高斯消去法解复系数线形代数方程组,复矩阵求逆的全选主元高斯-约当法,等;-numerical analysis algorithm descr iption and answer the questions from Qinghua University XU Shi-liang, teaching C prepa
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:88260
    • 提供者:qinzuoyi
  1. 780532456

    0下载:
  2. 高斯列主元素消去法(数值分析) C++程序-out the main elements of Gaussian Elimination Act (numerical analysis) C + + Programming
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:1438
    • 提供者:张宁
  1. nizhen

    0下载:
  2. 初等变换法,矩阵求逆用的是笔算时惯用的方法,需要高斯消去法的朋友请参看有关资料。特别提醒:本程序不能用tc2.0编译!详情请参看文件中的说明。 -elementary transformation, matrix inversion using a written calculation method used when the need Gaussian Elimination friends see the information.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7783
    • 提供者:朱辉
  1. Guass(2)

    0下载:
  2. GUASS算法的列主元消去法-GUASS algorithm out PCA Elimination
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1138
    • 提供者: Cybernaut
  1. guass

    0下载:
  2. guass主元消去方法-guass main element elimination method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:883
    • 提供者:风信
  1. gaosixiaoyuan

    0下载:
  2. 计算方法 用高斯消元法解方程组,源代码以及注释 注释在源代码中-calculated using Gaussian Elimination Solution equations, the source code and notes in the Notes source code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8716
    • 提供者:袁坤
  1. gauss513

    0下载:
  2. 这是一个gauss算法实现的C代码。本算法采用的是具有行交换的列主元素消去法。-This is a Gauss algorithm C code. The algorithm is used in the exchange trip out the main elements of elimination method.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:819
    • 提供者:宋亚平
  1. DEBOUNCE

    0下载:
  2. 一个小程序,弹跳消除电路,可消除按健的毛刺干扰-a small procedure, bouncing elimination circuit, according to remove the burr-interference
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:890
    • 提供者:相耀
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org