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

搜索资源列表

  1. TextClassify

    0下载:
  2. 利用SVM算法来进行中文文本的分类,如一句话里有各种词性的词语则可以进行分类处理-Using SVM algorithm for Chinese text categorization, such as a word in a variety of terms can be part of speech classification
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:378741
    • 提供者:王寅
  1. 11258

    0下载:
  2. 文本特正筛选算法 包括源代码的实现 算法有3种-wenbtezhengshaixuan
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2959
    • 提供者:林林
  1. 221

    0下载:
  2. 实现中文文本挖掘中最长频繁序列的发现算法-text searching
  3. 所属分类:Document

    • 发布日期:2017-04-16
    • 文件大小:137850
    • 提供者:林林
  1. K_Means

    0下载:
  2. K-Means(java)算法 有界面,可从文本中读取数据-K-Means (java) algorithm has interface to read data from text
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:3020
    • 提供者:fourseel
  1. tfidfsuanfajiqishijianbaogao

    0下载:
  2. 采用TFIDF自动对文本进行形式化,tdidf算法源码及实验报告
  3. 所属分类:Document

    • 发布日期:2017-04-16
    • 文件大小:175964
    • 提供者:李欣
  1. pecepcion

    0下载:
  2. 基于感知器的神经网络学习算法及其实现,可以实现对文本的分类,同时也可以应用在文本过滤上-Perceptron-based neural network learning algorithm and its implementation can be achieved on the text of the classification, but also can be applied to text filtering on
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:15191
    • 提供者:王丽静
  1. Apriori

    0下载:
  2. ▲ Java实现的Apriori算法 ▲工程名: Apriori ▲输入:1. 文本文件(放到工程目录下) 格式:每行输入一个事务,每个事务均由整数组成,每个item中间用空格隔开。 2. 控制台输入最小支持度与最小置信度。 ▲输出:控制台输出第k个频繁集和强关联规则。 强关联规则也写到工程目录下out.txt文件中。
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:20575
    • 提供者:Athena
  1. HafmCode

    0下载:
  2. 哈夫曼编码,用来压缩文本和程序文件,我自己写的,通过了测试,很不错的一个算法-Huffman coding is used to compress text and program files, I wrote it myself, passed the test, an algorithm is very good
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:169853
    • 提供者:李自华
  1. huangr

    0下载:
  2. jh算法的vc实现。本软件用C++语言基于VC++6.0进行开发;主要实现基于JH算法对文本、多种格式文件求杂凑值。经测试与分析证明该软件运行稳定,具有一定的实际应用价值。-The Implementation of JH algorithm Based on VC.The software is developed in C++ language and based on VC++ 6.0 the mainly implement is seeking hash value of text o
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4532953
    • 提供者:hrong
  1. textsearch

    0下载:
  2. 一个超快的文本搜索算法 searchi = search ignore case search = search case sensitive searchiw = search ignore case words only (e.g. words delimited by whitespace only, not words within words) searchw() = search case sensitive words only -Super
  3. 所属分类:Search Engine

    • 发布日期:2017-03-30
    • 文件大小:28952
    • 提供者:Sephil
  1. 200741119366291

    0下载:
  2. 速度飞快的数独计算器,基本的原理就是递归搜索,但在检查9个3*3小方块的时候使用了复杂度为O(1)的算法,使得求解速度极快 使用方法: 使用方法: STEP One:在文本文档中 写入81个数(待填的用0表示,每九个换行,每两个数之间空一个) 保存为 input.in(注意后缀) 运行 “数独终结者.exe” 文件夹内会生成一个Answer.out的文件,用文本打开,便是答案 (bestshudu.pas是源程序) -Sudoku calculator fast sp
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:31006
    • 提供者:cc5432166
  1. KNN0.0_0.0

    1下载:
  2. 这是用java实现的KNN算法分类器 实现了机器的自动学习与文本自动分类 仅供学习使用-This is a java implementation of the KNN algorithm with classifier achieved the automatic machine learning and text categorization learning to use only
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1854135
    • 提供者:翔子
  1. KeywordSpotting

    0下载:
  2. 多串匹配的AC算法/多字符串匹配/多字符串检测/多字符串识别/Aho-Corasick自动机/ahocorasick自动机/AC自动机。/Java实现 该程序是一个高效的,能处理较大的Unicode字符文本(包括要检测的文本和关键词文本)的关键词匹配程序,因此程序的输入为input.txt为待检测文本,keywords.txt为关键词文本,文件夹test1,test2,test3分别是三组自己设定的input和keywords,可自行任意添加删改,运行程序前先将一组拷贝至D:\。 程序将
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3305106
    • 提供者:jpj
  1. huffmancode

    0下载:
  2. 基于哈夫曼算法的压缩编码,支持文本文件的压缩,也可用于自生成的哈夫曼文件的解压 -huffman code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:103543
    • 提供者:min
  1. Nonlinear_Programming

    0下载:
  2. 全面而完整,本概述提供了密钥算法和理论的单卷处理。笔者提供所有理论方面的明确解释,与大多数结果严格的证明。这两个部分的处理开始的优选条件和凸规划,对偶,广义凸性的讨论,并选定非线性规划分析推导。第二部份是有关技术和数值解无约束优化方法,并介绍了常用的约束非线性优化问题的算法。本次毕业级文本不需要超出初等微积分,线性代数,高等数学和现实背景分析。 -Comprehensive and complete, this overview provides a single-volume treatm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-15
    • 文件大小:23786870
    • 提供者:zhangkaibo
  1. assgin02

    0下载:
  2. 本程序解决下列问题:利用动态规划算法实现装配线调度问题。  要求测试数据以文本文件的形式存储,  即所有的数据由文本文件读入。-This program addresses the following issues: the use of dynamic programming algorithm assembly line scheduling problem.  requires test data to a text file is st
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:27748
    • 提供者:cai0538
  1. JiaoChaShang

    0下载:
  2. 文本挖掘中交叉熵算法实现,通过词汇左右出现的概率来计算交叉熵-Text mining cross entropy algorithm,The task of part2of2speech iden t if icat ion is to au tomat ically assign a part2of2speech tag to an unknow n wo rd w ith emp ty part2of2speech info r2 mat ion. A part2of2speech
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1863
    • 提供者:mikepeng
  1. DES

    0下载:
  2. 运用JAVA语言,利用DES对称加密算法实现了对文本进行加密解密。-The use of JAVA language, the use of DES symmetric encryption algorithm for encryption and decryption of the text.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:1850
    • 提供者:窦小敏
  1. contentextractionviatagratios

    0下载:
  2. 网页信息抽取最新研究成果,基于文本标签比的抽取算法,该方法简单易实现-Web information extraction latest research results, based on the text labels than the extraction algorithm, the method is simple and easy to implement
  3. 所属分类:Development Research

    • 发布日期:2017-04-07
    • 文件大小:552064
    • 提供者:zhaojiguang
  1. Ktongfa

    0下载:
  2. 著名的大数量的排序算法--K桶排序法~在数据文本式的大数据排序时,K桶法会是一个不错的选择! k桶法:k桶法有两个主要步骤:分桶,整合。 分桶:把n个数依次放入k个桶中,除了第k个桶外,放入前k 1个桶中的数都要求后一个大于 前一个。分桶的具体规则如下: 第1个数放入第一个桶内,第2个数若大于第一个桶中的数(即第一个数)则放入第一个桶内, 否则放入第二桶内,以此类推。设现要将第j个数放入某桶中,先从第一个桶试起,若第j个 数大于当前第一个桶中最
  3. 所属分类:其他小程序

    • 发布日期:2013-05-19
    • 文件大小:7019
    • 提供者:肖煜东
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 48 »
搜珍网 www.dssz.com