CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 单词 出现 次数

搜索资源列表

  1. wenben.txt

    0下载:
  2. 在一个文件中找到给定单词出现的位置并统计出现次数-documents in a given word to find the location and frequency statistics
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:2097
    • 提供者:wang
  1. jiangyutang_A0617389_homework1

    0下载:
  2. 分析一个英文文本文件中所有单词出现的频率,用linux下的标准c语言实现,是我的internet高级编程的第一次作业。编译后在可执行文件后跟上一个英文文本文件名字就可以了,程序会在屏幕打印出该文件中每个单词出现的次数。可以作为linux下的c语言学习例程使用。-an analysis of the English text document, all words, the frequency, linux using the standard c language, the internet i
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1439
    • 提供者:糖糖
  1. word_freq

    0下载:
  2. 此程序完 成任意一个英文文本文件中英文单词的统 计工作。要求:把英文单词出现频率次数 由高到低打印出来;只要英文单词形式不 一样就算两个词,不考虑词语的复数时 态。-this procedure completed an arbitrary text in English English word document statistics. Requirements : English word frequency from high to low frequency prin
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1711
    • 提供者:Bob
  1. FileKits

    0下载:
  2. 一个用Java成功实现的词发分析工具,通过次工具,你可以得到每个单词出现的次数与文件存放的路径等相信信息。-a successful term hair analysis tools through time tool You can get every word and the number of documents stored believe that the path such information.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:134638
    • 提供者:林刚
  1. wordpos

    1下载:
  2. 给定带有分词和词性标注信息语料,从中总结单词的词频,并按照出现次数排序输出-given with sub-term and part-of-speech tagging information corpus, it is concluded that the words and phrases, and in accordance with the order of the output frequency
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:44995
    • 提供者:gloria
  1. literature_research.ZIP

    0下载:
  2. 一个文本分析程序。实现分析一段文本中字母,N个字母的单词和具体单词出现的次数。-a text analysis program. Implementation Analysis section of the text of letters, the N-word letter word and the specific number.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1833
    • 提供者:金琦
  1. readarticle

    0下载:
  2. 读取文本文件的,统计每个单词出现的次数 能够任意打开文件路径,能保存查询的结果。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18916
    • 提供者:xiem
  1. dict

    3下载:
  2. 设计并实现解字典问题的O(nlogn)时间算法,对于给定的字典dict和文本text,找出text 中出现次数最多的不在字典dict中的单词
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2117
    • 提供者:高溪辉
  1. 11912927vctuxing1

    0下载:
  2. 分析一个英文文本文件中所有单词出现的频率,用linux下的标准c语言实现,是我的internet高级编程的第一次作业。编译后在可执行文件后跟上一个英文文本文件名字就可以了,程序会在屏幕打印出该文件中每个单词出现的次数。可以作为linux下的c语言学习例程使用
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:32200
    • 提供者:张岩
  1. wordcounter.rar

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

    • 发布日期:2015-12-28
    • 文件大小:2466
    • 提供者:ljh
  1. dancitongjipaixu.zip

    0下载:
  2. 自己编写的小程序,主要功能为单词统计并按单词出现的次数排序,I have written a small program, the main function for the emergence of the word statistics and the number of words to sort
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:684
    • 提供者:沈峰伟
  1. stroperate

    0下载:
  2. 统计一段英文文章中指定单词出现的次数,以" "为界限把文章分割成若干字符串。-Statistics for some English words in the article specified the number of occurrences of " " the limit of the articles are split into several strings.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1130
    • 提供者:Shirley
  1. fourth

    0下载:
  2. 二叉排序树(Binary Sort Tree--BST)或者是一棵空树;或者是具有下列性质的二叉树: ⑴ 若左子树不空,则左子树上所有结点的值均小于根结点的值;若右子树不空,则右子树上所有结点的值均大于根结点的值。 ⑵ 左右子树也都是二叉排序树。 (3) 中序遍历BST可得到一个关键字的有序序列 文本文件单词索引是指将文本中单词按字母顺序列出并且列出每个单词在文本中出现的次数,它也是关键字列表的一种特例,即单词为关键字并附加每个关键字在文中出现次数.文本文
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1066
    • 提供者:katrina
  1. map

    0下载:
  2. 利用了C++的关联容器map来统计一段文字中每个单词出现的次数,按顺序输出出来-err
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-22
    • 文件大小:326596
    • 提供者:廖川
  1. WordCount

    0下载:
  2. 统计一篇文件中的每个单词出现的次数,利用分布式文件系统-Statistics of a document the frequency of each word appeared, the use of Distributed File System
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:2098
    • 提供者:高进
  1. dict

    0下载:
  2. 给定一本字典dict和一段文本text,现在要统计文本text中不在字典dict中的单词,且希望找到text 中出现次数最多的不在字典dict 中的单词。 设计并实现解字典问题的O(nlog n)时间算法,对于给定的字典dict和文本text,找出text中出现次 数最多的不在字典dict中的单词。-Given a dictionary and a dict text text, text text now in the statistics is not the word in th
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:988
    • 提供者:林建
  1. search

    0下载:
  2. 编制一个统计单词在问本串中出现次数和位置的程序. 终端输出的结果是:单词、出现的次数、出现的位置所在行的行号,同一行出现两次的只输出一个行号。 测试数据:文本文件名为AWord.C;待统计的词集:if else for while return void int char typedef struct-The preparation of a statistical word in question appeared in this series the number and locati
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:9084
    • 提供者:chissie
  1. conc

    0下载:
  2. 和concordance一样的文字处理软件,一偏文章,没有任何排版的文章,经过 程序,可以对文章排列整理,并且统计当中单词的出现次数。 使用方法。conc 前部长度,整行长度 加上文件名字。 可以在windows 和 Linux 上运行的程序 -A concordance program is a supercharged word counting program: it makes a list of all the words in a document toget
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:11650
    • 提供者:cycchina
  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. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:123015
    • 提供者:何锦峰
  1. WordTypeCount

    0下载:
  2. 一个自己编写的计算单词出现频率,次数的程序 无实际用处...仅供学习参考-Write a calculation of its own word frequency, frequency of procedures for no real use to study for reference purposes only ... ...
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3621
    • 提供者:蒋庆松
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com