搜索资源列表
bubblesort
- 一个起泡排序算法-a bubble sort algorithms
Rhapsody-0.1.8.tar
- sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装
txt
- 用二叉链表做存储结构,输入键值序列,建立一棵二叉排序树并在二叉排序树上实现查找算法。-To do with binary storage structure list, enter the key sequence, set up a binary sort tree and binary search algorithm to sort the tree implementation.
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
linuxsort
- 在linux中GCC环境下对各种排序算法的比较,可以定制随机数的个数-GCC in linux environment in a variety of sorting algorithms for comparison, you can customize the number of random numbers
Search_Sort
- 语言其实并不是一种局限的东西,尤其说道算法.如果你的数据库存有上百万条信息,你要用什么方法在短短的几秒钟之内把你想要查找的数据找出来呢?另外如果对数据进行一个快速的排序呢?是否可以?很显然,这就要求算法的独特了.不能依靠简单的冒泡排序了.这里有两个C语言写的程序,一是快速查询,而是快速排序.-Language is actually not a limited thing, in particular, said algorithm. If your database contains mill
worksort.tar
- 实现了2种排序算法和LIST链表,可以输入任意多个字符后,进行排序-Implemented two kinds of sorting algorithm and LIST list, you can enter any number of characters, the sort
sort
- 自己写的排序算法,大家多给意见,方便改正-Write your own sorting algorithm, we give advice to facilitate the correct
allSort
- 所有排序算法集合,采用指针编写,有测试程序-The collection of all sort algorithm, using the pointer to write a test program
my_subject
- 熟练掌握并灵活运用C语言知识点,特别是指针和结构,以及文件操作。 熟练掌握并灵活运用常见的数据结构数组,链表和树。 熟练掌握并灵活运用相关的检索与排序算法。 -Proficiency and flexibility in the use of the C language knowledge, especially pointer and structure, as well as file operations. Proficiency and flexibility in the
sort
- linux C编写的冒泡排序和顺序排序算法。。。详细简单-pop and select sort in linux with C
radix_sort
- 在linux环境下运用多线程实现的基数排序算法。-In the Linux environment, the use of multi-threaded implementation of radix sort algorithm.
sample_sort
- 在linux环境下用c写的关于sample sort的多线程排序算法。-Write c in linux environment, multi-threaded sorting algorithms on sample sort
radix-sort
- 在linux环境下用MPI实现多线程的基数排序算法。-Radix sort algorithm of multi-threaded MPI implementation in the linux environment.
sample-sort
- 在linux环境下运用MPI实现sample sort的排序算法。-MPI implementations use linux environment the sample sort the sorting algorithm.
sort
- 排序算法比较。 本程序实现了,快速排序 插入排序冒泡排序,快速和选择排序的结合算法。-Sorting algorithm. This program implements, quick sort insertion sort bubble sort, quick sort of combination and selection algorithms.
TimSort
- c语言实现的Tim排序算法,使用栈来实现非递归-TimSort in C
Shell
- 希尔排序的java实现,包含一个main函数。(shell paixu,include a main function.)
sort
- 实现C语言的几种常用排序算法,封装了一下,可以在需要的时候直接调用(Several common algorithms of C language are implemented.)