码迷,mamicode.com
首页 >  
搜索关键字:practice    ( 1575个结果
Practice safe dc/dc converter
Short-circuit protection is an obvious requirement for a power supply, especially when its load connects to a cable that's subject to damage. Many mod...
分类:其他好文   时间:2014-11-28 16:04:06    阅读次数:149
Leetcode-Sort List
Sort a linked list in O(n log n) time using constant space complexity.Analsys:We use Merge Sort.NOTE: We should practice other sort algorithm, linke Q...
分类:其他好文   时间:2014-11-27 01:35:39    阅读次数:213
[AngularJS] Best Practise - Minification and annotation
Annotation Order:It's considered good practice to dependency inject Angular's providers in before our own custom ones.Bad:// randomly ordered dependen...
分类:Web程序   时间:2014-11-25 18:16:10    阅读次数:155
BFS CSU
因为要花费最少,如果花费最少的有多个还要使得步数最少 所以在判断一个数字要不要入队列的时候只要判断这个就可以了 I - Interesting Calculator Time Limit:2000MS     Memory Limit:131072KB     64bit IO Format:%lld & %llu Submit Status Practice CSU 1336...
分类:其他好文   时间:2014-11-24 22:41:25    阅读次数:284
toastmasters(November 13, 2014)
November 13, 2014        19:00~21:00        Feishang Cafe The problem of this meeting was that I still could not understand what the foreign friend said. Still need more listening practice, e...
分类:其他好文   时间:2014-11-24 17:19:31    阅读次数:136
【转】Docker —— 从入门到实践
http://yeasy.gitbooks.io/docker_practice/content/index.htmlDocker 是一个开源项目,诞生于 2013 年初,最初是 dotCloud 公司内部的一个业余项目。它基于 Google 公司推出的 Go 语言实现。 项目后来加入了 Linux...
分类:其他好文   时间:2014-11-24 15:03:44    阅读次数:172
POJ.grids.2980
题目链接:http://bailian.openjudge.cn/practice/2980解题思路:先将对应位相乘的积累加,最后再来处理进位问题;如 835*49;先做 835*9;得到 i 2 1 0 72 27 45再做 835*4得到 i 3 2 1 0 32 12 20 0再把对应位上的....
分类:其他好文   时间:2014-11-22 08:09:49    阅读次数:186
Scene\Layer\TransitionScene
http://www.cnblogs.com/mmidd/p/3804158.htmlIt is a good practice to use a Scene as the parent of all your nodes.Scene and Node are almost identical wi...
分类:其他好文   时间:2014-11-19 18:14:57    阅读次数:193
Splay POJ3468(老题新做)
A Simple Problem with Integers Time Limit:5000MS     Memory Limit:131072KB     64bit IO Format:%I64d & %I64u Submit Status Practice POJ 3468 Appoint description:  System Crawler  (2014-11-...
分类:其他好文   时间:2014-11-17 01:47:23    阅读次数:290
[Erlang危机](5.1.3)进程
ProcessesTrying to get a global view of processes is helpful when trying to assess how much work is being done in the VM in terms of tasks. A general good practice in Erlang is to use processes for tr...
分类:系统相关   时间:2014-11-15 11:28:38    阅读次数:167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!