本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873...
Quick Start
Interactive Analysis with the Spark Shell
BasicsMore on RDD OperationsCaching
Standalone ApplicationsWhere to Go from Here
This tutorial provides a quick introduction to using Sp...
分类:
其他好文 时间:
2014-09-15 12:57:48
阅读次数:
258
Spark Streaming Programming Guide
OverviewA Quick ExampleBasic Concepts
LinkingInitializing StreamingContextDiscretized Streams (DStreams)Input DStreamsTransformations on DStreamsOutput Operatio...
分类:
其他好文 时间:
2014-09-15 12:57:19
阅读次数:
340
默认用qtcreator5.2.0创建了一个quick项目,却报如下错误:error:cstdlib.h no such file or directory解决方法:打开项目文件untitled4.pro,加上INCLUDEPATH = d:/Soft/cygwin/usr/local/androi...
分类:
移动开发 时间:
2014-09-14 17:49:57
阅读次数:
281
水。。
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#define N 100
double a[N];
bool cmp(double x, double y){
return x>y;
}
int n;
double quick(double x...
分类:
其他好文 时间:
2014-09-13 18:49:55
阅读次数:
180
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873...
分类:
其他好文 时间:
2014-09-13 17:20:15
阅读次数:
332
和上题一样,不过,更简单了#include #include #include #include #include using namespace std;const int MOD=29;int quick(int a,int b,int m){ int res=1; while(b){ if(....
分类:
其他好文 时间:
2014-09-13 11:52:25
阅读次数:
140
1、myelicpse常用快捷键 内容提示(Content Assist):Alt + / 快速修复(Quick Fix):Ctrl + 1 导包:ctrl + shift + O 格式化代码块:ctrl + shift + F ---> 配置代码自动格式化 添加(除去)块注释 Ctrl+...
分类:
编程语言 时间:
2014-09-12 18:49:23
阅读次数:
238
几种排序方法:冒泡 希尔 插入 快排 堆排 归并
sort.h
#ifndef _SORT_H_
#define _SORT_H_
void insert_sort(int*, int);
void bubble_sort(int*, int);
void shell_sort(int *, int);
void quick_sort(int*, int, int);
voi...
分类:
其他好文 时间:
2014-09-09 23:04:39
阅读次数:
369
vs 也能够做lua 开发,并进行代码调试依照以下文档,调试没问题。參考文档:点击打开链接
分类:
其他好文 时间:
2014-09-09 15:29:58
阅读次数:
174