搜索资源列表

  1. 二分法.rar

    0下载:
  2. 一个二分法查找的图形演示程序
  3. 所属分类:图形图象

    • 发布日期:2024-05-05
    • 文件大小:1265
    • 提供者:
  1. 二分法、简单迭代法、牛顿迭代法收敛比较

    1下载:
  2. 用C语言来实现。二分法,简单迭代法矣牛顿迭代法这三种方法来求非线性的方程的根,比较这三种的收敛性。-C language. Dichotomy, a simple iterative method Yi Newton iteration of these three methods for nonlinear equations root, comparing the convergence of three.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:22129
    • 提供者:luo
  1. 二分法的C实现

    0下载:
  2. 二分法的C实现,可以直接用于查找,有详细的例子-dichotomy C realized, can be directly used to locate a detailed example
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:955
    • 提供者:往常
  1. 二分法方程求根

    0下载:
  2. 二分法方程求根的经典算法-dichotomy of the classic algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6036
    • 提供者:一枝花
  1. 递归二分法.

    0下载:
  2. 递归二分法.
  3. 所属分类:其他小程序

  1. 二分法

    0下载:
  2. 一个二分法查找的图形演示程序- A dichotomy search graph demonstration program
  3. 所属分类:图形图象

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:墨镜牛郎
  1. 二分法方程求根

    0下载:
  2. 二分法方程求根的经典算法-dichotomy of the classic algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-05
    • 文件大小:235520
    • 提供者:一枝花
  1. 二分法.2366545415

    0下载:
  2. 用二分法求方程的根-dichotomy with the roots of Equation
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:蒋涛
  1. 二分法

    0下载:
  2. 数值算法 二分法-numerical algorithm dichotomy
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-05
    • 文件大小:251904
    • 提供者:邹建
  1. 数值分析二分法

    0下载:
  2. 数值分析中用C语言实现的二分法可以在TURBOC2中运行- the dichotomy in numerical value analyse with c can run in turboc2
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:天马行空
  1. 二分搜索法

    0下载:
  2. 要求随机关生一个序列,任意查找其中一个元素时,采用二分搜索法实现,并且还能显示查找次数。使用二分法首先要使序列列按从小到大排序,因此程序中还要有排序功能。- there is a random series ,when looking for any an element in this series,we can achieve this by the method of bisectional searching,also the
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:230400
    • 提供者:林子建
  1. 二分法、简单迭代法、牛顿迭代法收敛比较

    0下载:
  2. 用C语言来实现。二分法,简单迭代法矣牛顿迭代法这三种方法来求非线性的方程的根,比较这三种的收敛性。-C language. Dichotomy, a simple iterative method Yi Newton iteration of these three methods for nonlinear equations root, comparing the convergence of three.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-05
    • 文件大小:21504
    • 提供者:luo
  1. 二分法的C实现

    1下载:
  2. 二分法的C实现,可以直接用于查找,有详细的例子-dichotomy C realized, can be directly used to locate a detailed example
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:往常
  1. 2分法

    0下载:
  2. 主要编写了一个二分法的代码模块,以及应用案例(The main preparation of a dichotomy of code modules, and application cases)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:17408
    • 提供者:GAHH
  1. 改进欧拉法-二分法-复化辛卜生公式

    0下载:
  2. 实现c语言的改进欧拉法,源文件没有任何修改(To achieve the improved Euler method in C language)
  3. 所属分类:Windows编程

  1. 迭代法

    1下载:
  2. 五种迭代法解------非线性方程求根 分别采用了牛顿法、简易牛顿法、史蒂芬孙迭代法、二分法和割线法(The iterative method for solving nonlinear equations.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:haibenben
  1. 二分法

    0下载:
  2. 二分法求函数根,任意有解析式的函数,并可以设置制定精确度(The dichotomous method is used to find the function root, and there is an analytic function.)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:小甜瓜111
  1. 二分法求一元三次方方程解HS1101

    0下载:
  2. C语言二分法求一元三次方方程解,HS1101的频率-湿度关系(C language dichotomy for solving the solution of one element three square equation and the relationship between frequency and humidity of HS1101)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:10240
    • 提供者:缪织
  1. 6非线性方程的数值解法—二分法

    0下载:
  2. 使用matlab编写了二分法的函数,并通过例子进行了验证。(The function of dichotomy is written by MATLAB, and is verified by examples.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:16384
    • 提供者:jeff1130
  1. 像元二分法计算植被覆盖度

    0下载:
  2. 使用像元二分法计算植被覆盖度。首先,基于掩模后的NDVI影像,统计5%和95%的像元值,带入像元二分法模型,进而计算植被覆盖度(Vegetation coverage was calculated by pixel dichotomy. Firstly, based on the masked NDVI images, 5% and 95% of the pixel values are counted, and then the pi
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:kaikai0622
« 12 3 4 5 6 7 8 9 10 ... 41 »

源码中国 www.ymcn.org