搜索资源列表
MergeSort
- 采用外部归并排序算法对超大文本文件进行排序去重
Addison.Wesley.Donald.E.Knuth.The.Art.of.Computer.
- 计算机科学的圣经 Knuth的经典之作 卷3为分拣和搜索,这是本书的第1个修订版,它是对计算机分拣和搜索的一流技术的最全面的研究,它扩展了卷1中数据结构的处理方法,将大小数据库以及内存和外部存储都包含在内。本书包括对计算机方法仔细检查的选择方案,和其效率的大量分析。本书该版的独特之处在于优化了的分拣,以及对通用散列法和排列法的新的理论论述。
donald e. knuth - the art of computer programming
- 卷3为分拣和搜索,这是本书的第1个修订版,它是对计算机分拣和搜索的一流技术的最全面的研究,它扩展了卷1中数据结构的处理方法,将大小数据库以及内存和外部存储都包含在内。本书包括对计算机方法仔细检查的选择方案,和其效率的大量分析。本书该版的独特之处在于优化了的分拣,以及对通用散列法和排列法的新的理论论述。-Volume 3 for sorting and searching, this is the book of a revised edition, it is sorted on the com
out_sort
- 外部排序程序,foxpro的DBF文件中某个字段的程序,特点是可以指定排序内存大小,但可以排序超级大的文件远远超出机器内存,采用快速排序加失败树合并算法,排序中会产生很多临时小文件。修改后可用于任何文件字段排序。
外部排序的全部数据结构算法
- 外部排序的所有算法,在TC下经过调试,与吴伟民数据结构课本完全一致,用C实现-all external sorting algorithms, the TC under after debugging, and data structure Xiulan WU Weimin textbooks entirely consistent with achieving C
HB
- 任务:通过此系统可以实现如下功能: 录入: 可以录入航班情况(数据必须存储在一个外部文件中,数据结构采用线性表,并以链式存储结构表示)。 查询: 可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓); 可以输入起飞抵达城市,查询飞机航班情况; 订票:(订票情况可以存在一个外部文件中) 可以订票,如果该航班已经无票,可以提供相关可选择航班; 退票: 可退票,退票后修改相关数据文件; 客户资料
MyBuffer
- 内存缓冲区类,按字节宽度存取对象。可以自动管理内存,也可以使用外部申请的内存-Buffer class, by object s width read, deposited. the buffer can automatically allocate and release memory, can also use external allocated
datastruct
- 通过本次实验学会了外部函数以及全局变量的设 置方法,复习巩固了C 语言和数据结构的相关知识, 掌握了结构化程序设计的基本思想, 熟悉了结构以 及指针的设计和应用, 了解了综合系统设计的基本 原理,对存储数据结构有了更形象的理解,学会了几 个新的调试程序的方法, 培养了解决实际问题的编 程能力,C 语言程序的综合应用能力得到提高-Through this experiment learned to function and global variables outside
SortProject
- 各种经典排序算法的C++实现:堆排序,归并排序,桶排序,快排,希尔排序,外部排序。-serval famous sort algorithms: HeapSort, MergeSort, RadixSort, QuickSort, ShellSort, OutSort.
ExternalSort
- 这是数据结构及算法中的外部排序的源码程序(带注释),采用多路归并排序思想实现,有完整的VC工程,可以直接运行。-This is the data structure and algorithm of the external sort source program (with comments), using multi-merge sort and Achieve, a complete VC project can run.
sort
- 根据Kurse版数据结构改成的课件。此章包括: 1、基本概念 2、插入排序 3、交换排序 4、选择排序 5、归并排序 6、基数排序 7、外部排序 -According to the data structure into Kurse version of the courseware. This chapter includes: 1, the basic concept of 2, 3, insertion sort, exchange sort 4, 5, s
virtualroaming
- 系统的概要设计范围是:软件系统总体结构设计、全局数据库和数据结构设计、外部接口设计、主要部件功能分配设计、部件之间的接口设计等方面的内容。-Summary of the system design are: the overall structure of software system design, global database and data structure design, external interface design, key components function all
ok-suit
- 一个实现外部排序的程序,其中gnerate.cpp为产生一个随机的文件,用于被排序。而caculate.cpp为外部排序程序。-A realization of the external sort program, which gnerate.cpp to generate a random file for be sorted. The caculate.cpp external sort program.
elevator
- 核心部分为电梯调度控制台。控制台拥有电梯状态及电梯工作任务队列同时负责电梯任务的分配。任务分为二种,外部按钮任务和内部按钮任务。 外部按钮任务需要先寻找最佳来执行这项任务的电梯,根据任务和电梯当前的运行状态来判断,又有以下四类:1、电梯同向可以执行;2、电梯空闲;3、电梯逆向;4、电梯同向不可执行。判断顺序即为1、2、3、4。判断任 务属于哪一种类型,按照该类型特点插入任务队列。 内部按钮已经制定执行电梯,因此需判断执行方向后插入队列即可。 当警报按钮按下时候,清空所有队列任
waibupaixusuanfa
- 外部排序算法,外部排序是基于内部排序的,内部排序弄清楚了,外部排序也不难-External sorting algorithms, external sorting is based on internal sorting, internal sorting sorted out the external sort is not difficult
sort
- 外部排序 很给力 相当不错 希望给大家点帮助 1G排序没问题-External sorting is to force quite good I hope to point to help sort no problem 1G
MARK_KNN
- k-nearest-neighbor K近邻算法的C++实现,训练后模型可以对测试数据进行归类。找了一些PUDN上的程序发现都没有很好的训练和测试数据集,所以自己写了一个直接放在main函数里面,不要从外部文件读取。工程运行于vc++ 6.0环境。Debug目下exe文件可以直接双击运行查看结果。-K nearest neighbor of C++ implementation, training model can be classified on the test data. Find so
6-53-1
- 在外部排序中,实现替代选择算法构造初始顺串-In the external sort, the realization of alternative algorithms construct an initial string along
dijkstra2
- 基于递归的dijkstra算法,类node里面可以创建节点,然后用外部函数来找节点,该函数是递归的。 -dijkstra algorithm based on recursive algorithm.
inOut
- VC控制台下的编程,主要实现人外部文本文件读取数据,并同时写出到外部另一个文件。希望这份小东西能对急切需要此类功能的同学有帮助。-VC console programming, the main external text files were read, while another write to the external file. Hope this code can help the students who command such functions.