上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 34 下一页
摘要: 需要支持HTTP请求 配置正确的APPID等信息 需要导入包含.dat的ASR文件夹 作者写的接驳代码(实时解析): 改写的百度Demo代码 百度写的数据缓存队列: 阅读全文
posted @ 2018-10-24 14:18 雨筱逸悠 阅读(1604) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/zjclugger/article/details/51799311 阅读全文
posted @ 2018-10-23 18:03 雨筱逸悠 阅读(106) 评论(0) 推荐(0) 编辑
摘要: #pragma mark 动态图生成 -(UIImage *)getAnimatedGIFWithData:(NSString *)path { NSData *data = [NSData dataWithContentsOfFile:path]; if (!data) { return nil; } CGImageSource... 阅读全文
posted @ 2018-10-22 18:10 雨筱逸悠 阅读(1197) 评论(0) 推荐(0) 编辑
摘要: const unsigned char RGBMAX = 255; #define EqualZero(a) ((a) == 0) void cvtRGBToHSI(CGFloat iR,CGFloat iG, CGFloat iB, unsigned char * rH, unsigned char * rS, unsigned char *rI) { /* 当人观察一个... 阅读全文
posted @ 2018-10-22 18:08 雨筱逸悠 阅读(294) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-10-19 17:13 雨筱逸悠 阅读(1) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/3367849/cgbitmapcontextcreateimage-vm-copy-failed-iphone-sdk _GSRegisterPurpleNamedPortInPrivateNamespace Couldn't 阅读全文
posted @ 2018-10-09 17:02 雨筱逸悠 阅读(472) 评论(0) 推荐(0) 编辑
摘要: RGB转HSI,HSI更适合人类感知上的研究 https://blog.csdn.net/lsh_2013/article/details/45245865 https://blog.csdn.net/qq_17121501/article/details/51181402 http://blog. 阅读全文
posted @ 2018-10-08 11:40 雨筱逸悠 阅读(121) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/cf7e164b6018?tdsourcetag=s_pcqq_aiomsg transform.scale = 比例轉換 transform.scale.x = 闊的比例轉換 transform.scale.y = 高的比例轉換 transfor 阅读全文
posted @ 2018-09-20 10:17 雨筱逸悠 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 截图功能 通常会用到以下快捷键组合: Command+Shift+3截全屏、 Command+Shift+4截屏幕选定部分、 Command+Shift+4+空格截取所选窗口 grep -r xxxxxx . 在文件夹下面查找包含xxxxx符号的库(用于检查是否使用了某个API,xxxxx可以是类名 阅读全文
posted @ 2018-09-19 09:45 雨筱逸悠 阅读(135) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/b38052ee56af 打包加速 https://developer.apple.com/documentation/xcode/reducing-your-app-s-launch-time/ 启动加速 http://imgtec.eetren 阅读全文
posted @ 2018-09-17 11:44 雨筱逸悠 阅读(136) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 34 下一页