CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - 排序算法

搜索资源列表

  1. 排序比较

    1下载:
  2. 排序算法的性能比较 对不同类型的问题规模,测试各种介绍的排序算法的性能。统计他们的键值比较次数,键值移动次数以及运行时间并分析结果。 小型问题:N≈20 中型问题:N≈2000 大型问题:N≈200000. C 语言的32关键字如下: 实验原理: 线性表的排序,快速,起泡,选择,插入。-algorithm to compare the performance of different types of scale of the problem, introduced by the test a
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:9647
    • 提供者:王为
  1. Followingclassifications

    0下载:
  2. 关于拓扑排序的算法,里边有一些相应的注释。-on topological sorting algorithm, along with some of the Notes.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:8455
    • 提供者:boy
  1. 20051207205008421

    1下载:
  2. 编写一个程序,采用单链表表示集合(集合中不存在重复的元素),利用例2.4的算法将其按递增方式排序,构成有序单链表。求这样的两个集合的并、交和差。-prepared a procedure, single chain said pool (pool, there is no duplication of elements), 2.4 cases using the algorithm based on the progressive sorting, orderly single-chain f
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:248191
    • 提供者:情缘
  1. sort4

    0下载:
  2. 此程序为四种排序算法的时间比较,选择,冒泡,插入排序,还有一份实验报告 -procedure for the four sorting algorithm of the time, choice, Bubble, insertion sort, and an experimental report
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:66552
    • 提供者:李冰月
  1. shiyan4

    0下载:
  2. 数据结构实验4报告,实验内容或题目 l、随机产生n=100,200,300,1000,2000个整数并存于数组r[1..n]中。对主要查找算法(顺序查找、插入排序、冒泡排序、堆排序、快速排序)进行实验比较,计算出平均比较次数、平均移动次数及执行时间。由程序自动计算,由手工计时。 2、对实验结果数据进行对比分析。 主要内容是
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:123257
    • 提供者:陶东魏
  1. Quicksort

    0下载:
  2. 实验4:快速排序的设计 1、实验目的:掌握快速排序基本方法和过程。 2、实验要求:采用快速排序方法对输入的数据按升序和降序两种顺序进行排序,并显示中间排序的过程。 注意!所有实验要求先写出算法的思路、算法及程序;实验室上机时只是上机调试!每个实验一份实验报告。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:49297
    • 提供者:用途解放
  1. MINSortDict

    0下载:
  2. Minidx字典整理程序源代码发布 几千条数据排序并去除重复纪录可以有很多排序算法直接内存中操作,但是假如说有几百万条记录需要处理,那就不一定适用了。这个程序最初的目的为了解决Minidx字典中重复数据的问题,但是发现写文件时I/O限制比较明显,虽然可以解决问题,但是效果却不怎么样。 工程基于VS2005,MFC的Unicode模式下编译的,利用了Sqlite3.5.0,作了C++封装处理。写处理中开启了事务. 相关链接 http://cn.minidx.com/index.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:698482
    • 提供者:yaqin
  1. sort

    0下载:
  2. 经典排序 算法-sort
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:564
    • 提供者:hdjjun
  1. ex9

    0下载:
  2. 文件扫描,统计文件中字符,加以排序。利用算法快速拷贝文件。-Document scanning, and statistical file characters be sorted
  3. 所属分类:File Operate

    • 发布日期:2017-06-08
    • 文件大小:15626262
    • 提供者:hejun
  1. FreeImagePlusTest

    0下载:
  2. 一个根据图片高宽比进行图片排序的小程序,使用FreeImage打开图片后计算并排序,主要是文件操作,遍历文件夹用的是HGE的算法。至于工程名字,测试完后顺便就写了个排序。-FreeImage open the picture, a picture aspect ratio picture sort program, calculate and sort, file operations, the Traverse Folder HGE algorithms. As for the name of
  3. 所属分类:File Operate

    • 发布日期:2017-11-28
    • 文件大小:1463400
    • 提供者:曾会回
  1. vcsortorder

    0下载:
  2. 各种排序算法大全c++版 直接顺序排序、冒泡排序,选择,快排,希尔排序,堆排序,归并排序、筛选法调整堆、堆排序、一次归并、一趟归并法排序、归并排序的非递归算法、归并排序的递归算法、将两个已排序的子序列归并。-Various sorting algorithms Daquan c++ Version Direct Sequence sort, bubble sort, selection, fast scheduling, shell sort, heap sort, merge sort, fi
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:3013
    • 提供者:谈美明
  1. pj1_test_new

    0下载:
  2. 该项目实现将英文文本文件中的单词分类并排序的功能。利用二叉树,快速排序等算法大大提高了代码的执行效率。-The project will achieve the English word text file classification and sorting functions. Use binary, fast sorting algorithm greatly improve the efficiency of the code.
  3. 所属分类:File Operate

    • 发布日期:2017-05-13
    • 文件大小:3019825
    • 提供者:赵彤
  1. ewperimentSimulation

    0下载:
  2. 模拟实验-C#版基于二分查找的稳定“插入排序”算法-Simulation experiment- the c# version stability insertion sort algorithm based on binary search
  3. 所属分类:File Operate

    • 发布日期:2017-05-05
    • 文件大小:19059
    • 提供者:Dwfght
  1. xqca

    0下载:
  2. 这个程序时avl树的所有算法的实现,包括插入删除新建排序,是数据结构学习者的极佳材料-Avl tree all the algorithm when the program implementation, including delete insert new sorting, excellent material learners is a data structure
  3. 所属分类:File Operate

    • 发布日期:2017-12-15
    • 文件大小:97280
    • 提供者:Mycapq
搜珍网 www.dssz.com