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

搜索资源列表

  1. Heapsort

    0下载:
  2. 堆排序是指利用堆这种数据结构所设计的一种排序算法,它是选择排序的一种。可以利用数组的特点快速定位指定索引的元素。堆分为大根堆和小根堆,是完全二叉树。大根堆的要求是每个节点的值都不大于其父节点的值,即A[PARENT[i]] >= A[i]。在数组的非降序排序中,需要使用的就是大根堆,因为根据大根堆的要求可知,最大的值一定在堆顶。-Heapsort refers to a sorting algorithm data structure designed using the heap, it
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:3991782
    • 提供者:闫鑫
  1. You-greedy

    0下载:
  2. 把数组中的n个双字型元素按从大到小的顺序排列。增加一个交换标志,在排序完成时不再执行多余的外层循环-you greedy
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:541
    • 提供者:zhibo
  1. Demo

    0下载:
  2. 数据结构中堆排序的代码实现。堆排序就是首先建立一个小顶堆或是大顶堆,然后把堆中最大的放到数组最后,再建立堆,再放到数组后面的位置-Data structure in the heap sort code. Heap sort is to first establish a small cap pile or pile top, and then put the heap s largest array in the end, to build pile, put them behind the
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:730
    • 提供者:tianfeng
  1. paixusuanfa

    0下载:
  2. 我自己写的一个关于数据结构中各种内部排序的时间复杂度的分析代码。里面有如何具体的实现,随机产生数组函数,还有对界面也略加设计。感觉对初学数据结构算法的人有一点帮助。-I write about a data structure in the analysis of time complexity in various internal sorting code. There are how to specific implementation, random array function, it
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2570
    • 提供者:tianfeng
  1. 3sw(pthread)

    0下载:
  2. 实验要求作到以下几点:  ①构造具有两个参数的子函数,子函数将首个指针参数中的各个元素进行排序,次参数传递的是收参数的元素数目;  ②f2.c:设计具有俩参数的子函数,子函数将二参数值交互;  ③实现主函数,主函数中创建俩线程,线程一定义一个十元素的数组,使用文件f1中定义的函数对数组排列顺序并能够使结果输出;线程2定义俩整形的变量,使用文件f2中定义的函数将二变量的值进行  交互而且要结果输出 -The experimental requiremen
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:13695
    • 提供者:高安
  1. Search

    0下载:
  2. 查找,使用结构体数组,采用顺序查找,链式查找,建立二叉排序树-Finding, using an array of structures using sequential search, chain search, the establishment of a binary sort tree
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2003
    • 提供者:夏溪
  1. day13_Array

    0下载:
  2. 数组相关源码,数组获取、分类,排序,希望对java初学者有一定的帮助,有详细注释- Related source array, the array acquisition, classification, sorting
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7476
    • 提供者:wuyan
  1. RangeArray

    0下载:
  2. 对二维数组按照某一列排序,若出现相等值,则按照后一列排序,以此类推-Two-dimensional array in accordance with a column to sort, if there is equal value, in accordance with after a sort, and so on
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3485353
    • 提供者:Xuefei
  1. Input-Output--arrange

    0下载:
  2. 输入10个数到一维数组,按从大到小的次序排序后输出,分别用三个函数实现数据的输入,输出及排序 -Input the number 10 to one dimensional array, according to the order big to small of the sorted output, respectively, three function realization of data input, output and sorting
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:12087
    • 提供者:张憧
  1. 2.3-7

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

    • 发布日期:2017-04-12
    • 文件大小:1416
    • 提供者:ji951280
  1. array-sort

    0下载:
  2. 基于vb的数组排列的简易小程序,可以对一组数据比如学生成绩进行排序-Vb array arrangement simple applet, you can sort a set of data such as student achievement
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2056
    • 提供者:qiao602379
  1. fx100

    0下载:
  2. 反序的参考程序:实训步骤、方法与要求 1.定义一个数组a[11],用以存放学生的成绩。 2.从键盘输入10个学生成绩 3.采用冒泡法,将10个学生成绩按照从高到低进行排序 4.再输入一个学生的成绩,将此成绩按照排序规律插入原学生成绩数组 5.将排好序的成绩单进行反序存放,即原来是从高到低,现在改为从低到高排列。-Reverse order of the reference program
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-12
    • 文件大小:943
    • 提供者:cai51739
  1. package-javaapplication1

    0下载:
  2. 1. 输入字符串sV后,将其中的标点符号(, . ! ?)转换成空格 。全部字符转换为小写字母; 2. 字符级检测:全部字符为小写字母、数字或空格; 3. 再次创建Scanner对象,从sV中扫描词组,= new Scanner(sV) ,用next()方法,将词组存放到字符串数组sVa[]中; 4. 词组级检测:剔除纯英文字符串以外的非法字符串; 5. 排序,剔除相同的英文单词,输出。 测试文本: The USB 3.0 specification was published on 12
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:11750
    • 提供者:Chris
  1. sort101

    0下载:
  2. 本程序依次生成10个随即数组,然后分别用归并排序和快速排序 进行排序,统计两种排序所用时间,在屏幕上打印出来。-This procedure in turn generates an array of 10 immediately, and then were used to sort and quick sort merge sort, statistics used in two kinds of sorting time on the screen print.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-15
    • 文件大小:7339
    • 提供者:chuaiizizz
  1. test109

    0下载:
  2. 1. 定义一个结构体数组,存放10个学生的学号,姓名,三门课的成绩2. 从键盘输入10个学生的以上内容,存入文件stud.dat,关闭文件3. 打开stud.dat文件,将数据读出,查看是否正确写入,关闭文件。4. 打开文件stud.dat文件,读出数据,将10个学生按照平均分数从高到低进行排序,分别将结果输出到屏幕上和另一文件studsort.dat中。5. 从studsort.dat 文件中读取第2,4,6,8,10个学生的数据。-Practice reading and writing f
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-04
    • 文件大小:1272
    • 提供者:xiaa2eiee
  1. javacourse

    0下载:
  2. java课程设计源码,实现了数组的遍历、排序、输入输出等。-codes of java course
  3. 所属分类:JavaScript

    • 发布日期:2017-04-29
    • 文件大小:8527
    • 提供者:jack Chen
  1. C

    0下载:
  2. 实现杨辉三角的输出,字符指针检测回文,字符数组检测回文,字符串按要求排序,哥德巴赫猜想的验证等C语言程序,亲测有效-Print Pascal s Triangle Goldbach conjecture verification The method of judging character array palindrome
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2498
    • 提供者:郭庆乐
  1. Algorithm_EveryDay

    0下载:
  2. 里面包含的代码有:名字的漂亮度、判断两个单向链表是否有相交,并找出交点、双向冒泡排序、//数组是否重复、输出最大矩阵、实现单链表交换任意两个元素(不包括表头)等,面试必备题目-Which contains the code: name of beautiful, judgment two one-way linked list is intersect, and find out the intersection, bidirectional bubble sort,// array is re
  3. 所属分类:File Operate

    • 发布日期:2017-06-09
    • 文件大小:16078623
    • 提供者:温鑫荣
  1. 1-1

    0下载:
  2. 冒泡排序算法,数组大小1000以内,表示数组的大小,n行是数组的n个元素 -Bubble sort algorithm, the array size 1000 indicates the size of the array, n row is an array of n elements
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:4023231
    • 提供者:马利
  1. maopao_sort

    0下载:
  2. 冒泡排序算法,用random函数随机生成数值放入动态数组,然后再用算法排序后打印到edit控件-Bubble sort algorithm with random function random value in a dynamic array, and then use the algorithm sort after printing to the edit control
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-30
    • 文件大小:206166
    • 提供者:谢承聪
« 1 2 ... 31 32 33 34 35 3637 38 39 40 41 »
搜珍网 www.dssz.com