资源列表
fastsort
- 快速排序程序-Quick sort program
hash
- 哈希表实现- The Hasche table realizes
winntl-5_2
- 数值算法库for Windows,含有很多数值算法- Value algorithm storehouse for Windows, includes the very many values algorithm
ntl-5.2.tar
- 数值算法库for Unix,含有很多数值算法- Value algorithm storehouse for Unix, includes the very many values algorithm
newmat10.tar
- 各种矩阵算法库。支持UpperTriangularMatrix,LowerTriangularMatrix, DiagonalMatrix, SymmetricMatrix, BandMatrix,UpperBandMatrix, LowerBandMatrix, SymmetricBandMatrix, RowVector,ColumnVector。- Each kind of matrix algorithm storehouse. Supports UpperTriangularMatr
nm09html.tar
- 矩阵算法库newmat10.tar.gz的帮助文件- Matrix algorithm storehouse newmat10.tar.gz help document
nmbc55
- 上面的矩阵算法库的Borland编译文件- Above matrix algorithm storehouse Borland translation document
newran02.tar
- 随机数生成程序- Random number production procedure
str.tar
- 自编的一个String类- From arranges a String kind
cx.tar
- 复数运算库- Complex operation storehouse
simple_bubble_sort
- 一个简单的字符冒泡排序例子-A simple example for bubble chars sorting.
ArraySort
- 数组排序,含bubble,quick,insertion,selection四种方法-Array sort,it includes four sort methods as follows: bubble sort ,quick sort,insertion sort and selection sort.