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

搜索资源列表

  1. RepeatedForms

    0下载:
  2. 根据相似度去重,把文本很相似的删除掉,基于VSM的算法的实现。-According to the similarity to heavy, very similar to the text removed, the algorithm based on VSM realize.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-29
    • 文件大小:18730
    • 提供者:huangxupeng
  1. prim

    1下载:
  2. (1)利用普里姆算法求网的最小生成树 (2)实现教科书中定义的抽象数据类型mfset。以此表示构造生成树过 程中的连通分量。 (3)以文本形式输出生成树中各条边以及他们的权值-(1) the use of prim algorithm for minimum spanning tree network (2) the realization of the textbook definition of abstract data types mfset. Spanning tree s
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:1266
    • 提供者:xinghenzhai
  1. ddsvm

    0下载:
  2. SVM算法dd,来自国外做数据挖掘和文本分类的-SVM algorithm dd, from abroad to do data mining and text classification
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:14182
    • 提供者:飞翔
  1. Watermark_1

    0下载:
  2. 信息隐藏与水印技术系列实验之一:空域可见图像水印算法(开发工具:vc2005): 实现在一个256色灰度载体图像空域数据中嵌入一个256色灰度文本图像水印。其主要功能如下: (1)可以载入不同的载体图像和水印图像,但载体图像和水印图像在本软件中被限制为256色灰度图像,若要用其它图像甚至彩色图像,请修改源码。 (2)水印在载体图像中的嵌入位置及嵌入强度可以设置。 (3)可以计算原始图像和含水印图像的峰值信噪比(PSNR),以对含水印图像进行客观质量评价。 (4)源码结构清晰,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1561959
    • 提供者:
  1. Watermark_3

    0下载:
  2. 信息隐藏与水印技术系列实验之三:DWT变换域可见图像水印算法(开发工具:vc2005):实现在一个256色灰度载体图像变换域数据中嵌入一个256色灰度文本图像水印。其主要功能如下: (1)可以载入不同的载体图像和水印图像,但载体图像和水印图像在本软件中被限制为256色灰度图像,若要用其它图像甚至彩色图像,请修改源码。 (2)水印在载体图像中的嵌入位置及嵌入强度可以设置。 (3)可以计算原始图像和含水印图像的峰值信噪比(PSNR),以对含水印图像进行客观质量评价。 (4)源码结构清
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2955691
    • 提供者:
  1. Watermark_4

    0下载:
  2. 信息隐藏与水印技术系列实验之四:DWT变换域不可见图像水印算法(开发工具:vc2005): 实现在一个256色灰度载体图像的DWT变换域低频LL系数中多次重复嵌入一个256色灰度文本图像水印。其主要功能如下: (1)可以载入不同的载体图像和水印图像,但载体图像和水印图像在本软件中被限制为256色灰度图像,若要用其它图像甚至彩色图像,请修改源码。 (2)可以对含水印图像中的水印信息进行提取,提取时需要原始图像。 (3)剪切攻击可使含水印图像中的水印信息部分丢失。 (4)可以计算
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3847984
    • 提供者:
  1. Minium_Spanning_Tree(Kruskal)

    0下载:
  2. 最小生成树问题 问题描述:若要在n个城市之间架设通讯网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通讯网,是一个网的最小生成树问题。 设计要求:利用克鲁斯卡尔算法求网的最小生成树;以文本形式输出生成树中各条边以及它们的权值。 -The issue of minimum spanning tree problem Descr iption: n To set up a communication network between cities, only need to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:8055
    • 提供者:利莉
  1. bpANDgenetic

    0下载:
  2. 使用遗传算法对BP网络权值阈值进行优化,再用BP算法训练网络的代码,文本格式的-bp propoganda and genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2031
    • 提供者:rayonxu
  1. classfer

    0下载:
  2. 文本分类器 文本分类算法 详细介绍了算法过程-Text Classifier Algorithm for text classification algorithm described in detail the process of
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:5554
    • 提供者:zw
  1. Fortran

    1下载:
  2. 该文本里主要是FORTRAN的常用数值算法集源代码。-This paper is about the mathod of compution of FORTRAN.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4506251
    • 提供者:
  1. text_classification

    0下载:
  2. 这是一个文本分类的简单算法,基于weka的,实现文本的分类。-This is a easy classification code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5295
    • 提供者:徐金娜
  1. K

    0下载:
  2. K均值算法-分类器-有效抑制边缘点影响-简单有效-K-means algorithm- Classifier- effectively inhibiting the impact of edge points- simple and effective
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2118552
    • 提供者:我我
  1. 1921682911620074111624592545933

    0下载:
  2. 一种改进的EZW图像压缩算法,包括源代码和文本说明。利用vc++6.0编写的-An Improved EZW image compression algorithms, including source code and text descr iption. Using vc++6.0 prepared
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:144065
    • 提供者:heting
  1. textwaterwarking

    0下载:
  2. 几种常用的文本水印算法,适合初学者学习,容易掌握文本水印的关键技术。-Several commonly used text watermarking algorithm, suitable for beginners to learn, easy to grasp key technologies for the text watermark.
  3. 所属分类:Graph program

    • 发布日期:2017-05-14
    • 文件大小:3518038
    • 提供者:廖家亮
  1. pj

    0下载:
  2. 一种基于语义内积空间模型的文本聚类算法,这种算法有很好的效率,拿出来和大家分享下-A semantic-based model of inner product space the text clustering algorithm, this algorithm has good efficiency, and to share out under the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:500844
    • 提供者:like
  1. HexEnc

    0下载:
  2. VC++使用XOR 256加密解密算法对文本或文件进行加、解密,很早时候的加密算法,但现在还很实用,搜集了一个实例,希望对VC++编程的朋友有所帮助。它主要是对十六进制的文本文档或者文件进行加密解密。-VC++ using the XOR 256 encryption and decryption algorithms to increase the text or document, decryption, the encryption algorithm when a long time a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:69444
    • 提供者:117
  1. nlnniblack

    0下载:
  2. 在文本图像处理中对灰度图像进行文本和背景分离的经典算法的程序-Image Processing in the text of the grayscale images of the classic text and background separation algorithm for the procedure
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:530
    • 提供者:王晓冰
  1. edgebased

    3下载:
  2. 这是使用基于边缘的方法对文本图像中的文字进行检测的算法,可以将图像中的文字提取并标记出来。-This is the way to the edge-based text in the image text detection algorithm can extract the text in the image and mark them.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2015-07-09
    • 文件大小:1468
    • 提供者:王晓冰
  1. liantongyu

    0下载:
  2. 这是采用基于连通域的方法对图像中的文字进行检测的算法,可以将文字检测并标记出来-This is the method based on image-connected domain in the text detection algorithm can detect and mark out the text
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1957
    • 提供者:王晓冰
  1. CheckText

    0下载:
  2. 实现文本相似度检查的文本层次聚类算法和划分算法的C#源码-Text to check the text similarity hierarchical clustering algorithm and classification algorithm C# source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:66909
    • 提供者:liq88
« 1 2 34 5 6 7 8 9 10 ... 43 »
搜珍网 www.dssz.com