搜索资源列表

  1. abooy

    0下载:
  2. hga是一种混合遗传算法c程序源代码,但是只包括了核心的算法部分,还没有完善。 gauss为电路试验中的高斯消去法。 GRKT10,Lagrange,Euler分别是数值计算中龙格-库塔法,拉个朗日法以及改进欧拉法的c程序实现 上述程序都是本人工作学习过程中自己编写的,本人只是一个程序新手,希望在本站能更好的学习-Unit is a mixed genetic algorithm c source code, however
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7451
    • 提供者:阿波
  1. Jacky_Dai

    0下载:
  2. 这是一个计算机专业计算方法的课程试验,用VC++写的一个关于高斯消去法解方程组/方程的程序-This is a professional computer calculation of the pilot course, the VC was one of the Gaussian Elimination Solution Systems / equations procedures
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:73557
    • 提供者:王成
  1. numericalcalculation

    0下载:
  2. 常用数值计算方法(包括最小二乘、龙格—库塔算法、列主元高斯消去法等有效的、常用的数值计算方法)-commonly used numerical methods (including least-squares, the Runge - Kutta algorithm, main-yuan Gaussian Elimination so effective, commonly used numerical method)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7783
    • 提供者:雷骏
  1. work3_hj

    0下载:
  2. 作业: 高斯消去法 运行环境:vc 程序语言:c++ 程序源代码:work3.cpp (见附件) -operations : Gaussian Elimination runtime environment : vc programming languages : C source code : work3.cpp (see annex)
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:9169
    • 提供者:hj
  1. gass

    0下载:
  2. 高斯消去法 好好好好好好好好好好好好 -Gaussian Elimination good good good good good good good good good good
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:941
    • 提供者:小米
  1. Gauss111

    0下载:
  2. 高斯消去法 高斯消去法 -Gaussian Elimination Gaussian Elimination Gaussian Elimination high Gaussian Elimination Andean Elimination
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6769
    • 提供者:believe
  1. Part_2_C_programmes

    0下载:
  2. 程序总结2 改进欧拉法|高斯消去法|简单迭代法|列主元元素消元|龙贝格算法|龙格库塔方法|牛顿插值多项式-procedures to improve Euler France | Gaussian Elimination | simple iteration | out the main elements Consumers billion yuan | Romberg Algorithm | Runge Kutta method |
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4981
    • 提供者:周琳
  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. 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. 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. 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. jsffbg

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

    • 发布日期:2024-05-16
    • 文件大小:92160
    • 提供者:林明清
  1. 05

    0下载:
  2. 高斯列主元消去法,计算方法实现,已编译通过。使用例子 3x1+2x2+2x3+3x4=2.5 5x1+2x2+3x3+4x4=2.5 2x1+2x2+x3+2x4=2 3x1+x2+3x3+2x4=1.5 输入N=4,A={3 2 2 3 5 2 3 4 2 2 1 2 3 1 3 2},B={2.5 2.5 2 1.5} -Gaussian elimination method out PCA method r
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:虫世木
  1. Equation

    0下载:
  2. 数值分析 解线性方程组算法,高斯列主元消去法,LU分解法,高斯-塞德尔迭代法,SOR迭代法-Numerical Analysis Solution of linear equations algorithm, Gauss elimination method out PCA, LU decomposition method, Gauss- Seidel iteration, SOR iterative method
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 这是高斯列主元消去法的完整程序,可以求解线性方程组-This is the Gaussian elimination method PCA out a complete program, you can solve the linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:fanyilong
  1. shuzifenxi

    0下载:
  2. 数值分析(计算方法):欧拉方法、高斯-赛德尔迭代法、拉格朗日及分段线性插值、龙贝格算法、牛顿下山法、选主元高斯消去法-Numerical Analysis (calculation method): Euler
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:jiabin
  1. shuzhifenxi

    0下载:
  2. 数值分析实验报告!包含多个实验! 实验一 非线性方程求根 实验二 线性代数方程组的解法 --------列主元Gauss消元法 实验三 线性代数方程组的解法 ——Gauss-Seidel迭代法等-Numerical Analysis of the experimental report! Contains more than one experiment! Experiment 1 Experiment 2 ro
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:39936
    • 提供者:geoshion
  1. sol

    0下载:
  2. 利用高斯列主元消去法求解线性方程组的fortran程序,测试通过!-Out the use of principal component Gaussian elimination for solving linear equations fortran procedures, test!
  3. 所属分类:书籍源码

    • 发布日期:2024-05-16
    • 文件大小:129024
    • 提供者:康师傅
  1. 高斯-约当消去法解方程组

    0下载:
  2. 高斯约当消去法解方程组,快捷方便,高效。(The solution of equations)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:13312
    • 提供者:crucis
  1. Matlab

    0下载:
  2. 对于已经给出的横坐标及对应的函数值,进行三次样条插值。边界条件为二阶导数为0。 需要的追赶法程序也在内。另外还有高斯消去法和gauss-jordan法求逆矩阵的程序(Two of the programes are aming to solving the problem of cubic interpolation with the boundary condition of the zero second-order derivat
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:juanlalalala
« 1 2 3 4 5 67 8 9 10 11 ... 35 »

源码中国 www.ymcn.org