码迷,mamicode.com
首页 >  
搜索关键字:think    ( 1909个结果
Hdu 5001 Walk 概率dp
WalkTime Limit: 1 Sec Memory Limit: 256 MB题目连接http://acm.hdu.edu.cn/showproblem.php?pid=5001DescriptionI used to think I could be anything, but now I ...
分类:其他好文   时间:2015-09-08 23:31:40    阅读次数:303
Map.entrySet() 简介
转载:http://blog.csdn.net/mageshuai/article/details/3523116今天看Think in java 的GUI这一章的时候,里面的TextArea这个例子在遍历Map时用到了Map.Entry 和 Map.entrySet() ,记得只见过Map.Key...
分类:其他好文   时间:2015-09-08 19:47:49    阅读次数:121
Through the forest
原文 Mrs. Anne Sterling did not think of the risk she was taking when ran through a forest after two men. They had rushed up to her while she was having a picnic at the edge of a forest with her ch...
分类:其他好文   时间:2015-09-07 14:32:21    阅读次数:222
交互设计师谈颠覆式创新 | Think different
作者:Teambition 交互设计师 樊伟本文由 Teambition 原创。转载请注明出处,附原文链接题图:by Ed Chao我们不需要像主流市场的大公司一样做类似相扑的庞大,而是需要像柔道一样做到快速和精准。相扑因其庞大的身躯而难以做出改变,而柔道却总会精准的找到相扑的致命点和其忽视的部分进...
分类:其他好文   时间:2015-09-07 14:24:10    阅读次数:159
Python 笔记1 input 与raw_input
尝试写一个猜字游戏时,使用了raw_input()作为输入。代码如下。think = 53guess = raw_input("Guess what I think\n")while True: if guess > think: print "It's too big." ...
分类:编程语言   时间:2015-09-06 01:10:30    阅读次数:186
HDU 1024 Max Sum Plus Plus(二维数组转化为一维数组)
Problem Description:Now I think you have got an AC in Ignatius.L's "Max Sum" problem. To be a brave ACMer, we always challenge ourselves to more diffi...
分类:编程语言   时间:2015-09-06 01:06:30    阅读次数:294
Effective C++——条款14(第3章)
条款14:    在资源管理类中小心copying行为 Think carefully about copying behavior in resource-managing classes       条款13导入这样的观念:"资源取得时机便是初始化时机"(Resource Acquisition Is Initializaiton,RAII),并以此作为"资源管理类"的脊柱,也描...
分类:编程语言   时间:2015-09-01 01:47:50    阅读次数:247
If There Is Only One Solution, Get a Second Opinion
?If There Is Only One Solution, Get a Second OpinionTimothy Highyou’vE pRoBABly HEARd THiS SAid BEFoRE. If you’re an experienced architect, you know it’s true: if you can only think of one solution to...
分类:其他好文   时间:2015-08-31 13:40:07    阅读次数:138
Innocence --Avril Lavigne (艾薇儿·拉维尼)
Waking up I see that everything is ok 睁开双眼 我发现 一切如期上演 The first time in my life and now it's so great 我的生活从未如此美好呈现 Slowing down I look around and I am so amazed 放慢脚步环顾四面 我感到惊艳 I think about the little...
分类:其他好文   时间:2015-08-29 12:43:46    阅读次数:230
How can worst case time complexity of Hashtable be O(n^2)
Hash tablesareO(1)average andamortizedcase complexity, however is suffers fromO(n)worst casetime complexity. [And I think this is where your confusion...
分类:其他好文   时间:2015-08-28 13:12:51    阅读次数:170
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!