Walking on the Safe Side
Square City is a very easy place for people to walk around. The two-way streets run North-South or East-West dividing the city into regular blocks. Most street int...
分类:
其他好文 时间:
2014-11-14 19:47:01
阅读次数:
270
var areaTabContainer = $("#JD-stock .tab li");
var provinceContainer = $("#stock_province_item");
var cityContainer = $("#stock_city_item");
var currentProvinceId;
var isFirst = 0;
//当前地域信息
...
分类:
Web程序 时间:
2014-11-13 14:42:01
阅读次数:
222
City Game
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 4838 Accepted Submission(s): 2071
Problem Description
Bob is a strateg...
分类:
其他好文 时间:
2014-11-12 17:53:30
阅读次数:
151
/*
*Author : DavidLin
*Date : 2014-11-11pm
*Email : linpeng1577@163.com or linpeng1577@gmail.com
*world : the city of SZ, in China
*Ver : 000.000.001
*history : editor...
分类:
系统相关 时间:
2014-11-11 21:08:37
阅读次数:
294
DescriptionThe city of M is a famous shopping city and its open-air shopping malls are extremely attractive. During the tourist seasons, thousands of ...
分类:
其他好文 时间:
2014-11-11 18:51:07
阅读次数:
258
可变参数def enroll(name, gender, age=6, city='Beijing'): print 'name:', name print 'gender:', gender print 'age:', age print 'city:', city调用:e...
分类:
编程语言 时间:
2014-11-11 12:20:57
阅读次数:
240
============问题描述============ {"weatherinfo":{"city":"北京","cityid":"101010100","temp1":"2","temp2":"15","weather":"小到中雨转小雨","img1":"d21.gif","img2":"n7...
分类:
移动开发 时间:
2014-11-08 15:06:56
阅读次数:
185
UVA1455 - Kingdom(并查集 + 线段树)题目链接题目大意:一个平面内,给你n个整数点,两种类型的操作:road x y 把city x 和city y连接起来,line fnum (浮点数小数点一定是0.5) 查询y = fnum这条直线穿过了多少个州和city。州指的是连通的城市。...
分类:
其他好文 时间:
2014-11-08 11:45:37
阅读次数:
186
无标题文档 地区 js代码/* Province-City-Country selection pccs.js autho...
分类:
其他好文 时间:
2014-11-07 12:56:45
阅读次数:
197
题目:ZOJ Problem Set - 3195 Design the city
题意:给出一个图,求三点的连起来的距离。
分析:分别求出三点中任意两点的距离 / 2 = ans
AC代码:
#include
#include
#include
#include
using namespace std;
#define N 50010
#define M...
分类:
其他好文 时间:
2014-11-06 20:09:26
阅读次数:
129