自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

天亮说晚安

https://github.com/yew1eb

  • 博客(3)
  • 资源 (5)
  • 收藏
  • 关注

原创 poj2395 Out of Hay , 求MST的最长边

点击打开链接 求MST的最长边~ prim #include #include #include #include #define Min(a,b) (a)<(b)?(a):(b) using namespace std; const int INF = 1000000000; const int maxn = 2000 + 5; struct pto {

2014-06-08 16:30:40 1770 1

原创 poj 3268 Silver Cow Party , spfa , dijkstra

点击打开链接 两次求最短路(第二次把边反向求) 1、spfa //poj 3268 Silver Cow Party //SPFA #include #include #include using namespace std; const int M = 100000 + 100; const int N = 1000 + 100; const int inf = 1

2014-06-07 14:16:14 1684

原创 poj 2139 Six Degrees of Cowvin Bacon , floyd

点击打开链接 题意:给定牛的关系图,求其中一头牛与其他牛关系路程之和sum最小,然后输出 sum*100/(n-1) floyd求任意两点间的最短路程 注意: inf不能太大,因为 f[i][k] + f[k][j]  做加法时可能会溢出! #include #include const int maxn = 300 + 5; const int inf = 1<<29; int

2014-06-07 13:25:23 2352 1

《Streaming Systems》 英文版 完整版

声明:仅供学习研究参考之用,不得公开传播发行或用于商业用途! 建议大家多多支持正版:https://www.amazon.cn/dp/1491983876/ref=sr_1_1?ie=UTF8&qid=1539237846&sr=8-1&keywords=streaming+systems

2018-10-11

hadoop-eclipse-plugin-2.7.0.jar_

Hadoop-eclipse-plugin插件

2015-05-19

hadoop-eclipse-plugin-2.7.0.jar

Hadoop-eclipse-plugin插件

2015-05-19

hadoop-common-2.2.0-bin_32bit_&_64bit

windows 下远程调试hadoop,运行报空指针,需要导入hadoop.dll winutils.exe两个依赖到hadoop安装目录的bin中

2015-05-19

2014年湖南省第十届程序设计竞赛题目数据标程(by Rujia Liu)

2014年湖南省第十届程序设计竞赛题目数据标程(by Rujia Liu) HNCPC 2014

2014-12-27

空空如也

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

TA关注的人

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