码迷,mamicode.com
首页 >  
搜索关键字:tt 定时器模块    ( 7075个结果
luogu2774 方格取数问题
最大点权独立集,参见胡伯涛论文 cpp include include include include using namespace std; int m, n, a[105][105], hea[10005], ss, tt, tot, maxFlow, lev[10005], cnt; con ...
分类:其他好文   时间:2018-01-02 23:29:08    阅读次数:228
基于redis的乐观锁
转自:https://www.toutiao.com/i6503412526095532558/?tt_from=weixin&utm_campaign=client_share&timestamp=1514535595&app=news_article&utm_source=weixin&iid= ...
分类:其他好文   时间:2017-12-29 16:57:26    阅读次数:162
suprocess模块
1 import subprocess 2 3 ''' 4 sh-3.2# ls /Users/egon/Desktop |grep txt$ 5 mysql.txt 6 tt.txt 7 事物.txt 8 ''' 9 10 res1=subprocess.Popen('ls /Users/jiel... ...
分类:其他好文   时间:2017-12-28 16:05:43    阅读次数:161
luogu2764 最小路径覆盖问题
最小路径覆盖, "看这里" cpp include include include include using namespace std; struct Edge{ int too, nxt, val; }edge[15005]; int n, m, hea[305], ss, tt, uu, v ...
分类:其他好文   时间:2017-12-27 22:34:20    阅读次数:190
Linux常用命令大全
系统信息 arch 显示机器的处理器架构(1) uname -m 显示机器的处理器架构(2) uname -r 显示正在使用的内核版本 dmidecode -q 显示硬件系统部件 - (SMBIOS / DMI) hdparm -i /dev/hda 罗列一个磁盘的架构特性 hdparm -tT / ...
分类:系统相关   时间:2017-12-25 13:35:40    阅读次数:214
loj116 有源汇有上下界最大流
```cpp include include include include using namespace std; struct Edge{ int too, nxt, val, lim; }edge[60005]; int n, m, ss, tt, sss, ttt, hea[255], c ...
分类:其他好文   时间:2017-12-24 20:10:57    阅读次数:184
[UVa12538]Version Controlled IDE
题意:维护一个字符串,支持插入字符串,删除连续的一段,查询历史版本的子串,强制在线 本来是用rope可以水过的,但是想拿来试水可持久化treap 几乎跟普通treap完全一样,只不过是merge和split时要相应地复制节点,注意是复制不是直接新建 建树得用笛卡尔树了TT,其实挺好理解的,最后记得全 ...
分类:其他好文   时间:2017-12-23 23:09:09    阅读次数:199
ZOJ2314 Reactor Cooling 无源汇有上下界最大流
推荐看 "这里" cpp include include include include using namespace std; int n, m, uu, vv, ww, cc, hea[225], cnt, ss, tt, maxFlow, lev[225], tot, T; const in ...
分类:其他好文   时间:2017-12-22 21:55:21    阅读次数:161
Linux命令
系统信息arch 显示机器的处理器架构(1)uname -m 显示机器的处理器架构(2)uname -r 显示正在使用的内核版本dmidecode -q 显示硬件系统部件 - (SMBIOS / DMI)hdparm -i /dev/hda 罗列一个磁盘的架构特性hdparm -tT /dev/sd ...
分类:系统相关   时间:2017-12-22 15:56:11    阅读次数:162
luogu3381 【模板】最小费用最大流
每次选代价最小的流增广 cpp include include include include using namespace std; struct Edge{ int too, nxt, val, cst; }edge[100005]; int n, m, ss, tt, maxFlow, mi ...
分类:其他好文   时间:2017-12-21 20:05:54    阅读次数:117
7075条   上一页 1 ... 28 29 30 31 32 ... 708 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!