搜索资源列表

  1. 折半查找

    0下载:
  2. 数据结构二分查找,演示了使用递归函数或者循环语句实现的二分查找算法,两种方法都使用了称为二分搜索的算法-data structure search for two hours to demonstrate the use of recursive function or loop is the realization of two searching algorithm, both methods are used as a two-S
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:263052
    • 提供者:李顺
  1. mergesort11

    0下载:
  2. 二分搜索是运用分治策略的典型例子。二分搜索方法充分利用了元素间的次序关系,采用分治策略,可在最坏情况下用O(logn)的时间完成搜索任务。-two hours search is to use the divide and conquer strategy is a typical example. Two-search method full use of the elements in the order, using the di
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:50222
    • 提供者:黄波
  1. gerenbingji

    0下载:
  2. 个人笔记 适合初学者 josephus小孩围圈问题 二分搜索 活动安排问题-personal notebook for beginners josephus children sitting in a circle 2-search activities arrangements etc.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:3786
    • 提供者:wanghui
  1. erfensousuo

    0下载:
  2. 用二分搜索算法求x=2sinx的所有根,设计出具体的程序,使之能够动态演示搜索过程。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5701
    • 提供者:jack
  1. 二分搜索

    0下载:
  2. 数值算法,二分搜索演示-numerical algorithm, two hours search demonstration
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5925
    • 提供者:黄汉
  1. Asearch

    0下载:
  2. 一个简单的java的二分搜索的数据结构的算法程序.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:196471
    • 提供者:阿富汗战争
  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编程

    • 发布日期:2008-10-13
    • 文件大小:13039
    • 提供者:林子建
  1. 二分搜索

    0下载:
  2. 数值算法,二分搜索演示-numerical algorithm, two hours search demonstration
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:黄汉
  1. erfen-new

    0下载:
  2. 二分法搜索的程序实现-dichotomy Search Program
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:bobofish930
  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-16
    • 文件大小:230400
    • 提供者:林子建
  1. 折半查找

    0下载:
  2. 数据结构二分查找,演示了使用递归函数或者循环语句实现的二分查找算法,两种方法都使用了称为二分搜索的算法-data structure search for two hours to demonstrate the use of recursive function or loop is the realization of two searching algorithm, both methods are used as a two-S
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:263168
    • 提供者:李顺
  1. erfensousuo

    0下载:
  2. 用二分搜索算法求x=2sinx的所有根,设计出具体的程序,使之能够动态演示搜索过程。-Using binary search algorithm for x = 2sinx all the roots, the specific procedure designed to enable dynamic demonstration searching process.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:jack
  1. erfen

    0下载:
  2. 二分搜索算法,图形界面,动态实现搜索过程,挺不错的代码-Binary Search algorithm, graphical interface, dynamic realize the search process, very good code
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:纪伟
  1. erfensousuo

    0下载:
  2. 二分搜索算法程序源码,动态演示过程.JAVA源码.-Binary Search Algorithm program source code, dynamic demonstration. JAVA source.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:22528
    • 提供者:张辉
  1. erfensousuo

    0下载:
  2. 二分搜索 简单二分搜索 vc实现-er fen sou suo
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:362496
    • 提供者:cuiguoliang
  1. 2fen

    0下载:
  2. 设a[1:n]是已经排好序的数组。该二分搜索算法,使得当搜索元素x不在数组中时,返回小于x的最大元素位置和大于x的最小元素位置j .当搜索元素在数组中时,i和j相同,均为x在数组中的位置。-Set a [1: n] is already sorted array. Please rewrite the binary search algorithm, so when the search for element x is not in
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:1020928
    • 提供者:王涛
  1. binsrch

    0下载:
  2. 设a[0:n-1]是一个已排好序的数组。请改写二分搜索算法,使得当搜索元素x不在数组中时,返回小于x的最大元素的位置I和大于x的最大元素位置j。当搜索元素在数组中时,I和j相同,均为x在数组中的位置-binsrch
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:陈钰
  1. 一维搜索方法介绍与分析

    0下载:
  2. 黄金分割法 二分法 插值法 五点法 DSC法(Introduction and analysis of one dimensional search method)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:77824
    • 提供者:林枫林云
  1. 二分区间检索

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

  1. suanfazk

    0下载:
  2. 快速排序、合并排序、二分搜索算法程序。。。。(Fast sort, merge sort, two point search algorithm program)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:zkonly
« 12 3 4 5 6 »

源码中国 www.ymcn.org