码迷,mamicode.com
首页 >  
搜索关键字:decorator pattern    ( 8466个结果
理解linux sed命令
理解linux sed命令(2010-02-27 18:21:20) 标签:linuxshellsed替换 分类:革命本钱 1. Sed简介sed是一种在线编辑器,它一次处理一行内容。处理时,把当 前处理的行存储在临时缓冲区中,称为“模式空间”(pattern space),接着用sed命令处理缓冲...
分类:系统相关   时间:2014-05-01 01:18:57    阅读次数:726
SentenceGeneration
1 public String SentenceGerneration(String pattern, ArrayList candSlotList, ArrayList argList){2 ArrayList candSentenceList = new ArrayList();3 ...
分类:其他好文   时间:2014-04-30 18:48:43    阅读次数:433
二代身份证号码校验 Java版
未命名import java.text.DateFormat;import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Date;import java.util.regex.Pattern;...
分类:编程语言   时间:2014-04-29 11:15:46    阅读次数:619
适配器模式--Adapter Pattern
模拟场景:很多人都喜欢看NBA吧,姚明进驻NBA,打开了中国的市场。虽然后面姚明在NBA打得还不错,但是在刚进入NBA篮坛的时候,并不是那么顺利的。语言交流就是一个最大的问题。刚开始打球期间,教练及队员的战术部署姚明都无法理解,所以他需要这么一个翻译者,将教练及队员的意思转达给姚明,这样才可以进.....
分类:其他好文   时间:2014-04-28 13:44:44    阅读次数:491
机器学习的相关书籍
《Introduction to Data Mining》 《Data Mining : Concepts and Techniques》 《Introduction to Machine Learning》 《机器学习:实用案例解析》 《Pattern Recognition and Machin...
分类:其他好文   时间:2014-04-27 23:32:07    阅读次数:526
[Leetcode] ZigZag Conversion
The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font fo...
分类:其他好文   时间:2014-04-27 21:36:45    阅读次数:515
8466条   上一页 1 ... 845 846 847
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!