CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 二分法

搜索资源列表

  1. 二分法.rar

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

    • 发布日期:
    • 文件大小: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. 实 验2 二分法求解非线性方程的根 计机系 041班 姓名:刘文杰 学号:200410714102 【实验内容】 1、方法介绍 (1)输入区间端点值a、b,步长h,及精度控制量ε1,若|f(a)|< ε1,则a为原方程的一个近似根,若|f(b)|< ε1,则b为原方程的一个近似根。 (2)以h为步长,将区间[a,b]分为两个等距的小区间[a,c],[c,b]。如果f(a)<0,f(c)>0,则根在[a,c]中,将区间[a,c]再分半,分点为
  3. 所属分类:Windows编程

    • 发布日期:2014-01-17
    • 文件大小:53055
    • 提供者:000
  1. 二分法.2366545415

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

    • 发布日期:2008-10-13
    • 文件大小:1317
    • 提供者:蒋涛
  1. 二分法

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

    • 发布日期:2008-10-13
    • 文件大小:252100
    • 提供者:邹建
  1. 数值分析二分法

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

    • 发布日期:2008-10-13
    • 文件大小:899
    • 提供者:天马行空
  1. 递归二分法.

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

  1. 二分法查找

    0下载:
  2. 二分法查找 二分法查找其实就是折半查找,一种效率较高的查找方法。针对有需数组来查找的。 主要思想是:(设查找的数组期间为array[low, high])
  3. 所属分类:技术管理

  1. 二分法查找元素

    0下载:
  2. 二分法查找元素
  3. 所属分类:数据结构常用算法

  1. 利用二分法求非线性方程的根

    0下载:
  2. 利用二分法求非线性方程的根,包括算法及Matlab函数文件。-The use of dichotomy roots of nonlinear equations, including the algorithm and Matlab function file.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-23
    • 文件大小:36372
    • 提供者:钟茜子
  1. 二分法.rar

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

    • 发布日期:2017-11-09
    • 文件大小:1536
    • 提供者:墨镜牛郎
  1. 2分法

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

    • 发布日期:2017-12-30
    • 文件大小: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例程

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

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

    • 发布日期:2018-01-11
    • 文件大小: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. 所属分类:其他

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

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

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

    2下载:
  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 pixel dichotomy model is introdu
  3. 所属分类:Windows编程

    • 发布日期:2019-12-11
    • 文件大小:1024
    • 提供者:kaikai0622
« 12 3 4 5 6 7 8 9 10 ... 36 »
搜珍网 www.dssz.com