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

搜索资源列表

  1. 二分排序法.rar

    0下载:
  2. 数据结构的课后练习
  3. 所属分类:源码下载

    • 发布日期:
    • 文件大小:2.4kb
    • 提供者:
  1. shuzupaixu

    0下载:
  2. 数组排序函数,对一窜数据进行冒泡排序或者进行二分排序-array sorting functions, a right channeling data Bubble sorting or ranking for two hours
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.86kb
    • 提供者:曾世尧
  1. MergeSort

    0下载:
  2. 快速排序算法,二分排序算法的完全实现 时间复杂度只有log(N)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18.15kb
    • 提供者:yarakchou
  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
    • 文件大小:12.73kb
    • 提供者:林子建
  1. 快排+二分查找

    0下载:
  2. 这是快速排序 加上二分查找哦
  3. 所属分类:文档资料

  1. 二分检索以及快速排序源码

    0下载:
  2. 里面包含二分检索以及快速排序源码
  3. 所属分类:源码下载

  1. 二分排序法

    0下载:
  2. 数据结构的课后练习-Data structure of the after-school practice
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:2.66kb
    • 提供者:kay
  1. greed

    0下载:
  2. 贪婪算法合集,包括二分覆盖,单源最短路径,拓扑排序,机器调度问题-Greedy algorithm Collection, including two sub-coverage, single-source shortest path, topological sort, machine scheduling problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:41.29kb
    • 提供者:alden
  1. sort

    0下载:
  2. 快速排序 算法题 有运行结果 分治法思想 二分搜索技术-Quicksort Algorithm title run results are thinking of governance law dichotomy search technology
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:12.13kb
    • 提供者:谢山
  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-06
    • 文件大小:750.54kb
    • 提供者:李明
  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
    • 文件大小:1.58kb
    • 提供者: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-16
    • 文件大小:9.09kb
    • 提供者:土咩豆
  1. thread

    0下载:
  2. 多线程进行二分排序法,递归产生新线程,每一个父线程产生两个子线程,接着父线程对两个子数组进行合并-Multi-thread two hours sorting method, recursive generate a new thread, each thread is a parent produces two sub-threads, then the parent thread to merge the two sub-arrays
  3. 所属分类:Data structs

    • 发布日期:2016-04-18
    • 文件大小:8.31kb
    • 提供者:张韶远
  1. paixusuafa

    0下载:
  2. suan fa,suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa 几种排序算法,二分排序,快速排序等-suan fa,suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa suan fa,
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.95kb
    • 提供者:xuchenglin
  1. tanxin

    1下载:
  2. 贪心算法,本章首先引入最优化的概念,然后介绍一种直观的问题求解方法:贪婪算法。最后,应用该算法给出货箱装船问题、背包问题、拓扑排序问题、二分覆盖问题、最短路径问题、最小代价生成树等问题的求解方案。-Greedy algorithm, this chapter first introduces the concept of optimization, then introduces an intuitive problem-solving methods: greedy algorithms. F
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:34.4kb
    • 提供者:刘丫丫
  1. Sort_All

    0下载:
  2. 所以的排序算法,包括直接选择排序,冒泡排序,快速排序,堆排序,二分排序等等。-Therefore the sort algorithm, including direct selection sorting, the bubble sort, fast sorting, piles sorting, two point sorting and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:405.42kb
    • 提供者:李赵洁
  1. 插入排序和二分查找

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

    • 发布日期:2018-01-04
    • 文件大小:1kb
    • 提供者:NicolasGUO994
  1. 二分排序

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

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

    0下载:
  2. 几种排序算法总结,包括选择排序、冒泡排序、插入排序、二分排序、希尔排序、归并排序、快速排序(Several sorting algorithms are summarized, including selection sort, bubble sort, insert sort, two point sort, Hill sort, merge sort, quick sort.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-01
    • 文件大小:3kb
    • 提供者:yongni
  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-03
    • 文件大小:265kb
    • 提供者:吕二丫
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com