搜索资源列表

  1. 哈希表实现词频统计

    1下载:
  2. java实现,哈希表实现词频统计。
  3. 所属分类:源码下载

    • 发布日期:2011-08-11
    • 文件大小:10892
    • 提供者:ztecoolman
  1. MFC查词典、分词、词频统计程序

    1下载:
  2. MFC编程,功能是查词典(用户可自己导入文本),分词,统计词频,还可以保存结果!我们MFC课的期末作业,强烈推荐!-MFC programming function is to check dictionary (users can import their own version), participle, statistical, frequency, the results can be saved! We MFC class a
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-13
    • 文件大小:2982912
    • 提供者:唐瑜
  1. 1-词频统计_code

    0下载:
  2. c#环境下,编程实现统计用词频率,类似于一般的背诵单词软件-environment, programming statistics word frequency, similar to the word recitation of the general software
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:40960
    • 提供者:11
  1. 2005413185023558

    0下载:
  2. 本程序是用哈希表实现词频统计,用java实现的,仅用于网友学习之用。-this program is to achieve Hash Table Frequency statistics, using java to achieve, and only for netizens learning.
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:26624
    • 提供者:义军
  1. WordCount

    0下载:
  2. 关于中文词频统计的Perl源码,是RAR的压缩文件-Chinese phrases on the Perl source is the RAR compressed files
  3. 所属分类:其它资源

    • 发布日期:2024-05-13
    • 文件大小:22528
    • 提供者:zhuqi
  1. cipintongji

    0下载:
  2. ELFSS系统为一个简单的英文词频统计软件,能够实现一个词频统计软件的简化功能。-ELFSS system to a simple English word frequency statistical software Frequency can achieve a simplified statistical software functions.
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-13
    • 文件大小:12288
    • 提供者:xiaolongwang
  1. wvtool-1.1

    0下载:
  2. 一个很不错的词频统计程序,目前只支持英文,中文的本人正在修改中.改好后上传给大家分享-A very good frequency statistical procedures, is currently only supports English, Chinese, I am being revised. Improved after the upload to the U.S. to share
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-13
    • 文件大小:6265856
    • 提供者:李龙
  1. App7

    0下载:
  2. 词频统计程序。具体功能是在当前目录下读取文本文件,然后统计词频。-Word frequency statistics procedures. Specific function is in the current directory to read a text file, and then word frequency statistics.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:liangyong
  1. wordcount

    0下载:
  2. 实现页面的词频统计,把页面里出现的每一个词进行次数统计,最后输出到文本文件中-The realization of word frequency statistics page, the page appears in a word for each number of statistics, the final output to a text file
  3. 所属分类:文件格式

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:乔剑敏
  1. 1234

    0下载:
  2. 一个词频统计的 小程序 自己编的 希望大家用用给点评论-A word frequency statistics applet own with the hope of everyone to comment with
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:39936
    • 提供者:黄浔
  1. wordstat_java

    0下载:
  2. 简单的词频统计,利用java 实现,使用hash表-Simple word frequency statistics, the use of java realize, the use of hash table
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:dengpegn
  1. Chinese

    0下载:
  2. 用VB6.0开发的中文词频统计软件,可在word文档中自动找出所有的词语,并从按照词频高低排序。附测试文档。-Using VB6.0 to develop the Chinese word frequency statistics software, word document can automatically identify all of the words, and sorted according to high and lo
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-13
    • 文件大小:70656
    • 提供者:leosimon2
  1. English

    0下载:
  2. 英文词频统计,可统计英文word文档中的词频,并从高到低排序。-English word frequency statistics, statistics to document the English word frequency, and low ranking.
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-13
    • 文件大小:49152
    • 提供者:leosimon2
  1. Cipin

    0下载:
  2. 自己写的词频统计小程序 统计多文件夹下cpp与txt文件中词频~~ vc6.0 下编译 -Their own written word frequency statistics and more statistics applet cpp folder and txt file under ~ ~ vc6.0 frequency compiler
  3. 所属分类:文件操作

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:heaton
  1. wordcounter

    1下载:
  2. 词频统计工具:由用户指定搜索范围,程序遍历搜索范围中所有文本文件(*.txt),统计文本中所有出现单词的出现次数。遍历之后,计算所有单词的出现频率,将各单词按出现频率由大到小排列汇同其出现频率输出到用户指定的文件中。-Frequency statistical tools: the scope of the search specified by the user, the program searches all traverse t
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:ljh
  1. wordfrequency

    0下载:
  2. 中文文档的词频统计程序,已经通过调试!可以正常使用。程序是用C#编写的-words frequency
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:33792
    • 提供者:王燕霞
  1. dancicipingtongji

    0下载:
  2. 单词词频统计程序,结果使文章中的单词按字典顺序排列,且计算出每个单词出现的频率(即次数)-Word Frequency Statistics of procedures, resulting in articles in the order of words according to the dictionary, and to calculate the frequency of each word (ie, times)
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:122880
    • 提供者:何锦峰
  1. 23

    0下载:
  2. 词频统计就是统计一个句子或一篇文章中各种词出现的频率,它是中文信息处理的一项基本技术,在很多领域中都有重要的应用。例如在中文搜索引擎(如Google、百度)中,除特别常用的词以外,一篇文章中出现频率较高的词通常能反映这篇文章的主题,因此可以使用词频来对中文文章进行归类。本案例实现按词表对文章中的词语进行分析,并按字典序给出词表中各词语在文章中出现的次数。-Frequency Statistics is a statistical one
  3. 所属分类:软件工程

    • 发布日期:2024-05-13
    • 文件大小:555008
    • 提供者:kejianping
  1. WordFrequency

    0下载:
  2. 词频统计~JAVA~实现最简单的词频统计功能-Frequency Statistics ~ JAVA ~ to achieve the simplest function of word frequency statistics
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-13
    • 文件大小:37888
    • 提供者:余茜
  1. 词频统计

    0下载:
  2. 进行词频统计,将不同的单词存入堆中,建立相应的索引表确定各单词在堆中存储的位置及出现的次数。(Will different words in the heap, establish the corresponding index table to determine the position of each word in the heap storage and the number of occurrences of.)
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:13312
    • 提供者:露露和
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org