码迷,mamicode.com
首页 >  
搜索关键字:designed    ( 349个结果
Python with/as Context Managers
This statement is designed to work with context manager objects, which support a new method-based protocol, similar in spirit to the way that iteratio...
分类:编程语言   时间:2015-10-29 11:10:05    阅读次数:327
ABySS 拼接工具
ABySS, that stands for Assembly By Short Sequences, is a de novo, parallel, paired-end sequence assembler that is designed for short reads. The single...
分类:其他好文   时间:2015-10-15 01:09:48    阅读次数:546
Introducing initramfs
Summary: The new initramfs infrastructure in the 2.6 kernel is designed to replace not only initrd, but the kernel's built-in "root=" mechanism for fi...
分类:其他好文   时间:2015-10-10 10:19:46    阅读次数:220
PID控制器(比例-积分-微分控制器)- V
Linear Actuator - PID ControlIntroductionThis application guide is designed to explain the basics of PID control and how to implement a basic control ...
分类:其他好文   时间:2015-09-21 19:09:53    阅读次数:281
Git
Git is afree and open sourcedistributed version control system designed to handle everything from small to very large projects with speed and efficien...
分类:其他好文   时间:2015-09-16 19:44:06    阅读次数:184
使用solr的DIHandler 构建mysql大表全量索引,内存溢出问题的解决方法
solr官方给出的解决方式是:DataImportHandler is designed to stream row one-by-one. It passes a fetch size value (default: 500) to Statement#setFetchSize which som...
分类:数据库   时间:2015-09-11 15:35:52    阅读次数:258
poj 2697 A Board Game(bfs+hash)
DescriptionDao was a simple two-player board game designed by Jeff Pickering and Ben van Buskirk at 1999. A variation of it, called S-Dao, is a one-pl...
分类:其他好文   时间:2015-09-10 12:28:26    阅读次数:209
[LeetCode] H-Index II
This problem is designed specifically to use binary search. In fact, in H-Index, someone has already used this idea (you may refer to this post :-))Th...
分类:其他好文   时间:2015-09-04 23:52:19    阅读次数:196
Effective Java 英文 第二版 读书笔记 Item 4:Attempting to enforce noninstantiability by making a class abstract does not work.
The class can be subclassed and the subclass instantiated.Futhermore,it misleads the user into thinking the class was designed for inheritance(继承). Th...
分类:编程语言   时间:2015-09-04 17:07:47    阅读次数:246
ACM基础之四种输入类型及常见实现方法
输入_第一类 输入不说明有多少个Input Block,以EOF为结束标志。例题(HDOJ1089)Problem DescriptionYour task is to Calculate a + b.Too easy?! Of course! I specially designed the pr...
分类:其他好文   时间:2015-09-02 23:19:25    阅读次数:320
349条   上一页 1 ... 19 20 21 22 23 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!