经典的splay维护凸壳,但是看了看zky学长的题解最后决定写线段树维护标记永久化。 Round1考到了这个之后一直没有理解标记永久化,CTSC也因为自己的缺陷丢掉了一些部分分,so sad 看来以后不懂的东西要及时学啊QwQ Round2加油吧ovo ...
分类:
Web程序 时间:
2016-05-06 00:16:27
阅读次数:
245
Description The little cat is majoring in physics in the capital of Byterland. A piece of sad news comes to him these days: his mother is getting ill. ...
分类:
其他好文 时间:
2016-05-04 22:54:15
阅读次数:
213
let words = ["ss","aa","bb","ddd"] let tweet = "this is an example tweet larking about swift sad" let valid = !words.filter({tweet.containsString($0)} ...
分类:
编程语言 时间:
2016-04-29 14:19:34
阅读次数:
165
一下午和一晚上都在刚这道题,各种错误都集齐了so sad 我的时间啊!!! 后缀数组就先做到这里吧,是在伤不起啊QAQ 出现了各种奇怪的错误,看了标算,然后乱改自己的代码,莫名其妙的改A了,后来发现用字符直接给int赋值会WA,必须一个字符先给另一个字符赋值,后者再给int赋值就能A(什么鬼)。后来 ...
分类:
其他好文 时间:
2016-04-22 22:22:37
阅读次数:
150
The picture above is funny. But for me it is also one of those examples that make me sad about the outlook for AI and for Computer Vision. What would ...
分类:
其他好文 时间:
2016-04-11 14:00:00
阅读次数:
186
json字符串中存在常规的用户输入的字符串,和很多的富文本样式标签(用户不能直接看到,点击富文本编辑器中的html源码按钮能看到),例如下面的: <p><strong>富文本<>sad<span>adzx我是用户输入</strong></p> <p><span><span style="font-f
分类:
Web程序 时间:
2016-03-09 15:33:29
阅读次数:
159
数组的方法:array.concat 一个数组去连接另一个数组,返回一个合成数组。var arrC=arrA.concat(arrB,'asd','sad',true,1.5);array.join 将数组用指定符号连接为一个字符串,并返回这个字符串。比用+快很多。var strA=arrA...
分类:
Web程序 时间:
2016-01-24 00:40:11
阅读次数:
165
Hadoop 搬迁到新集群后,操作主库 MySQL 导致了锁表。。。sad具体锁表时间点 : 2016-1-14 14:31 到 2016-1-14 14:36 之间在 oradba 的 innodbstatus 信息拿到后,还需要后续继续分析到底是哪条 SQL 锁的。。。参考 Link :htt....
分类:
数据库 时间:
2016-01-14 15:49:29
阅读次数:
202
本文主要介绍几种基于灰度的图像匹配算法:平均绝对差算法(MAD)、绝对误差和算法(SAD)、误差平方和算法(SSD)、平均误差平方和算法(MSD)、归一化积相关算法(NCC)、序贯相似性算法(SSDA)。...
分类:
编程语言 时间:
2015-08-19 00:45:17
阅读次数:
370