码迷,mamicode.com
首页 >  
搜索关键字:implement strstr    ( 2381个结果
Android ViewGroup onInterceptTouchEvent
public booleanonInterceptTouchEvent(MotionEventev) Implement this method to intercept all touch screen motion events. This allows you to watch events....
分类:移动开发   时间:2014-07-22 23:07:55    阅读次数:537
SCJP_104——题目分析(3)
11. what is reserved words in java?A. run B. default C. implement D. import Java 中,给标识符取名的时候,不能使用关键字和保留字。在 Java 中常用的关键字有: 1、访问控制符: public、protecte...
分类:其他好文   时间:2014-07-22 22:59:16    阅读次数:262
C语言的观察者模式
/*hdr ** Copyright ... ** AUTHOR MichaelMa ** DATE 4-May-2014 ** DESCRIPTION implement a mode of observer in C ** NOTE may be some bugs ...
分类:编程语言   时间:2014-05-10 09:53:03    阅读次数:679
LeetCode——LRU Cache
LRU Cache   Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. get(key) - Get the value (will always be posi...
分类:其他好文   时间:2014-05-07 07:16:21    阅读次数:316
CareerCup之1.1字符串中字符判重
【题目】 Chapter 1 | Arrays and Strings 原文: 1.1 Implement an algorithm to determine if a string has all unique characters. What if you can not use additional data structures? 译文: 实现一个算法来判断一个字符串中的字符...
分类:其他好文   时间:2014-05-07 04:27:41    阅读次数:312
Cracking the coding interview
CareerCup 目录 Chapter 1 | Arrays and Strings 1.1  Implement an algorithm to determine if a string has all unique characters. What if you can not use additional data structures? 1.2 Write co...
分类:其他好文   时间:2014-05-07 04:25:44    阅读次数:320
【Leetcode】String to Integer (atoi)
【Question】 Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the p...
分类:其他好文   时间:2014-05-07 04:17:18    阅读次数:259
初学java之接口基础
1 /* 2 长城牌电视机 3 联想奔月5008PC机 4 */ 5 6 7 package st; 8 //接口回调实例 9 interface ShowMessage10 {11 void 显示商标 (String s);12 }13 class TV implement...
分类:编程语言   时间:2014-05-06 12:53:59    阅读次数:369
进度条与执行过程
Client Side Pagination - jQuery EasyUI Demo Client Side Pagination ddf Start This sample shows how to implement client side pagina...
分类:其他好文   时间:2014-04-29 15:14:24    阅读次数:586
leetcode day6 -- String to Integer (atoi) && Best Time to Buy and Sell Stock I II III
1、 ?? String to Integer (atoi) Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yours...
分类:其他好文   时间:2014-04-29 13:22:22    阅读次数:341
2381条   上一页 1 ... 236 237 238 239 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!