本文目的:讲解并行Finding a Maximal Independent Set(寻找最大独立集问题)算法,以及在Hama平台上如何实现该算法。该算法可方便移植到所有的Pregel-Like系统中,如Giraph、GPS (Graph Processing System)。
前言:关于Maximal Independent Set(MIS)的基础知识参考我的博客《找最大独立集问题-Finding a Maximal Independent Set》。
1. 本算法参考 Luby's classic pa...
分类:
其他好文 时间:
2014-06-22 14:26:16
阅读次数:
265
You have to start a scan for Classic Bluetooth
devices with startDiscovery() and a scan for Bluetooth LE devices with
startLeScan(). Caution: Performi...
分类:
其他好文 时间:
2014-06-11 13:20:21
阅读次数:
424
You know as a beginner to learn WCF, the first
thing is to make a simplest WCF service work like a classic "Hello World"
console application. Now I wi...
修改输入法横向候选字 vim ~/.config/fcitx/conf
fcitx-classic-ui.config 修改此行 为 false :VerticalList=False mb这玩意百度真不好找
fuck一句web版酷狗 http://forum.ubuntu.org.cn/viewt...
分类:
系统相关 时间:
2014-06-07 03:30:59
阅读次数:
394
第十三章编程练习答案
13.1根据Cd基类,完成派生出一个Classic类,并测试
//13.1根据Cd基类,完成派生出一个Classic类,并测试
#include
#include
using namespace std;
// base class
class Cd
{
char performers[50];
char label[20];
int selections; ...
分类:
编程语言 时间:
2014-06-04 23:45:54
阅读次数:
490
代码// Deadlock_Debug.cpp :
定义控制台应用程序的入口点。//#include "stdafx.h"#include "windows.h"#include // All the
thread must get all of critial_section// Classic ...
分类:
数据库 时间:
2014-06-03 12:08:01
阅读次数:
354
提供一个接口,让该接口负责创建一系列的”相关或者相互依赖的对象“,无需指定他们具体的类。封装变化点》》一个游戏:需要路,建筑物,隧道,丛林(这些对象不能再增加,否则不是抽象工厂模式,先看例子,后面解释),这些东西有两个风格1:modern
2:classic抽象工厂应用abstract class ...
分类:
其他好文 时间:
2014-05-30 03:32:24
阅读次数:
235
1、下载Eclipse3.7,登录http://www.eclipse.org/downloads/,下载Eclipse
Classic
3.7:2、安装ADT插件:下载好Eclipse后解压,运行Eclipse,第一次运行会提示设置workspace;在菜单栏选择Help—Install New
...
分类:
移动开发 时间:
2014-05-26 23:11:18
阅读次数:
360
MVC已经成为我们最常误用的模式,人们之所以常常误用MVC,很大程度上是因为混淆了不同的MVC变体。Classic
MVC Classic MVC 大概上世纪七十年代,Xerox PARC的Trygve提出了MVC的概念。
并应用在Smalltalk系统中,为了和其它类型的MVC加以区分,历史上.....
分类:
Web程序 时间:
2014-05-24 09:12:16
阅读次数:
457
本文内容来自《pointers on C》栈的接口/* Interface for a stack
module */#define STACK_TYPE intvoid push(STACK_TYPE value);void
pop(void);STACK_TYPE top(void);in...
分类:
其他好文 时间:
2014-05-18 20:37:48
阅读次数:
509