会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
禅境花园
新博客 http://xiang578.github.io/
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
16
17
18
19
20
21
22
23
24
···
37
下一页
2015年7月9日
evernote100个做笔记的好方法
摘要: 思维导图:http://naotu.baidu.com/viewshare.html?shareId=awvfqc97ib4s
阅读全文
posted @ 2015-07-09 09:56 xryz
阅读(384)
评论(0)
推荐(0)
2015年7月1日
平衡二叉树的调整模版
摘要: typedef struct avltreenode *avltree;typedef struct avltreenode{ int data; avltree left; avltree right; int height;};int getheight(...
阅读全文
posted @ 2015-07-01 19:58 xryz
阅读(489)
评论(0)
推荐(0)
2015年6月25日
晨间日记的奇迹
摘要: 思维导图http://naotu.baidu.com/viewshare.html?shareId=awjwzkoq720w
阅读全文
posted @ 2015-06-25 20:55 xryz
阅读(95)
评论(0)
推荐(0)
2015年6月22日
hdu 2952 Counting Sheep
摘要: #include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std;int n...
阅读全文
posted @ 2015-06-22 17:37 xryz
阅读(122)
评论(0)
推荐(0)
2015年6月17日
hdu 1535 Invitation Cards
摘要: #include#include#include#includeusing namespace std;const int inf=1to]>(dist[u]+ptr->w)) { dist[ptr->to]=dist[u]+ptr...
阅读全文
posted @ 2015-06-17 20:40 xryz
阅读(107)
评论(0)
推荐(0)
2015年6月15日
poj 3259 Wormholes(spfa)
摘要: #include#include#include#includeusing namespace std;const int inf=0x3f3f3f3f;const int N=1024;struct node{ int to; int w; node *next;...
阅读全文
posted @ 2015-06-15 20:41 xryz
阅读(90)
评论(0)
推荐(0)
poj 2263 Heavy Cargo(floyd)
摘要: floyd#include#include#include#include#include#includeusing namespace std;int n,m,edge[250][250],vis[250],dist[250];mapa;void floyd(){ int i...
阅读全文
posted @ 2015-06-15 13:33 xryz
阅读(91)
评论(0)
推荐(0)
2015年6月14日
poj 3268 Silver Cow Party(SPFA)
摘要: #include#include#include#includeusing namespace std;const int inf=1to]>(dist[u]+ptr->w)) { dist[ptr->to]=dist[u]+ptr...
阅读全文
posted @ 2015-06-14 11:41 xryz
阅读(111)
评论(0)
推荐(0)
2015年6月12日
hdu 1690 Bus System
摘要: #include#include#include#includeusing namespace std;const __int64 inf=1e18;const __int64 N=100+5;__int64 edge[N][N],use[N],g[N],l1,l2,l3,l4,c1...
阅读全文
posted @ 2015-06-12 12:12 xryz
阅读(161)
评论(0)
推荐(0)
2015年6月11日
hdu 3631 Shortest Path(Floyd)
摘要: #include#include#includeconst int N=305;using namespace std;int main(){ int cas=0,n,m,q,i,j,k,x,y,t,g[305][305],vis[305],inf=1t) g[x][y]=t;...
阅读全文
posted @ 2015-06-11 19:58 xryz
阅读(142)
评论(0)
推荐(0)
上一页
1
···
16
17
18
19
20
21
22
23
24
···
37
下一页
公告