资源列表
d
- 【问题描述】: 设有一个背包可以放入的物品重量最重为s,现有n件物品,它们的重量分别为w[0]、 w[1]、w[2]、…、w[n-1]。问能否从这n件物品中选择若干件放入此背包中,使得放入的重量之和正好为s。如果存在一种符合上述要求的选择,则称此背包问题有解(或称其解为真);否则称此背包问题无解(或称其解为假)。试用递归方法设计求解背包问题的算法。 -【Descr iption of the problem: There is a backpack of items can be pla
maxsub
- 求多个字母序列的最长公共子序列的C++代码-get the maxsimum common subsequence of some subsequence
1328
- 算法设计与分析的题目。雷达问题,这个程序就是解决这个问题的 。-Algorithm design and analysis of the topic. Radar problem, this procedure is to solve this problem.
sss
- Hand Gesture Recognition
Find-submatrix
- 在一个矩阵中寻找一个子矩阵,让这个子矩阵的所有项相加之和是最大的!-Find a sub-matrix in a matrix, and the sum of the points in the sub-matrix is the biggest.
Fibonacci
- Fibonacci数列求解代码,递归调用和迭代算法-Fibonacci Fibonacci Fibonacci
CLZCD
- CLZCD测量选定的直线、多段线、圆弧或样条曲线的总长- Total length CLZCD measure selected lines, polylines, arcs or spline
haar_transform
- haar wavelet transform compression
TarsusFactorial
- 用数组储存大数,然后递归实现阶乘,计算完成后将计算的结果存入数组中,然后输出结果即可。-With an array of storage of large numbers, and then the recursive factorial implementation, which will calculate the result of calculation into the array, then the output can be.
MATLAB
- 用于MATLAB图像处理的二维离散小波变换,经小波变换分解和重构后的图像达到非常高精度。-For MATLAB image processing of two-dimensional discrete wavelet transform, after wavelet decomposition and reconstruction of the image to achieve very high accuracy.
Matrix-Iteration
- 采用矩阵迭代的方法生成图像,不断刷新屏幕,最终生成一副图像-A matrix iterative method to generate an image, and constantly refresh the screen, generate a final image
color
- 基于YCbCr颜色空间的颜色特征提取,基于四邻域操作,把Cb和Cr的值作为特征值-YCbCr color space based on color feature extraction, based on neighbors domain operations, the value of Cb and Cr as characteristic values