自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (1)
  • 问答 (3)
  • 收藏
  • 关注

原创 Boring Sum

#include#include#includeusing namespace std;#define N 100005#define INF 0x7fffffff#define ll __int64struct Node { int val; int pos;} c[N];ll a[N];ll str[N];ll Left[N];ll Right[N];

2014-08-19 19:26:03 574

原创 Improving the GPA

#include#include#includeusing namespace std;#define N 100005#define INF 0x7fffffff#define ll __int64double Func(int sum){ if(sum>=85 && sum<=100) return 4.0; else if(sum>=80&& sum<=84)

2014-08-19 19:24:41 617

转载 模拟落叶效果

落叶效果 #container { position: relative; height: 500px; width: device-width; margin: 0px auto; overflow: hidden;}/* Defines the position and

2014-08-18 12:24:22 1723

原创 CF. Pashmak and Buses(分析)

题目连接:http://codeforces.com/contest/459/problem/C题目大意:

2014-08-16 18:17:25 986

转载 mac——myeclipse安装(离线)

1)       启动Mac OS X;2)       解压iso安装文件到Mac OS X分区(最佳做法是:将MyEclipse类似于U盘的效果中的所有文件,拷贝到任意一个新建文件夹,如MyEclipse8.5,这样做的好处是在下一步解压文件能解压到默认的路径);3)       解压MyEclipse8.5\configuration\install-content.

2014-08-12 21:23:29 740

转载 苹果电脑App Store下载失败

在偏好设置中,选择网络,

2014-08-11 16:18:57 1418 1

转载 mac系统下配置Eclipse Java/C++ 开发环境

步骤如下: 1. Mac OS X 本身已经安装好 jdk,所以搭建 Java Eclipse环境很简单,只需要下载适合系统的 Eclipse即可,首先查看系统是几位的(点击 Mac 屏幕左上角的苹果Logo,选择“关于本机”,在弹出的方形窗口里点击“更多信息…”按钮,再点击"系统报告…"按钮,在“软件”一栏就能看到目前你的苹果电脑 Mac OS X 系统是否开启 64位运算了。)

2014-08-11 13:23:23 645

转载 IDE & SDK & JDK

SDK,全称Software Development Kit,就是软件开发工具包;IDE,全称Integrated Development,是集成开发环境。也许你对这两个英文单词的意思已经知道了,但是我还是列一下吧。简单的说,SDK是让你能够进行开发的一个环境。但是呢,这个环境是一个基本环境,也许随着你的开发的深入你发现它的功能不是让你那么满意,你需要一些别的功能,一些小插件能够帮你实现这

2014-08-11 12:31:27 713

Graphchi论文

GraphChi:Large-ScaleGraphComputationonJustaPC Current systems for graph computation require a distributed computing cluster to handle very large real-world problems, such as analysis on social networks or the web graph. While distributed computational resources have become more accessible, developing distributed graph algorithms still remains challenging, especially to non-experts. Inthiswork,wepresentGraphChi,adisk-basedsystem for computing efficiently on graphs with billions of edges. By using a well-known method to break large graphs into smallparts,andanovelparallelslidingwindowsmethod, GraphChi is able to execute several advanced data mining, graph mining, and machine learning algorithms on very large graphs, using just a single consumer-level computer. We further extend GraphChi to support graphs thatevolve over time, and demonstrate that, on a single computer, GraphChi can process over one hundred thousand graph updatespersecond,whilesimultaneouslyperformingcomputation. We show, through experiments and theoretical analysis, that GraphChi performs well on both SSDs and rotational hard drives. By repeating experiments reported for existing distributed systems, we show that, with only fraction of the resources, GraphChi can solve the same problems in very reasonable time. Our work makes large-scale graph computation available to anyone with a modern PC.

2015-11-12

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除