资源列表
STL
- 利用STL容器排序,了解和利用STL容器-Sorting using STL containers, understanding and use of STL containers
mergerCompositor
- 归并排序-Mergesort
shizihuafeng
- 算法设计与分析的一道题目:石子划分问题(适用于上课实验)-Algorithm design and analysis of a topic: stone partition problem (for class experiment)
qsort
- qsort一种实现,方便简单。使用时候只用调用sort(l,r),l表示要排序的数组最左端的值,r为右端,例如sort(0,n-1)-qsort an implementation easy and convenient. Use only when calling sort (l, r), l want to sort the array that the value of the most left, r for the far right, such as sort (0, n-1)
4_2
- 此代码解决了经典的八皇后问题,主要思想是穷举思想。-eight queen
newton
- 牛顿法求解函数极小值,代码简单,适合初学者学习使用。-newton ways ,easy for studying ,easy for learning
bi-find
- 用c++写成的二分法查找程序,基本的,简单的-bi find
check
- check sum of the important words
shexingshuzi
- 该程序的功能是对蛇形数字进行处理,希望能够帮助到你。-snake number
zuixiaoshengchengshu_MATLAB
- 最小生成树算法的matlab实现,自己写的-good for learning
P204-ziliti-4
- 矩阵相加、相减、作乘法运算。使用运算符重载方法进行调用。-Matrix addition, subtraction, multiplication made. Use operator overloading method call.
Sort
- 奇偶交换排序是另一种交换排序。它的第一趟对序列中的所有奇数项i扫描,第二趟对序列中的所有偶数项i扫描。若A[i] > A[i+1],则交换它们。第三趟有对所有的奇数项,第四趟对所有的偶数项,…,如此反复,直到整个序列全部排好序为止。-Parity exchange swap is another sort. It' s the first trip of a sequence of all odd items i scan, the second trip of a sequence