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

搜索资源列表

  1. QuickSort_binarySearch

    0下载:
  2. 50万数据的快速排序和二分查找算法实现及性能测试-QuickSort+binarySearch
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:791
    • 提供者:lh
  1. FIND

    0下载:
  2. VC++二分查找法代码,实现二分查找排序算法-VC++ SOURCE CODE
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:179408
    • 提供者:ken
  1. BinarySearch

    0下载:
  2. 给定递增整数序列L,其大小为n,要求使用二分查找法查找任意元素的位置k(序列中第几个); 问-Given increasing sequence of integers L, its size is n, requires the use of binary search to find the location of any element of k (the first few series) Q
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:591
    • 提供者:jj
  1. code

    0下载:
  2. 一些c代码,二分查找,指针,排序,输入输出字符串等等。-some code about c.searching,pointer,sort and so on.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:189935
    • 提供者:林雨
  1. erfen

    0下载:
  2. 这是一个关于二分查找问题的解法,里面包含了源代码,请仔细研究-some example
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:180714
    • 提供者:陈俊
  1. ll

    0下载:
  2. 1)任务:为宿舍管理人员编写一个宿舍管理查询软件, 程序设计要求:A.  采用交互工作方式B.  建立数据文件 ,数据文件按关键字(姓名、学号、房号)进行排序(冒泡、选择、插入排序等任选一种) 2)查询菜单: (用二分查找实现以下操作)A.  按姓名查询 B.  按学号查询 C.  按房号查询 3)打印任一查询结果(可以连续操作)-1) Task: To write a hostel dormitory management personnel m
  3. 所属分类:Education soft system

    • 发布日期:2017-04-01
    • 文件大小:1267
    • 提供者:徐誌檠
  1. 45

    0下载:
  2. 程序功能包括:主程序;顺序查找、二分查找和分块查找的实现;过程追踪以及结果输出等;-Program features include: the main program sequential search, binary search and find the realization of block process tracing, and outputting the results
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1644
    • 提供者:wanfheng
  1. quicksort

    0下载:
  2. 编写程序实现快速排序算法与二分查找算法的-dfhjdhfdj jdhf ddfdf dfdfgfgrtrretg
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:846
    • 提供者:Xxy
  1. xiererfenchazhao

    0下载:
  2. 希尔排序c++数据结构算法 二分查找的递归算法-希尔排序c++数据结构算法 二分查找的递归算法
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1131
    • 提供者:luoqiuyang
  1. Classic_structures

    0下载:
  2. VC++数据结构经典算法源码包,包括底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找等! -VC++ source package classical algorithm data structures, including low-level programming, calibration algorithm, the problem algorithms, file algorithms, case conversion, base con
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:316572
    • 提供者:xcan
  1. MergeSortBinSearch

    0下载:
  2. 一个归并排序算法的实现,还有一个二分查找算法的实现。-A merge sort algorithm, there is a binary search algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:941
    • 提供者:wensen
  1. binarysearch

    0下载:
  2. 二分查找算法.实际有效的一个程序源代码。经过自己的调试,有详细说明。-binary search 。I have make the introduction in it .
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:577435
    • 提供者:叶一力
  1. erfenfa

    0下载:
  2. 编写程序对数据序列采用二分查找法和顺序查找法查找元素的下标,要求使用类模板实现(其中二分法查找算法要求用递归实现,给定数据序列有序)-Programming data sequence using binary search and sequential search method to find the next element standard, requires the use of class templates (which use a recursive binary search
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:10666
    • 提供者:dxq
  1. inverse-of-function

    0下载:
  2. 使用二分查找法,计算一个复杂的原函数的反函数值,将其中的原函数实现改为其他函数,可计算相应函数的反函数值。-Use binary search to calculate a complex inverse of the original function, which will be replaced by the original function of other functions, calculate the value of the corresponding inverse func
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:5331
    • 提供者:Confucian
  1. binarysearchtreeopertion

    0下载:
  2. 这是一个用C写的进行二分查找法的小程序,对于初步学习数据结构等算法有比较好的借鉴意义-This is a work written in C for small binary search procedures, the data structure for the initial learning algorithms have a better reference
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1588
    • 提供者:lmz
  1. binary_search_and_hash

    0下载:
  2. 二分查找算法及hash算法的实现,文中提供了实现方式的实例-binary search and hash
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2446
    • 提供者:cxl
  1. Byfinsert

    0下载:
  2. 本软件主要是进行二分查找的一个小实验,利用c#来做的-This software is primarily for binary search of a small experiment, using c# to do the
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:34077
    • 提供者:
  1. sequencelist

    0下载:
  2. 对顺序表完成以下菜单项功能,要求执行完一个功能后自动输出线性表: 按输入次序建表; 建立有序表; 按序号插入新元素; 按值插入新元素; 按序号删除元素; 按值删除元素; 输出表长; 建立2个有序表,合并成1个有序表。 一般顺序表的查找; 有序表的顺序查找; 有序表的二分查找。 直接插入排序; 简单选择排序; 冒泡排序; 快速排序; 堆排序。 -On the order form to complete the following
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1076911
    • 提供者:麦培鹏
  1. erfen

    0下载:
  2. 一个关于二分查找算法的详细描述,详细讲述了如何构造树-A binary search algorithm on a detailed descr iption of
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:131688
    • 提供者:wubinbin
  1. Binarysearch

    0下载:
  2. Binary search二分查找,将所需要的数列升序排列,并且可以查找所要求的值,给出值的下标。-Binary search
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5331
    • 提供者:张一鹏
« 1 2 3 4 5 67 8 9 10 11 ... 16 »
搜珍网 www.dssz.com