码迷,mamicode.com
首页 >  
搜索关键字:city    ( 3144个结果
百度地图使用笔记
1.通过省+城市+区县确定初始化地图 map.centerAndZoom(prv+city+dis, 15);2.通过精确地址确定初始化地图function searchOnMap(detail){ if(detail != ""){ var local =...
分类:其他好文   时间:2015-03-16 22:44:41    阅读次数:119
A1008. Elevator (20)
The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which floors the elev...
分类:其他好文   时间:2015-03-16 19:14:59    阅读次数:108
linux svn authorization failed错误
authorization failed错误主要是conf/auth文件配置错误,可以参考如下配置:[aliases]# joe = /C=XZ/ST=Dessert/L=Snake City/O=Snake Oil, Ltd./OU=Research Institute/CN=Joe Averag...
分类:系统相关   时间:2015-03-15 18:04:37    阅读次数:187
(简单) POJ 2502 Subway,Dijkstra。
Description You have just moved from a quiet Waterloo neighbourhood to a big, noisy city. Instead of getting to ride your bike to school every day...
分类:其他好文   时间:2015-03-15 00:37:38    阅读次数:184
(简单) POJ 1860 Currency Exchange,SPFA判圈。
Description Several currency exchange points are working in our city. Let us suppose that each point specializes in two particular currencies and p...
分类:其他好文   时间:2015-03-15 00:31:12    阅读次数:145
(中等) HDU 3416 Marriage Match IV,SPFA+SAP。
Description Do not sincere non-interference。 Like that show, now starvae also take part in a show, but it take place between city A and B. Starv...
分类:其他好文   时间:2015-03-14 23:08:52    阅读次数:188
(简单) LightOJ 1074 Extended Traffic,SPFA+负环。
Description Dhaka city is getting crowded and noisy day by day. Certain roads always remain blocked in congestion. In order to convince people avoi...
分类:其他好文   时间:2015-03-14 23:08:49    阅读次数:189
SGU[114] Telecasting station
Description描述Every city in Berland is situated on Ox axis. The government of the country decided to build new telecasting station. After many experime...
分类:其他好文   时间:2015-03-13 20:42:14    阅读次数:152
四行代码获取公网IP地址
uses msxml, RegularExpressions; function GetPublicIP:string; var req: IXMLHTTPRequest; begin req := CoXMLHTTP.Create; req.open('get', 'http://city.ip138.com/ip2city.asp', False, EmptyStr, Empty...
分类:其他好文   时间:2015-03-13 18:50:48    阅读次数:119
hdoj 1506&&1505(City Game) dp
// l表示从l[i]到i连续大于a[i]的最远左区间,r表示从i到r[i]连续大于a[i]的最远又区间 DP 找出 a[i] 的最远左区间和最远右区间与自己连着的比自己大的数的长度 , 然后用这个长度乘以 a[i], 乘积最大的那个就是答案 hdoj 1506 #include #include #include using namespace std; #define N 100...
分类:其他好文   时间:2015-03-12 17:16:20    阅读次数:127
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!