码迷,mamicode.com
首页 >  
搜索关键字:city    ( 3144个结果
TJU Problem 1090 City hall
注:对于每一横行的数据读取,一定小心不要用int型,而应该是char型或string型。原题:1090. City hallTime Limit: 1.0 Seconds Memory Limit: 65536KTotal Runs: 4874 Accepted Runs: 2395Because....
分类:其他好文   时间:2015-02-13 10:03:41    阅读次数:184
scoj2832: Mars city fzoj1462
Time Limit: 1000 mSec    Memory Limit : 32768 KB Problem Description Year 2900. Many people left Earth and built some cities on Mars. Currently there are N cities, some of which are connected b...
分类:其他好文   时间:2015-02-11 16:48:03    阅读次数:168
HDU 1505 City Game【DP】
题意:是二维的1506,即在1506的基础上,再加一个for循环,即从第一行到最后一行再扫一遍---自己写的时候,输入的方法不对---发现输不出结果,后来看了别人的----@_@发现是将字母和空格当成一个字符串来输入的。#include #include #include #include ...
分类:其他好文   时间:2015-02-11 10:49:50    阅读次数:161
使用jquery的trigger方法优化页面代码
我们做页面级联的时候经常会用到ajax处理数据,会为下拉菜单编写change事件。 //城市和区域联动 $("#City").change(function () { var cityValue = $("#City").val(); if (cityValu...
分类:Web程序   时间:2015-02-10 18:28:03    阅读次数:124
细数那些年我们一起玩过的Unity3D游戏(unity开发的游戏有哪些)
经典重现《新仙剑OL》 《新仙剑OL》采用跨平台Unity3D引擎,耗资数千万,历时三年多,由台湾大宇正版授权,“仙剑之父”姚壮宪监制的全球首款Unity3D航母级双端(网页和客户端)中国风MMORPG网络游戏巨作。主打温情牌并且延续了仙剑系列的国风雅韵,人物塑造细腻唯美,场景构建精致逼真。 《蒸汽之城》(City of Steam) 由国内游戏公司参与开发的Unity3...
分类:编程语言   时间:2015-02-10 13:22:25    阅读次数:200
POJ 2312 Battle City(优先队列+BFS)
题目链接:http://poj.org/problem?id=2312 Battle City Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 7085   Accepted: 2390 Description Many of us had playe...
分类:其他好文   时间:2015-02-09 23:08:15    阅读次数:206
PAT1018. Public Bike Management
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-02-09 21:27:22    阅读次数:99
uva 514 - Rails
Rails  There is a famous railway station in PopPush City. Country there is incredibly hilly. The station was built in last century. Unfortunately, funds were extremely limited that time. ...
分类:其他好文   时间:2015-02-09 09:30:01    阅读次数:201
PHP与MySQL动态网站开发2
处理HTML表单通过$_REQUEST['city'];访问,$_REQUESTcity大小写拼写必须要完全相同(name属性值)$_REQUEST是一个特殊的变量类型,称为超全局变量(后面详细讲)if(condition){ //Do something}elseif(condition2){ ....
分类:数据库   时间:2015-02-07 21:34:58    阅读次数:172
数据库系列之数据管理(插入数据)
插入数据 1 语法 INSERT [INTO] [(列名)] VALUES 其中:“[]”代表可选的;“”代表必需的。如果有多个列名和多个列值需要用逗号隔开。 2 实例 INSERT INTO Authors (AuthorName,Sex,Age,Email,TelPhone,City) VALU...
分类:数据库   时间:2015-02-07 15:53:54    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!