资源列表
数组按从小到大的顺序排序
- 这是一个简单的排序。给你一个有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.
maxflow1
- 最大流问题,用标号法寻求网络中最大流的基本思想是寻找可增广轨,使网络的流量得到增加,直到最大为止。-maximal flow
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.
EditPDistance
- edit distance.字符串之间编译距离,包括插入,删除,替换。 -edit distance
elipse
- Un programa realizado utilizando la libreria de OpenGL para hacer una elipse
mixture
- 利用openCV实现图像混合效果,输入为两幅灰度图,运行完后合为一幅图-OpenCV image mixing effect, input for two grayscale run after together for a picture
illumination-correction-
- 数字图像光照不均匀校正及Matlab实现源代码,经测试可用-Digital image illumination non-uniformity correction and Matlab realization source code, has been tested and is available
CameraVideo
- 掌握OpenCV环境配置方法,掌握OpenCV中图像采集处理相关的常用函数。-Grasp the OpenCV environment configuration methods, to master the image acquisition and processing in OpenCV commonly used functions.
