搜索资源列表

  1. paixu

    0下载:
  2. 各种排序算法,SHELL MERGE,还有随机数的生成 -various sequencing algorithms, SHELL Merg, Random Number Generation
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:349184
    • 提供者:和上面
  1. google探索算法源码

    0下载:
  2. 据说是GOOGLE搜索引擎的排序算法,看了一下,不太懂,晕啊-allegedly Google search engine ranking algorithm, looked at them, not really understand, halo ah!
  3. 所属分类:搜索引擎

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:王国金
  1. 双端选择排序算法

    0下载:
  2. 双端选择排序算法:是选择排序算法的变种,可以定位每个子表中最小和最大元素 并把它们分别放在子表的开头和结尾.-dual-Selection Sorting Algorithm : The algorithm is to select the varieties, each positioning table for the smallest and largest elements and their son were on the
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:倪莎
  1. kecsj_java

    0下载:
  2. JAVA课程设计!用线程来实现比较查找、排序算法的运行时间,第一部分是将顺序查找、折半查找算法设计成线程并同时运行来比较两种查找算法,第二部分是将冒泡排序、快速排序及选择排序设计成线程并同时运行来比较三种排序算法。本程序使用流行的GUI界面设计。-Java curriculum design! Using thread to achieve more search, algorithm running time, the first p
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:12288
    • 提供者:爱情无敌
  1. C++常用排序算法

    0下载:
  2. 这个主要介绍了C++常用的排序算法,编程序算法是相当重要的,希望这个对大家有帮助-introduces the C commonly used algorithm, the algorithm is programmed very important, we hope that the right help
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:刘庆
  1. 排序算法Flash演示

    0下载:
  2. 数据结构的排序算法大家都听说过吧,现在有它的源程序演示,你不想要吗?-data structure algorithm you have heard about it and have demonstrated its source, you do not want?
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:24576
    • 提供者:安迪
  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
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:333
  1. 排序算法、字典和B-树的C++语言实现

    1下载:
  2. 排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:24576
    • 提供者:罗鹏魁
  1. 快排

    0下载:
  2. 快速排序 算法的基本思想: 快速排序的基本思想是基于分治策略的。对于输入的子序列ap..ar,如果规模足够小则直接进行排序,否则分三步处理 -fast algorithm basic idea : Quick Sort The basic idea is based on the divide and conquer strategy. For input sequences ap .. ar, if the
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:25600
    • 提供者:李伯
  1. 数据结构_用VC编写_二叉排序树

    1下载:
  2. 这是用vc编写的二叉树排序算法 希望大家多给意见 是数据结构的一种算法-vc prepared by the binary tree algorithm to hope everyone is a data structure algorithms
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:16384
    • 提供者:代价
  1. arraysort1

    0下载:
  2. 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。-this procedure the first document contains four sequencing methods : foam Sort (bubble), the insertion sort (
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:27648
    • 提供者:chyg
  1. SortProgram

    0下载:
  2. 包含八种排序算法的界面演示多线程程序,以线段形式表示数据大小,排序一清二楚-contains eight algorithm interface demo multithreaded process to form indicates that the data segment size, sorting clearly
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:6331392
    • 提供者:li
  1. 7d

    0下载:
  2. 7种内部排序算法的比较 里面含 测试代码!-seven internal sorting algorithm inside compared with the test code!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:王哲江
  1. Algorithmn

    0下载:
  2. 几种排序算法的VC++实现,包括选择排序,插入排序,归并排序,自底向上排序,快速排序-several algorithm VC, including the option of sorting, insertion sort, merge, in order of ranking from the bottom up, Quick Sort
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:3463168
    • 提供者:d
  1. 20050305182157_quicksort

    0下载:
  2. 快速排序算法。生成10个随机数,显示在编辑框中,调用快速排序函数,对前10 个编辑框中的数字进行排序。-quicksort algorithm. Generate 10 random numbers show that, in the edit box, called Quick Sort function, right before the 10 box editing the figures for the ranking.
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:141312
    • 提供者:song
  1. fento3

    0下载:
  2. 用delphi实现的各种排序算法,图形界面,可实现插入排序、交换排序、选择排序、合并排序以及基数排序-used to achieve the various sequencing algorithms, graphical interface, insert can be realized, in order of ranking exchange, SELECTION SORT, the merger sort of base seq
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:174080
    • 提供者:llxxff
  1. Delphi_1016

    0下载:
  2. 《Delphi算法与数据结构》源码 Delphi开发人员Julian Bucknall从实用角度为广大程序员提供了有关使用算法和数据结构的一个详尽的介绍。Bucknall先从算法性能的讨论开始,涵盖了诸如数组、链表和二叉树等内容。这本书强调了查找算法(如顺序和二分查找),另外也重点介绍了排序算法(包括冒泡排序、插入排序、希尔排序、快速排序和堆排序),此外还提供了有关的优化技术。不仅如此,作者还介绍了散列和散列表、优先队列、状态机和正
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:148480
    • 提供者:
  1. kuaisu

    0下载:
  2. 快速排序,算法分析与设计第二章分治法思想的快速排序算法实现.-quick sort, algorithm analysis and design of the second chapter ideological divide-and-conquer method of quick sort algorithm.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:zn
  1. C++Algorithm_sort

    0下载:
  2. C++通用算法之排序,其中包括排序算法,排序元素的查找,字典式比较,极值元素求解-C definitive ranking algorithm, including sorting algorithm, ranking elements of search, dictionary, Extreme Solution elements etc.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:7168
    • 提供者:牛亚
  1. 6paixusuanfa

    0下载:
  2. 1、 演示程序对6种内部排序算法(堆排序、直接插入排序、简单选择排序、快速排序、希尔排序、归并排序)作输入实测比较。 2、 待排序表的元素的关键字为整数。用户可输入不同数据作测试比较。比较的指标为关键字参加的比较次数(用compCount计量)和关键字的移动次数(用shiftCount计量,关键字交换计为3次移动)。 3、 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-14
    • 文件大小:32768
    • 提供者:张涛
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org