码迷,mamicode.com
首页 >  
搜索关键字:adapter pattern    ( 10157个结果
SentenceGeneration
1 public String SentenceGerneration(String pattern, ArrayList candSlotList, ArrayList argList){2 ArrayList candSentenceList = new ArrayList();3 ...
分类:其他好文   时间:2014-04-30 18:48:43    阅读次数:433
jsonarray----->list
JSONArray--------------->List----------------->Adapter------------------>ListView
分类:Web程序   时间:2014-04-29 16:34:46    阅读次数:337
[Android学习系列13]关于Gridview的一些事
用mvc的思想去理解 数据源,adapter,xxxView的关系,写代码就轻松多了先写一个简单的gridview第一版:只有图片xml View Codejava代码public class ActivityMain extends Activity { @Override ...
分类:移动开发   时间:2014-04-29 14:39:24    阅读次数:970
二代身份证号码校验 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
10157条   上一页 1 ... 1014 1015 1016
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!