1.课程分两部分:算法分析,算法设计2.算法分析:首先考虑的是性能,how fast;其次会考虑通信,ram,disk占用等等3.what is more important than perf ? 功能性,模块化,安全,用户友好,可扩展... then why study algs? 1,perf...
分类:
其他好文 时间:
2014-07-29 16:47:12
阅读次数:
266
This tutorial will give a brief overview of the defun function and moreover explain why localising variables is a good habit to get into. By http://le...
分类:
其他好文 时间:
2014-07-29 13:53:59
阅读次数:
136
英文原文:Why programmers are not paid in proportion to their productivity 最有效率的程序员会比一般的程序员的编程效率高上几个数量级。但在任何公司里,他们的工资水平却只会出现很小的浮动差距。甚至在整个行业内,这种差距也不是很大。如果一....
分类:
其他好文 时间:
2014-07-28 23:32:14
阅读次数:
266
【这些是我刚学习HTML的时候做的笔记,在2013年,知识如果过时了,请大家指明,谢谢!】3W1H学习法?What | When |Why HOW注释:1、知道学习的这个东西是什么? 2、知道什么时候使用这个东西? 3、知道为什么使用这个东西。 4、知道怎么使用这个东西。 学习...
分类:
Web程序 时间:
2014-07-27 23:24:59
阅读次数:
268
Among other things, Bob is keen on photography. Especially he likes to take pictures of sportsmen. That was the reason why he placed himself in position x0 of
a long straight racetrack and got ready...
分类:
其他好文 时间:
2014-07-25 11:26:31
阅读次数:
447
Today we know that designers want uncompromising beauty of women in their handbags. They are also very aware of the need for efficiency. This is why s...
分类:
其他好文 时间:
2014-07-24 12:14:55
阅读次数:
245
本文翻译自JavaScript’s two zerosJavaScript has two zeros: ?0 and +0. This post explains why that is and where it matters in practice.JavaScript 中有两个“0”: -0...
分类:
编程语言 时间:
2014-07-24 10:18:03
阅读次数:
454
WHAT?提高代码运行速度的方法,减少代码的资源占用WHY?这里提出的都是“可以尝试的”方法,有的或许在你的环境根本不起作用,有的则能实实在在产生很好的效果HOW?Logic - 逻辑在知道答案后停止判断按照出现频率来调整判断顺序:让运行最快和判断结果最肯能为真的判断先行,即,让程序更容易进入常见状...
分类:
其他好文 时间:
2014-07-23 15:20:05
阅读次数:
201
// Jakarta Commons Loggingprivate static final Log log = LogFactory.getLog(MyClass.class);The above code also shows another good practice, which is to...
分类:
其他好文 时间:
2014-07-23 12:43:46
阅读次数:
239
一组外企iOS开发的笔试题,您能回答出来吗?从群里收集来的。1 why can't NSArray contain NSInteger Instance? with which extra step can you do it?2.complete this code so that it beco...
分类:
移动开发 时间:
2014-07-23 12:08:16
阅读次数:
240