CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 比较文本算法

搜索资源列表

  1. RK

    0下载:
  2. 实验RK算法,即利用Hash方法和素数理论,首先定义一个Hash函数(hash (r) = r mod q),然后将模式串P和文本串T中长度为m的子串利用Hash函数转换成数值。显然只需比较那些与模式串具有相同Hash函数值的子串。 当然因为Hash冲突的存在,还要进一步进行字符串比较,但只要选择适当的素数q, Hash冲突的概率就会很小 -Experimental RK algorithm, namely the use of Hash methods and prime number
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:218279
    • 提供者:chenb
  1. information-secrecy

    0下载:
  2. 对文本,音频和图片三种格式的文件进行加密解密其中只对文本进行了加密解密,使用了比较简单的凯撒移位算法,栅栏易位算法和置换算法 源代码: -secrecy
  3. 所属分类:CA program

    • 发布日期:2017-04-13
    • 文件大小:2209
    • 提供者:谭达荣
  1. CodecBase32

    0下载:
  2. 本程序用比较另类的方式实现Base32文本加密算法(算法实现在DLL的导出函数里面),并用一个示例程序调用实现这个算法的DLL函数,以e-mail地址作为明文,加密生成了25字节的软件序列号。 这套程序由两个Project组成。一个可以编译生成DLL,另一个是调用DLL导出函数的样板工程。-This program uses more alternative means to achieve Base32 text encryption algorithm, and a sample pro
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:16455
    • 提供者:张新红
  1. improved-MSER-algorithm-

    0下载:
  2. 本文在比较多种仿射不变性区域的基础上,选取最大稳定极值区域(MSER)对图像内容进行分割和提取,并通过构造仿射不变量的方法,对提取出来的区域进行规整化,进而从规整化的区域中提取SIFT描述子,然后根据匹配目标的需要进行特征的组合、变换,以形成易于匹配、稳定性好的特征向量,从而把图像匹配问题转化为特征的匹配问题 通过改进的K均值算法对特征向量进行聚类,聚类中心作为图像的视觉关键词:利用视觉关键词的思想,把文本检索技术领域的方法移植到图像检索应用上;并研究视觉关键词之间的空间约束关系。-Most r
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:464383
    • 提供者:陈利华
  1. text_classification_using-svm

    0下载:
  2. 关于svm支持向量机的比较权威的论文,详细介绍了svm算法的原理及其在文本分类中的应用-Authoritative papers for Svm support vector machines , detailing the algorithm and its application in svm text classification application
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:117663
    • 提供者:000002
  1. sina

    0下载:
  2. 接口返回解析使用的是应用比较广泛的uLKJson单元, 此外加密算法用的是Indy10控件里的几个单元。 在实例中实现了OAUTH验证、发送图片和文本微博、 获取微博列表等几个入门级的接口-The interface returns resolve is the extensive uLKJson unit In addition, the encryption algorithm used is the the Indy10 control of several units.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:801815
    • 提供者:gf9977
  1. XOR256

    0下载:
  2. 对文件与文本进行异或加解密,算法比较简单实用-file encrypt decrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:295162
    • 提供者:李海龙
  1. FileLineCompare

    0下载:
  2. 文本文件对比,bug比较多就是,但是可以参照下算法-The text file comparison, bug more, but the following algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:117917
    • 提供者:许金明
  1. LZW_12

    0下载:
  2. lzw算法实现对文本和图像的无损压缩和解压缩,字典长度最高位12位,对重复性比较高的文本和图像有不错的压缩效果。-lzw algorithm lossless compression and decompression of text and images, dictionary length MSB 12, good compression of the repeatability text and image.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-26
    • 文件大小:771499
    • 提供者:宏观
  1. Levenshtein-Distance

    0下载:
  2. 在日常应用中,文本比较是一个比较常见的问题。文本比较算法也是一个老生常谈的话题-In everyday applications, the text comparison, is a relatively common problem of text comparison algorithm is a cliche topic
  3. 所属分类:software engineering

    • 发布日期:2017-11-08
    • 文件大小:19406
    • 提供者:李浩
  1. Needleman-Wunsch

    0下载:
  2. 本文介绍基于最长公共子串的文本比较算法——Needleman/Wunsch算法。-In this paper, the text comparison algorithm based on the longest common substring Needleman/Wunsch algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:18784
    • 提供者:李浩
  1. linear-space

    0下载:
  2. 文本比较算法Ⅵ——用线性空间计算最大公共子序列(翻译贴)-Text comparison with linear space algorithm calculating maximum public subsequence (translation is stuck
  3. 所属分类:software engineering

    • 发布日期:2017-11-08
    • 文件大小:26287
    • 提供者:李浩
  1. cpp

    1下载:
  2. 文章查重源码 应用了最短编辑距离算法以及相似度算法原理,用两个待比较的文本框输入要比较的的文本文字,然后求解,最后输出两篇文章的相似度的百分比 -The article source application rechecking the shortest edit distance algorithm and the similarity principle, comparing two stay text box input to compare the text of the text,
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:8512
    • 提供者:江鹏源
  1. java

    0下载:
  2. java数据结构课程设计利用线程计数比较多种排序算法文本编辑器-java editor
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:493012
    • 提供者:饶林
  1. sobel-zero-crossing-canny-compare

    0下载:
  2. 本科时做的一个实验,关于3个算法的比较,有matlab代码,有说明文本,还有一些素材图片。-three algorithms about image process,include some image used in the process and pdf introducing the process.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-09
    • 文件大小:1614575
    • 提供者:侯俊澎
  1. lle

    0下载:
  2. lle局部线性嵌入算法,对数据做降维处理,数学建模,文本分类方面有比较好的效果-Lle locally linear embedding algorithm, the dimension data, mathematical modeling, text classification has a good effect
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1298
    • 提供者:my
  1. simHash

    0下载:
  2. Google 的 simhash 算法的c#实现。通过大量测试,simhash用于比较大文本,比如500字以上效果都还蛮好,距离小于3的基本都是相似,误判率也比较低。(The c# implementation of the simhash algorithm for Google. Through a lot of tests, simhash for relatively large text, such as more than 500 words are quite good, the
  3. 所属分类:Windows编程

    • 发布日期:2018-04-22
    • 文件大小:43008
    • 提供者:ytcola
  1. 解压缩程序

    0下载:
  2. C++实现文本、图像、音频、视频的解压缩,并通过MD5算法实现原始文件与压缩并解压后文件的比较。
  3. 所属分类:文件操作

« 1 2»
搜珍网 www.dssz.com