搜索资源列表

  1. Chap8_ExtSort

    0下载:
  2. 本程序实现了败者树等外排序方式,封装性好,代码强壮-program of the master tree outer Sort, Packaging and good strong code
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:292864
    • 提供者:14965a
  1. file

    0下载:
  2. 用败者树算法实现外部排序操作,主要实现的操作有1.读取文件上的数据。2.输出排好序后的数据。3.输出败者树排序法排出的序列到"exsort.txt”。-Loser tree algorithm using the external sort operation, the main achievement of the operation have one. Read the document data. 2. Output row af
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:623616
    • 提供者:张娟
  1. SemiSplay

    0下载:
  2. 本人自己编写的用于统计一堆文件单词数量的小工具,采用败者树归并算法,速度很快-I have written a pile of documents for statistical word number of small tools, the use of the loser tree merging algorithm, fast
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:1752064
    • 提供者:华南
  1. EX_SORT

    0下载:
  2. 先用内排序对随即产生的内n个3位数的整数排好序,存放在一个文件中, 共产生m个有序文件,然后对这m个文件利用败者树进行多路平衡归并, 得到一个有n*m个三位数的有序文件。-First in order to then generated within the n-3-digit integer row good order, stored in a document, generate a total of m
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:方宇浩
  1. sortoutside

    0下载:
  2. 外排序 对于海量数据进行快速排序 然后利用败者树进行归并的算法的一个模板-Outside the huge amount of data to sort for quick sort loser tree and then use the algorithm to merge a template
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:caj
  1. LoserTree

    0下载:
  2. 根据严蔚敏数据结构(c语言版)实现的败者树算法, 程序内含测试数据的数组, 包含详细注释. 另外程序通过大数据量测试.-According to Yan Wei-min data structure (c language version) to achieve the loser tree algorithm, the program includes an array of test data, with detailed c
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:魏巍
  1. LoserTree

    0下载:
  2. 网上找的一个败者树程序,和大家分享一下。编程环境是Visual Studio C++。-Internet looking for a loser tree program, and share with you. Programming environment is Visual Studio C++.
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:516096
    • 提供者:tiantian
  1. 2009031600064355458

    0下载:
  2. 败者树 c++ 我先来说一说败者树(loser tree)。也许有些人对loser tree不是很了解,其实它是一个比较经典的外部排序方法,也就是有x个已经排序好的文件,将其归并为一个有序序列 ... -tree
  3. 所属分类:书籍源码

    • 发布日期:2024-05-14
    • 文件大小:1135616
    • 提供者:simon.yan
  1. LoserTree

    0下载:
  2. 数据结构 Loser Tree 的示例,包含源文件和可执行文件,以及整个VS2008的项目文件-Loser Tree data structure example, contains the source files and executable files, as well as the entire VS2008 project file
  3. 所属分类:压缩解压

    • 发布日期:2024-05-14
    • 文件大小:2675712
    • 提供者:xiaox010
  1. Kmerge

    0下载:
  2. 严蔚敏 数据结构 K路归并+败者树实现外部排序-YanWeiMin K Road merge data structure to achieve external sort+ loser tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:248832
    • 提供者:周牒岚
  1. a

    0下载:
  2. 设记录R[i]的关键字为R[i].KEY(1<=i<=k),树结点T[i](1<=i<=K-1)指向败者记录,T[0]为全胜记录下标。写一算法产生对应上述R[i](1<=i<= k)的败者树,要求除R[1..k]和T[0..k-1]以外,只用O(1)辅助空间。-Setting the recording R [i] is a keyword R [i] .KEY (1 < = i < = k)
  3. 所属分类:书籍源码

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:神奇
  1. Dts.301-4.LoserTree

    0下载:
  2. 败者树的C++源码,败者树实际上是一棵完全二叉树,可以看做是胜者树的一种变体。-C++ source of loser tree.
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:1853440
    • 提供者:licl

源码中国 www.ymcn.org