搜索资源列表
Search_Sort
- 语言其实并不是一种局限的东西,尤其说道算法.如果你的数据库存有上百万条信息,你要用什么方法在短短的几秒钟之内把你想要查找的数据找出来呢?另外如果对数据进行一个快速的排序呢?是否可以?很显然,这就要求算法的独特了.不能依靠简单的冒泡排序了.这里有两个C语言写的程序,一是快速查询,而是快速排序.-Language is actually not a limited thing, in particular, said algorithm. If your database contains mill
bubble
- 本代码实现冒泡排序,linux C操作系统-The bubble sort code, linux C operating system
81.tar
- linux学习中有许多排序,这个程序是叫我们初步运用冒泡法和选择排序法来写程序-There are many sorting linux learning, this program is called the initial use of our bubble and selection sort method to write programs
huffman
- 包含有统计字符串中各个字符的个数,冒泡升序排序,求huffman编码-Contains statistical string of different characters in number, bubbling ascending order, for Huffman coding
sort
- linux C编写的冒泡排序和顺序排序算法。。。详细简单-pop and select sort in linux with C
sort
- 排序算法比较。 本程序实现了,快速排序 插入排序冒泡排序,快速和选择排序的结合算法。-Sorting algorithm. This program implements, quick sort insertion sort bubble sort, quick sort of combination and selection algorithms.
main
- 产生一系列随机数,存储在文本文件中,并对其进行排序(冒泡排序、快速排序和二叉树排序)-Creating a series of random numbers and sorting them
sort
- 从input.txt中读取数据并运用冒泡排序进行排序,最终输出结果到output.txt-read numbers from input.txt then sort it and at last output result to output.txt
bubble_sort
- linux c语言编写的冒泡排序程序,已测试通过-linux c language bubble sort program has been tested