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

搜索资源列表

  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
    • 文件大小:156953
    • 提供者:莫璧源
  1. wordcount

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

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

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

    • 发布日期:2017-03-22
    • 文件大小:1347
    • 提供者:阿德
  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. WordCount

    0下载:
  2. wordcount.java count the number of the word in a file-wordcount.java count the number of the word in a file
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2091
    • 提供者:s
  1. wordcount

    0下载:
  2. quartz 一个强大的开源的定时器 提供了完善的功能供用户调用-quartz timer for a strong open source provides a complete set of features for users to call
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:7184
    • 提供者:许钺
  1. WordCount

    0下载:
  2. 一个hadoop写的mapreduce的wordcount的入门示例。对入门很有帮助-Write a hadoop entry mapreduce the wordcount example. Helpful for beginners
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:935
    • 提供者:123
  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
    • 文件大小:102593
    • 提供者:YUANZX
  1. MapReduce-Wordcount

    0下载:
  2. MapReduce-Wordcount例子-MapReduce-Wordcount example
  3. 所属分类:MPI

    • 发布日期:2017-03-22
    • 文件大小:984
    • 提供者:zengyanp
  1. wordcount

    0下载:
  2. 一个简单的单词计数器,使用c语言实现的。-A simple word counter, using the c language.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:960
    • 提供者:陈金涛
  1. WordCount

    0下载:
  2. 统计文章中单次出现的频率,并按顺序排列可用于对四六级英语考试试题的统计。-wordcount
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:7066
    • 提供者:赵飞
  1. WordCount.java.tar

    0下载:
  2. source code for mapreduce wordcount
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:797
    • 提供者:Ahmed
  1. WordCount.tar

    0下载:
  2. 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
  3. 所属分类:Linux Network

    • 发布日期:2017-03-24
    • 文件大小:946
    • 提供者:孙 春菊
  1. wordcount

    0下载:
  2. 并行计算实验,wordcount算法Mapreduce实现。-Parallel computing the experiment, wordcount algorithm Mapreduce achieve.
  3. 所属分类:MPI

    • 发布日期:2017-11-14
    • 文件大小:1682
    • 提供者:流川天
  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
    • 文件大小:4129119
    • 提供者:杨浩
  1. wordcount

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

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

    0下载:
  2. 基于JAVA,实现Hadoop下的WORDCOUNT-Based on JAVA, realized under the WORDCOUNT Hadoop
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:2391
    • 提供者:dy
  1. WordCount

    0下载:
  2. hadoop mepreduce wordcount 代码-hadoop mepreduce wordcount
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:960
    • 提供者:贺富
  1. WordCount

    0下载:
  2. WORDCOUNT单词词频统计,能遍历文件夹,分辨文件类型并统计文档文件中的单词频率,排序输出。包含文件搜索类ScanWord,单词统计类TextDoc,并有两个类的JUnitTest文件及相应的说明文档readme,正确性文档。-Word frequency statistics file and sort output, including file search category ScanWord, word statistical category TextDoc, and there
  3. 所属分类:JavaScript

    • 发布日期:2017-04-16
    • 文件大小:35404
    • 提供者:lhs
  1. wordcount

    0下载:
  2. 在hadoop平台进行大数据的wordcount.(Wordcount for big data at hadoop platform.)
  3. 所属分类:Java编程

    • 发布日期:2018-04-21
    • 文件大小:31744
    • 提供者:jinlongge
« 12 3 4 5 »
搜珍网 www.dssz.com