码迷,mamicode.com
首页 >  
搜索关键字:implementation    ( 1803个结果
【读书笔记】iOS-截屏功能的实现。
一。整个project文件。 二,代码 ViewController.m #import "ViewController.h" #import <QuartzCore/QuartzCore.h> @interface ViewController () @end @implementation Vi ...
分类:移动开发   时间:2017-06-06 22:07:46    阅读次数:175
使用MQTTnet搭建MQTT Server
前言 MQTTnet 是MQTT协议的.NET 开源类库。 MQTTnet is a .NET library for MQTT based communication. It provides a MQTT client and a MQTT server. The implementation ...
分类:Web程序   时间:2017-06-06 19:55:14    阅读次数:4519
KVO---视图间数据的传递:标签显示输入的内容【多个视图中】
RootViewController.m #import "ModalViewController.h" @interface RootViewController () @end @implementation RootViewController { ModalViewController *m ...
分类:其他好文   时间:2017-06-06 18:23:59    阅读次数:112
IOS7中动态计算UILable的高度
.h文件 #import <UIKit/UIKit.h> @interface UILabel (ContentSize) - (CGSize)contentSize; @end .m文件 #import "UILabel+ContentSize.h" @implementation UILabel ...
分类:移动开发   时间:2017-06-06 15:53:27    阅读次数:206
AC算法
参考 http://tech.meituan.com/ac.html http://blog.csdn.net/joylnwang/article/details/6793192 http://www.hankcs.com/program/algorithm/implementation-and-a ...
分类:编程语言   时间:2017-06-05 00:44:10    阅读次数:226
papers
Neural Networks for Beginners. A fast implementation in Matlab, Torch, TensorFlow. Supervised Adversarial Networks for Image Saliency Detection Measur ...
分类:其他好文   时间:2017-06-01 17:46:39    阅读次数:126
UIView加入手势 然后UITableView 加入进这个View 导致UITableView 的单元格点击事件无效
#import "ViewController.h" @interface ViewController ()<UITableViewDataSource,UITableViewDelegate,UIGestureRecognizerDelegate> @end @implementation Vi ...
分类:其他好文   时间:2017-06-01 10:38:47    阅读次数:211
zlib库剖析(1):实现概览 Zipper.cpp
// Zipper.cpp: implementation of the CZipper class. // ////////////////////////////////////////////////////////////////////// #include "Zipper.h" #inc ...
分类:其他好文   时间:2017-05-27 19:13:47    阅读次数:168
DFS and BFS
DFS https://github.com/Premiumlab/Python-for-Algorithms--Data-Structures--and-Interviews/blob/master/Graphs/Implementation%20of%20Depth%20First%20Sear ...
分类:其他好文   时间:2017-05-25 22:07:04    阅读次数:255
java.util.HashMap
1 package java.util; 2 3 import java.io.*; 4 5 /** 6 * Hash table based implementation of the Map interface. This 7 * implementation provides all of t... ...
分类:编程语言   时间:2017-05-15 19:50:54    阅读次数:304
1803条   上一页 1 ... 39 40 41 42 43 ... 181 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!