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
10010
Codeforces Round #348 (VK Cup 2016 Round 2, Div. 1 Edition)
#include #include usingnamespacestd; #definelllonglong inta[
10010
][5]; intans[111][111]; intmain(
squee_spoon
·
2016-04-25 21:00
codeforces
uva 10036 Divisibility
给你N个数,在N个数中加入加号或减号,判断能否组成整除K的组合博主为朱老师的学生#include #include #include #include intnum[
10010
]; intdp[
10010
xf_zhen
·
2016-04-24 17:00
(最小树形图 朱刘算法) poj 3164
include #include #include #include #include #include usingnamespacestd; constintMAXN=110; constintMAXM=
10010
Grit_ICPC
·
2016-04-24 17:00
最小树形图
poj 2431 Expedition
include #include #include #include #include #include usingnamespacestd; structsb { intf; intd; }way[
10010
qq_32995183
·
2016-04-24 15:00
poj
优先队列
bzoj 1831: [AHOI2008]逆序对
include #definelllonglong #defineinf1e9 #defineeps1e-10 #definemd usingnamespacestd; intf[
10010
heheda_is_an_OIer
·
2016-04-23 18:00
强联通分量简讲(Tarjan算法)&&HDU 1269 迷宫城堡
ProblemDescription为了训练小希的方向感,Gardon建立了一座大城堡,里面有N个房间(N #include #include #include #include #defineN
10010
Time_major
·
2016-04-23 16:00
图论
Tarjan
强联通分量
poj 2533 Longest Ordered Subsequence
#include #include #include #include #include usingnamespacestd; inta[
10010
]; intdp[
10010
];
qq_32995183
·
2016-04-23 10:00
模板
poj
LIS
hdu 1617 Phone List
碎觉碎觉、、、#include #include #include #include #include usingnamespacestd; #definemaxn
10010
chartest[50];
qq_32995183
·
2016-04-23 01:00
HDU
字典树
poj
10010
Sticks bfs+减枝
题目:DescriptionGeorge took sticks of the same length and cut them randomly until all parts became at most 50 units long. Now he wants to return sticks to the original state, but he forgot how many stic
a894383755
·
2016-04-22 10:00
ACM
poj
bfs
HDU 2647 Reward(拓扑排序)
#include usingnamespacestd; intv[
10010
],ans[
10010
],vis[
10010
]; vecto
yexiaohhjk
·
2016-04-21 18:00
fzu2143
include #include #include #include #include #include typedeflonglongLL; constintMAXN=1010; constintMAXM=
10010
u013491262
·
2016-04-21 18:00
poj 2253 Frogger
#include #include #include #include #include #include usingnamespacestd; #definemaxn
10010
intn; structsb
qq_32995183
·
2016-04-21 17:00
poj
djstl
poj 2389 Bull Math
#include #include #include #include #include usingnamespacestd; #definemaxn
10010
voidcheng(char*a,char
qq_32995183
·
2016-04-21 12:00
模板
poj
【bzoj2310】ParkII 插头dp
#definemaxn100010#defineinf1000000000usingnamespacestd;intn,m,now,pre,num,ans;inthash[2][maxn],head[
10010
qingdaobaibai
·
2016-04-21 10:54
动态规划
leetcode笔记:Maximal Square
findthelargestsquarecontainingall1’sandreturnitsarea.Forexample,giventhefollowingmatrix:10100 10111 11111
10010
Return4
liyuefeilong
·
2016-04-20 23:00
LeetCode
C++
dp
动态规划
Matrix
【bzoj1187】[HNOI2007]神奇游乐园 插头dp
#include #include #include #include #include #include #definemaxn
10010
#defineinf1000000000 usingnamespaces
u012288458
·
2016-04-19 20:00
Codeforces Round #347 (Div. 2) B
【AC代码】#include #include #include #include #include #include usingnamespacestd; constintmaxn=
10010
; chars
just_sort
·
2016-04-19 10:00
uva10534(最长递增子序列的算法变形 复杂度较低)
uva10524不能用最长递增子序列的算法因为最大是10000双重for会TLE代码:#include usingnamespacestd; #include #include #include intnum[
10010
vv494049661
·
2016-04-18 13:00
HDU2544 最短路 + 裸 + 队列的SPFA + 链表存储
或者用邻接矩阵二维数组,或第二唯不定长的vector邻接表) #include #include #include usingnamespacestd; constintmaxn=120; constintmaxm=
10010
a272846945
·
2016-04-17 18:00
最短路
SPFA
队列优化
裸
链表存储
[剑指Offer]不用加减乘除做加法
继续4(100)+14(1110)=18(
10010
)先对两个数进行抑或操作(^),得到1010然后对两个数进行与操作,得到0100对第二步进行左移操作,得到1000
CodeEmperor
·
2016-04-16 15:00
剑指offer
uva 10684 The jackpot
#include #include #include usingnamespacestd; intnum[
10010
],sumup[
10010
]; intmain() { intn,i,ans; while
xf_zhen
·
2016-04-15 14:00
蓝桥杯 交换瓶子
输入格式为两行:第一行:一个正整数N(N #include intarr[
10010
]; intflag[
10010
]; intmain() { intans=0;
zyq_19960204
·
2016-04-13 15:00
LeetCode 221. Maximal Square
findthelargestsquarecontainingall1'sandreturnitsarea.Forexample,giventhefollowingmatrix:10100 10111 11111
10010
github_34333284
·
2016-04-12 07:00
uva1584 Circular Sequence
#include#include#includeusingnamespacestd;strings[
10010
];intchange1(charch){ if(ch=='A')return1; if
qq_33901573
·
2016-04-10 20:00
【bzoj2124】等差子序列 权值线段树维护hash
Description给一个1到N的排列{Ai},询问是否存在1#include#include#includeusingnamespacestd;typedeflonglongLL;constintSZ=
10010
DQSSS
·
2016-04-06 19:29
线段树
===数据结构===
哈希
【bzoj2124】等差子序列 权值线段树维护hash
Description给一个1到N的排列{Ai},询问是否存在1 #include #include #include usingnamespacestd; typedeflonglongLL; constintSZ=
10010
LOI_DQS
·
2016-04-06 19:00
有向图强连通分量Tarjan模板
#include #include #include usingnamespacestd; constintmaxn=
10010
; constintmaxm=1000010; intcnt,p[maxn
qq_26564523
·
2016-04-06 17:00
最小生成树,并查集的思想 nyoj1239
#include #include #include usingnamespacestd; intn,pre[
10010
],cnt; structnode { intx,y; intval; }p[
WR_technology
·
2016-04-04 21:00
2014BIT程序设计——贪婪的你
#include#includeintmain(){inti,j,m,n,tmp,a[
10010
][2],visit[
10010
],sum=0;for(i=0;i0);a[i][1]--);//a[i]
code_AC
·
2016-04-02 13:09
NYOJ 106 背包问题
描述现在有很多物品(它们是可以分割的),我们知道它们每个物品的单位重量的价值v和重量w(1 #include #include usingnamespacestd; intv[100],w[100]; intdp[
10010
yuan_jlj
·
2016-03-31 20:00
dp
背包问题
nyoj
背包问题 — — NYOJ 860 又见01背包
1 #include #include usingnamespacestd; #defineINF0x3f3f3f3f intv[
10010
],w[
10010
]; intdp[
10010
]; i
yuan_jlj
·
2016-03-31 20:00
dp
背包问题
nyoj
poj1509 最小表示法
求从哪里断开的字符串有最小的字典序知识点:最小表示法建议:先理解一部分这个算法,然后自己调试看结果,会有一种恍然大悟的感觉的#include #include #include usingnamespacestd; chars[
10010
Summer__show_
·
2016-03-31 19:00
最小生成树
kruskal算法#include #include usingnamespacestd; structnode { intu,v,w; }e[
10010
]; intp[
10010
],m,n; boolcmp
sinat_33397705
·
2016-03-29 16:00
NYOJ-移动小球
#include usingnamespacestd; intl[
10010
]; intr[
10010
]; voidlink(intx,inty){ r[x]=y; l[y]=x; } intmain(
sinat_30062549
·
2016-03-23 18:00
链表
nyoj
hdu1711 Number Sequence 求模式串在主串中的位置
.....,a[N],andb[1],b[2],......,b[M](1 #include #include #include usingnamespacestd; ints[1000010],t[
10010
winycg
·
2016-03-22 16:00
KMP
iOS开发中打电话发短信等功能的实现
iOS开发中,有三种方式可以打电话:(1)直接跳到拨号界面,代码如下NSURL *url = [NSURL URLWithString:@"tel://
10010
"]; [[UIApplicatio
北方人在上海
·
2016-03-22 10:00
ios
打电话
发短信
poj1035 模拟
若该单词通过替换、删除、添加一个字符后,可以在字典中查到,输出字典中单词3.不符合1、2者,输出空算法:模拟#include #include usingnamespacestd; constintSIZE=
10010
aidway
·
2016-03-20 12:00
模拟
poj
poj1033 模拟(dfs)
算法:模拟,使用dfs实现 #include #include usingnamespacestd; intmove[
10010
];//move[i]=j:i-->j intcluster[1
aidway
·
2016-03-20 10:00
模拟
poj
DFS
iOS短信,邮件,电话功能的开发
##1.1.发短信(1)——URL//直接拨号,拨号完成后会停留在通话记录中###1、方法:NSURL*url=[NSURLURLWithString:@”sms://
10010
″];[[UIApplicationsharedApplication
我是华丽的笨笨
·
2016-03-18 17:00
ios
邮件
短信
电话
1901: Zju2112 Dynamic Rankings|树状数组套主席树
include #include #include #include #include #include #include #definelllonglong #defineN9000009 #defineM
10010
ws_yzy
·
2016-03-16 08:00
树状数组套主席树
uva 10305 ordering tasks(超级烂题)——yhx
1#include 2#include 3#include 4usingnamespacestd; 5intfirst[110],next[
10010
],to[
10010
],n; 6boolb
Orion_7
·
2016-03-14 23:00
poj 1330 Nearest Common Ancestors(离线LCA)
#include #include #include usingnamespacestd; constintINF=0x3f3f3f3f; constintmaxn=
10010
; intT,n; intdegree
rachelsg
·
2016-03-14 20:00
poj 2378 Tree Cutting(树形dp)
#include #include #include #include usingnamespacestd; #defineN
10010
intdp[N],n,num[N],used[N]; vectore
u014552756
·
2016-03-14 13:00
uva 699 the falling leaves——yhx
1#include 2#include 3intsum[
10010
]; 4voidbd(intp) 5{ 6intx; 7scanf("%d",&x); 8if(x==-1)return;
Orion_7
·
2016-03-13 13:00
前m大的数 HDU 1280(以和为下标比大小)输出M个最大和
给定一个包含N(N #include inta[4000],b[
10010
]; intmain() { intn,m; while(scanf("%d%d",&n,&m
maqinyao5566
·
2016-03-13 10:00
九度1088——剩下的树
九度1088题目描述:有一个长度为整数L(1 usingnamespacestd; constintMAX=
10010
; inta[MAX]; intmain() { intn,m,x,y,s; while
qq_24421591
·
2016-03-12 20:00
剩下的树
九度1088
NYOJ 17 单调递增最长子序列
单调递增最长子序列时间限制:3000 ms | 内存限制:65535 KB难度:4描述求一个字符串的最长递增子序列的长度如:dabdbf最长递增子序列就是abdf,长度为4输入第一行一个整数0 #include intdp[
10010
jinjide_ajin
·
2016-03-10 18:00
动态规划
nyoj
POJ 2356. Find a multiple 抽屉原理 / 鸽巢原理
3138SpecialJudgeDescriptionTheinputcontainsNnatural(i.e.positiveinteger)numbers(N2#include34intN,arr[
10010
BlackStorm
·
2016-03-04 19:00
SDRAM读写一字(上)
SDRAM读写一字系统设计SDRAM指令指令常量名CKECSnRASCASnWEn备注空操作NOP10111 行激活ACTIVE10011 读操作READ10101 写操作WRITE10100 预充电PR
10010
logic3
·
2016-03-03 17:00
leetcode 221. Maximal Square
findthelargestsquarecontainingall1'sandreturnitsarea.Forexample,giventhefollowingmatrix:10100 10111 11111
10010
u014568921
·
2016-03-03 14:00
LeetCode
上一页
17
18
19
20
21
22
23
24
下一页
按字母分类:
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
其他