码迷,mamicode.com
首页 >  
搜索关键字:map reduce    ( 27804个结果
HDU 4885 TIANKENG’s travel 最短路
判断是否共线用map记录下斜率; #include #include #include #include #include #include #include using namespace std; #define N 1022 const int INF = 1<<30-1; bool vis[2020]; int mat[1022][1022],lowcost[1022],pre[...
分类:其他好文   时间:2014-07-29 14:27:58    阅读次数:257
TOJ 4077 Brother Kai wants to know the subdirectory 模拟
http://acm.tju.edu.cn/toj/showp.php?pid=4077前三发各种跪,重写了一遍才过,也不明白原因,感到水平拙计。因为不同文件夹下可能有相同名字的子文件夹,所以map的key值需要再记录一下上级文件夹。 1 #include 2 #include 3 #include...
分类:其他好文   时间:2014-07-29 13:57:58    阅读次数:198
Bitmap too large to be uploaded into a texture exception
Bitmap too large to be uploaded into a texture exception图片太大无法显示. 硬件加速中 OpenGL对于内存是有限制的解决方式1: 禁用硬件加速 解决方式2:比较好的解决方法是类似google map的实现:将图片分成不同的块,每次加载需要的块...
分类:其他好文   时间:2014-07-29 13:54:38    阅读次数:233
hadoop核心逻辑shuffle代码分析-map端
首先要推荐一下:http://www.alidata.org/archives/1470阿里的大牛在上面的文章中比较详细的介绍了shuffle过程中mapper和reduce的每个过程,强烈推荐先读一下。不过,上文没有写明一些实现的细节,比如:spill的过程,mapper生成文件的 partiti...
分类:其他好文   时间:2014-07-29 13:43:18    阅读次数:298
房产地图google map的初步应用点滴.1)(转)
房产地图google map的初步应用点滴.1)房产地图google map的初步应用点滴.2)房产地图google map的初步应用点滴.3)房产地图google map的初步应用点滴.4)以前的房产地图一直都是使用有道地图,虽然有道地图是很好,但是为了更好,还是决定使用google地图来重新开发...
分类:其他好文   时间:2014-07-29 13:39:08    阅读次数:192
房产地图google map的初步应用点滴.4)(转)
房产地图google map的初步应用点滴.1)房产地图google map的初步应用点滴.2)房产地图google map的初步应用点滴.3)房产地图google map的初步应用点滴.4)google map测距的实现和分析不断有传闻google map在今年的7月1号之后在大陆停止运营,具体原...
分类:其他好文   时间:2014-07-29 13:37:28    阅读次数:253
房产地图google map的初步应用点滴.3)(转)
房产地图google map的初步应用点滴.1)房产地图google map的初步应用点滴.2)房产地图google map的初步应用点滴.3)房产地图google map的初步应用点滴.4)google Map的交互基本都是事件驱动的,这表示js是通过生成时间来响应交互的,并且处于监听我们设定的事...
分类:其他好文   时间:2014-07-29 13:35:38    阅读次数:273
房产地图google map的初步应用点滴.2)(转)
房产地图google map的初步应用点滴.1)房产地图google map的初步应用点滴.2)房产地图google map的初步应用点滴.3)房产地图google map的初步应用点滴.4)本来是想将房产地图google map的应用记录一个系列,但继1)记录完之后总找不到时间继续记录下去,1)中...
分类:其他好文   时间:2014-07-29 13:33:18    阅读次数:293
HDU4585:Shaolin(map)
Problem Description Shaolin temple is very famous for its Kongfu monks.A lot of young men go to Shaolin temple every year, trying to be a monk there. The master of Shaolin evaluates a young man mai...
分类:其他好文   时间:2014-07-29 12:59:17    阅读次数:322
java工具类-读配置文件
///读配置文件import java.io.InputStream;import java.util.HashMap;import java.util.Map;import java.util.Map.Entry;import java.util.Properties;import java.ut...
分类:编程语言   时间:2014-07-29 12:34:36    阅读次数:419
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!