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

搜索资源列表

  1. guibinpaixu

    0下载:
  2. 是一个用C++编写的小程序它可以进行归并排序和二分查找,是一个分治法的实例-C is a small procedure to prepare it for sorting and merging two hours to find, is a partition of the examples of France
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7555
    • 提供者:成朝夕
  1. work_std

    0下载:
  2. 工作时单元功能实现的部分资料 主要涉及字符串处理、排序算法,字符串查询、kmp、改进二分法、Unicode编码、uniq-functional modules work to achieve some of the information involved mainly string handling, sorting algorithm, string inquiries, kmp improve dichotomy, Unicode encoding, uniq
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:90652
    • 提供者:邻水
  1. susheguanlichaxunruanjian

    0下载:
  2. 1、任务:为宿舍管理人员编写一个宿舍管理查询软件, 程序设计要求: (1)采用交互工作方式 (2)可以增加、删除、修改信息 (3)建立数据文件 ,数据文件按关键字(姓名、学号、房号)进行排序(用选择排序) 2、查询菜单: (用二分查找实现以下操作) (1)按姓名查询 (2)按学号查询 (3)按房号查询 3、打印任一查询结果(可以连续操作) -a task : to prepare dormitory management staff inquirie
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2095
    • 提供者:ahui
  1. paixuchazhao

    0下载:
  2. 学习二分查找,归并排序跟选择排序与插入排序的资料
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:874017
    • 提供者:侯红看
  1. combine

    0下载:
  2. 这是经典的二分归并算法,适用于小型数据的排序,对于大型数据速度较慢
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:221618
    • 提供者:王璐
  1. twoway

    1下载:
  2. 这是经典的二分插入算法,适用于小型数据的排序,对于大型数据速度较慢
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:220788
    • 提供者:王璐
  1. quickfindvalueofArrays

    0下载:
  2. 快速查找数组中重复值: 实现原理: (1)首先保证数组要排序。 (2)利用二分查找法,找到其中一个值,再找前驱节点和后继节点。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1083
    • 提供者:piao
  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
    • 文件大小:13039
    • 提供者:林子建
  1. sort

    0下载:
  2. 能够实现起泡法,二分法,堆排序,插入排序,选择排序,快速排序六种方法对100个数进行排序的时间空间复杂度进行比较-To achieve foaming method, dichotomy, Heap Sort, Insertion Sort, Selection Sort, Quick Sort six methods on 100 the number of sort of time and space complexity comparison
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-22
    • 文件大小:7239
    • 提供者:小海
  1. yanshi

    0下载:
  2. 数据结构基本操作 冒泡排序、堆排序、归并排序、快速排序、分块查找、二分查找演示-Basic operation data structure bubble sort, heap sort, merge sort, quick sort, sub-block search, binary search demo
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:768555
    • 提供者:李明
  1. 1

    1下载:
  2. 数据结构 内部排序分析(C++源代码) 其中包括 第一种算法为选择排序,二为插入排序,三是冒泡排序,六是二分法插入排序-Analysis of internal data structure to sort (C++ source code) which includes an algorithm for the selection of the first order, second for the Insertion Sort, Bubble Sort is three, six is
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1622
    • 提供者:aaa
  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-15
    • 文件大小:9313
    • 提供者:土咩豆
  1. sort

    0下载:
  2. 二分排序算法,归并排序算法,快速排序算法的简单实现,算法分析-Simple bipartite sorting algorithms, merge sort algorithm, fast sorting algorithm, algorithm analysis
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1068
    • 提供者:贾明
  1. Two-sort-C-implementation

    0下载:
  2. 二分排序算法的C实现 简单好用 易操作易懂 -Two sort C implementation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:10551
    • 提供者:孙冰洁
  1. sort

    0下载:
  2. 常见的几种排序算法:冒泡、插入、快速和二分排序算法-sort algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-11
    • 文件大小:18223497
    • 提供者:czxk579
  1. 插入排序和二分查找

    0下载:
  2. 简单的插入排序和二分查找实现,使用的是C++来实现,可使用GCC来编译(Simple insertion sort and two point search implementation)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:NicolasGUO994
  1. 快排_二分查找

    0下载:
  2. 快排 简单的快速排序算法 附加二分查找内容(QUICK SORT Fast row simple fast sorting algorithm add two point search content)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:3404800
    • 提供者:yz9968
  1. suanfazk

    0下载:
  2. 快速排序、合并排序、二分搜索算法程序。。。。(Fast sort, merge sort, two point search algorithm program)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:zkonly
  1. 二分排序

    0下载:
  2. 简单的C 二分排序是从数据结构与C语言某本书中随手实现的。因为没有特别大的代码(binary search ,a easy code,very easy)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:靳红军
  1. kuaiPai

    0下载:
  2. 用C++写的一个二分排序,代码结构清晰,方便理解二分排序(Using C++ to write a two point sorting, the code structure is clear, easy to understand, two points sorting.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:271360
    • 提供者:吕二丫
« 12 3 4 »
搜珍网 www.dssz.com