搜索资源列表

  1. 编译原理 二分查找

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

  1. 递归二分法.

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

  1. 二分法

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

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

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

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

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

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

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

    • 发布日期:2024-05-13
    • 文件大小:251904
    • 提供者:邹建
  1. 实验报告-二分覆盖问题

    0下载:
  2. 关于二分覆盖问题的基本思想运行结果测试平台以及源码-two hours coverage on the basic idea of operating results and the source test platform
  3. 所属分类:JSP源码/Java

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

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

    • 发布日期:2024-05-13
    • 文件大小: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-13
    • 文件大小: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-13
    • 文件大小:21504
    • 提供者:luo
  1. 二分法的C实现

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

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:往常
  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. 所属分类:汇编语言

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:徐杰
  1. 二分覆盖程序

    0下载:
  2. 二分覆盖算法的贪婪算法解决。使用dephi编译。使用了贪婪算法。-two hours covering algorithm to solve the greedy algorithm. Dephi use compiler. Use the greedy algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-13
    • 文件大小:176128
    • 提供者:陈琳
  1. 二分覆盖

    0下载:
  2. 二分图是一个无向图,它的n 个顶点可二分为集合A和集合B,且同一集合中的任意两个顶点在图中无边相连(即任何一条边都是一个顶点在集合A中,另一个在集合B中)。当且仅当B中的每个顶点至少与A中一个顶点相连时,A的一个子集A 覆盖集合B(或简单地说,A 是一个覆盖)。覆盖A 的大小即为A 中的顶点数目。当且仅当A 是覆盖B的子集中最小的时,A 为最小覆盖。-two hours map is an undirected graph, it n
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:6144
    • 提供者:王敏
  1. 二分法查找算法C源码

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

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

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

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

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

    • 发布日期:2024-05-13
    • 文件大小: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. 所属分类:编译器/词法分析

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:小甜瓜111
  1. 基于二分查找的有序符号表

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

« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org