- 博客(6)
- 收藏
- 关注
转载 GraphLite图计算PageRank
/** * @file PageRankVertex.cc * @author Songjie Niu, Shimin Chen * @version 0.1 * * @section LICENSE * * Copyright 2016 Shimin Chen (chensm@ict.ac.cn) and * Songjie Niu (niusongjie@ict.ac.c
2017-04-29 13:14:25
644
转载 mapreduce实现wordcount
WordCount.java/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information
2017-04-28 13:41:09
313
原创 学习HBase与HDFS的基本编程使用
HBase – Hadoop Database,是一个高可靠性、高性能、面向列、可伸缩的分布式存储系统,利用HBase技术可在廉价PC Server上搭建起大规模结构化存储集群。 HBase是Google Bigtable的开源实现,类似Google Bigtable利用GFS作为其文件存储系统,HBase利用Hadoop HDFS作为其文件存储系统;Google运行MapReduce来处理Bi
2017-04-28 11:19:22
843
原创 带头结点单链表的就地逆置
完善教材上带头结点单链表的就地逆置问题 #include using namespace std; typedef struct node { char a; struct node *next; }node,*LinkList; //初始化单链表 void initList(LinkList *L) { *L=(LinkList)malloc(sizeof(nod
2017-03-07 14:58:57
1564
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人