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

搜索资源列表

  1. dspwork

    0下载:
  2. 一堆数字信号处理的小程序,打个包发上来,上数字信号处理课写的,包括复倒谱、傅立叶变换、各种滤波器等~-heap of digital signal processing procedures for small, one packet onto fat, digital signal processing course was made, including the complex cepstrum, Fourier transform, various filter ~
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:17000
    • 提供者:heartbeat
  1. A__Pathfin1534641262003

    0下载:
  2. This a A* pathfinding example to illustrate how to implement a A* pathfinding algorithm into your program. It s a port from Patrick Lesters example in BlitzBasic to VB.Net. It uses a Binary Heap class I made to sort the score values. -A * pathfinding
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12639
    • 提供者:tongtong
  1. dwqdsort111

    0下载:
  2. 1)实现以下常用的内部排序算法并对它们的时间效率进行比较: 必做(6种):起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序; 选做:折半插入、二路归并、基数排序等等; 2)函数首部要求:void XXXXSort(char **list, int len, int n, int *c, int *s) 其中: a) XXXXSort为排序函数名,具体如下: 起泡排序BubbleSort 直接插入排序InsertSort 简单选择排序Sele
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10289
    • 提供者:战天
  1. heapArrange

    1下载:
  2. 此程序实现了堆排序,并且使用了MFC的图形界面,非常实用-this program achieved a heap sort, and the use of the MFC graphics interface, very useful
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:56494
    • 提供者:林林
  1. Sort_Demo

    0下载:
  2. *一个简单的能够形象演示各种排序算法的applet小程序 *类似于Sun公司的示例程序,但比它复杂 *因为这个程序支持简单选择排序,冒泡排序,双向冒泡, *快速排序,希尔排序,堆排序,归并排序共七种排序算法 *每次80个整数随机生成,七种算法同时运行,之间的对比非常明显-* a simple image can be demonstrated by various sort algorithm small applet procedures similar to the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:43663
    • 提供者:徐阳
  1. duipaixu

    0下载:
  2. 关于堆排序算法的相关的用c语言编写的一个源程序代码-heap sorting algorithm for the use of the c language a source code
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1155
    • 提供者:王鹤新
  1. Dijkstra_Heap

    0下载:
  2. Dijkstra算法,Heap优化,复杂度NlogN-Dijkstra algorithm, Heap optimization, complexity NlogN
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1281
    • 提供者:byron
  1. HeapSort22

    0下载:
  2. 算法中的堆排序算法的实现-algorithm Heap Sort algorithm.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:9501
    • 提供者:张应
  1. NewBValArray_src

    0下载:
  2. When I used MFC s CArray in one of my projects, I found it s not very heap-friendly.-When I used MFC's CArray in one of my projects , I found it's not very heap-friendly.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4629
    • 提供者:jasonshen
  1. SomeSort

    0下载:
  2. 许多的排序算法,包括选择排序,堆排序,冒泡排序,折半排序,用java开发。-many of the sorting algorithm, including the option of scheduling, heap sort, Bubble sort, half ranking with java development.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1683
    • 提供者:login
  1. newrank

    0下载:
  2. 这是用VC++做的一个堆排序的程序,非常适合用作数据结构的课程设计。有默认的输入,并且可以生成树型结构。-This is done with the VC heap sort of a procedure, very suitable for the data structure used for the design. Is the default input, and generate the tree structure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:39080
    • 提供者:zzl
  1. heapsortq

    0下载:
  2. 用C#写的堆排序,根据c语言数据结构所讲知识编写-written in C# Heap Sort, c language data structures are prepared to impart knowledge
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4696
    • 提供者:zhangxh
  1. many_sort

    0下载:
  2. 九种排序的源代码,冒泡排序: 直接插入排序 希尔排序 归并排序 折半插入排序 直接选择排序 基数排序 快速排序 堆排序-nine ranking source code, Bubble sort : Hill inserted directly Ranking Ranking Ranking half merging inserted directly choose Ranking Ranking Ranking rapid base sequencing Hea
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:8467
    • 提供者:jian
  1. HSORT

    0下载:
  2. Heap Sort Programmed in C. Includes Source
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2877
    • 提供者:何东
  1. GWMALLOC

    0下载:
  2. The Gray Watson debugging malloc library is C source code for a drop in replacement for the system malloc & other memory manage ment routines. What is unique about this library is that it contains a number of powerful debugging facilities including v
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:98714
    • 提供者:何东
  1. 最短路径

    0下载:
  2. 用普里姆算法借助堆排序实现最短路径的查找,用C语言实现-with Primbetov heap sorting algorithm using the shortest path to achieve the search, using C language
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:29570
    • 提供者:魏永锋
  1. JAVAtuxiangzi

    0下载:
  2. 堆箱子,java平台,可能会有BUG-heap of boxes java platform, there may be BUG
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:122891
    • 提供者:石慧
  1. 汇编实现堆排序

    0下载:
  2. 一个不错的堆排序,用汇编语言实现的-a good heap sort, with the compilation of language
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1394
    • 提供者:张雷
  1. heap_sort

    0下载:
  2. 用java编写的一个演示堆排序算法的代码。 -java with a demonstration of the preparation of the heap sorting algorithm code.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:38790
    • 提供者:往往
  1. E66_0230

    0下载:
  2. 内部排序算法比较 一、需求分析 1. 实验要对以下6种常用的内部排序算法进行实测比较:起泡,直接插入,简单选择,快速,希尔,堆排序。 2. 待排序表的表长不小于100,其中的数据要用伪随机数产生(RAND()),至少要用5组不现的输入数据作比较,比较的指标为有关键字参加的比较次数和关键字参加的比较次数和关键字的移动次数。 3. 最后要对结果作出简单分析,包括对各组数据得出结果波动大小的解释。 -internal sorting algorithm 1, a demand an
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:45541
    • 提供者:苏言暖
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com