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

搜索资源列表

  1. segthewords

    0下载:
  2. 它是文本分词程序代码的核心算法,可以为语言学者提供强大的分词功能。-Is a code word the text of the core algorithm
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-01
    • 文件大小:4494
    • 提供者:baron
  1. lowmove

    0下载:
  2. 行移文本水印算法,强鲁棒性,边界扫描采用投影法。-Line shift text watermarking algorithm, strong robustness, use of boundary-scan projection.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1596
    • 提供者:廖家亮
  1. lsydct

    0下载:
  2. 基于DCT的文本水印算法,嵌入量没有限制,具有较强的鲁棒性。-DCT-based text watermarking algorithm, embedded in the volume there is no restriction and has strong robustness.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:601
    • 提供者:廖家亮
  1. minRSS

    0下载:
  2. 这个小程序可以简单的选取回归分析中box-cox变换的lambda值,通过matlab强大的矩阵运算功能可以通过简单比较RSS值的方式来得到lambda,使用时只需要输入实验值矩阵X和Y即可,然后输入minRSS(X,Y)就能简单明了的看到最优变换参数 (这个程序虽然小但是学习回归分析的初学者学习时都会经过这个算法,上载时因为不到1KB所以我又放了个文本格式的)-This little program can select a simple regression analysis of
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1237
    • 提供者:片羽的精灵
  1. DES

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。此程序可以对文本进行DES算法加密和解密。-DES (Data Encryption Standard) algorithm,with the U.S. government s official permission, is a 56 with 64-bit key to encrypt data. This procedure can be carr
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:2025224
    • 提供者:wini
  1. GNUzip

    0下载:
  2. 用于文本压缩的压缩算法,可以取得比较高的压缩比-used to compress text
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:242017
    • 提供者:yfl
  1. Huffcoding

    0下载:
  2. 用vc实现的Huffman对文本文件的压缩解压算法。-Vc achieved with Huffman compression of the text file decompression algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:966289
    • 提供者:seaft
  1. minimumtree

    0下载:
  2. 利用克鲁斯卡尔算法计算最小生成树,以文本形式输出生成树中各条边以及他们的权值。-Using Kruskal minimum spanning tree algorithm to output text in the spanning tree edges and their weights.
  3. 所属分类:Database system

    • 发布日期:2017-04-03
    • 文件大小:47420
    • 提供者:king jin
  1. source_code_to_html

    0下载:
  2. 这个程序是我以前写的,用于把源代码高亮的,即可把文本格式的源代码高亮关键字,里面有算法思想等说明.做出来的效果很不错的.-I used this procedure is written to the source code for the highlighted, you can format the text of the source code highlighted keywords, there are algorithms that thought. Done a very good
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-07
    • 文件大小:61086
    • 提供者:tan sir
  1. softwarecode

    0下载:
  2. 中文分词是中文信息处理中的重要环节,中文分词技术广泛应用于自动翻译、文本检索、语音识别、文本校对、人工智能以及搜索引擎技术等领域。中文分词算法的选择,中文词库的构建方式,词库中词条的完备性在很大程度上与中文分词系统性能紧密相关。-Chinese word segmentation in Chinese information processing is an important part of Chinese word segmentation technology is widely used
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:911314
    • 提供者:李东升
  1. des

    1下载:
  2. 实现了DES加密算法,包括64位分组处理,可以加密解密一段文本-The realization of the DES encryption algorithm, including the 64-bit packet processing, encryption and decryption can be a section of text
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-10-12
    • 文件大小:133230
    • 提供者:alex
  1. FTP

    3下载:
  2. 1通过socket实现的FTP客户端,也是计算机网络的课程设计,内有详细说明,以及使用方法。 2由于出自学生之手,有少许错误还请包涵在VS2005环境下测试通过,可查看目录,改变目录,上传文件,下载文本文件(不同操作系统的服务器,自己开服务器可以下所有类型文件), 3操作方式类似于控制台方式打开FTP。 4网上少有的使用C++的SOCKET方式访问FTP,算法属于底层算法,不同于直接使用FTP类-1 through the socket to achieve the FTP clie
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:3006550
    • 提供者:张好同
  1. Matrixmultiplication

    0下载:
  2. 矩阵乘法并行算法的MPI源程序,以文本文件形式输入输出-MPI parallel algorithm source code of Matrix multiplication,input and output in the form of txt files
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:3554
    • 提供者:Jurihui
  1. 1206691380_1864

    0下载:
  2. 在自己的算法中调用Weka实现文本分类,是一个小的数据挖掘程序,虽然实用价值不是很大, 但对于Weka的理解和使用是有帮助的。
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5168
    • 提供者:shabo
  1. MKLSVM

    0下载:
  2. 用于文本分类的多核SVM算法研究.rar-MKL SVM
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:163137
    • 提供者:weifan
  1. AES-test

    0下载:
  2. aes 加密 与解密 算法的实现 ,对人以文本采用aes 加密,最终可以aes解密。-aes encryption and decryption algorithm, on the text using aes encryption decryption aes ultimately.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:15099
    • 提供者:song
  1. webcat

    0下载:
  2. 这是一个100 %纯Java库,您可以使用适用于N元 分析技术的过程分为文本文件。 该计划包括几个不同的分类算法, namelly 支持向量机,贝叶斯Logistic回归,神经网络分类和文本压缩 算法。如支持向量机和贝叶斯Logistic回归,一个 “一对一” 用于多类分类。更详细的说明这些学习算法和可用的选项,请提供的javadocs 。-It is a 100 pure Java library that you can use to apply N-Gr
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-26
    • 文件大小:838576
    • 提供者:liwen
  1. Document.java

    0下载:
  2. 搜索引擎的基本算法,可以处理文本,非常好用-The basic search engine algorithms, can handle text, very easy to use
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2134
    • 提供者:wintwelve
  1. Four-kinds-of-classical-algorithms

    0下载:
  2. 四种经典的算法,包括猴子选大王,约瑟夫环,迷宫求解,文本编辑-Four kinds of classical algorithms, including the monkey king of the election, Joseph Wan, maze solving, text editor
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:133427
    • 提供者:liu jian
  1. TP391.41_100

    0下载:
  2. matlab实例,介绍了常用的算法,具体功能参照具体文本说明。-matlab instance, introduced the commonly used algorithms, the specific function of a specific reference to the text descr iption.
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5143988
    • 提供者:刘雪英
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 48 »
搜珍网 www.dssz.com