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

搜索资源列表

  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. main

    0下载:
  2. 为宿舍管理人员编写一个宿舍管理查询软件。基本要求:1.采用交互工作方式2.建立数据文件 ,数据文件按关键字(姓名、学号、房号)进行排序(冒泡、选择、插入排序等任选一种)3.查询菜单: (用二分查找实现以下操作)A. 按姓名查询B. 按学号查询C. 按房号查询4.打印任一查询结果(可以连续操作) -For managers in the preparation of a hostel dormitory management software inquiries. The basic requ
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1693
    • 提供者:zhanglong
  1. xuexi

    0下载:
  2. 新函数重载,快速排序,二分法等学习的很好的例子,练练手把-Overloaded new function, quick sort, and so the dichotomy of the good example to learn, huh练练hand
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1574
    • 提供者:yangbaoxing
  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. Program

    0下载:
  2. 创建一个数组对其中数据进行操作,包括输出,顺序查找,二分查找,冒泡排序,插入排序。-Create an array of which the data operations, including output, sequential search, binary search, bubble sort, insertion sort.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1814
    • 提供者:
  1. xiaochengxu

    0下载:
  2. 字符串转换成对应的数 二分查找 进制转换 排序 杨辉三角-Strings are converted to the corresponding number of Binary search binary conversion sort Yang Hui Triangle
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:2678
    • 提供者:赵爽
  1. code

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

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

    0下载:
  2. 将直接插入、二分法排序、Shell排序、直接选择、冒泡排序、快速排序、堆排序、基数排序合并在程序中,由用户自由选择使用何种排序方式-Will be directly inserted, the dichotomy sort, Shell sort, direct selection, bubble sort, quick sort, heap sort, radix sort merge in the program, by the user the freedom to choose what
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:3330
    • 提供者:quiq
  1. pku.tar

    0下载:
  2. PKU(http://poj.org/)的大量题目解答,都是被Accept的源代码,包括排序、搜索(二分、宽度优先、深度优先)、动态规划、图算法等类型,详见其中的summary文件-a large number of solutions for questions from PKU (http://poj.org/), all Accepted source code, including sorting, searching, (binary-search, breadth-first, de
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:66048
    • 提供者:joey.zhao
  1. 2.3-7

    0下载:
  2. 算法上机2.3.7归并,用二分查找.调用归并算法排序 ,移出数组最后一个元素对剩下元素进行二分查找 -merge and binery search
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1288
    • 提供者:吴媛
  1. suanfa

    0下载:
  2. 八皇后问题,电子老鼠闯迷宫,快速排序,归并排序,堡垒问题,二分查找-8 queens problems, electronic mouse ran a maze, quick sort, merge sort, fort problem, binary search
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:3007
    • 提供者:张少飞
  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 »
搜珍网 www.dssz.com