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
BZOJ3436: 小K的农场
include#includeusingnamespacestd;constintmaxn=100005;intn,m,tot,dis[maxn],lnk[maxn],w[2*maxn],son[2*maxn],
nxt
DYT_B
·
2018-01-21 19:06
题解
BZOJ题解
ador阿朵币资料分析
未来币(
Nxt
、Nextcoin):第二代去中心化虚拟货币,正式发布于2013年11月24日。截至2018年1月18日,市值$317,004,659,排名第85位。
星栢
·
2018-01-20 16:56
BZOJ4337: BJOI2015 树的同构
includeusingnamespacestd;constintmaxn=55,pow=2333,tt=1000000007;intm,n,tot,s[maxn],lnk[maxn],son[2*maxn],
nxt
DYT_B
·
2018-01-13 21:25
题解
BZOJ题解
刚刚人人网股价涨了76% 乐视版本的ICO改头换面卷土重来
ETH,BCH,XRP,LTC,ADA,MIOTA,DASH,XEM,XMR,EOS,BTG,NEO,QTUM,XLM,ETC,XVG,LSK,TRX,BCC,ICX,ZEC,ARDR,OMG,BTS,
NXT
科技金融在线
·
2018-01-04 00:00
POJ2676数独(DFS)
includeusingnamespacestd;intgra[15][15];intt[10]={0,1,1,1,4,4,4,7,7,7};boolfound;structdata{intx,y;}
nxt
Apel_dey
·
2017-12-23 11:35
题解
蓝狐:投资偏好
2.还有一类是黑马类,物美价廉,估值很低,尽管可能潜力无法估值几十亿上百亿美金(大多数项目没有这个机会),但不影响它有超级回报,类似早期的stratis,
Nxt
,ppt。3.一
hbliuwb
·
2017-12-16 12:55
[Ynoi2017]舌尖上的由乃
n#include#include#definefo(i,a,b)for(inti=a;i=b;i--)#definerep(i,a)for(inti=lst[a];i;i=
nxt
[i])usingnamespacestd
alan_cty
·
2017-12-08 21:12
分块
[arc068e]Snuke Line
usingnamespacestd;constintmaxm=100000+10,maxn=300000+10;inttree[maxm],ans[maxm];inth[maxm],go[maxm*20],
nxt
WerKeyTom_FTD
·
2017-11-14 16:33
离线处理
树状数组
串的模式匹配算法-KMP
#include#include#includeusingnamespacestd;intnxt[110];chars[110],s1[100];voidgetnxt(){intj=
nxt
[0]=-1,
__meteor
·
2017-11-10 20:37
各种板子
kmp板子 洛谷P3375
include#includeusingnamespacestd;chars[1000000+5],ch[1000000+5];intnxt[1000000+5];intlenc,lens;voidkmp(){
nxt
五彩蒟蒻DDD
·
2017-11-09 19:04
------字符串------
kmpkmp
洛谷P3370 【模板】字符串哈希
includeusingnamespacestd;#defineullunsignedlonglongconstintbase1=1000007,base2=99859,MOD=69847;intcnt=0,len;inthead[MOD+2],
nxt
五彩蒟蒻DDD
·
2017-11-09 17:42
------字符串------
hash
P3371 【模板】单源最短路径 SPFA优化 dijkstra堆优化
include#include#includeusingnamespacestd;constintN=10000+5,M=500000+5;intn,m,s;intto[M],head[N],w[M],
nxt
五彩蒟蒻DDD
·
2017-11-08 21:45
-------图论------
单源最短路
[NOIP模拟][图论]星星
include#include#include#include#includeusingnamespacestd;constintN=1e5+10;constintM=2e5+10;intn,m,tot,t,
nxt
qianguch
·
2017-10-30 21:39
NOIP
图论
图论问题
NOIP题
LOJ6005 网络流24题
2usingnamespacestd;constintN=1e3+5;intn,ans,ans2,ans3,s,t,tot=1;inthead[N],dis[N],cur[N],a[N],f[N];structEgde{intv,
nxt
Devil_Gary
·
2017-10-30 20:21
网络流
LOJ6004 网络流24题
2usingnamespacestd;constintN=435;queueq;intn,m,s,t,ans,sum,tot=1;inthead[N],dis[N],cur[N],tmp[N][N];structEgde{intv,
nxt
Devil_Gary
·
2017-10-30 20:19
网络流
期望dp小结
期望:当前状态的期望等于所有{后继状态的输出值(期望)乘以其到达它的概率}之和,即E[now]=Σ(p1*E[
nxt
1]+
KGV093
·
2017-10-30 19:37
总结
[BZOJ2763][JLOI2011]飞行路线(图论)
可以往下一层转移状态代码:#include#include#include#includeusingnamespacestd;constintN=50005;structhh{intx,c,dis;};inttot,
nxt
wwyx2001
·
2017-10-24 18:16
图论
[xor最小生成树 分治 字典树合并] BNUOJ52318 Be Friends
另一边的数在字典树上找#include#include#includeusingnamespacestd;constintN=100010;typedeflonglongll;intn,cnt,a[N],
nxt
LowestJN
·
2017-10-23 20:40
分治
最小-最大生成树
字典树
刷版子·总结(待补全......)
,k为所有顶点的进队次数,k一般#include#include#include#definemaxn1000001#defineinf0x7ffffffusingnamespacestd;//尽量用
nxt
LOI_Q
·
2017-10-21 19:10
===noip===
==复习汇总==
==模板==
[Trie树优化建图 2-SAT] Codeforces Gym101190B. Binary Code
include#includeusingnamespacestd;constintN=5000010;intn,lst,cnt,tot,cc,len[N],imark[N],pos[N],G[N],fa[N],
nxt
LowestJN
·
2017-10-21 14:16
2-SAT
字典树
bzoj 1103(DFS序+树状数组)
include#include#includeusingnamespacestd;constintMAXN=250004;intn,m;inthead[MAXN],etot=0;structEDGE{intv,
nxt
KGV093
·
2017-10-13 11:11
数据结构
poj 1637 (浅谈最大流在解决混合图欧拉回路中的应用)
includeusingnamespacestd;constintMAXN=202,MAXM=1002,INF=0x3f3f3f3f;intn,m;inthead[MAXN],etot;structEDGE{intv,
nxt
KGV093
·
2017-10-11 20:13
图论
bzoj 2743(树状数组)
一开始将每个数第二次出现的位置插入树状数组,然后将区间按x排序从左往右扫,每删除一个点i将
nxt
[i](i位置的数下一次出现的位置)从树状数组中删除,然后加入
nxt
[
nxt
[i]],对于每个区间用右端点在树状数组中的
KGV093
·
2017-10-02 21:56
数据结构
【codevs 1069】关押罪犯
includeusingnamespacestd;intn,m,l,r,mid;structedge{intf,t,v;}es[200000+5],mp[100000+5];boolbigflag=0;intfirst[20000+5],
nxt
AliceBuJu
·
2017-09-28 06:19
基础算法--二分
数据结构--并查集
KMP模板 水水水
includeusingnamespacestd;constintN=100005;intnxt[N];intlent,lens;inttot=0;chars[N],t[N];voidcalcunxt(){inti=0,j=-1;
nxt
Hawo11
·
2017-09-27 17:56
————专题————
————字符串————
KMP
算法汇集
【POI2014】Rally(拓扑序+线段树)
constintsn=25e4+53;constintInf=0x3f3f3f3f;intn,m,S,T,tot,cnt,lim;intdeg[sm],_deg[sm];boolex[sm];intto[sn],
nxt
Etta19
·
2017-09-26 21:53
线段树
拓扑排序
初始化
=-1;i=
nxt
[i])那么主函数里first数组要初始化为-1.memset(first,0xff,sizeof(first));如果这样写。。
LOI_Sherlock
·
2017-09-13 19:06
小算法-知识技巧
【tyvj1520】树的直径(dfs||树形dp)
因为每一条边只遍历一遍,如果是链状则只有f[i]的值没有g[i]的值代码:dfs:#include#defineN50000usingnamespacestd;inttot,
nxt
[N]
wwyx2001
·
2017-08-08 17:50
dp
搜索(dfs序)
洛谷1983(DAG上最长路)
include#include#includeusingnamespacestd;constintmaxn=1002;intn,m;inthead[maxn],edge;structEDGE{intv,
nxt
KGV093
·
2017-08-01 20:36
图论
Dinic模板(附带当前弧优化)
structEDGE{intv,
nxt
,r;}e[maxn*maxnq;memset(dis,-1,sizeof(dis)),dis[source]=0,q.push(source);while(!
KGV093
·
2017-07-29 14:57
模板
未来币-Ardor
2016.10
NXT
核心开发者和创建者今天宣布在荷兰成立公司JeluridaBV以保护
NXT
核心开放团队对于
NXT
以及Ardor相关代码的知识产权。
talent210
·
2017-07-11 17:29
未来币NXT
KMP 专题整理
KMP学习记录kuangbin专题十六——KMPKMP学习总结朴素KMP算法voidgetNext(constchars[]){intcur=0,k=-1;
nxt
[cur]=k;while(cur适配最远位置的起始点
染微言
·
2017-07-03 20:53
BZOJ4516 [Sdoi2016]生成魔咒 后缀自动机/后缀数组
,Log=18; intc[maxn],t[maxn],t2[maxn],sa[maxn],rank[maxn],height[maxn]; ints[maxn],b[maxn],ft[maxn],
nxt
Flere825
·
2017-06-14 21:00
后缀数据结构
[bzoj3498]Cakes
a:b)usingnamespacestd;typedeflonglongll;constintmaxn=100000+10,maxm=250000+10;inth[maxn],go[maxm*2],
nxt
WerKeyTom_FTD
·
2017-05-04 15:17
暴力
bzoj 1077: [SCOI2008]天平 (差分约束)
判定设放在天平右边的是C,D.以A+B#include#include#include#include#defineN100003#defineinf1000000000usingnamespacestd;inttot,
nxt
clover_hxy
·
2017-04-24 09:07
线性规划
bzoj 3436: 小K的农场 (差分约束)
include#include#include#include#include#include#defineN200003#defineinf1000000000usingnamespacestd;inttot,
nxt
clover_hxy
·
2017-04-24 07:54
线性规划
hdu 5571 tree (动态点分治)
include#include#defineM15#defineN60003#defineinf1000000000#defineLLlonglongusingnamespacestd;inttot,n,m,
nxt
clover_hxy
·
2017-04-21 08:02
点分治
[COGS826][Tyvj Feb11] GF打dota(k短路)
include#include#include#include#includeusingnamespacestd;#defineN100005intn,m,p,s,t,Min;inttot,point[N],
nxt
Clove_unique
·
2017-04-18 08:19
题解
图论算法
bzoj 4774: 修路 (斯坦纳树)
#include#defineN20003#defineINF1000000000usingnamespacestd;intf[N][1p;voidadd(intx,inty,intz){tot++;
nxt
clover_hxy
·
2017-04-16 15:33
动态规划
[BZOJ1975][Sdoi2010]魔法猪学院(k短路)
#include#includeusingnamespacestd;#defineN5003#defineE200003intn,m,s,t,size;doublek;inttot,point[N],
nxt
Clove_unique
·
2017-04-13 08:21
题解
图论算法
省选
[BZOJ1598][Usaco2008 Mar]牛跑步(k短路)
include#include#includeusingnamespacestd;#defineN10005#defineLLlonglongintn,m,k,s,t;inttot,point[N],
nxt
Clove_unique
·
2017-04-13 08:29
题解
图论算法
Corel Roxio Creator
NXT
5破解版安装注册教程(附注册机)
RoxioCreatorNXT5是一款功能强大的视频编辑软件套件,里面涵盖了多种编辑工具,提供专业的风格滤镜效果,酣畅淋漓的运行速度,多人性化的创新亮点,更少纠结的复杂交互,更稳定的高效运行设计,更出众的画质和艺术效果,一切都所见即所得,使你轻松成为一个制片人!这里分享了RoxioCreatorNXT5破解安装教程,大家参考下!CreatorNXT5兼容几乎所有的视频格式,很容易让您导入的文件,编
佚名
·
2017-04-07 10:17
[BZOJ4756][Usaco2017 Jan]Promotion Counting(可持久化线段树)
include#include#includeusingnamespacestd;#defineN100005intn,LSH,sz,dfs_clock,a[N],lsh[N];inttot,point[N],
nxt
Clove_unique
·
2017-03-30 21:27
题解
线段树
可持久化
bzoj 2502 清理雪道 上下界网络流最小流
#include#include#include#include#definemaxn1005usingnamespacestd;structE{intto,
nxt
Loi_a
·
2017-03-30 15:10
===图论===
网络流
bzoj 3473: 字符串 (后缀自动机)
include#include#include#include#defineN200003#defineLLlonglongusingnamespacestd;inttot,n,k,point[N],
nxt
clover_hxy
·
2017-03-28 11:13
后缀自动机
后缀自动机
[BZOJ2709][Violet 1]迷宫花园(二分+spfa)
includeusingnamespacestd;#defineN50005constdoubleeps=1e-7;charstr[105][105];doubleL,ans;intT,n,m,s,t;inttot,point[N],
nxt
Clove_unique
·
2017-03-17 19:27
题解
图论算法
二分
[BZOJ2337][HNOI2011]XOR和路径(概率期望dp+高斯消元)
很不科学对不对我也是这么觉得代码#include#include#include#include#includeusingnamespacestd;#defineN205intn,m;inttot,point[N],
nxt
Clove_unique
·
2017-03-16 18:58
题解
dp
省选
概率期望
高斯消元
[BZOJ3036]绿豆蛙的归宿(拓扑序+期望dp)
include#include#include#include#includeusingnamespacestd;#defineN500005intn,m,out[N];inttot,point[N],
nxt
Clove_unique
·
2017-03-16 09:13
题解
dp
拓扑序
概率期望
[BZOJ3036]绿豆蛙的归宿(拓扑序+期望dp)
include#include#include#include#includeusingnamespacestd;#defineN500005intn,m,out[N];inttot,point[N],
nxt
Clove_unique
·
2017-03-16 09:13
题解
dp
拓扑序
概率期望
[BZOJ1486][HNOI2009]最小圈(01分数规划+深搜spfa)
includeusingnamespacestd;#defineN20005constdoubleeps=1e-9;constdoubleinf=1e9;intn,m;inttot,point[N],
nxt
Clove_unique
·
2017-03-10 14:13
题解
图论算法
省选
01分数规划
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
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
其他