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

搜索资源列表

  1. halfwaytopfinder

    0下载:
  2. 折半法查找数据最高位,虽然简单但却十分有效-half of the maximum data spaces, simple but very effective
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:818
    • 提供者:夏志勋
  1. find

    0下载:
  2. C++源码,用于实现查找功能(顺序,折半,插值)-C++ source code, used to implement search function (sequence, binary, interpolation)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:680775
    • 提供者:xwy666
  1. SStable

    0下载:
  2. 实现对顺序表的查找,折半查找的实现,c++代码-Achieve the order table search, binary search, c++ code
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:171400
    • 提供者:叶子
  1. Half-search

    0下载:
  2. 数据结构:折半查找法 数据结构:折半查找法-data struct:Binary search
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:144252
    • 提供者:游戏人间
  1. lab07

    0下载:
  2. 本例主要设计查找的有关算法,例如有序表的查找和顺序标的查找,顺序查找、折半查找及二叉排序树上查找的基本思想和算法实现等。-In this case mainly designed to find the relevant algorithm, such as an ordered list of the find and order the subject to find, sequential search, binary search and binary sort tree to find
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:13094
    • 提供者:Andy
  1. pvanda

    0下载:
  2. 折半查找,数据结构C语言描述,很简单的算法-Binary search
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:168753
    • 提供者:王夏
  1. Binary-search

    0下载:
  2. 此代码为对数据结构中折半查找算法的C语言实现。-This code is the binary search algorithm in C language.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:446865
    • 提供者:Jack
  1. Binary_Search

    0下载:
  2. 本工程包含了C语言中常用的查找方法——折半查找法,该方法简单使用,是写C程序中常用的模块。-The project includes the C language commonly used search method- binary search method, which is simple to use, is to write a C program commonly used modules.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:228336
    • 提供者:xt
  1. Data-Structure

    0下载:
  2. 基于-数据结构-顺序表折半查找的销售系统算法设计与实践-Data Structure Sequence table binary search Algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:55346
    • 提供者:schanbel
  1. key_ListInArray

    1下载:
  2. 3. 利用折半查找算法在有序表中插入一个元素,并保持表的有序性。在ListInArray工程中添加新接口int ListInsert_Binary(LIST &L, DataType item)实现上述功能。-3. Use binary search algorithm to insert an element in the ordered table, and keep ordering table. Adding a new interface works in ListInArray in
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3711
    • 提供者:黄瑜琳
  1. chazhao

    0下载:
  2. 数据结构(C语言)查找(折半查找)的实现 欢迎分享与交流-Data structure (C language) search (binary search) implementations are welcome to share and exchange
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:906
    • 提供者:张大雷
  1. Ordered-binary-search-table

    0下载:
  2. 用c/c++写的有序表的折半查找,有兴趣的朋友可以看一下-Binary search using c/c++ to write the sorted list
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5175264
    • 提供者:陈晚林
  1. BInsertSort

    0下载:
  2. 折半插入排序在查找记录插入位置时,采用折半查找算法 折半查找比顺序查找快, 所以折半插入排序在查找上性能比直接插入排序好 -Binary insertion sort to find records insertion position, using a binary search binary search algorithm is faster than the sequential search, binary insertion sort on so look better pe
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:597
    • 提供者:郑白
  1. Binary-search-ranking

    0下载:
  2. 该算法是用C++实验的折半查找排序算法,是本人编写,能够正确运行-This algorithm is to use binary search algorithm of C++ experiment, I write, to run correctly
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1183867
    • 提供者:ma
  1. look-uptable

    0下载:
  2. 按关键字从小到大顺序输入一组记录构造查找表,并且输出该查找表; 给定一个关键字值,对所构造的查找表分别进行顺序查找和折半查找,输出查找的结果以及查找过程中“比较”操作的执行次数。 -Press the key sequence input small to large lookup table constructed a set of records, and the output of the look-up table Given a key value of the con
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5814
    • 提供者:王玥天
  1. TraverTrain

    0下载:
  2. 折半查找快速排序、二叉排序树、堆排序检索策略在列车信息检索中的应用-Quicksort binary search, binary tree sort, heap sort search strategy used in train Information Retri
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:30287
    • 提供者:汤义恺
  1. CPP

    0下载:
  2. 10.编写一个程序,从键盘输入一批学生的成绩信息,每个学生的成绩信息包括:学号、姓名以及8门课的成绩。然后按照平均成绩由高到低顺序输出学生的学号、姓名以及平均成绩。 11.把在链表中插入一个新结点的操作写成一个函数: bool insert(Node *&h,int a,int pos) 其中,h为表头指针,a为要插入的结点的值,pos(≥0)表示插入位置。当pos为0时表示在表头插入;否则,表示在第pos个结点的后面插入。操作成功返回true,否则返回false。 12.把在
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3563
    • 提供者:xing
  1. 二叉

    0下载:
  2. 二分查找又称折半查找,优点是比较次数少,查找速度快,平均性能好,占用系统内存较少;其缺点是要求待查表为有序表,且插入删除困难。因此,折半查找方法适用于不经常变动而查找频繁的有序列表。首先,假设表中元素是按升序排列,将表中间位置记录的关键字与查找关键字比较,如果两者相等,则查找成功;否则利用中间位置记录将表分成前、后两个子表,如果中间位置记录的关键字大于查找关键字,则进一步查找前一子表,否则进一步查找后一子表。重复以上过程,直到找到满足条件的记录,使查找成功,或直到子表不存在为止,此时查找不成功。
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:12288
    • 提供者:张三儿丰
  1. lzbr8

    0下载:
  2. 本程序实现基数排序,冒泡排序和快速排序.另外实现了顺序查找和折半查找()
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-07
    • 文件大小:55296
    • 提供者:Perrb
  1. rusvrgu

    0下载:
  2. 本程序实现基数排序,冒泡排序和快速排序.另外实现了顺序查找和折半查找()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:55296
    • 提供者:jdbw%216611
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com