搜索资源列表

  1. 迭代法

    0下载:
  2. 本程序可以很好的实现一般迭代法,牛顿法,弦截法的一般功能,虽然不完善,但值得一用-this procedure can achieve good general iterative method, Newton, xianjie General function of the law, although not perfect, it is worth a look
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2642
    • 提供者:李杰
  1. yuandaimabaogao

    1下载:
  2. 数值计算源代码,包括二分法,弦截法,龙贝格算法,下山法,牛顿迭代法-numerical source code, including the dichotomy, chord sheet, Lung Bergh algorithm, the mountain, the Newton iterative method
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6948
    • 提供者:顾婷婷
  1. theSecond

    0下载:
  2. 这个程序分别用二分法,Newton法,弦截法,Newton下山法等算法求解非线性方程-this procedure were used dichotomy, Newton, String interception, Newton downhill law for solving nonlinear equations
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:24285
    • 提供者:林敏
  1. for_equation_real_radix

    0下载:
  2. 分别用二分法 Newton法 弦截法(割线法) 求方程x3-3x2+x-1= 0的全部实根(精度小于0.00001)。-respectively dichotomy Newton law xianjie (secant) Equation x3-3x2 x-1 = 0 all real roots (precision of less than 0.00001).
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1106
    • 提供者:叶枫
  1. jsff123

    0下载:
  2. 计算方法中的五种算法: 二分法、简单迭代法、快速弦截法、龙贝格算法、弦截法。 附说明-calculation algorithm of five : dichotomy, a simple iterative method, rapid chord sheet, Lung Bergh algorithm string sheet. Annotated
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:111218
    • 提供者:Snake
  1. 快带弦截法

    0下载:
  2. 本程序所求解的方程为x-cosx=0的解,程序将f(x)定义为子函数过程f(x),并把初值赋给相应变量后,即可使用xj(a,b,n)调用快带弦截法子函数。-the procedure for solving the equation x-cosx = 0 solution procedures to f (x) is defined as the process of Functions f (x), and initial value
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3998
    • 提供者:梁良
  1. xianjie

    0下载:
  2. 用双点弦截法计算f(x)=0-Two-point cut-off method string f (x) = 0
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:lxw
  1. 数值计算

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

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:毛伟杰
  1. BowRoot

    0下载:
  2. 弦截法求解非线性方程,已在TC2.0环境中编译通过-xianjie method for solving nonlinear equations, in the environment WITH TC 2.0 compiler through
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:王国栋
  1. jisuanfangfa

    0下载:
  2. 计算方法经典算法(弦截法\二分法\牛顿迭代法\龙贝格算法)-classic calculation algorithm (xianjie Act \ dichotomy \ Newton \ Romberg algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:王勇
  1. 快带弦截法

    0下载:
  2. 本程序所求解的方程为x-cosx=0的解,程序将f(x)定义为子函数过程f(x),并把初值赋给相应变量后,即可使用xj(a,b,n)调用快带弦截法子函数。-the procedure for solving the equation x-cosx = 0 solution procedures to f (x) is defined as the process of Functions f (x), and initial value
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:梁良
  1. theSecond

    0下载:
  2. 这个程序分别用二分法,Newton法,弦截法,Newton下山法等算法求解非线性方程-this procedure were used dichotomy, Newton, String interception, Newton downhill law for solving nonlinear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:23552
    • 提供者:林敏
  1. for_equation_real_radix

    0下载:
  2. 分别用二分法 Newton法 弦截法(割线法) 求方程x3-3x2+x-1= 0的全部实根(精度小于0.00001)。-respectively dichotomy Newton law xianjie (secant) Equation x3-3x2 x-1 = 0 all real roots (precision of less than 0.00001).
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:叶枫
  1. jsff123

    0下载:
  2. 计算方法中的五种算法: 二分法、简单迭代法、快速弦截法、龙贝格算法、弦截法。 附说明-calculation algorithm of five : dichotomy, a simple iterative method, rapid chord sheet, Lung Bergh algorithm string sheet. Annotated
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:110592
    • 提供者:Snake
  1. xuanjiefaqiuge

    0下载:
  2. 在C语言环境下做的一个用弦截法求楼的程序.-in C language environment to do with a string sheet for floor procedures.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:毛虫
  1. xiejie

    0下载:
  2. 弦截法——数值分析,程序代码,参考数值分析课本,很简单的程序,大家一定看得懂-chord sheet-- numerical analysis code, the numerical analysis of reference books, a very simple procedure, we must understand the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:m
  1. 71-93

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

    • 发布日期:2024-05-19
    • 文件大小:22528
    • 提供者:杨志亮
  1. Chapter07.NonlinearEquation

    0下载:
  2. 清华大学《数值分析A》-第07章.非线性方程求根 二分法 迭代法 Steffensen加速 Newton法 弦截法 抛物线法-Tsinghua University,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:220160
    • 提供者:大乔
  1. math_calculate

    0下载:
  2. 二分法,Newton迭代法和弦截法求方程根,并比较迭代次数。内含各种迭代法及数值加速方法的说明和比较。-Dichotomy, Newton iteration method for the equation of the root chord section, and compare the number of iterations. Includes a variety of accelerated iterative method
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:李寻欢
  1. Matlab方程求根法汇总

    0下载:
  2. Matlab方程求根法汇总:BenvliMAX 贝努利法求按模最大实根 BenvliMIN 贝努利法求按模最小实根 HalfInterval 用二分法求方程的一个根 hj 用黄金分割法求方程的一个根 StablePoint 用不动点迭代法求方程的一个根 AtkenStablePoint 用艾肯特加速的不动点迭代法求方程的一个根 StevenStablePoint 用史蒂芬森加速的不动点迭代法求方程的一个根 Secant 用一般弦截法求方
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:19456
    • 提供者:lfwu5
« 12 3 4 »

源码中国 www.ymcn.org