码迷,mamicode.com
首页 >  
搜索关键字:city    ( 3144个结果
[HiHoCoder]#1094 : Lost in the City 微软苏州校招笔试 12月27日
时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 Little Hi gets lost in the city. He does not know where he is. He does not know which direction is north. Fortunately, Little Hi has a map of th...
分类:其他好文   时间:2015-03-22 09:13:39    阅读次数:224
hihoCoder#1094 Lost in the City
原题地址限时10s,所以不用考虑什么算法了,暴力吧分别按照3x3视野的四个方向去地图上匹配,把符合的地点标记出来,最后统一按照从上到下,从左到右的顺序输出。代码: 1 #include 2 3 using namespace std; 4 5 #define MAP_SIZE 250 6 7...
分类:其他好文   时间:2015-03-21 22:53:22    阅读次数:179
NYOJ 284 坦克大战 && POJ 2312 Battle City (广搜+优先队列)
链接:click here~~ 题意: 描述 Many of us had played the game "Battle city" in our childhood, and some people (like me) even often play it on computer now.  What we are discussing is a simple edition...
分类:其他好文   时间:2015-03-20 23:52:07    阅读次数:452
SQL之集合运算
UNION(并集)集合运算1.UNION ALL集合运算该集合运算返回在输入的多集中出现的所有行,它实际上不会对行进行比较,也不会删除重复行。假设查询Query1返回m行,查询Query2返回n行,则该集合运算后返回(m+n)行1 SELECT country, region, city FROM ...
分类:数据库   时间:2015-03-20 06:46:58    阅读次数:230
thinkphp中实现省市区三级联动菜单
数据库文件:http://pan.baidu.com/s/1dDEkTLB1,<scriptlanguage="javascript"type="text/javascript"src="jquery.js"></script>2,<script>functionsetChild(parent_node,parent_id){ if(‘city_id‘==parent_node){ $(‘#city_id‘).html(‘<optionvalue=""..
分类:Web程序   时间:2015-03-19 18:43:25    阅读次数:185
分享一个可以获取7天24小时的天气预报API,包含PM2.5等数据
api地址: pm2.5 api http://api.lib360.net/open/pm2.5.json?city=洛阳 7天24小时天气api http://api.lib360.net/open/weather.json?city=苏州 GET 请求 参数? prov ? 可选省份 如:江苏 ?河北 city ? 城市名...
分类:Windows程序   时间:2015-03-19 16:41:22    阅读次数:5359
Textile City Textile World of loss and rebirth
FromZhejiangkeqiao"ChinaTextileCity"buy,toZhengzhoutosell,thenradiationtowardsthesurroundingprovinces,whentheenterpriseisextremely,reallysuperbcasheachdaytired.Dengsanlunenablepeopletodayshippinglaborer,someyearsbecametheownerofafewmilliondollarsinincome.Sp..
分类:其他好文   时间:2015-03-19 16:40:15    阅读次数:185
A1018. Public Bike Management (30)
There is a public bike service in Hangzhou City which provides great convenience to the tourists from all over the world. One may rent a bike at any s...
分类:其他好文   时间:2015-03-18 17:35:52    阅读次数:124
MyBatis insert 返回主键的方法
数据库:SqlServer2005表结构:/*==============================================================*//* Table: Dic_City *//*========================================...
分类:其他好文   时间:2015-03-17 17:42:54    阅读次数:179
GROUP BY外移,提高SQL运行速度
数据表dh_order_detail 里一共有169247条数据 原始SQL SELECT FROM_UNIXTIME(order_time, '%H:%i') 'time', city, district, LEFT (company, 6) company, goods_num, order_price, order_code, orde...
分类:数据库   时间:2015-03-17 15:55:47    阅读次数:176
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!