码迷,mamicode.com
首页 >  
搜索关键字:similar    ( 531个结果
UVA - 12041 BFS (Binary Fibonacci String)
Description Problem B - BFS (Binary Fibonacci String) We are familiar with the Fibonacci sequence (1, 1, 2, 3, 5, 8, ...). What if we define a similar sequence for strings? Sounds interesting? Let...
分类:其他好文   时间:2014-08-14 10:45:58    阅读次数:252
NYOJ 1067 Compress String(区间dp)
Compress String 时间限制:2000 ms  |  内存限制:65535 KB 难度:3 描述 One day,a beautiful girl ask LYH to help her complete a complicated task—using a new compression method similar to Run Length Encod...
分类:其他好文   时间:2014-08-09 18:46:18    阅读次数:284
多线程
multithreading,multiprocessingBlock multi-threading:context switching意味着从现有的寄存器集切换到另一套Interleaved multithreading:similar to preemptive multitasking,mo...
分类:编程语言   时间:2014-08-07 02:56:28    阅读次数:273
LeetCode "First Missing Positive"
Similar with "Longest Consecutive Sequence". Another usage to hashset.Take care of corner cases!class Solution {public: int firstMissingPositive(in...
分类:其他好文   时间:2014-07-28 15:16:43    阅读次数:206
[zz] be similar with和be similar to的区别
http://wenda.tianya.cn/question/4cb13da080ee34c9be similar to后边既可以加物主代词又可以加人,即:be similar to sth/sbbe similar with后边只可以加人 ,即be similar with sb例如:My pr...
分类:其他好文   时间:2014-07-27 23:13:29    阅读次数:239
开源软件许可协议简介
英文原文:A Short Guide To Open-Source And Similar Licenses 很多软件开发者和设计者都有将自己的软件作品以开源的形式公之于众的想法。他们希望其他人也可以分享自己的作品,使用自己的作品。开源社区之所以能蓬勃发展就是因为人们有这样的愿望。开源软件如此的丰....
分类:其他好文   时间:2014-07-16 20:08:01    阅读次数:207
Algorithm
The modern meaning for algorithm is quite similar to that of recipe, process, method, technique, procedure, routine, rigmarole, except that the word "...
分类:其他好文   时间:2014-07-16 19:15:58    阅读次数:184
c# 关键字delegate、event(委托与事件)[MSDN原文摘录][1]
A delegate is a type that safely encapsulates a method, similar to a function pointer in C and C++. Unlike C function pointers, delegates are object-o...
分类:其他好文   时间:2014-07-16 15:43:31    阅读次数:228
【DataStructure】The difference among methods addAll(),retainAll() and removeAll()
In the Java collection workframe, there are three similar methods, addAll(),retainAll() and removeAll().  addAll(), the retainAll(), and the removeAll()methods are equivalent to the set theoretic unio...
分类:其他好文   时间:2014-07-13 16:43:15    阅读次数:268
浅谈递归
定义英文定义:Recursion is the process of repeating items in a self-similar way.具体到计算机中去:递归:又称为递回,在数学和计算机科学中,是指在函数的定义中使用函数自身的方法.[以上定义来源为wiki].英文的Recursion表达的...
分类:其他好文   时间:2014-07-05 19:17:57    阅读次数:200
531条   上一页 1 ... 50 51 52 53 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!