码迷,mamicode.com
首页 >  
搜索关键字:city    ( 3144个结果
Placing Lampposts - UVa 10859 树形dp
As a part of the mission ?Beautification of Dhaka City?, the government has decided to replace all the old lampposts with new expensive ones. Since t....
分类:其他好文   时间:2014-12-23 06:38:55    阅读次数:218
获取城市代码
http://m.weather.com.cn/data5/city.xml返回所有省/直辖市的编号01|北京,02|上海,03|天津,04|重庆,05|黑龙江,06|吉林,07|辽宁,08|内蒙古,09|河北,10|山西,11|陕西,12|山东,13|新疆,14|西藏,15|青海,16|甘肃,17...
分类:其他好文   时间:2014-12-22 22:47:29    阅读次数:229
auto tool: make -2014-1210-0001
/* *Author : DavidLin *Date : 2014-12-10pm *Email : linpeng1577@163.com or linpeng1577@gmail.com *world : the city of SZ, in China *Ver : 000.000.001...
分类:其他好文   时间:2014-12-21 00:47:52    阅读次数:152
协议:如何实现一个最简单的通信协议(线程模拟)
*Author : DavidLin *Date : 2014-12-20pm *Email : linpeng1577@163.com or linpeng1577@gmail.com *world : the city of SZ, in China *Ver : 000.000.001 *For :...
分类:编程语言   时间:2014-12-20 18:16:23    阅读次数:153
在ASP.NET MVC中使用typeahead.js支持预先输入,即智能提示
使用typeahead.js可以实现预先输入,即智能提示,本篇在ASP.NET MVC下实现。实现效果如下: 首先是有关城市的模型。 public class City { public int Id { get; set; } public string Name { get; set; } pu...
分类:Web程序   时间:2014-12-20 02:08:03    阅读次数:307
MVC 如何获取外网IP
1 public string GetIP() 2 { 3 string tempIp = ""; 4 WebRequest wr = WebRequest.Create("http://city.ip138.com/ip2city.asp"); 5 Stream s = wr.Ge...
分类:Web程序   时间:2014-12-19 14:11:26    阅读次数:226
有个函数:char* reverse(char *buf)
/* *Author : DavidLin *Date : 2014-12-15pm *Email : linpeng1577@163.com or linpeng1577@gmail.com *world : the city of SZ, in China *Ver : 000.000.001   *For : reve...
分类:其他好文   时间:2014-12-18 22:19:38    阅读次数:182
newLISP FOOP 对象模型
对象之间的关系对象可以包含对象,就像一般面向对象的对象树一样。在lisp中,其实很简单, 因为对象就是list, 对象包含对象也就是list里面包含list,此嵌套关系可以有很多层。下面这个例子同样来自manual; create classes (new Class 'Person) (new Class 'Address) (new Class 'City) (new Class 'Stree...
分类:其他好文   时间:2014-12-14 18:38:36    阅读次数:168
auto_tool:源起及定义
*Author : DavidLin *Date : 2014-12-11pm *Email : linpeng1577@163.com or linpeng1577@gmail.com *world : the city of SZ, in China *Ver : 000.000.001 *histo...
分类:其他好文   时间:2014-12-12 00:06:45    阅读次数:322
自己动手写游戏:坦克撕逼大战
START:最近在公交车上无聊,于是用平板看了看下载的坦克大战的开发教程,于是在晚上回家后花了两天模仿了一个,现在来总结一下。一、关于坦克大战 《坦克大战》(Battle City)是1985年日本南梦宫Namco游戏公司开发并且在任天堂FC平台上,推出的一款多方位平面射击游戏。游戏以坦克战斗及保....
分类:其他好文   时间:2014-12-11 23:40:50    阅读次数:422
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!