上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 34 下一页
摘要: https://blog.csdn.net/Philm_iOS/article/details/93998313 姿态识别和模型绑定 https://zhuanlan.zhihu.com/p/47839718 AR内容的具体应用方式 https://blog.csdn.net/kyl28288954 阅读全文
posted @ 2020-07-16 16:39 雨筱逸悠 阅读(98) 评论(0) 推荐(0) 编辑
摘要: // // ViewController.m // opencvTest // // Created by mac on 2020/7/16. // Copyright © 2020 mac. All rights reserved. // #import <opencv2/opencv.hpp> 阅读全文
posted @ 2020-07-16 16:28 雨筱逸悠 阅读(285) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-07-03 17:26 雨筱逸悠 阅读(0) 评论(0) 推荐(0) 编辑
摘要: - (void)testWorkThread { self.thread = [AlwaysLiveThread new]; [self.thread startThisThread]; int count = 0; int __block writeItem = 0; int __block ch 阅读全文
posted @ 2020-06-19 14:07 雨筱逸悠 阅读(219) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-06-19 10:50 雨筱逸悠 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-06-17 17:59 雨筱逸悠 阅读(0) 评论(0) 推荐(0) 编辑
摘要: //固件升级代码(设置代理之类的就不说了,代码这么多原理也看不过来) // DFUFirmware *selectedFirmware = [[DFUFirmware alloc] initWithZipFile:firmWareData]; dispatch_queue_t eventQueue 阅读全文
posted @ 2020-05-20 18:32 雨筱逸悠 阅读(1465) 评论(0) 推荐(0) 编辑
摘要: https://developer.apple.com/library/archive/documentation/Miscellaneous/Reference/UTIRef/Articles/System-DeclaredUniformTypeIdentifiers.html 阅读全文
posted @ 2020-05-20 10:47 雨筱逸悠 阅读(145) 评论(0) 推荐(0) 编辑
摘要: ///以下方法可以理解成,给到NSRunloop对应RunMode下多长时间来执行属于该RunMode下的任务,如果执行完成了任务返回,如果超时了也返回,否则一直等待执行任务直到外部调用使之退出此次Runloop的RunMode///指定了超时的OC方法也就是调用了下面这个方法 CFRunLoopR 阅读全文
posted @ 2020-05-19 19:48 雨筱逸悠 阅读(222) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-05-19 17:01 雨筱逸悠 阅读(0) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 34 下一页