码迷,mamicode.com
首页 >  
搜索关键字:constructing roads    ( 767个结果
Terrorist’s destroy HDU - 4679
Terrorist’s destroy HDU - 4679 There is a city which is built like a tree.A terrorist wants to destroy the city's roads. But now he is alone, he can o ...
分类:其他好文   时间:2019-01-23 13:50:13    阅读次数:119
POJ1251 Jungle Roads(翻译)
Jungle Roads | Time Limit: 1000MS | | Memory Limit: 10000K | | | | | | Total Submissions: 33100 | | Accepted: 15473 | Description The Head Elder of th ...
分类:其他好文   时间:2019-01-20 15:56:41    阅读次数:188
Constructing continuous functions
This post summarises different ways of constructing continuous functions, which are introduced in Section 18 of James Munkres “Topology”.Constant func... ...
分类:其他好文   时间:2018-12-19 18:40:24    阅读次数:115
bzoj1689 / P1589 [Usaco2005 Open] Muddy roads 泥泞的路
P1589 [Usaco2005 Open] Muddy roads 泥泞的路 简单的模拟题。 给水坑排个序,蓝后贪心放板子。 注意边界细节。 1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 #include<algorit ...
分类:其他好文   时间:2018-12-01 00:17:38    阅读次数:164
Hdoj 1102.Constructing Roads 题解
Problem Description There are N villages, which are numbered from 1 to N, and you should build some roads such that every two villages can connect to ...
分类:其他好文   时间:2018-11-30 11:18:10    阅读次数:149
Cpp Chapter 16: The string Class and the Standard Template Library
(这已经是第二次博客园吞我东西了,有点心态爆炸) 16.1 The string Class ) Constructing a string Here is a table which shows the seven form of constructors that the class has: ...
分类:其他好文   时间:2018-11-20 16:18:15    阅读次数:119
ddd
method1: BaoXing ref: Curb Intersection Feature Based Monte Carlo Localization on Urban Roads segmentation of laser scan 1. piecewise function of lase ...
分类:其他好文   时间:2018-11-16 17:31:21    阅读次数:163
HDU 1102 Constructing Roads(kruskal)
Constructing Roads There are N villages, which are numbered from 1 to N, and you should build some roads such that every two villages can connect to e ...
分类:其他好文   时间:2018-11-13 02:29:40    阅读次数:193
bzoj1626 / P2872 [USACO07DEC]道路建设Building Roads
P2872 [USACO07DEC]道路建设Building Roads kruskal求最小生成树。 1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 #include<cmath> 5 #include<queue> 6 ...
分类:其他好文   时间:2018-10-27 18:42:20    阅读次数:214
bzoj1621 / P2907 [USACO08OPEN]农场周围的道路Roads Around The Farm
P2907 [USACO08OPEN]农场周围的道路Roads Around The Farm 基础dfs,按题意递归即可。 1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 #define re register 5 usi ...
分类:其他好文   时间:2018-10-27 17:10:45    阅读次数:210
767条   上一页 1 ... 7 8 9 10 11 ... 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!