git:https://github.com/linyi0604/Computer-Vision ...
分类:
编程语言 时间:
2018-08-08 17:35:45
阅读次数:
241
Programming Ability Test (PAT) is organized by the College of Computer Science and Technology of Zhejiang University. Each test is supposed to run sim ...
分类:
编程语言 时间:
2018-08-07 20:33:27
阅读次数:
239
霍夫变换是一种特征检测(feature extraction),被广泛应用在图像分析(image analysis)、电脑视觉 (computer vision)以及数位影像处理 (digital image processing)。 霍夫变换是用来辨别找出物件中的特征,例如:线条。他的算法流程大致 ...
分类:
其他好文 时间:
2018-08-06 21:06:12
阅读次数:
172
git:https://github.com/linyi0604/Computer-Vision ...
分类:
编程语言 时间:
2018-08-05 23:27:23
阅读次数:
559
A rooted tree is a well-known data structure in computer science and engineering. An example is shown below: In the figure, each node is labeled with ...
分类:
其他好文 时间:
2018-08-05 22:39:00
阅读次数:
245
传送门题意题解容易发现,在同一个边双内的点我们是不用管它的,一定可以。那么我们缩点,然后把图变成一颗树。这样,$s$ 到 $t$ 的路径就可以用$\mathrm{LCA}$求了。我们把 $s$ 到 $\mathrm{LCA}$ 的路径打向上的标记,把 $\mathrm{LCA}$ 到 $t$ 的路径... ...
分类:
Web程序 时间:
2018-08-05 19:00:36
阅读次数:
208
(有任何问题欢迎留言或私聊 && 欢迎交流讨论哦 目录 [TOC] 题意: "传送门" 原题目描述在最下面。 ~~题目真难读懂~~ 有$n$台机器,每台机器有$p$个部分,每台机器有$p$个输入输出规格。每台机器有一个产量参数,$p$个$0or1or2$代表输入规格,$p$个 ...
分类:
其他好文 时间:
2018-08-04 21:39:40
阅读次数:
149
Strategic game Time Limit: 2000MS Memory Limit: 10000K Total Submissions: 9313 Accepted: 4368 Description Bob enjoys playing computer games, especiall ...
分类:
其他好文 时间:
2018-08-04 19:05:01
阅读次数:
168
git:https://github.com/linyi0604/Computer-Vision ...
分类:
编程语言 时间:
2018-08-04 11:59:56
阅读次数:
177