搜索资源列表
LZW234
- LZW的压缩算法,比较简单,只能实现对输入字符串的实现码流-LZW compression algorithm is relatively simple, can only be realized on the importation string achieve bitstream
KMP
- 图像处理的KMP算法源程序,KMP算法是一种基本的、实用的字符串比较算法,广泛应用于图像处理和模式识别。-Image processing algorithms source KMP, KMP algorithm is a basic, practical string comparison algorithm, widely used in image processing and pattern recognition.
SimilarImageSearch
- 相似图片搜索.关键技术:"感知哈希算法"(Perceptual hash algorithm),它的作用是对每张图片生成一个"指纹"(fingerprint)字符串,然后比较不同图片的指纹。结果越接近,就说明图片越相似。 -Similar image search. Key technologies: perception of the hash algorithm (the Perceptual hash algorithm), it is the role of each image t
stringclass
- 定义了字符串类,并实现了基本类函数,比较,拼接等-Defines the string class, and to achieve the basic class functions, comparison, stitching, etc.
StringTokenizer
- 该源码是一个比较经典的字符串处理函数,用于对字符串分割和读取处理。-the source is a more classical string handling functions for the string processing division and reading.
stringclass
- 定义了字符串类,并实现了基本类函数,比较,拼接等-Defines the string class, and to achieve the basic class functions, comparison, stitching, etc.
StringTokenizer
- 该源码是一个比较经典的字符串处理函数,用于对字符串分割和读取处理。-the source is a more classical string handling functions for the string processing division and reading.
string104
- 实现字符串拷贝、拷贝size_t大小的字符串、字符串连接、将size_t大小的字符串连接、求字符串长度、字符串比较。-To achieve a string copy, copy size_t size string, string concatenation, the connection string size_t size, find the string length, string comparison.