CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - sorting Algorithm

搜索资源列表

  1. 0305111

    0下载:
  2. 很好的一个DD。。 能够进行快速排序...利用C语言实现,8种排序算法! 例如:插入排序、快速排序、选择排序、冒泡排序、堆排序、希尔排序、归并排序、基数排序!-good a DD. . To conduct rapid sequencing ... use C language, eight algorithm! For example : insert sequencing, Quick Sort, select, in order of Bubble Sort, heap sort, Hil
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4.99kb
    • 提供者:333
  1. BSP-DEV

    1下载:
  2. 画家算法, 又称深度排序法。 1)将屏幕设成背景色,(2)把要画的物体(多边形)按其离开视点的从远到近排序。由此构成深度优先级表。然后从远到近画物体(多边形),近的就因为优先级高而覆盖远的多边形。由此可消隐。 -painter algorithm, the painter algorithm, known as the depth of sorting. 1) Screen into the background color, (2) to paint objects (Polygo
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:132.57kb
    • 提供者:zidan
  1. XuanFa

    0下载:
  2. Vb七种排序算法模块源码示例,快下载啊.-Vb seven modules-source sample sorting algorithm, fast download ah.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:4.09kb
    • 提供者:hebl
  1. sort

    0下载:
  2. 各种排序算法冒泡,选择,中值,希尔,归并,插入-Various sorting algorithm bubble, selection, value, Hill, merging, insert
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:11.48kb
    • 提供者:jhf
  1. sort.tar

    0下载:
  2. 此程序改自算法课的一个作业,用四种不同的算法,对随机生成的n个数排序(n取值500至5000),并重复n遍,最后统计平均比较次数。本在xp下用vc6编写,现在修改为Ubuntu下gcc编译。 sortArchieve.c内为各个排序算法的实现-Since the algorithm for this process to a class operation, with four different algorithms, to randomly generated n the number
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:10.12kb
    • 提供者:Roc
  1. shuffler

    0下载:
  2. 在Linux编程环境下实现Shuffle排序算法,并附带Visio流程图 演示文稿-Programming environment in Linux to achieve Shuffle sorting algorithm and flow chart attached Visio presentation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:165.32kb
    • 提供者:杨晓艳
  1. Hill_sort

    0下载:
  2. 希尔排序是一种常用的排序算法,与冒泡排序相比,其效率有了很大提高-Hill is a common sort of sorting algorithm, compared with the bubble sort, its efficiency has been greatly improved
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:846byte
    • 提供者:tmac
  1. paixu

    0下载:
  2. 用c++实现的排序算法,推荐大家下载,学习完后你会对数据结构有一个很好的掌握-Using c++ implementation of the sorting algorithm, recommend you to download and learn you have exhausted the data structure will have a good grasp of
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:194.71kb
    • 提供者:jack
  1. shanks

    0下载:
  2. 求离散对数的shanks算法,要求如下: 实现计算 Zp 中计算离散对数的 Shanks 算法,基本要求如下: 1)p 是一个小素数( 小于 32 bit ),a 是一个本原元。程序的输入为(p, a, b), 输出为 logab ( mod p) (可以用 log3525 (mod 809)等作为测试); 2)采用快速模指数算法求幂(如am),采用扩展欧几里得算法求逆( 如a-i (mod p) ); 3)采用一种好的排序算法对 L1、L2 排序; 4)采用概率算
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-23
    • 文件大小:7.21mb
    • 提供者:vince
  1. worksort.tar

    0下载:
  2. 实现了2种排序算法和LIST链表,可以输入任意多个字符后,进行排序-Implemented two kinds of sorting algorithm and LIST list, you can enter any number of characters, the sort
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:8.39kb
    • 提供者:zhangzhao
  1. sort

    0下载:
  2. 自己写的排序算法,大家多给意见,方便改正-Write your own sorting algorithm, we give advice to facilitate the correct
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.85kb
    • 提供者:chen
  1. heapsort

    0下载:
  2. 堆排序的算法, 堆的建立,筛选,数据结构排序算法 -Heap sort algorithm, the establishment of the heap, filtering, data structure sorting algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1.21kb
    • 提供者:吴国祥
  1. paixu

    0下载:
  2. 排序的算法有很多种,本程序运用C语言经典的冒泡排序方法和选择排序法。同时用过文本文件对需要的数据进行存取。-Sort algorithm, the program to use C language classic bubble sort method and select the sorting method. Used the text file of the data required at the same time to be accessed.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:776byte
    • 提供者:萌萌
  1. sample-sort

    0下载:
  2. 在linux环境下运用MPI实现sample sort的排序算法。-MPI implementations use linux environment the sample sort the sorting algorithm.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-27
    • 文件大小:7.83kb
    • 提供者:曹操
  1. sort

    0下载:
  2. 在排序算法中有一种排序算法插入排序,是把待排序的数分成两个部,其中A为已排好序的数,B为未排好序的数,初始状态下,A中只有一个元素。该算法依次从B中取数插入到A中的相应位置,直到B中的数取完为止。请在链表表示上实现上述的插入排序算法。-A sorting algorithm insertion sort in the sort algorithm, the number to be sorted is divided into two sections, wherein A is sorted
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-28
    • 文件大小:577byte
    • 提供者:卢俊
  1. paixu

    0下载:
  2. C经典数值算法实例源码,C语言程序设计必看源码,内含多种排序算法,如PCBUB0、PCHAP0、PCSHL0等。-C classical numerical algorithm example source code, C language programming must-see source code, containing a variety of sorting algorithms, such as PCBUB0, PCHAP0, PCSHL0.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:20.91kb
    • 提供者:毕年兴
  1. Demo1

    0下载:
  2. 冒泡排序(Bubble Sort),是一种计算机科学领域的较简单的排序算法。 它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。走访数列的工作是重复地进行直到没有再需要交换,也就是说该数列已经排序完成。 这个算法的名字由来是因为越小的元素会经由交换慢慢“浮”到数列的顶端,故名。 由于冒泡排序简洁的特点,它通常被用来对于计算机程序设计入门的学生介绍算法的概念。 -Bubble sort (Bubble Sort), is a field of com
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-04
    • 文件大小:1021byte
    • 提供者:jasonzjx
  1. sort

    0下载:
  2. 排序算法比较。 本程序实现了,快速排序 插入排序冒泡排序,快速和选择排序的结合算法。-Sorting algorithm. This program implements, quick sort insertion sort bubble sort, quick sort of combination and selection algorithms.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2.27kb
    • 提供者:zhangqiang
  1. c-Senior-courseware

    0下载:
  2. 这是一个c语言高级课件,共十章,包括编译预处理、c语言编程实践、数据结构与算法概述、链表、c语言在嵌入式中的应用、以及一些常用的排序算法等等。另外附上嵌入式c程序的编译与调试及单独对指针和数组的讲解。-This is a senior c language courseware, chapter ten, including compiling pretreatment, c language programming practice, summary of data structure and
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2.42mb
    • 提供者:
  1. academic-education

    0下载:
  2. sorting algorithm to compare between sorting different algorithms
  3. 所属分类:Scanner

    • 发布日期:2017-05-01
    • 文件大小:637.3kb
    • 提供者:gehadelmola
« 12 »
搜珍网 www.dssz.com