当前位置:
首页 资源下载
搜索资源 - character extract to text
搜索资源列表
-
0下载:
源代码通过建立一个字符串表,用较短的代码来表示较长的字符串来实现压缩. 提取原始文本文件数据中的不同字符,基于这些字符创建一个编译表,然后用编译表中的字符的索引来替代原始文本文件数据中的相应字符,减少原始数据大小。我们这里的编译表不是事先创建好的,而是根据原始文件数据动态创建的,解码时可以从已编码的数据中还原出原来的编译表.-The source code through the establishment of a string table, with a shorter code to re
-
-
0下载:
简易汉字提取和重复汉字剔除器,将输入的所有文本字符先提取汉字,再剔除重复的汉字,可以用来统计一篇文章使用了多少个不重复的汉字~-Simplified Chinese characters drawing and remove duplication of device, the input characters in the first extract all the text characters, and then remove the duplicate characters, can b
-
-
0下载:
本文的处理手段是对输入的汽车图像进行预处理,运用车牌定位,字符分割,字符识别的方法提取车牌上的数字字符串,并以文本的形式输出。-This treatment method is to enter the vehicle image preprocessing, the use of license plate location, character segmentation, character recognition to extract license plate numbers on th
-
-
0下载:
索书号文字图像分割粘连字符切分文字识别彩色车牌分割商标文字分割割文字识别的识别子函数文字识别的结构特征提取子函数 已通过测试。
-Call text image segmentation adhesion character segmentation of a color license plate character recognition split the trademark text segmentation cut the text to identify the structur
-
-
0下载:
vc提取文本文档中目标字符信息,保存到另一文本文档中-vc the extract text document in the target character information, save it to another text document
-
-
0下载:
PHP邮箱地址采集程序,利用PHP正则技术截断字符,获取到邮箱地址,并显示给用户,只要被采集网址的内容中含有Email地址,就可以把邮箱地址准确的摘录出来。支持带有 ~!@#¥ …&*/(at) 以及各种符号的邮箱格式。它支持根据网址抓取邮件地址,还可以是帖入一段含有Email地址的文本,仅抓取出邮箱地址,实用十分方便。-PHP mail address acquisition process, use PHP regular technical truncation character, ac
-
-
0下载:
PdfParse 用于从PDF文件中抽取文本数据的示例,支持unicode字符集编码、8进制和16进制编码。-PdfParse used to extract text from a PDF file example of data, unicode character set encoding, octal and hexadecimal encoding.
-
-
1下载:
基于哈夫曼的压缩和解压缩,将文本中的字符作为节点构建哈夫曼树,通过01来编码,实现对文件的压缩,同时通过逆过程将文件解压缩。-Based Huffman compression and decompression, the text of the character as a node Huffman tree constructed by 01 to coding, to achieve the file compression, through the reverse process to
-