码迷,mamicode.com
首页 >  
搜索关键字:just a hook    ( 3745个结果
ubuntu下openGL的配置方法
This is a simple tutorial to show a new linux user (such as myself) how to setup freeglut and OpenGl. OS: ubuntu 12.1 I have just recently become a .....
分类:其他好文   时间:2014-05-23 11:07:45    阅读次数:380
设计模式(8)--模板方法模式
关键词 :hook 钩子    Applet 中 init() destory() 为钩子,需要子类去实现。  新原则: 别调用我们,我们会调用你们    高层调用低层   低层不能调用高层。 目的 :封装算法 模板方法:子类决定如何实现算法中的步骤 策略:封装可互换的行为,然后使用委托来决定要采用哪一个行为 工厂方法:由子类决定实例化哪个具体类 OO原则:新原则上面 OO模式:...
分类:其他好文   时间:2014-05-21 15:51:32    阅读次数:270
poj 3735 Training little cats(矩阵快速幂)
Description Facer's pet cat just gave birth to a brood of little cats. Having considered the health of those lovely cats, Facer decides to make the cats to do some exercises. Facer has well designe...
分类:其他好文   时间:2014-05-21 10:36:57    阅读次数:297
LeetCode: Longest Valid Parentheses [031]
【题目】 Given a string containing just the characters '(' and ')', find the length of the longest valid (well-formed) parentheses substring. For "(()", the longest valid parentheses substring is "()", which has length = 2. Another example is ")()())", whe...
分类:其他好文   时间:2014-05-20 16:39:07    阅读次数:280
android hook getdeceiveid
很多手机软件使用了手机绑定。QQ,微信等。如果使用了不同的设备,则需要验证码。要用一台手机来模拟与另一台手机一样环境,估计hook 系统的相关函数可以实现。想着应该有现成的软件的,例如 smart imei 什么的,因为合约机用户非常需要这东东:)结果没找到。查查相关的实现文档。android ho...
分类:移动开发   时间:2014-05-18 19:46:21    阅读次数:362
【Leetcode】Valid Parentheses
Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. The brackets must close in the correct order, "()" and "()[]{}" are all vali...
分类:其他好文   时间:2014-05-18 15:11:17    阅读次数:249
LeetCode: Valid Parentheses [020]
【题目】 Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. The brackets must close in the correct order, "()" and "()[]{}" are all valid but "(]" and "([)]" are not. 【题意】 判断给定的字符串是否是合法的...
分类:其他好文   时间:2014-05-18 10:08:11    阅读次数:327
Don‘t talk.Just do it.
对于算法,自己掌握的还是不多。而且我发现对于一个算法的理解很重要,或许你会发现你貌似会用某总算法可是,他一旦变形,自己就无从下手。 还有就是对于算法,最好每次都自己敲,这样不仅能增加对于算法的熟度,还能增加自己的理解。每次敲,都有不同的体会吧。 假如自己平时不自己实现算法。会发现比赛是自己有思路却不敢去敲。 对于算法学习,已经有一段时间了吧,但是好像提高并不明显,自己并没有一直坚持。、 ...
分类:其他好文   时间:2014-05-18 07:39:29    阅读次数:201
LeetCode: Letter Combinations of a Phone Number [018]
【题目】 Given a digit string, return all possible letter combinations that the number could represent. A mapping of digit to letters (just like on the telephone buttons) is given below. Input:Digit string "23" Output: ["ad", "ae", "af", "bd", "be", "bf",...
分类:其他好文   时间:2014-05-18 07:30:12    阅读次数:340
C++ Basis
1.pre-defined function void funciton2.using programmer-defined function a.declaration-- in main() or above main() in global space b.definition -- just...
分类:编程语言   时间:2014-05-17 22:17:28    阅读次数:268
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!