自定义博客皮肤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)
  • 资源 (8)
  • 收藏
  • 关注

转载 线段树模板

#include #include #include using namespace std; const int SIZE = 10010; struct node // the node of line tree { int i,j; // 区间范围 node * lson; node * rson; int count; // 线段覆盖条数

2013-03-30 16:39:33 787

原创 hdu1195 Open the Lock

题目的意思是密码锁开锁的意思 用光搜写的: #include #include #include #include #include #include using namespace std; class NODE { public: NODE(){}; NODE(const NODE &aa) { step=aa.step; cur=aa.cur; for(in

2013-03-28 12:22:53 783

原创 判断两个数是否为素数的递归法

bool a_b_prime(int u,int v) { int c; while(v) { c=u%v; u=v; v=c; } if(u==1) return true; return false; }int prime(int a, int b) //网上发现的递归 { return (b == 0)? (a == 1) : prime(b, a % b

2013-03-26 19:33:44 1990 2

原创 HDU 1010 Tempter of the Bone(DFS+奇偶剪枝)

第一次用奇偶剪纸,记录一下吧 #include #include #include #include #include using namespace std; class NODE { public:          NODE(int x,int y,int times):x(x),y(y),times(times){};     NODE(){};     NODE(cons

2013-03-26 18:57:42 783

原创 hdu 1015 Safecracker

就是一个组合数的方式 #include #include #include #include using namespace std; int len; long long m; string str; int p[22]; int targ[10]; char targ2[10]; bool visited[22]; long long pows(int a,int b) { lon

2013-03-26 18:54:13 760

原创 二分查找

#include #include #include #include using namespace std; const int MAX =110; int yao[MAX]; int erfen1(int left,int right,int x) //二分递归实现 { if(left>right) return -1; int middle=(left+right)/

2013-03-16 02:25:45 828

原创 递归二叉树的建立于遍历

递归实现二叉树的建树和遍历 #include #include #include using namespace std; #define TRUE 1 #define FALSE 0 #define OK 1 #define MAXSIZE 100 typedef int Status; typedef int Elemetype; typedef struct BiNode { E

2013-03-07 11:31:35 880

Listary pro 4.01 能用的破解版

之所以放出自己私藏好久的Listary pro 破解版, 是因为我找了好多都不能用, 很高兴能找到它, pro的功能比非pro用起来还是舒服蛮多的,希望大家能喜欢

2015-05-19

查qq是否在线

如果你宽带够快就能查询, 也就是得在一秒钟之内出结果, 否在就出不了结果

2013-11-28

封杀拖慢网速软件

可以之间看到那一款软件拖慢了自己的网速,这样你就可以直接将其终止了

2012-08-03

跳舞吧破解版

一款在线视频或者可以视频跳舞k歌的软件,破解了vip的功能额

2012-08-03

ipad模拟器

一款可以模拟苹果桌面的桌面模拟器,就给那些暂时没用过苹果的一个尝试

2012-08-03

小林qq相册

可以下载qq空间相册,无毒,不像一般的qq相册下载突然中止不下载了,这个就特别稳定

2012-08-01

c语言开发工具

c语言开发利器,还是免费的,你们就可以轻松编写c语言程序了

2011-12-15

空空如也

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

TA关注的人

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