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

搜索资源列表

  1. SortC

    0下载:
  2. 非常全的排序算法c实现,包括冒泡,插入,选择,快速排序等9个算法,对学习很有用-Very wide of the sorting algorithm c realize, including bubble, insertion, selection, quick sort, etc. 9 algorithm, useful for learning
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7945
    • 提供者:代贝
  1. qsort

    0下载:
  2. 快速排序算法,支持自定义快速排序算法和c++库排序算法。-Quick Sort algorithm, support for custom quick sort algorithm and c++ library sorting algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1478
    • 提供者:liy
  1. etrerfdgvcvb

    0下载:
  2. 数据结构五种排序算法的功能的实现 性能良好 可供参考-Data structure the function of the five sort algorithm realize the good performance for reference
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2678
    • 提供者:张清
  1. sort

    0下载:
  2. 各种排序算法的比较,比较了经典的各种排序算法,比较它们的时间空间复杂度。-Comparison of various sorting algorithms to compare a variety of classical sorting algorithms, comparison of their time and space complexity.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6873
    • 提供者:black_soil
  1. quick_sort

    0下载:
  2. 快速排序算法的实现,对初学数据结构的入门者有很大的帮助,-Quick sort algorithm implementation, data structures for beginner beginners have a lot of help,
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:53617
    • 提供者:nemo
  1. quickSort

    0下载:
  2. vc++2005编写的快速排序算法,将随机产生的一组数进行排序,学习参考一下,不错的.-vc++2005 prepared Quicksort algorithm, will be a group of randomly generated numbers sorting, refer to study, not bad at all.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:106610
    • 提供者:昌隆
  1. QuickSort

    0下载:
  2. 快速排序(Quick Sort)是一种有效的排序算法。虽然算法在最坏的情况下运行时间为O(n^2),但由于平均运行时间为O(nlogn),并且在内存使用、程序实现复杂性上表现优秀,尤其是对快速排序算法进行随机化的可能,使得快速排序在一般情况下是最实用的排序方法之一。快速排序被认为是当前最优秀的内部排序方法-the implementation of quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:552
    • 提供者:
  1. shellsort

    0下载:
  2. 希尔排序 希尔排序是一种不稳定的排序算法,用c++编写,希望给初学者以帮助-Hill Hill sort sort are an unstable sorting algorithm using c++ to prepare, I hope to help give beginners
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:737457
    • 提供者:bruce
  1. QuickSort

    0下载:
  2. 一个好用的快速排序算法,调试已经通过,排序快速-quick sort code
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:797
    • 提供者:李鹏
  1. Sorter

    0下载:
  2. 快速排序、堆排序、冒泡排序等各种排序算法,设计模式-Fast sort, heap sort , bubble sort, design pattern
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:49936
    • 提供者:陈晓文
  1. sort

    0下载:
  2. 对以下6种常用的内部比较排序算法进行比较,气泡排序,直接插入排序、简单选择排序、快速排序、shell排序、堆排序。
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2372
    • 提供者:于翔
  1. 5555

    0下载:
  2. 是数据结构中的基数排序算法,挺不错的,谢谢大家-Data structure is a sorting algorithm in the base, very good, thank you
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1108295
    • 提供者:007
  1. Algorithm

    0下载:
  2. 排序算法Sorting algorithm-Sorting algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1719
    • 提供者:刘晓丽
  1. algorithm

    0下载:
  2. 一些算法的实现,用的是pascal,包括数论、图论、高精度计算、排序算法、背包问题等。-The realization of a number of algorithms, using the pascal, including number theory, graph theory, high-precision computing, sorting algorithms, and so on knapsack problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:14661
    • 提供者:dusiliang
  1. AdaptingGA

    1下载:
  2. 本算法为自适应遗传算法,采用基于排序的选择策略,编码方案为实数编码。能够解决很多优化问题!-The algorithm for the adaptive genetic algorithm, based on the sort of choice strategy, coding schemes for real-coded. Many optimization problems can be solved!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:29743
    • 提供者:邱腾飞
  1. efficience

    0下载:
  2. 多种排序算法(冒泡排序,插入排序,堆排序等等)效率分析-Efficiency analysis of a variety of sorting algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:676565
    • 提供者:william
  1. sorttest

    0下载:
  2. 整数快速排序算法的简单实现。 自己在主函数中设定数组。 -quick sort int
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2371068
    • 提供者:shen
  1. The_design_of_computer_algorithms

    0下载:
  2. 全书从算法设计和算法分析的基本概念和方法入手,系统介绍了算法设计方法与分析技巧。全书分为3个部分:第一部分介绍算法的基本概念、算法的数学基础以及算法复杂度分析;第二部分针对排序问题和图的问题,讨论各种已有的算法,并介绍常用的算法设计方法包括分治法、贪心法、动态规划法、回溯法和分支限界法,并介绍了计算的复杂性以及NP完全问题;第三部分讲述并行计算模型和并行算法设计技术。书中每章后面都附有一定数量的习题,帮助读者理解和掌握书中的内容。-Book from the algorithm design a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-23
    • 文件大小:7182696
    • 提供者:shang
  1. quicksort

    0下载:
  2. 计算机算法,快速排序算法,使用分治思想,利用递归实现快速排序-Computer algorithms, fast sorting algorithm, the use of sub-rule of thought, the realization of quick sort using recursion
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:47532
    • 提供者:骡子宝
  1. ly

    0下载:
  2. 归并排序算法,同时,利用归并的特点算出逆序对-Merge sort algorithm, at the same time, calculated using the characteristics of the reverse merger of
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:684
    • 提供者:李世峰
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 50 »
搜珍网 www.dssz.com