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

搜索资源列表

  1. mapreduce_0_5

    0下载:
  2. Boost MapReduce from boost sandbox. The Boost.MapReduce library is a MapReduce implementation across a plurality of CPU cores rather than machines. The library is implemented as a set of C++ class templates, and is a header-only library-Boost MapRe
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:59756
    • 提供者:davidos
  1. mapreduce-osdi04

    0下载:
  2. map reduce technology paper by google, explains architecture of map reduce
  3. 所属分类:GIS program

    • 发布日期:2017-03-29
    • 文件大小:164062
    • 提供者:horizon
  1. nips06-mapreducemulticore

    0下载:
  2. 关于mapreduce在多核环境中并行计算的文章,很不错,推荐大家来读读。-About mapreduce parallel computing in multi-core environment, the article, very good, recommend everyone to read.
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:214481
    • 提供者:樊博
  1. Minning-of-Massive-Datasets

    0下载:
  2. 斯坦福数据挖掘理论的详细介绍,很有条理,很全面,而且有用到当下最流行的编程模型mapreduce-Stanford data mining theory in detail, very organized, very comprehensive, and useful to present the most popular programming model mapreduce
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2522899
    • 提供者:patrick
  1. MapReduceTy

    0下载:
  2. mapreduce 逗号分离与join -mapreduce 逗号分离与join
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7024
    • 提供者:秦腊平
  1. Distributed-Programming-with-ruby

    0下载:
  2. this hands-on tutorials and practical reference will help you meet all the challenges of distributed programming, no matter how complex. Coverage includes ? Utilizing Starfish to facilitate communication between distributed programs and to write the
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:1047027
    • 提供者:resx
  1. Google-Massive-Data-Processing

    1下载:
  2. Google三大论文中文版,解决大规模数据问题,内含BigTable,Google File System,Google MapReduce-BigTable,Google File System,Google MapReduce
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:2454910
    • 提供者:xmuchong
  1. WordCount

    0下载:
  2. 计算文件中的词的出现的数目,并行算法,通过并行的思想,部分代码,利用mapreduce实现-parallel algorithm for count the num of every word。
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:907
    • 提供者:chenlong
  1. WordCount.java.tar

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

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

    0下载:
  2. 并行计算实验,用于求历史最高气温的算法,包含openmp,pthread,mpi,mapreduce等并行计算算法-algorithm includes openmp,pthread,mpi,mapreduce and so on
  3. 所属分类:MPI

    • 发布日期:2017-04-09
    • 文件大小:666
    • 提供者:zhaocehen
  1. pthread

    0下载:
  2. 并行计算实验,用于求历史最高气温的算法,包含pthread,mpi,mapreduce等并行计算算法-algorithm includes openmp,pthread,mpi,mapreduce and so on
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:846
    • 提供者:zhaocehen
  1. mpi

    0下载:
  2. 并行计算实验,用于求历史最高气温的算法,包含mpi,mapreduce等并行计算算法-algorithm includes openmp,pthread,mpi,mapreduce and so on
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:976
    • 提供者:zhaocehen
  1. canon

    0下载:
  2. 并行计算实验,用于矩阵乘法的计算,canon算法,使用mpi方法-algorithm includes openmp,pthread,mpi,mapreduce and so on
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:2669
    • 提供者:zhaocehen
  1. MapReduce-a-flexible-data-

    0下载:
  2. 主要讲的是map和reduce的过程,详细的阐述了这一原理的技术实现和细节实现-Map and reduce the process, a detailed descr iption of the technology and details of this principle to achieve
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:3237559
    • 提供者:朱宇
  1. MRPCUDA

    0下载:
  2. 这是MapReduce编程模型在GPU、GPU和CPU以及多GPU系统上的开源实现。-This file contains the MapReduce progrmming model implmented in different platforms of GPU
  3. 所属分类:MPI

    • 发布日期:2017-05-06
    • 文件大小:1078084
    • 提供者:Fannie
  1. Hadoopsource

    0下载:
  2. Google的核心竞争技术是它的计算平台。Apache上就出现了一个类似的解决方案,目前它们都属亍Apache的Hadoop项目,对应的分删是: Chubby-->ZooKeeper GFS-->HDFS BigTable-->HBase MapReduce-->Hadoop 目前,基亍类似思想的Open Source项目迓径多,Hadoop是其中最为流行的框架,本文就将简要介绍hadoop的一个开发流程。-Hadoop got its start in Nutch. A
  3. 所属分类:Project Manage

    • 发布日期:2017-04-05
    • 文件大小:607301
    • 提供者:aaaaaaa
  1. HadoopStreaming.tar

    0下载:
  2. 在使用Hadoop Streaming时,自己定义的Inputformat,实现Map的输入<key,value>,key为文件名,value为文档的整篇内容。-Using the self design inputformat to make the filename as the key and the whole content as the key in the Map Input come true while do the MapReduce program with h
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:3258
    • 提供者:gdq
  1. Mars

    0下载:
  2. 最新版本的用于GPU上面进行MapReduce程序开发的编程框架-The latest version of the GPU for which MapReduce program development programming framework
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:449615
    • 提供者:张宗玉
  1. Hadoop_in_Action

    0下载:
  2. 本书介绍了hadoop框架,给出了编写和运行hadoop数据处理所需的实践技能。-this book introduces the basics for understanding and using Hadoop. We describe the hardware components that make up a Hadoop cluster, as well as the installation and confi guration to create a working sys
  3. 所属分类:Java Develop

    • 发布日期:2017-05-16
    • 文件大小:4112624
    • 提供者:mary
  1. Hhadoop-010taa

    0下载:
  2. Hadoop是一个用于运行应用程序在大型集群的廉价硬件设备上的框架。Hadoop为应用程序透明的提供了一组稳定/可靠的接口和数据运动。在 Hadoop中实现了Google的MapReduce算法,它能能够把应用程序分割成许多很小的工作单元,每个单元可以在任何集群节点上执行或重复执行。此外,Hadoop还提供一个分布式文件系统用来在各个计算节点上存储数据,并提供了对数据读写的高吞吐率。由于应用了map -Hadoop is a framework for running application
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:4078503
    • 提供者:jw
« 1 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com