上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 54 下一页
摘要: https://www.cnblogs.com/firstdream/p/8192882.html 转非递归 1、二叉树(前序) #include <iostream> #include <string> #include <algorithm> #include <vector> #include 阅读全文
posted @ 2022-02-17 09:55 cnchengv 阅读(17) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/firstdream/p/8192882.html 1、代理 和装饰器 2、拥塞 https://blog.csdn.net/weixin_44161513/article/details/106651531 阅读全文
posted @ 2022-02-15 19:27 cnchengv 阅读(2405) 评论(0) 推荐(0) 编辑
摘要: cmcc-uyvi; hcddjz7i 阅读全文
posted @ 2022-02-12 10:23 cnchengv 阅读(2) 评论(0) 推荐(0) 编辑
摘要: CVPixelBufferRef显示在 UIImageView 1、 https://blog.csdn.net/fanyun_01/article/details/115338407 转变成uiimage直接赋值 2、移除 mainstoryboard 阅读全文
posted @ 2022-02-10 23:26 cnchengv 阅读(13) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/9e27f3b26bcd _CFToString宏定义里就有,还是从成功的里面比较即可,to thi 阅读全文
posted @ 2022-02-10 10:09 cnchengv 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 4、 https://stackoverflow.com/questions/15258290/how-to-convert-an-ffmpeg-avframe-in-yuvj420p-to-avfoundation-cvpixelbufferref 3、 https://blog.csdn.net 阅读全文
posted @ 2022-02-07 22:40 cnchengv 阅读(42) 评论(0) 推荐(0) 编辑
摘要: https://wwr.lanzoui.com/iVgnFsdco7e 阅读全文
posted @ 2022-02-06 08:29 cnchengv 阅读(24) 评论(0) 推荐(0) 编辑
摘要: metal 看这一篇教程即可 https://www.jianshu.com/p/625fb38eb411 (新的--可参考)https://github.com/yinxianxiaozi/Metal_WY 3、重要 设置帧 速率 MTKView *_view; _view.delegate = 阅读全文
posted @ 2022-02-05 16:19 cnchengv 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 本文 https://github.com/AlanGeIT/Metal 另外一个 https://github.com/loyinglin/LearnMetal @interface Renderer : NSObject<MTKViewDelegate> 要继承这个接口 1、helloworld 阅读全文
posted @ 2022-02-04 22:31 cnchengv 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 1、 天生兼容 c 直接在.m里include就行 2、调用cpp 需要先把调用的文件名由.m改成.mm #include "TestOne.hpp" int res = TestOne::getOne()+getmya(); NSString* str = [NSString stringWith 阅读全文
posted @ 2022-02-01 22:12 cnchengv 阅读(129) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 54 下一页