CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Wordcount程序

搜索资源列表

  1. WordCount

    0下载:
  2. 单词统计 一个个人用Java 写的小程序-a personal word with Java write small programs
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:6.49kb
    • 提供者:王小明
  1. WordCount

    0下载:
  2. 本示例说明了如何创建打开多个文件并对每个文件的字节数、字符数、单词数和行数进行计数的应用程序。运行此示例后将显示每个文件的统计结果和所有文件的总计。 该示例是控制台应用程序;必须从命令行运行该程序以查看其输出。 此示例使用下面的技术和类: I/O - FileStream - 允许文件访问。此类用于读写文件。 StreamWriter - 与 FileStream 实例一起使用可以将格式化文本输出到文件。 StreamReader
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:18.4kb
    • 提供者:王子
  1. wordcount.rar

    0下载:
  2. 一个简单的mapreduce实现,用来理解Google mapreduce分布计算程序框架。,Mapreduce the realization of a simple to understand Google mapreduce Framework distributed computing.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:153.27kb
    • 提供者:莫璧源
  1. wordcount

    0下载:
  2. wordcout,一个检查文本文档中字或英语单词的小程序-wordcout, check the text document in a word or English word applet
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:170.68kb
    • 提供者:zhangchao
  1. WordCount

    0下载:
  2. MapReduce的wordcount程序,最新API的版本。-MapReduce, the wordcount procedures, the latest version of the API.
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:1.32kb
    • 提供者:阿德
  1. MapReduce-WordCount

    0下载:
  2. 并行计算课程实验,C++实现的基于mapreduce模型的WordCount程序。-Experimental parallel computing course, C++ implementation of the model based on mapreduce WordCount program.
  3. 所属分类:MPI

    • 发布日期:2017-03-23
    • 文件大小:100.19kb
    • 提供者:YUANZX
  1. WordCount

    0下载:
  2. 提供了一个在HADOOP下统计单词出现的次数,是一个基础的模板,为独立开发HADOOP应用程序,提供了参考依据。-Provides the number of a statistical word in HADOOP is a basic template for independent development HADOOP application, provide a reference.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1.3kb
    • 提供者:李华
  1. AdvancedWordCount

    0下载:
  2. 高级版的hadoop的wordcount程序,在计数单词的时候可以考虑到标点符号等,运用了hadoop较高级的功能。-Hadoop wordcount procedures Premium, count words can be taken into account such as punctuation, use hadoop higher functionality.
  3. 所属分类:Grid Computing

    • 发布日期:2017-11-07
    • 文件大小:1.47kb
    • 提供者:xcc
  1. WordCount

    1下载:
  2. 在Hadoop平台下实现的WordCount,该程序的功能是统计程序中单词的数目-The WordCount in the Hadoop platform, the functionality of the program is cal the number of words in the statistical procedures
  3. 所属分类:Grid Computing

    • 发布日期:2017-11-09
    • 文件大小:3.94mb
    • 提供者:杨浩
  1. wordcount

    0下载:
  2. 可在hadoop平台上运行的java程序,用于文本的字数统计-word count
  3. 所属分类:Applet

    • 发布日期:2017-11-25
    • 文件大小:1.68kb
    • 提供者:lixiang
  1. wordcount1

    0下载:
  2. hadoop的wordcount程序,从HDFS读取数据-hadoop wordcount program, data is read from the HDFS
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:1.02kb
    • 提供者:mjj
  1. wordcount

    0下载:
  2. hadoop下基于mapreduce的wordcount程序-the wordcount procedures hadoop based on MapReduce
  3. 所属分类:MPI

    • 发布日期:2017-11-23
    • 文件大小:1.01kb
    • 提供者:张博
  1. MapReduce-WordCount

    0下载:
  2. Hadoop下的一个单词统计程序源代码。-Hadoop word count under a program source code.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-12
    • 文件大小:583byte
    • 提供者:liuguang
  1. wordcount

    0下载:
  2. 统计C程序中关键字的次数,以及哈希姆表中各个关键字出现的次数-Statistics of the number of keyword in C program, as well as the number of each keyword appears in the table hashim
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:39.47kb
    • 提供者:haoge
  1. TestMapReduceProject

    0下载:
  2. 运行于hadoop上的 MapReduce WordCount程序-Running on a MapReduce WordCount program hadoop
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:12.63kb
    • 提供者:majestic
  1. WordCount.tar

    0下载:
  2. wordcount程序,一般用于检测hadoop是否安装成功并能正常运行;计算您上传到HDFS文件系统中的文件的字数-Wordcount program, commonly used to test whether the hadoop installation is successful and can run normally Calculate you uploaded to the HDFS files the number of words in a file system
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6.37kb
    • 提供者:jinlei
  1. WordCount2

    0下载:
  2. 基于hadoop1.x的wordcount程序,jar包是全的,只要设置一下即可使用-a word count program depend on hadoop 1.x with all jar files needed,easy to use
  3. 所属分类:Data Mining

    • 发布日期:2017-06-19
    • 文件大小:28.35mb
    • 提供者:jim
  1. wordcount-project

    0下载:
  2. 用JAVA语言编写的词频统计以及根据词的共现确定文章关键词的程序-JAVA language word frequency statistics and procedures in accordance with article keyword co-occurrence of the word is determined
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-05
    • 文件大小:250.18kb
    • 提供者:周雯静
  1. mywordcount

    0下载:
  2. 用于测试hadoop的mapreduce功能,功能与自带的wordcount程序大相径庭。(Use to test the mapreduce function of hadoop,this program was seem to the origin program.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-26
    • 文件大小:14kb
    • 提供者:zhuaJian
  1. wordcount

    0下载:
  2. 基于eclipse下的hadoop的wordcount程序(Hadoop's wordcount program)
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-22
    • 文件大小:3kb
    • 提供者:暴宝宝
« 12 »
搜珍网 www.dssz.com