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

搜索资源列表

  1. bucketSort

    0下载:
  2. (吊桶排序法)吊桶排序法源于一维正整数数组的排序问题,它使用了一个行从下标从0-9,列下标从0-n-1(n是一维数组中的元素数目)的二维整数数组,二维数组的每一行叫做一个吊桶(bucket)。-(Bucket sorting method) bucket sort method from the one-dimensional array of positive integer scheduling problem, it uses a line from the subscr ipt from
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:855
    • 提供者:zzd
  1. Sort

    0下载:
  2. 快速排序问题,利用快速排序的原理给输入的一组数据进行排序-Express scheduling problem, using the principle of quick sort to enter one set of data to sort
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:769
    • 提供者:李加佳
  1. selectsort

    0下载:
  2. 算法设计中的选择排序问题,调试通过,VC++中编写-select sort vc++
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:559
    • 提供者:wang
  1. Scheduling_problem

    0下载:
  2. 排序问题,算法中的一个好例子,代码不到100行啊,就是将一个数n折分成多个数的和,进行排序。-Scheduling problem, the algorithm of a good example, less than 100 lines code, ah, is divided into a number of n more than the number of discount and, sort.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1836
    • 提供者:wanghang
  1. KITBAG

    0下载:
  2. 背包问题是用贪心算法得到最优解得一个典型问题。背包问题具有最优子结构性质首先通过快速排序算法对物品按照单价从大到小排序,然后进行贪心选择。-Knapsack problem is a greedy algorithm with the optimal solution may be a typical problem. Knapsack problem with the nature of the optimal sub-structure, first of all, quick sort a
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:695
    • 提供者:workfuture
  1. binary_merge_sorting

    0下载:
  2. 用二路归并排序算法求解排序问题,C语言编写。-By way merge sort algorithm to sort the problem, C language.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:983
    • 提供者:黄蓉
  1. HQ-SortNum

    0下载:
  2. 阿里巴巴笔试题 12个数字排序问题 自己写的-Alibaba pen Question 12 figures write their own scheduling problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:553630
    • 提供者:赵飞鹏
  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. he

    0下载:
  2. 本编程具有很大的代表性,可以帮助我们更好地理解排序问题-This program has great representation can help us better understand the scheduling problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:59140
    • 提供者:阿笑
  1. Program

    0下载:
  2. 实验一: 输入一个高精度的正整数N,去掉其中任意S个数字后剩下的数字按原左右次序组成一个新的正整数。写算法对给定的N和S,寻找一种方案使得剩下的数字组成的新数最小。 实验二: 编程解决带限期的单机作业排序问题。-Test one: Enter a positive integer precision N, to remove any of them left after the S numbers about the number of the original order o
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:3639
    • 提供者:wzq
  1. chuchong

    0下载:
  2. 实现给数组随机赋值,并消除重复项,还实现数组的排序问题-To an array of random assignment, and eliminate duplicate entries, but also to achieve the sort of array.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:246509
    • 提供者:
  1. jiaoxue

    0下载:
  2. 教学计划编制排序 实现简单的教学计划编制排序问题,对于理解数据结构有一定效果-teaching program
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:1104316
    • 提供者:周周
  1. unique_unsorted

    0下载:
  2. 在matlab中,解决排序问题,能使排序后没有重复-solve sort problem
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:1711
    • 提供者:杨宏鑫
  1. Untitled1

    0下载:
  2. c语言数据结构,插入排序问题 c语言数据结构,插入排序问题-c language data structure, insertion sort the c language data structure, insertion sort the c language data structure, insertion sort problems
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:145677
    • 提供者:马苏
  1. main

    0下载:
  2. 九度在线判题系统 题目1007:奥运排序问题-Nine degrees topic 1007: Olympic scheduling problem
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:1522
    • 提供者:li
  1. C_program

    0下载:
  2. 站长,这是在C++环境里的运行的七个C程序,感觉非常不错。大部分属于经典的各种排序问题,简洁实用,包括希尔排序,选择排序,堆排序等等,程序很好。希望符合站长的要求。谢谢!-Webmaster, this is the the seven C program running in the C++ environment, I feel very good. Most of the classic scheduling problem, simple and practical. Hope to
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:1049923
    • 提供者:杨同同
  1. 113

    0下载:
  2. 113道C语言题,包括简单的公倍数公约数以及有些难度的排序问题等-113 C language issues, including the Convention on a common multiple of the number of simple and some difficulty sorting problems
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:15973
    • 提供者:徐凡
  1. footballrank

    0下载:
  2. 足球排序问题的问题和代码 可以直接用 只计胜负 不计比分的那种-Football scheduling problems and code
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3559
    • 提供者:mhf
  1. 7、关键路径问题

    0下载:
  2. 拓扑排序主要是为了解决一个工程能否顺利进行的问题,但有时我们还需要解决工程完成所需要的最短时间问题。我们如果对一个流程图获得最短时间,就需要分析它们的拓扑关系,并且找到当中的最关键流程,这个流程的时间就是最短时间。(Topological sorting is mainly to solve the problem of whether a project can be carried out smoothly, but sometimes we need to solve the shorte
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:324608
    • 提供者:飞洒吧year
  1. 新建 WinRAR 压缩文件

    0下载:
  2. 该程序是分别使用快速排序、插入排序、选择排序、冒泡排序、堆排序、归并排序、基数排序制作的,可以选择其一实现数组排序,通过主函数调用实现七种算法的演示。当输入一个数组的元素个数和数组元素之后可以选择七种排序方法之一进行排序并按从小到大的顺序输出。(The program is using fast sorting, insert sort, select sort, bubble sort, heap sort, merge sort, radix sort production, you can
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:silverbullet
« 12 3 4 5 »
搜珍网 www.dssz.com