码迷,mamicode.com
首页 >  
搜索关键字:implementation    ( 1803个结果
Tutorial: Implementation of Siamese Network on Caffe, Torch, Tensorflow
Tutorial: Implementation of Siamese Network on Caffe, Torch, Tensorflow 1. caffe version: If you want to try this network, just do as the offical docu ...
分类:Web程序   时间:2017-03-16 20:04:46    阅读次数:709
How to set up Tensorflow inception-v3 model on Windows
There is Inception-v3 model python implementation on GitHub at: https://github.com/tensorflow/models/tree/master/inception There are several shell scr ...
分类:Windows程序   时间:2017-03-16 15:07:21    阅读次数:498
源码03-02-08-控制器View的创建(XIB)
// // AppDelegate.m // 08-控制器View的创建(XIB) #import "AppDelegate.h" #import "ViewController.h" @interface AppDelegate () @end @implementation AppDelegat... ...
分类:其他好文   时间:2017-03-14 19:19:44    阅读次数:121
源码03-02-09-控制器View懒加载
// // AppDelegate.m // 09-控制器View懒加载 #import "AppDelegate.h" #import "ViewController.h" @interface AppDelegate () @end @implementation AppDelegate - (... ...
分类:其他好文   时间:2017-03-14 19:18:08    阅读次数:137
源码03-02-07-LoadView
// // AppDelegate.m // 07-控制器View的创建 #import "AppDelegate.h" @interface AppDelegate () @end @implementation AppDelegate - (BOOL)application:(UIApplica... ...
分类:其他好文   时间:2017-03-14 19:10:00    阅读次数:191
源码03-02-05-控制器的创建(storyboard)
// // AppDelegate.m // 05-控制器的创建(storyboard) #import "AppDelegate.h" @interface AppDelegate () @end @implementation AppDelegate - (BOOL)application:(U... ...
分类:其他好文   时间:2017-03-14 17:47:10    阅读次数:155
函数与方法对比
对象方法: (1)对象方法的实现只能写在@implementation...@end中,对象方法的声明只能写在 @interface...@end中间 (2)对象方法都以-号开头,类方法都以+号开头 (3)对象方法只能由对象来调用,类方法只能由类来调用,不能当做函数一样调用 (4)函数属于整个文件, ...
分类:其他好文   时间:2017-03-10 00:10:44    阅读次数:245
Implementation of Message Receiver
Implementation of Message Receiver ...
分类:其他好文   时间:2017-03-09 00:04:47    阅读次数:149
全屏滑动返回
#import "XMGNavigationViewController.h" @interface XMGNavigationViewController () @end @implementation XMGNavigationViewController - (void)viewDidLoad... ...
分类:其他好文   时间:2017-03-05 00:07:33    阅读次数:150
设置导航条标题及背景图片
#import "XMGNavigationViewController.h" @interface XMGNavigationViewController () @end @implementation XMGNavigationViewController + (void)load { UINa... ...
分类:其他好文   时间:2017-03-04 18:33:52    阅读次数:240
1803条   上一页 1 ... 42 43 44 45 46 ... 181 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!