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. 汇编语言上机第三题:二分查找法,算法是等同于C语言数据结构中的算法.-assembly language on the plane Q3 : two searching method, the algorithm is equivalent to the C language data structure of the algorithm.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1526
    • 提供者:徐杰
  1. 图形方式的二分查找程序

    0下载:
  2. 在TC 中用图形方式演二分法查找程序,可以作为学生的教学用。很形象啊-TC used in the graphic speech dichotomy tracing procedure can be used as a teaching students. Ah very image
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1944
    • 提供者:康道之
  1. 编译原理 二分查找

    0下载:
  2. 编译原理的二分查找
  3. 所属分类:编译器/词法分析

  1. 递归二分法.

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

  1. 二分法.rar

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

    • 发布日期:2017-11-09
    • 文件大小:1536
    • 提供者:墨镜牛郎
  1. 二分法查找算法C源码

    0下载:
  2. 此程序可实现二分查找算法,采用的是C编程。(This procedure can achieve two points search algorithm, using C programming.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:11264
    • 提供者:xihananhai
  1. 二分图匹配无人机

    0下载:
  2. 基于二分图匹配,以无人机为例,自己写的,希望可以有帮助(Matching based on two points graph)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-01
    • 文件大小:2048
    • 提供者:追小草
  1. 插入排序和二分查找

    0下载:
  2. 简单的插入排序和二分查找实现,使用的是C++来实现,可使用GCC来编译(Simple insertion sort and two point search implementation)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:NicolasGUO994
  1. 二分区间检索

    0下载:
  2. 基于二分查找的二分区间检索,能根据输入一段区间进行查找(Search between two partitions based on two point lookup can be searched according to an interval of input)
  3. 所属分类:Windows编程

  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. 基于二分查找的有序符号表

    0下载:
  2. 基于平行数组与二分查找的有序符号表是《算法》中的经典查找算法,本程序使用 Python 语言,实现有序符号表。 ST.py 包含两个类,ST 和 OrderedST。 ST是无序的符号表,基于链表实现。按照顺序将键值对插入链表。 OrderedST 则是基于平行数组的有序符号表。在进行查找的时候,使用 二分查找 算法。(The ordered symbol table based on parallel array and two point lookup is the classic
  3. 所属分类:其他

  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. 二分检索

    0下载:
  2. 实现二分检索算法,在vs2015上运行。文件包含整个项目(Implement binary search algorithm, run on vs2015.)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:3836928
    • 提供者:晨星落羽
  1. 二分排序

    0下载:
  2. 简单的C 二分排序是从数据结构与C语言某本书中随手实现的。因为没有特别大的代码(binary search ,a easy code,very easy)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:靳红军
  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. 二分查找与分制算法

    0下载:
  2. 二分查找与分制算法题解常见题型解决方案2018_3_18(Binary search and division algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-03
    • 文件大小:7168
    • 提供者:萌宝宝
  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 ... 50 »
搜珍网 www.dssz.com