码迷,mamicode.com
首页 >  
搜索关键字:classic    ( 501个结果
基于Hama平台的并行Finding a Maximal Independent Set 算法的设计与实现
本文目的:讲解并行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
startDiscovery() and startLeScan().
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
How to make a simplest WCF service work on Win7 with VS2010
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...
分类:Windows程序   时间:2014-06-09 14:24:42    阅读次数:523
Kali Linux 优化过程
修改输入法横向候选字 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
c++ primer plus(第6版)中文版 第十三章编程练习答案
第十三章编程练习答案 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
windbg 经典死锁调试
代码// 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
Eclipse3.7中搭建Android开发环境文档教程和视频教程
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演化 (转至http://www.cnblogs.com/wubaiqing/archive/2011/10/26/2225438.html)
MVC已经成为我们最常误用的模式,人们之所以常常误用MVC,很大程度上是因为混淆了不同的MVC变体。Classic MVC Classic MVC 大概上世纪七十年代,Xerox PARC的Trygve提出了MVC的概念。 并应用在Smalltalk系统中,为了和其它类型的MVC加以区分,历史上.....
分类:Web程序   时间:2014-05-24 09:12:16    阅读次数:457
Classic Abstract Data Types--C
本文内容来自《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
501条   上一页 1 ... 47 48 49 50 51 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!