搜索资源列表
学生成绩管理系统(完全自己做的
- 呵呵,帮同学做的一个C语言课程设计 学生成绩管理系统(完全自己做的) 功能:成绩录入,按成绩排序,查询各分数段的学生, 用菜单实现功能。 -----作者:小鲨-A student score management system for course paper. Function: input, sort, query, all function controlled through menu.
C-Sort
- 本文档讲解了几种排序方式的优缺点。包含直接插入、希尔、直接选择、冒泡、快速、堆、二路归并等排序方式。-this document on the order of several ways the advantages and disadvantages. Include direct insertion, Hill, direct choice, Bubble, rapid and heaps of two-way merge, etc. Sort.
sort 实现几种典型排序方法
- 实现几种典型排序方法:a) Insertion Sort;b) Selection Sort;c) Bubble Sort;d) Rank Sort 分析算法的时间复杂度并测量其实际运行时间。-Order to achieve several typical methods: a) Insertion Sort b) Selection Sort c) Bubble Sort d) Rank Sort algorithm' s time complexity analysis and me
sort
- it s a sorting c code which is using many kinds of sort algorithm
All-kinds-of-sort
- 本代码实现了几乎所有的排序算法,如冒泡排序,选择排序,基数排序,快速排序等。-This source code implements all kinds of basic sorting algorithm, such as bubble sort,radix sort,select sort,quick sort and so on.
sort
- 直接插入排序、希尔排序、起泡排序、快速排序-Direct insertion sort, Shell sort, bubble sort, quick sort
sort
- main sorting algorithms bubble sort selection sort insertion sort ....etc
sort
- 数据结构中,几种基本排序算法实现,很好很强大!-sort
Six-ways-to-sort
- 本程序将六种排序方法融合在一个程序中,用时加以选择即可。-This program will sort method combines six programs in one, you can use them when they choose.
MERGE-SORT
- 合并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。 合并排序法是将两个(或两个以上)有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的。然后再把有序子序列合并为整体有序序列。 将已有序的子序列合并,得到完全有序的序列;即先使每个子序列有序,再使子序列段间有序。若将两个有序表合并成一个有序表,称为2-路归并。合并排序也叫归并排序。-Merge Sort is an efficient sort
An-array-of-bubble-sort-method
- 这是一个用c语言程序编写的数组_冒泡法排序程序-This is a c language programming method of array of bubble sort program
sort
- 基于链式存储的基数排序算法,很好用的。很不错的,参考书籍。-Radix Sort algorithm based on chain store, easy to use.
sort
- 根据《大话数据结构》写的排序算法代码,包括冒泡,插入,归并,堆排序等等,里面还叙述了算法思想。-According to the "Westward data structure" wrote sorting algorithm code, including bubble, insertion, merge, heap sort, and so on, which also describes the algorithm ideas.
Bubble-sort
- 高效的排序 冒泡排序 void order(int a[],int n)//冒泡算法 数组的大小n-Efficient sorting Bubble Sort
sort
- 常用的几种排序方法有直接插入排序、希尔排序、 冒泡排序、 快速排序、选择排序、堆排序 -There are several commonly used sorting method direct insertion sort, shell sort, bubble sort, quick sort, selection sort, heap sort
all-kinds-of-sort-methods
- 本资料包含选择、插入、气泡排序、Shell 排序法、Shaker 排序法、堆排序、三种快速排序法、合并排序法、基数排序法,文档内部对每一种排序法都有详细的原理介绍和解析,非常经典。-This information includes the selection, insertion, bubble sort, Shell sort, Shaker sort, heap sort, three rapid sequencing method, merge sort, radix sort meth
Sort
- visual studio开发环境,包含归并排序和快速排序的算法,对初学算法的人有很大帮助-visual studio development environment, including the merge sort and quick sort algorithm, the algorithm for beginners who are very helpful
sort
- 五种排序算法,分别为:归并排序,快速排序,选择排序,希尔排序,插入排序-Five kinds of sorting algorithm, namely: merge sort, quick sort, select, sort, Shell sort, insertion sort
sort
- 几种经典排序的算法和集成的测试界面 快排 合并排序 归并 和冒泡-sort funtion
Sort
- 展现了归并排序非递归与递归,两种算法实现了对10w个数的排序-Show the Merge Sort Algorithm. Sort about 100000 Key words