上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 17 下一页
摘要: /** * 函数名: mirror * 功 能: 对图片进行水平和垂直镜像操作 */ void mirror() { int height = bmpInfoHeader.biHeight; int width = bmpInfoHeader.biWidth; int imgSize = bmpInfoHeader.biSizeImage; ... 阅读全文
posted @ 2016-08-08 15:41 chencesc 阅读(514) 评论(0) 推荐(0) 编辑
摘要: 解码流程 http://www.cnblogs.com/lidabo/p/4582391.html 例子 http://www.cnblogs.com/lidabo/p/4582393.html 阅读全文
posted @ 2016-08-08 14:12 chencesc 阅读(94) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lidabo/p/3326406.html 阅读全文
posted @ 2016-08-08 13:39 chencesc 阅读(103) 评论(0) 推荐(0) 编辑
摘要: windows http://www.cnblogs.com/wainiwann/p/4128154.html ubuntu http://blog.csdn.net/hellowxwworld/article/details/8447296 ffmpeg -i input.avi -ss 1 -s 阅读全文
posted @ 2016-08-08 13:27 chencesc 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 一、fatal error: QWidget: 没有那个文件或目录 类似于找不到文件目录的,在.pro文件中添加 类似就可以编译通过 阅读全文
posted @ 2016-08-08 09:53 chencesc 阅读(386) 评论(0) 推荐(0) 编辑
摘要: 消息机制 http://blog.csdn.net/jacklam200/article/details/5919898 font http://blog.csdn.net/jacklam200/article/details/5980392 timer http://blog.csdn.net/j 阅读全文
posted @ 2016-08-05 09:41 chencesc 阅读(176) 评论(0) 推荐(0) 编辑
摘要: GUI 图形用户界面(Graphical User Interface,简称 GUI,又称图形用户接口)是指采用图形方式显示的计算机操作用户界面 有名的实现 : ucgui 、 实现围绕几个问题: 1. 怎样描述界面 通过xml, json等类似的结构描述界面,程序通过解析,呈现出来 2.常用的组件 阅读全文
posted @ 2016-08-04 16:15 chencesc 阅读(325) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/jingzhishen/p/4063562.html 阅读全文
posted @ 2016-08-03 17:53 chencesc 阅读(70) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/jingzhishen/p/4067657.html 阅读全文
posted @ 2016-08-03 17:51 chencesc 阅读(95) 评论(0) 推荐(0) 编辑
摘要: http://json.org/ 该网站提供了各种编程语言解析json格式文件的方法 格式 : 阅读全文
posted @ 2016-08-03 17:33 chencesc 阅读(136) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 17 下一页