码迷,mamicode.com
首页 >  
搜索关键字:nexus one    ( 29197个结果
Missile:双状态DP
题目 描述 Long , long ago ,country A invented a missile system to destroy the missiles from their enemy . That system can launch only one missile to destroy multiple missiles if the heights of all the...
分类:其他好文   时间:2014-08-22 00:26:05    阅读次数:218
poj1002 487-3279
DescriptionBusinesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or p...
分类:其他好文   时间:2014-08-22 00:19:05    阅读次数:195
Java Word Ladder(字梯)
问题:Given two words (start and end), and a dictionary, find the length of shortest transformation sequence from start to end, such that:Only one letter...
分类:编程语言   时间:2014-08-21 22:47:14    阅读次数:184
[DS Basics] List
1, LinkedListcomposed of one and one Node: [data][next].[head] ->[data][next] ->[data][next] ->[data][next] -> [null].Empty linkedList: head == null.V...
分类:其他好文   时间:2014-08-21 22:46:14    阅读次数:229
CodeForces 440C One-Based Arithmetic(递归,dfs)
A - One-Based Arithmetic Time Limit:500MS     Memory Limit:262144KB     64bit IO Format:%I64d & %I64u Submit Status   Appoint description:  System Crawler  (2014-08-21) Description ...
分类:其他好文   时间:2014-08-21 21:16:04    阅读次数:215
PHP正则表达式的一些学习
PHP 正则表达基本语法应用学习。 ^ 开始  $ 结束 * 匹配零个或者更多  zero or more  "ab*" 匹配字符串a和0个或者更多的b组成的字符串("a" "ab" "abb" "abbbbbb" etc) + 匹配一个或者更多  one or more "ab+" 匹配字符串a和一个或者更多b组成的字符串("ab"...
分类:Web程序   时间:2014-08-21 17:18:24    阅读次数:212
hdu2962 Trucking (最短路+二分查找)
Problem DescriptionA certain local trucking company would like to transport some goods on a cargo truck from one place to another. It is desirable to ...
分类:其他好文   时间:2014-08-21 17:03:24    阅读次数:246
uva 755
题目 Businesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or phrase. For example, you can call the University of Wa...
分类:其他好文   时间:2014-08-21 15:22:24    阅读次数:237
jQuery异步获取json数据的2种方式
jQuery异步获取json数据有2种方式,一个是$.getJSON方法,一个是$.ajax方法。本篇体验使用这2种方式异步获取json数据,然后追加到页面。 在根目录下创建data.json文件:{ "one" : "Hello", "two" : "World"}■ 通过$.getJSON方法获...
分类:Web程序   时间:2014-08-21 13:03:14    阅读次数:188
嵌套错误Inline markup blocks (@<p>Content</p>) cannot be nested. Only one level of inline markup is allowed
例子:@{Html.Telerik().Splitter().Name("MainSplitter") .Orientation(SplitterOrientation.Vertical) .Panes(vPanes => { vPanes.Add() ...
分类:其他好文   时间:2014-08-21 11:13:03    阅读次数:171
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!