搜索资源列表
wordcounter
- 词频统计工具:由用户指定搜索范围,程序遍历搜索范围中所有文本文件(*.txt),统计文本中所有出现单词的出现次数。遍历之后,计算所有单词的出现频率,将各单词按出现频率由大到小排列汇同其出现频率输出到用户指定的文件中。-Frequency statistical tools: the scope of the search specified by the user, the program searches all traverse t
WordCounter
- WordCounter 英文单词 频率统计程序 可以统计文本文件中的英文单词出现频率 并排序输出-WordCounter English word frequency statistics can text file statistics English word frequency and sort output
wordcounter
- C++ 程序,此程序完成任意一个英文文本文件中英文单词的统计工作-C++ program, this process is complete the English version of any document, the statistical work of the English word
WordCounter
- 用StrinTokenizer类实现的单词统计问题实验-Use of the word categories StrinTokenizer statistics experiment
WordCounter
- 统计制定文本的总字数 并显示各种长度字数的个数-The user intput a file name and the programme will count the length of each word in the file.At last,it will report the total number of words and how many words in each kind of length.
WordCounter
- 封装一个类CText, 并编写一个软件,它可以完成对任意一个文本文件的字符统计工作, 可以统计的信息有:中文字符数、英文单词数、行数、字符个数(不计空格)、空格数。 同时上述的字符统计信息,要求能写到一个Report.txt文件中,并且能显示出来。但是不要求界面,只要能以命令行的形式输入及显示即可,另外统计功能也可参考Word中 的“字数统计工具”。 序遵循题目的要求,采用Visual Studio 2008编译环境编写,使
WordCounter
- Word and Space Counter good for learners
wordcounter
- word counter using vectors and split function that returns a text splitted in a vector.-word counter using vectors and split function that returns a text splitted in a vector.
WordCounter
- 对键盘输入一整串长的数据进行处理判断并计算出有多少个合法单词-The keyboard to enter a string length of the whole data processing to determine and calculate the number of valid words
hadoop-example
- 使用Hadoop 开发的 wordcounter-Using Hadoop development wordcounter
wordCounter
- matlab所使用的统计文章中的英文总字数算法,可以分为计算标点与不计算标点两种情况。- This is a word count function of the text file named fileName. opts indicates whether or not to count punctuations: 1 for counting punctuation 0 for not counting pun