码迷,mamicode.com
首页 >  
搜索关键字:implementation    ( 1803个结果
翻译器DIY————次序
突然有一种冲动,想要写一个编译器。因此,检查在网上搜索相关信息,思想direct3D 有本书叫龙,也有个龙书Compilers Principles,Techniques, & Tool 和虎书Modern Compiler Implementation in C 。在开源项目上找到了编译器的开源....
分类:其他好文   时间:2015-09-19 21:12:40    阅读次数:215
IOS AppDelegate设置Root页面
1.最简单的只有一个控制器的root页面(不用默认的storyrboard)AppDelegate.m#import "AppDelegate.h"#import "KCMainViewController.h"@interface AppDelegate ()@end@implementation...
分类:移动开发   时间:2015-09-19 18:07:04    阅读次数:257
DOM访问元素样式和操作元素样式
在HTML中定义样式的方式有三种:通过元素包含外部样式表文件(外部样式表)、使用元素定义嵌入式样式(嵌入式样式表)、使用style特性定义针对特定元素的样式(内联样式表)。要确定浏览器是否支持DOM2级定义的css的能力可以用document.implementation.hasFeature("c...
分类:其他好文   时间:2015-09-19 13:45:06    阅读次数:277
键盘收回 代码
// //??Tools.m //??UI // //??Created?by?Jason_Msbaby?on?15/9/19. //??Copyright?(c)?2015年?张杰.?All?rights?reserved. // #import?"Tools.h" @implementation?Tools //找到第一响应者...
分类:其他好文   时间:2015-09-19 12:34:08    阅读次数:140
多媒体之调用相机相册及视频播放
1 #import "RootViewController.h" 2 #import 3 #import //存放了系统调用的常量 4 @interface RootViewController () 5 6 @end 7 8 @implementation RootViewControl...
分类:其他好文   时间:2015-09-18 21:51:45    阅读次数:216
利用CGMutablePathRef制作画板涂鸦
效果图::具体代码如下:ViewControl:#import "ViewController.h"#import "PenView.h"#import "ToolView.h"@interface ViewController ()@end@implementation ViewControlle...
分类:Web程序   时间:2015-09-18 20:15:41    阅读次数:190
iOS中的UIDatePicker 日期选择器
#import "RootViewController.h"@interface RootViewController ()@property (nonatomic, retain) UITextField *textField;@end@implementation RootViewControl...
分类:移动开发   时间:2015-09-18 18:29:03    阅读次数:233
iOS中的UIAlertContrller
#import "RootViewController.h"@interface RootViewController ()@end@implementation RootViewController- (void)viewDidLoad { [super viewDidLoad]; ...
分类:移动开发   时间:2015-09-18 18:26:34    阅读次数:185
iOS中的UITextView
#import "TextViewController.h"@interface TextViewController ()@end@implementation TextViewController/* UITextView文本视图相比与UITextField直观的区别就是UITextView可以...
分类:移动开发   时间:2015-09-18 18:22:08    阅读次数:325
iOS RGB颜色封装
使用类别创建.h文件#import @interface UIColor (HexColor)+ (UIColor *)colorWithHex:(NSString *)hex;@end.m文件#import "UIColor+HexColor.h"@implementation UIColor (...
分类:移动开发   时间:2015-09-18 13:26:17    阅读次数:253
1803条   上一页 1 ... 91 92 93 94 95 ... 181 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!