搜索资源列表

  1. CircleSim

    0下载:
  2. 圆拟合算法的实现(VC) 包括:最小二乘精确解、最小二乘近似解、高斯牛顿法迭代解-circle fitting algorithm to achieve (VC), including : LS Exact solution, least squares approximate solution, Gaussian Newton iterative solution
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 算法包括:1.二分法求解 2.牛顿法求解 3.高斯消去法求解 4.雅可比迭代法求解 5.拉格朗日插值 6.牛顿插值 7.最小二乘法拟合 8.龙贝格方法计算积分 9.欧拉方法求解初值问题-algorithms include : 1. Solving two dichotomy. Newton method 3. Gaussian elimination method 4. Jacobi iterative method 5. Lagra
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2789
    • 提供者:wangyuliang
  1. Tenprograms

    0下载:
  2. 数值计算方法相关的十个程序.包括对分法、迭代法、牛顿法、割线法、高斯消元法、雅克比迭代法程序、幂法、线性拟合态、-numerical calculation method related to the 10 procedures. Including the right method, iterative method, Newton's method, secant, PGE, Jacques procedures than
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:2527
    • 提供者:周红风
  1. work

    0下载:
  2. 追赶法,拉格朗日插值,高斯塞德尔迭代,牛顿迭代
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1929
    • 提供者:郭玉富
  1. 71-93

    0下载:
  2. C语言精彩百例第71-93例 第三篇 常用算法篇 实例71 链表的建立 实例72 链表的基本操作 实例73 队列的应用 实例74 堆栈的应用 实例75 串的应用 实???76 树的基本操作 实例77 冒泡排序法 实例78 堆排序 实例79 归并排序 实例80 磁盘文件排序 实例81 顺序查找 实例82 二分法查找 实例83 树的动态查找 实例84 二分法求解方程 实例85
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:22837
    • 提供者:杨志亮
  1. 数值计算

    0下载:
  2. 定步长辛普森公式计算.二分法.列主高斯消去法.龙贝格.牛顿迭代法.弦截法.逐次超松弛迭代法.-fixed step Simpson formula. Dichotomy. Main-Gaussian Elimination Act. Romberg. Newton iteration. Xianjie law. Successive Over-Relaxation iterative method.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3116
    • 提供者:毛伟杰
  1. shuzifenxi

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

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

    0下载:
  2. 数值分析的实验报告,雅各比和高斯塞代尔迭代法,牛顿及拉格朗日插值法,Triangle.cpp等-Numerical Analysis of the experimental reports, and high-CEDEÑ O Jacoby dayr iterative method, Newton and Lagrange interpolation, Triangle.cpp, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:8192
    • 提供者:冯莹莹
  1. feixianxing

    0下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:12288
    • 提供者:舞蛳
  1. jisuanfangfa

    0下载:
  2. 用Vc++语言实现拉格朗日插值、牛顿插值、 复化Simpson公式、龙贝格公式、牛顿迭代法、高斯列主元消去法、Seidel 迭代法-Vc++ language with the realization of the Lagrange interpolation, Newton interpolation, Complex formula of Simpson, Romberg formula, Newton itera
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:38912
    • 提供者:pyx
  1. Algorithm

    0下载:
  2. 方程求根的牛顿迭代法的算法和熟悉列主元高斯消元法解线性方程组的算法-Equation Roots of Newton' s iteration algorithm and PCA are familiar with out Gaussian elimination algorithm for solving linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:64512
    • 提供者:zhangmin
  1. third

    0下载:
  2. 全选主元高斯消去法解线性方程组,牛顿迭代法求非线性方程组-Full pivoting Gaussian elimination method for solving linear equations, Newton iterative method for solving nonlinear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Dennis
  1. yakebi

    0下载:
  2. 用高斯消元,牛顿迭代法,解决雅克比方程。-Gaussian elimination, Newton iteration method to solve the Jacobi equation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:26624
    • 提供者:kojf
  1. iterative-and-interpolation-method

    0下载:
  2. 有关迭代法和插值法的程序。包括高斯赛德尔迭代法、牛顿迭代法、拉格朗日插值法、牛顿插值法等。-Programs about iterative and interpolation method,including Gauss-Siedel ,Newton iterative method, Lagrange and Newton interpolation method.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:269312
    • 提供者:cqgccc
  1. numerical-analysis-homework

    0下载:
  2. 东大版数值分析上机题作业,包含牛顿迭代法、高斯赛德尔迭代法、龙格库塔法等-Southeast University version of 《numerical analysis 》homework , including the Newton iterative method, high Sisaideer iterative method, Runge-Kutta method
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:67584
    • 提供者:yu
  1. algorithm-CPP

    0下载:
  2. 用C++编程的十大算法,包括二分法、复化辛卜生公式、改进欧拉法、高斯迭代法解方程组、拉格朗日插值多项式、列主元高斯消去法、龙贝格算法、龙格库塔算法、幂法、牛顿迭代法、牛顿值多项式、四阶阿当姆斯预测公式、雅各比迭代法、变步长法、最小二乘法-ten algorithm using C++
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:8192
    • 提供者:清蒸舍雨
  1. wchy_agui

    0下载:
  2. 计算方法大作业源代码,实现了二分法,牛顿迭代法,高斯消去法,解三对角分解法,雅可比迭代法等10余个算法-Method to calculate the project source code, the realization of the dichotomy, Newton iterative method, gauss elimination, solving tridiagonal decomposition method, Jac
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:arthur
  1. Numerical-Recipes

    0下载:
  2. 本文件包含了高斯列主元消去法,拉格朗日插值多项式,牛顿插值多项式,龙贝格求积分法,牛顿迭代法等C/C++代码。-This document contains out PCA Gaussian elimination method, Lagrange interpolation polynomial, Newton interpolation polynomial, Romberg quadrature, Newton iterative
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:32768
    • 提供者:周东
  1. FICA_DEMO

    0下载:
  2. 快速ICA的matlab m文件,是演示代码,可以直接运行。独立分量分析。使用了基于负熵极大值的牛顿迭代法来判断分离结果的非高斯性-Fast matlab m ICA files, is a demo code, you can directly run. Independent component analysis. The non Gauss used Newton iterative method based on negativ
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:德玛
« 1 23 4 »

源码中国 www.ymcn.org