CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 二分搜索

搜索资源列表

  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-Search Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:256.89kb
    • 提供者:李顺
  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 divide and conquer strategy, in
  3. 所属分类:数据结构常用算法

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

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

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

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

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

    0下载:
  2. 快速排序 算法题 有运行结果 分治法思想 二分搜索技术-Quicksort Algorithm title run results are thinking of governance law dichotomy search technology
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:12.13kb
    • 提供者:谢山
  1. finddepth

    0下载:
  2. 集合算法,最优二分搜索树,最长公共子序列,union—find算法的应用与推广-Collection algorithm, the optimal binary search tree, the longest common subsequence, union-find algorithm of the application and promotion of
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:370.82kb
    • 提供者:winnershu
  1. IndirectList

    0下载:
  2. 使用间接访问实现快速排序及二分搜索,数据结构作业-The use of indirect access for fast sorting and binary search, data structure operations
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:8.79kb
    • 提供者:LIU
  1. AlgorithmCpp

    0下载:
  2. 主要在VC6.0上用MFC完成的排序算法和搜索算法: 首先弹出一个对话框,上面有排序前和排序后的编辑框,在排序前编辑框中输入整型数组,然后选择排序的方法,点排序按钮即将排序好的数组呈现在排序后的编辑框中。 排序顺序分“升序”和“降序”,排序方法总共7种,分别是:冒泡排序,简单选择排序,直接插入排序,希尔排序,快速排序,堆排序和基数排序。这些方法都是用c++实现的。还有一个搜索的功能,分别可以“线性搜索”和“二分搜索”,线性搜索时从排序前的数组中搜索,二分搜索时从排序后的数组中搜索,且必须
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:845.25kb
    • 提供者:阿表
  1. sorting_and_searching

    0下载:
  2. 包括了常用的一些排序算法与搜索算法,如快速排序,桶排序,堆排序,冒泡排序,以及二分搜索等-Includes a number of commonly used sorting algorithms and search algorithms, such as quick sort, bucket sort, heap sort, bubble sort, and the two sub-search, and so
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:230.87kb
    • 提供者:seckCoder
  1. BinarySearch

    0下载:
  2. 用C语言实验数值计算中的二分搜索,含有代码及演示-Binary Search used C
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1.33mb
    • 提供者:商莂黎
  1. binsrch

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

    • 发布日期:2017-04-03
    • 文件大小:565byte
    • 提供者:陈钰
  1. QuickSort

    0下载:
  2. 快速排序与二分搜索的C++实现,适合初学者作参考-Quick sort and binary search for C++ implementation as a reference for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:893.1kb
    • 提供者:小小人
  1. onedemonsearch

    0下载:
  2. 一维搜索算法实现(黄金分割,二分法,抛物线,Fibonacci,三次差值和切线法)-One-dimensional search algorithm (golden section, dichotomy, parabola, Fibonacci, three times the difference and tangent)
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.86mb
    • 提供者:李凯
  1. erfensousuo

    0下载:
  2. 二分搜索算法 改写过的 有助于更好的理解二分搜索算法-Binary search algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:886.82kb
    • 提供者:xingyang
  1. 10_04_07-c

    0下载:
  2. 学习数据结构时候写的一些小程序,包括二分搜索、背包问题等。初学者可以下来-Data structure when learning to write small programs, including binary search, backpacks and so on. Beginners can look down. .
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:492.82kb
    • 提供者:susan
  1. BinarySearchApp

    0下载:
  2. 二分搜索算法, 使用Java开发; -bi-search alogrism
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.03kb
    • 提供者:dragon
  1. erfensousuo

    0下载:
  2. 二分搜索 算法设计与分析binary search法 -binary search
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:865.98kb
    • 提供者:马兴江
  1. Sort

    0下载:
  2. 几种常见的搜索和排序算法。 包括:线性搜索、二分搜索、选择排序、插入排序、合并排序。-Several common searching and sorting algorithms. Include: linear search, binary search, selection sort, insertion sort, merge sort.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.24kb
    • 提供者:姜枫
  1. (2)

    0下载:
  2. 各种基本算法代码 如排序算法,二分搜索,快速排序-Search the most simple dichotomy of the most basic the most effective search algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3.87kb
    • 提供者:刘鹏
  1. 一维搜索方法介绍与分析

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

    • 发布日期:2018-01-07
    • 文件大小:76kb
    • 提供者:林枫林云
« 12 3 »
搜珍网 www.dssz.com