资源列表
advancedAlgorithm
- 该包介绍了很多比较高级的算法,如线性规划问题,在线算法等。-The package introduced a number of more advanced algorithms, such as linear programming problem, on-line algorithm.
123
- 1+1那么简单。幼儿趣味计算-1+1 that simple. Child Fun Calculation ..........
zhengxingmo
- 能对整形数值模计算,处理CAD图片计算-this is mo
ani_sample
- texture prober. windows tool which grab small region from screen and calculate anisotropy histogram for this region.
Matrix_Calculator
- matrix calculator c++ source code
segmentation
- computer vision algorithm for segmentation of image
PCF8563t
- PCF8563时钟的最优化处理,程序可移植性强,读取方便。-PCF8563 clock optimized, program portability, strong, easy to read.
TRAIL
- Motion Estimation Algorithm
score
- 这是一个简单的计分软件,输入评委数,评委的计分系数,以及各评委的打分,去掉一个最低,一个最高分,最后算出选手的最后得分。-This is a simple scoring software, enter the number of judges, the judges scoring factor, as well as the judges scoring, removing a minimum, a maximum hours, the last player s final score c
MergeSort
- Merge sort is an O(n log n) comparison-based sorting algorithm. 1. If the list is of length 0 or 1, then it is already sorted. Otherwise: 2. Divide the unsorted list into two sublists of about half the size. 3. Sort each sublist recursively
RandomizedQuicksort
- The steps are: 1. Pick an element, called a pivot, from the list. 2. Reorder the list so that all elements which are less than the pivot come before the pivot and so that all elements greater than the pivot come after it (equal values can go ei
List
- Implementeation of Insert, search, delete and search of a maximum in a list.