E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
NXT
POJ-1274-The Perfect Stall
include #include #include usingnamespacestd; constintinf=1q; voidAddEdge(intu,intv,intf) { pnt[e]=v;
nxt
z309241990
·
2014-08-19 08:00
网络流
POJ-3255-Roadblocks
include #include #include usingnamespacestd; constintinf=1q; voidAddEdge(intu,intv,intc) { pnt[e]=v;
nxt
z309241990
·
2014-07-24 00:00
SPFA
次短路径
HDU-4862-Jump
include #include #include usingnamespacestd; constintinf=1q; voidAddEdge(intu,intv,intc,intf) { pnt[e]=v;
nxt
z309241990
·
2014-07-23 09:00
最小费用流
hdu 1251 字典树模板题 ---多串 查找单词出现次数
疯狂的WA然后开了50000,A掉 我以为自己模板理解错 然后一天没吃饭,饿得胃疼还是想着把这题A掉再去吃,谁知居然是这种问题,,,呵呵~~~不过记录下这道题学到的方法吧:for(rt=0;*s;rt=
nxt
u011026968
·
2014-07-18 19:00
memcached源码探秘(一)—— hash_table
key,constsize_tnkey,constuint32_thv){ item**before=_hashitem_before(key,nkey,hv); if(*before){ item*
nxt
networm3
·
2014-07-14 23:00
memcached
指针
【iOS与EV3混合机器人编程系列之一】iOS要干嘛?EV3可以更酷!
EV3相比其上一代机器人
NXT
最大的提升就在于其硬件上。除了更强大的ARM处理器,并加载了Linux操作系统之外,EV3还配备了蓝牙,支持外接USB,外接WiFi。
songrotek
·
2014-07-10 11:00
ios
编程
机器人
LEGO
ev3
Uva-1349-Optimal Bus Route Design
include #include #include usingnamespacestd; constintinf=1q; voidAddEdge(intu,intv,intf,intc) { pnt[e]=v;
nxt
z309241990
·
2014-07-03 10:00
最小费用流
二分图完美匹配
Uva-1265-Tour Belt
include #include #include usingnamespacestd; constintinf=1a.c; } }E[maxm]; inte,n,m,p[maxn],cnt[maxn],
nxt
z309241990
·
2014-07-02 18:00
并查集
Uva-10816-Travel in Desert
usingnamespacestd; constdoubleeps=1e-8; constintinf=1q; voidAddEdge(intu,intv,intcr,intcd) { pnt[e]=v;
nxt
z309241990
·
2014-07-02 15:00
SPFA
Uva-11396-Claw Decomposition
include #include #include usingnamespacestd; constintmaxn=310; constintmaxm=5e4; inte,m,n,pnt[maxm],
nxt
z309241990
·
2014-06-29 13:00
二分图判定
Uva-1201-Taxi Cab Scheme
constintmaxn=600; constintmaxm=3e5; structNode { intsx,sy; intex,ey; intt; intc; }a[maxn]; inte,n,head[maxn*2],
nxt
z309241990
·
2014-06-25 16:00
二分图匹配
HDU-1150-Machine Schedule
裸的匈牙利算法~代码:#include #include #include usingnamespacestd; constintmaxn=2e3; intn,m,k,e,pnt[maxn],
nxt
[maxn
z309241990
·
2014-06-24 14:00
匈牙利
Uva-11324-The Largest Clique
include #include #include usingnamespacestd; constintmaxn=1500; constintmaxm=1e5+100; inte,n,m,head[maxn],
nxt
z309241990
·
2014-06-24 10:00
SCC
UvaLive-4287-Proving Equivalences
include #include #include usingnamespacestd; constintmaxn=40000; constintmaxm=80000; intn,m,e,head[maxn],
nxt
z309241990
·
2014-06-23 20:00
双联通分量
POJ-1523-SPF
include #include #include usingnamespacestd; constintmaxn=1e5+1000; inte,n,dep,son,head[maxn],pnt[maxn],
nxt
z309241990
·
2014-05-15 01:00
割点
HDU2222 AC自动机
#include #include #include usingnamespacestd; structnode{ intcnt; node*fail; node*
nxt
[26]; }*q[500400
u013654696
·
2014-02-16 21:00
最短路dijkstra(堆实现)
definemxn2002 structpoint{ intnum,c; booloperator(constpoint&b)const{ returnc>b.c; } }; intfirst[mxn],
nxt
u013654696
·
2014-02-16 15:00
最短路spfa
#include #include #include usingnamespacestd; #definemxn10020 #defineinf0x3f3f3f3f intfirst[mxn],
nxt
[
u013654696
·
2014-02-16 15:00
POJ 1155 TELE(树形DP)
constintmaxn=3000+5; inthead[maxn],pay[maxn],n,m; boolvis[maxn]; #defineINF0x3f3f3f3f intpnt[2*maxn],
nxt
z690933166
·
2014-01-04 20:00
hdu 3996 Gold Mine (最大权闭合图)
2505;constintM=72600;constllINF=10000000000;inttol,n,s,t;llans;inthead[N],d[N];structnode{ llf; inty,
nxt
u010126535
·
2013-10-24 14:00
hdu4622 后缀自动机 模板
#include #include #include #include usingnamespacestd; #defineN5050 structNode { intstep; Node*pre,*
nxt
Jackyguo1992
·
2013-10-23 22:00
POJ-1419-Graph Coloring
题理解错了代码:#include #include #include usingnamespacestd; constintmaxn=11000; inte,ans,res,n,m,head[110],
nxt
z309241990
·
2013-10-17 22:00
DFS
Ural-1018-Binary Apple Tree
、将节点数合理分配给左右子树代码:#include #include #include usingnamespacestd; constintmaxn=300; inte,n,q,pnt[maxn],
nxt
z309241990
·
2013-10-04 11:00
树形DP
HDU-4118-Holiday's Accommodation
代码:#include #include #include usingnamespacestd; constintmaxn=1e5+100; intn,e,head[maxn],pnt[maxn*2],
nxt
z309241990
·
2013-10-03 22:00
树形DP
后缀自动机合集 II
补充在SAM中,state_Ai->
nxt
[w]==stateB(w:const)stateB->fa->stepstep(state_Ai->
nxt
[w]==stateB)利用拓扑排序,可构建所有子串在原串中出现的次数
solotzg
·
2013-09-11 07:00
hdu - 4707 - Pet
#include #include usingnamespacestd; constintmaxn=100000+10; intD,head[maxn],
nxt
[maxnD)ret++; for(
SCNU_Jiechao
·
2013-09-08 23:00
HDU 4582 DFS spanning tree 解题报告(贪心 & 树形DP)
,代码如下:#include #include usingnamespacestd; constintmaxn=2013; intfirst[maxn],pre[maxn],vv[maxn*20],
nxt
frog1902
·
2013-08-15 17:00
dp
图论
POJ-3259-Wormholes
做的代码:#include #include #include #include usingnamespacestd; constintmaxn=5500; inte,n,m,w,head[510],
nxt
z309241990
·
2013-07-31 18:00
最短路径
SPFA
POJ-1860-Currency Exchange
include #include usingnamespacestd; constintmaxn=210; constintmaxm=102; inte,n,m,s,head[maxm],pnt[maxn],
nxt
z309241990
·
2013-07-31 18:00
最短路径
SPFA
URAL 1004: Sightseeing Trip
的基础应用,注意排除两点环代码如下:#include #include #include #include usingnamespacestd; intd[150][150],edge[150][150],
nxt
frog1902
·
2013-07-27 11:00
HDU-1561-The more, The Better
include #include #include #include usingnamespacestd; constintmaxn=201; intn,m,e,head[maxn],pnt[maxn],
nxt
z309241990
·
2013-07-07 14:00
树形DP
码农们的机器人:LEGO MindStorms EV3
乐高在今后相继发布了多款MindStorms套件,包括当下热卖的MindStorms
NXT
2;这次新的MindStormsEV3要来了,此类可编程的消费类机器人是诸多孩子和大人们
小堤
·
2013-05-12 21:00
机器人
乐高
UVA 116 Unidirectional TSP
C++代码//[解题方法]//记忆化搜索(递归,子问题的结果用备忘录存起来,避免重复求解)//二维
nxt
数组按照题意记录路径//dp[x][y](即dfs(x,y))表示从(x,y)走到最右边需要的最小花费
dheyuan
·
2013-02-04 14:16
6+
UVA 116 Unidirectional TSP
C++代码//[解题方法]//记忆化搜索(递归,子问题的结果用备忘录存起来,避免重复求解)//二维
nxt
数组按照题意记录路径//dp[x][y](即dfs(x,y))表示从(x,y)走到最右边需要的最小花费
dheyuan
·
2013-02-04 14:13
6+
UVA 116 Unidirectional TSP
// [解题方法] // 记忆化搜索(递归,子问题的结果用备忘录存起来,避免重复求解) // 二维
nxt
数组按照题意记录路径 // dp[x][y](即dfs(x,y))表示从(x,y
基德KID.1412
·
2013-01-30 09:00
编程
C++
算法
ACM
KIDx
hdu 4280
3877ms #include #include #defineVM100010 #defineEM400010 constintinf=0x3f3f3f3f; structE { intto,frm,
nxt
SprintfWater
·
2012-12-30 13:00
zju 3666 SG定理
include 5 using namespace std; 6 int n,m; 7 const int N = 10005; 8 const int M = 100005; 9 int head[N],
nxt
算法学社
·
2012-12-23 14:00
hdu 1532
include #include usingnamespacestd; constintVM=220,EM=20500,INF=0x3f3f3f3f; structE { intto,frm,
nxt
sdjzujxc
·
2012-11-06 19:00
POJ1655 【树的分治】
子树一定小于上一层的一半),最多log(n)层 #include #include #include usingnamespacestd; constintN=22222; intev[N],ew[N],
nxt
wxfwxf328
·
2012-11-04 01:00
Algorithm
ACM
树的分治
hdu 2242 考研路茫茫――空调教室(Tarjan+树型DP)
#include #include #include #include usingnamespacestd; constintN=10005; structEdge { intv; Edge*
nxt
;
shiqi_614
·
2012-10-24 20:00
POJ 1849 Two(树的直径)
#include #include #include usingnamespacestd; constintN=100005; structEdge { intv,w; Edge*
nxt
; }memo[
shiqi_614
·
2012-10-24 00:00
UVA Live 5029 Encoded Barcodes 字典树-水题
include #include #include #include #include usingnamespacestd; constintbk=26; structnode { intval; node*
nxt
Jackyguo1992
·
2012-10-14 15:00
hdu3374最大最小表示+kmp
=s[k+1]) k=
nxt
[k]; if(s[i]==s[k+1]) k++;
nxt
[i]=k; } } intkmp(char*p) { int
nash142857
·
2012-08-28 14:00
hdu 3721 树形DP
个节点(N#includeusing namespace std;// build graphconst int V = 2500 + 5;const int E = V*2;int head[V],
nxt
算法学社
·
2012-07-29 14:00
A星 求K短路径 POJ 2449
defineoo1000000000 6#defineV1005 7#defineE200010 8inti,j,ans,u,v,l,n,m,s,t,num,k; 9intdist[V],head[V],
nxt
kg_second
·
2012-07-07 21:00
设计包含min函数的栈,要求函数min、push以及pop的时间复杂度都是O(1)
classStack { private: structLink { intdata; Link*next; Link(constint&dat,Link*
nxt
):data(dat),next(
nxt
NEOMc
·
2012-05-04 14:00
LEGO机器人控制语言
NXT
-G
从去年进入到 TIOBE的top50到现在的top20,
NXT
-G给人一阵惊喜!1
NXT
-G?
杨子江
·
2012-04-09 00:00
机器人
LEGO
乐高
LabVIEW
NXT-G
kmp 模版
intnxt[MAXN];//
nxt
[i]指下标为i的字符的前面最多
nxt
[i]个字符与开始的
nxt
[i]个字符相同; intnxt[MAXN]; chartext[MAXN],pat[MAXN];
w00w12l
·
2012-03-15 16:00
新玩具:Arduino Uno
前些日子看thetwo.cc的文章,发现两篇介绍
NXT
的文章。读完之后就顿悟了,乐高
NXT
不仅仅是个高级玩具
Julien Zheng
·
2011-10-28 03:00
arduino
diy
GADGETS
最新编程语言排行榜
22D0.539%23Logo0.535%24SAS0.517%25VisualBasic.NET0.481%26COBOL0.476%27Scheme0.427%28Cshell0.422%29R0.422%30
NXT
-G0.410%
fly542
·
2011-10-12 09:00
编程
VBScript
语言
smalltalk
actionscript
powershell
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他