码迷,mamicode.com
首页 >  
搜索关键字:ed    ( 565个结果
BZOJ4652 [Noi2016]循环之美 【数论 + 莫比乌斯反演 + 杜教筛】
题目链接 "BZOJ" 题解 "orz" C++ include include include include include include define LL long long int define Redge(u) for (int k = h[u],to; k; k = ed[k].nx ...
分类:其他好文   时间:2018-05-09 20:54:12    阅读次数:149
MyEclipse2015优化
< MyEclipse 2015优化七步法<亲测有效> > l 去除无需加载的模块 Window --> Preferences -->General --> Startup and Shutdown l 取消拼写检查 Window --> Preferences -->General --> Ed ...
分类:系统相关   时间:2018-05-01 15:19:58    阅读次数:167
windows svn自动更新
找版本库保存的目录,新建一个post-commit.bat文件 这个bat文件里面写入以下内容 @echo off set REPOS="%1" set TXN="%2" "D:/svn/server/bin/svn.exe(svn安装的目录)" update "D:/phpStudy/WWW/ed ...
分类:Windows程序   时间:2018-04-29 23:55:11    阅读次数:299
BZOJ3884 上帝与集合的正确用法 【欧拉定理】
题目 对于100%的数据,T include include include include include define LL long long int define Redge(u) for (int k = h[u],to; k; k = ed[k].nxt) define REP(i,n) ...
分类:其他好文   时间:2018-04-27 21:07:52    阅读次数:137
NTT模板
~~抄~~学了一下NTT,感觉写数学题更不虚一点了。。。 C++ include include include include include define LL long long int define Redge(u) for (int k = h[u],to; k; k = ed[k].nx ...
分类:其他好文   时间:2018-04-10 21:55:03    阅读次数:242
各种模板
各种模板 lct cpp include using namespace std; define REP(i,st,ed) for(register int i=st,i end=ed;i=i end; i) typedef long long ll; inline int read(){ int ...
分类:其他好文   时间:2018-03-30 00:12:35    阅读次数:144
SQL数据缓存依赖
1:打开项目配置文件2:启动数据库缓存依赖aspnet_regsql -C "data source=;initial catalog=codematic;user id=sa;password=" -ed -et -t "T_table"3:使用缓存依赖项4:实际的生
分类:数据库   时间:2018-03-29 14:50:29    阅读次数:148
BZOJ1412: [ZJOI2009]狼和羊的故事
【传送门:BZOJ1412】 简要题意: 给出一个矩阵,0表示空地,1表示狼,2表示羊,要求在格子之间装栅栏使得狼和羊不在一个块里 求出最少的栅栏 题解: 最小割 st连向狼,流量为无限,羊连向ed,流量为无限 每只狼和空地连向相邻的空地和羊,流量为1 然后跑最大流就好了 参考代码: ...
分类:其他好文   时间:2018-03-26 22:31:12    阅读次数:177
npm 全局配置放在c盘/用户/当前用户/目录下
prefix=D:\Users\Ed\AppData\Roaming\nodejs\npm-globalcache=D:\Users\Ed\AppData\Roaming\npm-cacheregistry=https://registry.npm.taobao.org/strict-ssl=fal ...
分类:其他好文   时间:2018-03-25 19:25:59    阅读次数:162
bzoj3504: [Cqoi2014]危桥(网络流)
3504: [Cqoi2014]危桥 题目:传送门 题解: 一开始觉得要跑四次网络流...但是想想好像两次? st-->a1/b1 a2/b2-->ed 好像这样也OK?但是a1流b2或者b1流到a2怎么办?完了...又想错了。 问了一波zzz大佬,他说我没想错... 把b1和b2换过来再流一次的话 ...
分类:其他好文   时间:2018-03-25 15:51:12    阅读次数:152
565条   上一页 1 ... 12 13 14 15 16 ... 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!