资源列表
数组按从小到大的顺序排序
- 这是一个简单的排序。给你一个有N个值的数组,每个数都小于10000000。然后就将这个数组按从小到大的顺序排序。在输入时,第一行输入一个整数T,T代表一个有多少个数组要排序。然后就有T组数,每组数的第一行就是数组的大小N。紧跟着就有N行数,第N行就是数组的第N个数。每个数组的输出就有N行。,Given you an array with N non-negative integers which are smaller than 10,000,000, you have to sort this
CH
- 这是一个关于基数排序的快速排序的算法,用最快的算法来对一段数据进行排序,节约程序计算时间。-This is a base of about sort of the quick sort algorithm, the fastest algorithm to sort a section of data, time-saving procedures for the calculation.
merge
- MERGE ( MatLinks) Sorts two vectors and merges them into one sorted vector.-MERGE ( MatLinks) Sorts two vectors and merges them into one sorted vector.
bfs
- Breadth First Search (BFS) algorithm implementation
longest_common_subsequence
- 求出所有最长公共子序列(连续序列) 输入: malose malmose 输出: lcs_length=3 lcs_string=ose lcs_string=mal-ouput all the longest common subsequences. the subsequence must be series. for example: [input] malose malmose [output] lcs_length=3 lcs_stri
kangkaidedajiangjiang
- POJ题目BUCTOJ更为经典欢迎广大ACMer交流经验-POJ subject BUCTOJ more classical exchange of experience welcome ACMer
BITREE1
- 利用C语言来实现树的各种操作,树的各种排序 等等操作-Using C language to implement the various operations the tree, the tree operations of various sort, etc.
cpuid
- 获取CPIID 不过速度较慢 希望高手能改为速度快的代码-get cpuid
shiyuzhibiao14
- 故障诊断14个时域特征提取代码,包括均值,均方根值,10个有量纲量,4个无量纲量-matlab codes of feature extract
sobel_edge_color
- this file implement sobel edge detector for color images
Histograma
- Code to calculate dispersion given numbers and to draw histogram-Code to calculate dispersion given numbers and to draw histogram