一。整个project文件。 二,代码 ViewController.m #import "ViewController.h" #import <QuartzCore/QuartzCore.h> @interface ViewController () @end @implementation Vi ...
分类:
移动开发 时间:
2017-06-06 22:07:46
阅读次数:
175
前言 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
RootViewController.m #import "ModalViewController.h" @interface RootViewController () @end @implementation RootViewController { ModalViewController *m ...
分类:
其他好文 时间:
2017-06-06 18:23:59
阅读次数:
112
.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
参考 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
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
#import "ViewController.h" @interface ViewController ()<UITableViewDataSource,UITableViewDelegate,UIGestureRecognizerDelegate> @end @implementation Vi ...
分类:
其他好文 时间:
2017-06-01 10:38:47
阅读次数:
211
// Zipper.cpp: implementation of the CZipper class. // ////////////////////////////////////////////////////////////////////// #include "Zipper.h" #inc ...
分类:
其他好文 时间:
2017-05-27 19:13:47
阅读次数:
168
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
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