码迷,mamicode.com
首页 >  
搜索关键字:efficient    ( 536个结果
python collections 库的学习
import collections注意 counter用的时候要大写,Counter是说统计一个List中的对象出现的次数,然后以Counter的形式返回例如http://stackoverflow.com/questions/3172173/most-efficient-way-to-calcu...
分类:编程语言   时间:2014-10-23 16:15:19    阅读次数:203
Connecting Docker for Cloud Services using SDN and Network Virtualization
Abstract Theexplosive scale of container CPUs needs highly efficient network virtualization Challenge  Thenumber of container-based CPUs will be 10-100 multiples up over that ofhype...
分类:Web程序   时间:2014-10-22 15:55:13    阅读次数:280
网页编程工具:EditPlus
EditPlus,很土很简单很强大的网页编程工具http://www.editplus.com/download.html 下载http://www.cnblogs.com/pingjiang/archive/2012/05/17/efficient-code-editor-editplus.ht....
分类:Web程序   时间:2014-10-22 12:30:15    阅读次数:250
TMapTextfile v.99/1
ByHellinger Software.Class to handle text files as memory mapped files.Including efficient methodes for access like sequentiell reador random access r...
分类:其他好文   时间:2014-10-20 09:58:03    阅读次数:251
QualType in clang
http://clang.llvm.org/docs/InternalsManual.html#the-qualtype-classthe QualType class is designed to be an efficient value class which contains a poi.....
分类:其他好文   时间:2014-10-19 15:33:36    阅读次数:260
LeetCode Search a 2D Matrix
Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are sorted from l...
分类:其他好文   时间:2014-10-16 14:04:12    阅读次数:178
JavaScript best practices
SummaryThis article discusses some best practices to follow for writing efficient, understandable JavaScript.IntroductionWriting a best practice artic...
分类:编程语言   时间:2014-10-14 19:26:38    阅读次数:328
10 Powerful Apache Modules--reference
Apache is the most popular web server in the world,because it is more efficient than others.Thrust of this article is to share some useful apache modu...
分类:其他好文   时间:2014-10-09 13:08:33    阅读次数:315
Search a 2D Matrix
Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are sorted from l...
分类:其他好文   时间:2014-10-07 15:03:53    阅读次数:130
编写高性能JavaScript
英文链接:Writing Fast, Memory-Efficient JavaScript   很多JavaScript引擎,如Google的V8引擎(被Chrome和Node所用),是专门为需要快速执行的大型JavaScript应用所设计的。如果你是一个开发者,并且关心内存使用情况与页面性能,你应该了解用户浏览器中的JavaScript引擎是如何运作的。无论是V8,SpiderMonkey的...
分类:编程语言   时间:2014-09-30 15:25:07    阅读次数:340
536条   上一页 1 ... 47 48 49 50 51 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!