搜索资源列表
quick
- 关于数组排序的经典程序。-Sorting an array of classical procedures.
0305111
- 很好的一个DD。。 能够进行快速排序...利用C语言实现,8种排序算法! 例如:插入排序、快速排序、选择排序、冒泡排序、堆排序、希尔排序、归并排序、基数排序!-good a DD. . To conduct rapid sequencing ... use C language, eight algorithm! For example : insert sequencing, Quick Sort, select, in order of Bubble Sort, heap sort, Hil
sortexample
- Stack, queue, sorting exmaples in C/C++. -Stack, queue, sorting exmaples in C / C.
BSP-DEV
- 画家算法, 又称深度排序法。 1)将屏幕设成背景色,(2)把要画的物体(多边形)按其离开视点的从远到近排序。由此构成深度优先级表。然后从远到近画物体(多边形),近的就因为优先级高而覆盖远的多边形。由此可消隐。 -painter algorithm, the painter algorithm, known as the depth of sorting. 1) Screen into the background color, (2) to paint objects (Polygo
kobe
- 二叉排序树,可以实现排序功能,是c++编写的.自己编的,还可以-two binary sort tree can be achieved sorting functions, is c prepared. Developed, it could! !
Ass4
- sorting input lines developed by C++ in linux environment
XuanFa
- Vb七种排序算法模块源码示例,快下载啊.-Vb seven modules-source sample sorting algorithm, fast download ah.
sort
- 各种排序算法冒泡,选择,中值,希尔,归并,插入-Various sorting algorithm bubble, selection, value, Hill, merging, insert
sort.tar
- 此程序改自算法课的一个作业,用四种不同的算法,对随机生成的n个数排序(n取值500至5000),并重复n遍,最后统计平均比较次数。本在xp下用vc6编写,现在修改为Ubuntu下gcc编译。 sortArchieve.c内为各个排序算法的实现-Since the algorithm for this process to a class operation, with four different algorithms, to randomly generated n the number
shuffler
- 在Linux编程环境下实现Shuffle排序算法,并附带Visio流程图 演示文稿-Programming environment in Linux to achieve Shuffle sorting algorithm and flow chart attached Visio presentation
gawk-3.1.6.tar
- gawk: linux下资料处理工具,可以将资料中按列取出,排序。已经cross compile 到arm linux2.6.24版本, 可以直接使用。-gawk: linux under the data processing tools, the information can be removed by the column, sorting. Have cross compile to arm linux2.6.24 version can be used directly.
linuxsort
- 在linux中GCC环境下对各种排序算法的比较,可以定制随机数的个数-GCC in linux environment in a variety of sorting algorithms for comparison, you can customize the number of random numbers
sorting
- Variety Sorting: bubble, fast, C++, this is a program on a exam in my high school for prof Duda-Variety Sorting: bubble, fast, C++, this is a program on a exam in my high school for prof Duda
Hill_sort
- 希尔排序是一种常用的排序算法,与冒泡排序相比,其效率有了很大提高-Hill is a common sort of sorting algorithm, compared with the bubble sort, its efficiency has been greatly improved
telbook
- 自己原创开发的一款LINUX环境控制台下的一个具有类似电话本功能的小程序,具有模糊查找、自动排序和自动保存等功能。-Their original environment for the development of a LINUX console of a phone book function of a similar small procedures with fuzzy search, automatic sorting and automatic save functions.
sort.cpp
- sorting using templetes
paixu
- 用c++实现的排序算法,推荐大家下载,学习完后你会对数据结构有一个很好的掌握-Using c++ implementation of the sorting algorithm, recommend you to download and learn you have exhausted the data structure will have a good grasp of
wuyeguanli
- (1) 对小区所有房屋资料的录入和增、删、改、查询等功能实现,在基于这些小区的房产资源对小区进行管理。 (2) 对小区内住户的详细资料的管理,包括增、删、改、查询等功能的实现,这些也是一个小区的基本资源,毕竟物业管理最后是针对小区的所有住户而言的。 (3) 在具有了所有的基本资料信息后,需要实现实质性的物业管理。主要的管理业务包括:物业设备管理、仪表(水、电、气表)数据管理、收费管理、住户投诉管理、住户报修管理、设备维修管理、停车场管理。这些成为小区物业管理的主体。 (4) 各项管理
program-for-frame-sorting-technique-used-in-buffe
- program for frame sorting technique used in buffers
sorting
- 3 kinds of sorting Insertion Merge Heap It is used by linux command line interface. See the commons in the file