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

搜索资源列表

  1. block

    1下载:
  2. 利用折半查找确定记录所在块的分块查找算法. 读入各记录建立主表,按L个记录/块建立索引表, 对给定关键字k进行查找-Use binary search to determine where the block record block search algorithm. Read into the record to establish the main menu, press L record/block index table, k for a given keyword searc
  3. 所属分类:Data structs

    • 发布日期:2016-12-08
    • 文件大小:1024
    • 提供者:何苗
  1. finding

    0下载:
  2. 折半查找的算法思想是将数列按有序化(递增或递减)排列,查找过程中采用跳跃式方式查找,即先以有序数列的中点位置为比较对象,如果要找的元素值小于该中点元素,则将待查序列缩小为左半部分,否则为右半部分。通过一次比较,将查找区间缩小一半。 折半查找是一种高效的查找方法。它可以明显减少比较次数,提高查找效率。但是,折半查找的先决条件是查找表中的数据元素必须有序。 -Binary search algorithm idea is to sequence by ordering (ascending or
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:784
    • 提供者:zn
  1. zb

    0下载:
  2. 折半查找算法,一种实现查找数字或字符串的算法。-Binary search algorithm, an implementation of the algorithm to find numbers or strings.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:522
    • 提供者:yy
  1. binsearch

    0下载:
  2. 本程序实现了折半查找算法,可运行,还包括难点注释-This procedure implements the binary search algorithm can run, but also difficult notes
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:588
    • 提供者:
  1. Search_Bin

    0下载:
  2. 使用折半查找在数组 中查找数据。成功时,返回数据在数据序列中的位置,否则返回0-Use binary search to find data in the array. Successful, the return data in the data sequence position, otherwise return 0
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:169623
    • 提供者:jassy
  1. Binary-search-algorithm

    0下载:
  2. 在有序表中折半查找某个关键字为key的数据元素,并指出该元素在表中的位置-Binary search the table in order for the key to a key data elements, and that the element' s position in the table
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:21968
    • 提供者:钱行
  1. hw8.15

    0下载:
  2. 实现以下功能: 1.输入10人的姓名职工号 2.按号从小到大排序。 3.输入一个号,用折半查找法查找并输出。-Achieve the following functions: 1 Enter the name of employee number 10 (2) according to numbers from small to large order. 3 Enter a number, with the binary search method to find and outpu
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:670
    • 提供者:覃晓莹
  1. Binary-search-method-

    0下载:
  2. 折半查找法(在一个给定的数组中有没有给定的数)。-Binary search method (in a given array, there is no number given).
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:684371
    • 提供者:huqing
  1. zheban

    0下载:
  2. 数据结构折半查找源代码,C++6.0调试成功。请放心下载。-Data structure binary search source code, C++6.0 debugging success. Please be assured that download.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1256
    • 提供者:高敏
  1. binary-search

    0下载:
  2. 此代码为折半查找算法,适用于有序表,欢迎各位下载-This code is the binary search algorithm for ordered lists
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:159432
    • 提供者:zhangbo
  1. 3

    0下载:
  2. 折半查找,在一组数据中找出某个特定的元素,并按照折半查找的方法寻找-Binary search
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:890
    • 提供者:马建波
  1. Untitled3

    0下载:
  2. 折半查找算法的c-c++实现,里边为可执行文件 -Binary search algorithm c-c++ implementation, an executable file inside
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:537
    • 提供者:WEN
  1. Sequential-search-and-binary-search

    0下载:
  2. 数据结构 顺序查找和折半查找 Sequential search and binary search-Find and order data structure binary search Sequential search and binary search
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:727
    • 提供者:brianlxw
  1. zhebanchazhaoheneibupaixu

    0下载:
  2. 这个程序是关于数据结构中折半查找和内部排序的程序,学好数据结构有用!-This program is the data structure of binary search and sort of internal procedures, to learn useful data structure!
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:6254
    • 提供者:yupan123
  1. Binary-search

    0下载:
  2. 折半查找。具体是对程序中查找功能的修正,使其效率增加。-Binary search. Is a program to find the specific features of the amendment, to increase its efficiency.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1118
    • 提供者:wangli
  1. ZheBanSearch

    0下载:
  2. 用C++实现的一种折半查找的排序算法,主要理论是来自C++程序设计书上,自己亲手实践出来的,希望对大家有帮助-C++ implementation using a binary search of the sorting algorithm, the main theory is from the C++ programming book, his hands-out, we want to help
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:3862
    • 提供者:乐天
  1. P1

    0下载:
  2. 顺序表操作 1、显示 2、插入 3、查找(显示比较次数) 4、删除(显示移动次数) 5、排序(普通、快速,显示比较次数、移动次数) 6、折半查找(显示比较次数) 7、编程实现一个顺序表的就地逆置,即利用原表的存储空间将顺序表逆置。-Table 1 Operation sequence, display 2, insert 3, find (show more times) 4, delete (show the number of moves) 5, s
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1883
    • 提供者:qc
  1. chazhao

    0下载:
  2. 折半查找:例在一组有序数据{5,13,19,21,37,56,64,75,80,88,92}中,折半查找关键字21的位置。-Binary search: Example of data in an ordered set {5,13,19,21,37,56,64,75,80,88,92}, the binary search keyword 21 position.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:749
    • 提供者:qiuhui zhong
  1. zhe-ban-chazhao

    0下载:
  2. 数据结构的折半查找,有源程序及实现过程,并附有详细的说明-zheban cha zhoa de shu ju jiegou ,you yuan cheng xu
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:85708
    • 提供者:sunxu
  1. Lying-data-structure9

    0下载:
  2.  《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;图的深度、广度遍历;最小生成树两种算法、最短路径两种算法;拓扑排序与关键路径算法;折半查找、插值查找、斐波那契查找等静态查找;稠密索引、分块索引、倒排索引等索引技术;冒泡、选择、插入等简单排序;希尔、堆、归并、快速等改进排序-" Westward the data structure," the m
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1531772
    • 提供者:陈雨
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com