码迷,mamicode.com
首页 >  
搜索关键字:implementation    ( 1803个结果
Report processing of Microsoft Dynamic AX
Report processing of Microsoft Dynamic AX The implementation of a general electronic report usually has four classes. Contract: Comment: Contract clas
分类:其他好文   时间:2016-02-23 15:57:19    阅读次数:249
可以拖动的View
定义一个继承自UIview的类(即我们要移动的视图) BallView.h 1 @interface BallView : UIView 2 { 3 CGPoint startPoint; 4 } 5 @end BallView.m 1 @implementation BallView 2 3 -
分类:其他好文   时间:2016-02-23 11:15:14    阅读次数:125
UIVisualEffectView(自定义模糊视图)
#import "ViewController.h" @interface ViewController () @property (nonatomic, strong) UIScrollView *scrollView; @end @implementation ViewController -
分类:其他好文   时间:2016-02-22 19:02:18    阅读次数:126
java基础之 Advanced Class Design
java基础之 Advanced Class Design Abstract Classes In many programming situations, you want to specify an abstraction without specifying implementation-level details. In such cases, you can use e...
分类:编程语言   时间:2016-02-21 18:40:24    阅读次数:193
多线程 CGD快速迭代
#import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent
分类:编程语言   时间:2016-02-20 15:53:12    阅读次数:180
多线程经常使用的函数
#import "ViewController.h" #import "LZJPerson.h" @interface ViewController () @end @implementation ViewController - (void)touchesBegan:(NSSet<UITouch
分类:编程语言   时间:2016-02-20 11:55:52    阅读次数:210
binary search
The implementation of binary search is not complicated, but it is a vivid illustration of the power of divide-and-conquer. Here is the code 1 int bina
分类:其他好文   时间:2016-02-20 07:03:12    阅读次数:171
【代码笔记】翻书效果的实现
代码: RootViewController.m #import "RootViewController.h" @interface RootViewController () @end @implementation RootViewController - (id)initWithNibName
分类:其他好文   时间:2016-02-19 10:35:33    阅读次数:151
MCMC&Gibbs sampling
Note of Markov Chain Monte Carlo and Gibbs Sampling : http://pan.baidu.com/s/1jHpWY1o 序:A major limitation towards more widespread implementation of B
分类:其他好文   时间:2016-02-19 10:25:23    阅读次数:260
Handler(单例传值)
1 声明单例字符串类型,以copy类型 2 单例是类方法 3 返回值类型是 instancetype 4 单例不能释放 #import "Handler.h" static Handler *handler = nil;//需要把单例创建为全局变量 @implementation Handler +
分类:其他好文   时间:2016-02-18 13:48:00    阅读次数:105
1803条   上一页 1 ... 67 68 69 70 71 ... 181 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!