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

搜索资源列表

  1. binarytreesearch

    0下载:
  2. 二分搜索,很简单,算法作业,希望大家批评指正,呵呵,有机会大家一起交流交流
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8.6kb
    • 提供者:
  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 number of search times will be
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:12.73kb
    • 提供者:林子建
  1. ss

    0下载:
  2. 二分搜索,棋盘法,循环日程法-Binary Search, chessboard, cyclic scheduling method
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1.61kb
    • 提供者:ss
  1. search

    0下载:
  2. 这是前段时间写的二分搜索程序,欢迎大家来下载,-This is the second sub-Writing earlier search procedures, welcomed everyone to download
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:196.76kb
    • 提供者:zuoxue
  1. BinarySearch

    0下载:
  2. 利用二分搜索技术实现数组元素的查找,实现了算法设计中的分治策略-Use binary search technique to find the array element, the realization of the algorithm design of sub-rule strategy
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:865.47kb
    • 提供者:耿锦威
  1. erfensousuo

    0下载:
  2. 二分搜索 简单二分搜索 vc实现-er fen sou suo
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:354.07kb
    • 提供者:cuiguoliang
  1. 23456787654321

    0下载:
  2. 问题一:设a[0:n-1]是已排好序的数组。请改写二分搜索算法,使得当搜索元素x不在数组中时,返回小于x的最大元素位置i和大于x的最小元素位置j,当搜索元素在数组中时,i和j相同,均为x在数组中的位置。 问题二:采用分治策略实现对n个元素进行排序的合并排序算法,其基本思想是:将待排序元素分成大小大致相同的2个子集合,分别对2个子集合进行排序,最终将排好序的子集合合并成为所要求的排好序的集合。 问题三:给定n个矩阵{A1,A2,A3,……,An},其中,Ai与Ai+1是可乘的,i=1,2,
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:9.09kb
    • 提供者:土咩豆
  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 the array, the return is less
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:996.93kb
    • 提供者:王涛
  1. BinarySearch

    0下载:
  2. 二分搜索,经过优化的二分搜索,用模板实现的。-BinarySearch
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:163.34kb
    • 提供者:coolwindcoolair
  1. erfensousuo

    0下载:
  2. 二分搜索问题,经典的算法问题,实现的代码,自己做的试验,和大家分享下,希望对大家有帮助-Binary search problem, the classical algorithmic problems, implement the code, make their own experiments, and share with you, we want to help
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:15.62kb
    • 提供者:李芳
  1. BINARYSEARCH

    0下载:
  2. 使用C++语言 为你讲述二分搜索的递归算法-BINARY SEARCH
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3.46mb
    • 提供者:张伟村
  1. linearsearch

    0下载:
  2. 二分搜索,又称为顺序搜索,由于元素比较的最大次数和序列大小呈线性,又称为线性搜索。-Binary search, also known as sequential search, the maximum number of elements and sequence comparison of the size of linear, also known as linear search.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:171.98kb
    • 提供者:成豆豆
  1. erfenfa

    0下载:
  2. 一种二分搜索法 用于解决Bezier曲线和B样条曲线编辑时的搜索区间问题-Binary search method
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1.85mb
    • 提供者:李涞
  1. fenzhifa

    0下载:
  2. 通过使用分治法进行二分搜索,代码已验证可放心使用-Binary search by using the divide-and-conquer method, the code can be assured Verified ~ ~
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:3.84kb
    • 提供者:Ein
  1. code

    0下载:
  2. 使用回溯法解决的典型问题的算法:骑士巡游问题,n皇后问题,0-1背包问题。 使用递归与分治策略解决的几个问题的算法:Hanoi塔问题和二分搜索技术。-Uses backtracking method to solve the problems of the typical algorithms: the knight tour problem, n queen problem, 0-1 knapsack problem. Recursion and divide and conq
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:3.21kb
    • 提供者:阿丁汤圆
  1. Binary

    0下载:
  2. 二分搜索算法的简单实现,作为数据结构课程的练习使用。-Binary search algorithm is simple to achieve, as the practice of using data structures course.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:666.73kb
    • 提供者:shenqintao
  1. erlang3

    0下载:
  2. 1.Erlang二分搜索 从一个已排好序的列表中寻找是否包含某元素,返回true/false 2.为文本建立索引 给定一个由英文单词构成的文件,为文件中所有单词建立索引,记录每个单词出现的行号和每行出现的次数,并将索引存入一个文件。 -1.Erlang binary search from an already sorted list to find if a certain element, returns true/false 2. Establish a file inde
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1.36kb
    • 提供者:肖捷
  1. BRTreeTest

    0下载:
  2. 关于二叉树的例子编写。包括构建二叉树,节点的删除,添加,修改节点数据内容,二分搜索查找等使用功能-a tool to learn binary tree
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5.95kb
    • 提供者:李澜
  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. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1kb
    • 提供者:zkonly
« 12 »
搜珍网 www.dssz.com