搜索资源列表
WordCount
- 单词统计 一个个人用Java 写的小程序-a personal word with Java write small programs
WordCount
- 关于中文词频统计的Perl源码,是RAR的压缩文件-Chinese phrases on the Perl source is the RAR compressed files
WordCount
- 本示例说明了如何创建打开多个文件并对每个文件的字节数、字符数、单词数和行数进行计数的应用程序。运行此示例后将显示每个文件的统计结果和所有文件的总计。 该示例是控制台应用程序;必须从命令行运行该程序以查看其输出。 此示例使用下面的技术和类: I/O - FileStream - 允许文件访问。此类用于读写文件。 StreamWriter - 与 FileStream 实例一起使用可以将
WordCount
- a) 从指定的文本文件中读取文本信息; b) 将除去标点符号外的单词进行统计; c) 统计的单词不区分大小写(选做); d) 统计结果包含单词名称及在文本中出现的次数 e) 统计结果结束输出到控制台屏幕; f) 统计结果输出到指定的统计文件中; g) 统计结果按字母顺序排列。 -a) from the specified text file to read text messages b) to remov
wordcount
- 一个简单的mapreduce实现,用来理解Google mapreduce分布计算程序框架。-Mapreduce the realization of a simple to understand Google mapreduce fr a mework distributed computing.
WordCount
- 统计一篇文件中的每个单词出现的次数,利用分布式文件系统-Statistics of a document the frequency of each word appeared, the use of Distributed File System
wordcount
- wordcout,一个检查文本文档中字或英语单词的小程序-wordcout, check the text document in a word or English word applet
WordCount
- wordcount.java count the number of the word in a file-wordcount.java count the number of the word in a file
wordcount
- quartz 一个强大的开源的定时器 提供了完善的功能供用户调用-quartz timer for a strong open source provides a complete set of features for users to call
WordCount
- 一个hadoop写的mapreduce的wordcount的入门示例。对入门很有帮助-Write a hadoop entry mapreduce the wordcount example. Helpful for beginners
MapReduce-WordCount
- 并行计算课程实验,C++实现的基于mapreduce模型的WordCount程序。-Experimental parallel computing course, C++ implementation of the model based on mapreduce WordCount program.
MapReduce-Wordcount
- MapReduce-Wordcount例子-MapReduce-Wordcount example
wordcount
- 一个简单的单词计数器,使用c语言实现的。-A simple word counter, using the c language.
WordCount
- 统计文章中单次出现的频率,并按顺序排列可用于对四六级英语考试试题的统计。-wordcount
WordCount.java.tar
- source code for mapreduce wordcount
WordCount.tar
- hadoop 中最基础最重要的例子,wordcount,将文件中的字符进行map\reduce,得到每个字符出现的次数-hadoop in the most basic of the most important example, wordcount, characters in the file, the map \ reduce the number of each character appears
WordCount
- MapReduce的wordcount程序,最新API的版本。-MapReduce, the wordcount procedures, the latest version of the API.
wordcount
- 并行计算实验,wordcount算法Mapreduce实现。-Parallel computing the experiment, wordcount algorithm Mapreduce achieve.
WordCount
- 在Hadoop平台下实现的WordCount,该程序的功能是统计程序中单词的数目-The WordCount in the Hadoop platform, the functionality of the program is cal the number of words in the statistical procedures
wordcount
- 在hadoop平台进行大数据的wordcount.(Wordcount for big data at hadoop platform.)