自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (10)
  • 收藏
  • 关注

原创 uva11093贪心算法

//uva11093 //贪心算法,加油站环路,O(n) #include<iostream> #include<algorithm> #include<cstdio> using namespace std; const int N = 100005; int n,res,i,j,d,T,t,s; int p[N], x[N]; in...

2016-09-26 15:08:33 126

原创 uva1451贪心算法,求平均值最大的子序列

//uva1451,0.07s //贪心算法,求平均值最大的子序列 //数形结合,求最大斜率 #include<iostream> #include<algorithm> #include<cstdio> #include<cstring> using namespace std; const int N = 100005; i...

2016-09-25 22:49:48 1069

原创 uva11212 Editing a Book启发状态搜索

#include<iostream> #include<vector> #include<ctime> #include<algorithm> #include<cstdio> using namespace std; int n, maxd; int wrongn(int *p, int a, int b) { ...

2016-09-24 19:01:03 114

原创 uva 1599双向bfs

//0.140s #include<iostream> #include<queue> #include<cstring> #include<vector> using namespace std; const int maxn = 100005; const int inf = 1 << 30; int i, a, ...

2016-09-23 13:23:35 121

原创 ubuntu 14.10 64位成功安裝wps

安装wps后无法打开 查看动态链接库 ldd /opt/kingsoft/wps-office/office6/wps /opt/kingsoft/wps-office/office6/wpp /opt/kingsoft/wps-office/office6/et  |grep "not found" |cut -d' ' -f1 |sort |uniq   安装缺少依赖 sudo a...

2014-12-09 10:15:01 411

原创 XPath, CSS, DOM 以及Selenium: The Rosetta Stone(罗塞达石)

许多编程的惯例都可以通过图表的方式最好地表现出来。没有人会抱怨XPath或者CSS可以完全通过直觉去理解,因为它们能简洁而高效地定位层级的数据。建立一个清单式的图表还是颇有难度的。然而你却能豁然开朗,像SeleniumIED这样的app会变得容易得多。“A little learning is a dangerous thing." [Alexander Pope, An Essay on Cri...

2013-04-24 02:21:13 144

原创 配置weka导入到eclipse时报错

在eclipse中运行weka的java程序时,出现许多warning,还有一句: Weka exception: Can't open file No suitable converter found for 'D:\My'!. 原来eclipse的默认路径不能有空格,我之间的路径设置在My Documnts里,只要改到没有空格的路径下就没问题了。检查了很久的环境配置终于搞定了~!

2013-03-28 21:22:42 1033

mahout-distribution-0.12.2-src.tar.gz

官方mahout-distribution-0.12.2-src.tar.gz

2016-11-10

Linux培训系列.rar

Linux入门教程 共八讲 作者:红联 内容基础,语言简短简洁

2013-03-23

汇编文章.rar

汇编文章 汇编教程 杂志 windows网络汇编 windows核心编程 asm 相关文章

2013-03-23

php+mysql+图书管理系统代码

php+mysql+图书管理系统代码 系统管理员、读者 实现图书上架、借还等功能

2012-11-27

游戏编程书籍

游戏编程书籍].Premier.Press.Beginning.Game.Audio.Programming.eBook-LiB.chm 英文

2012-11-10

C语言大全第4版(C:The Complete Reference)

C语言大全第4版 中文版 C:The Complete Reference Herbert Schildt

2012-10-30

侯捷-STL源码剖析.pdf

The Annotated STL Source (using SGI STL) 算法、内存管理、数据结构、STL技巧等 790页

2012-09-23

空空如也

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

TA关注的人

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