码迷,mamicode.com
首页 >  
搜索关键字:city    ( 3144个结果
android获取wifi外网ip的方法
// 获取外网IP public static String GetNetIp() { URL infoUrl = null; InputStream inStream = null; try { // http://iframe.ip138.com/ic.asp // infoUrl = new URL("http://city.ip138.com/city0.asp"...
分类:移动开发   时间:2015-07-30 00:50:11    阅读次数:321
poj 2312 Battle City【bfs+优先队列】
Battle CityTime Limit:1000MSMemory Limit:65536KTotal Submissions:7579Accepted:2544DescriptionMany of us had played the game "Battle city" in our child...
分类:其他好文   时间:2015-07-29 22:43:00    阅读次数:135
NYOJ587 blockhouses【DFS】
blockhouses 时间限制:1000 ms  |  内存限制:65535 KB 难度:3 描述 Suppose that we have a square city with straight streets. A map of a city is a square board with n rows and n columns, each representing a s...
分类:其他好文   时间:2015-07-29 15:56:13    阅读次数:113
The Skyline Problem
A city's skyline is the outer contour of the silhouette formed by all the buildings in that city when viewed from a distance. Now suppose you aregiven...
分类:其他好文   时间:2015-07-29 06:13:38    阅读次数:95
在html借助itemid存储信息
背景:比如存在学生选择的CheckBox,希望在CheckBox中同时存储学生的姓名及其所在的城市,比如选择Lily所对应的CheckBox以后,可以获得Lily所在的城市“NewYork”。html代码如下:如上代码,s是一个Stu对象,由ID、Name、City和Age四个字段组成,在html代...
分类:Web程序   时间:2015-07-28 22:58:12    阅读次数:208
poj 1703 Find them, Catch them(带权并查集和一种巧妙的方法)
Find them, Catch them Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 36176   Accepted: 11090 Description The police office in Tadu City decides to say ends...
分类:其他好文   时间:2015-07-27 16:24:09    阅读次数:101
ANT+ 之【心率传感器设计】【上】
“Don't ever underestimate the heart of a champion.” ——Rudy Tomjanovich对于这句堪称Clutch City精神写照的话,我却也有着另一方面的理解。那么便是:对于专业运动训练来讲,心率表真的是最最重要的辅助设备没有之一了。这次写的主题...
分类:其他好文   时间:2015-07-26 22:14:47    阅读次数:241
POJ 2435Navigating the City(bfs)
题意:给你一个地图,’+’代表十字路口,‘-’‘|’表示街道,‘.’表示建筑物,‘s’,’E’ 起点和终点。输出从起点到终点的的 最短路径(包括方向和沿该方向的经过的十字路口数)分析:ans[i][j],起点到(i,j)点的最短路径,bfs求出所有,再从终点回推到起点得最短路径。#include #...
分类:其他好文   时间:2015-07-26 18:52:04    阅读次数:117
坦克大战
坦克大战时间限制:1000ms | 内存限制:65535KB难度:3描写叙述Many of us had played the game "Battle city" in our childhood, and some people (like me) even often play it on c...
分类:其他好文   时间:2015-07-26 17:20:10    阅读次数:134
poj 1860 Currency Exchange(Bellman-Ford 改)
poj 1860 Currency ExchangeDescription Several currency exchange points are working in our city. Let us suppose that each point specializes in two particular currencies and performs exchange operations...
分类:其他好文   时间:2015-07-26 11:12:33    阅读次数:175
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!