上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页
摘要: 使用mingw 与 vs 编译64位的QT 库 vs http://blog.csdn.net/normallife/archive/2010/03/24/5413887.aspxmingw http://www.robwork.dk/jrobwork/index.php?option=com_content&view=article&id=71:installation-of-qt&cat... 阅读全文
posted @ 2011-01-05 14:52 网络小虫 阅读(1476) 评论(0) 推荐(0) 编辑
摘要: /************************************************ 【创建型】 之 单件模式***摘自c++ 编程思想 第2卷 384页 2010-12-30************************************************/#include <iostream>using namespace std;class Sing... 阅读全文
posted @ 2010-12-30 21:44 网络小虫 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 原地址:http://www.cppreference.com/operator_precedence.html C++ Operator Precedence The operators at the top of this list are evaluated first. Precedence Operator Description Example Associativity 1... 阅读全文
posted @ 2010-12-30 17:35 网络小虫 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 原地址:http://www.hudong.com/wiki/%E8%A7%86%E9%A2%91%E5%B8%A7%E7%8E%87 是用于测量显示帧数的量度。所谓的测量单位为每秒显示帧数(Frames per Second,简:FPS)或“赫兹”(Hz)。此词多用于影视制作和电子游戏。   由于人类眼睛的特殊生理结构,如果所看画面之帧率高于16的时候,就会认为是连贯的,此现象称之为视觉暂留。这... 阅读全文
posted @ 2010-12-30 14:44 网络小虫 阅读(1166) 评论(0) 推荐(0) 编辑
摘要: 原地址:http://blog.yikuyiku.com/?cat=3 PAR —— Pixel Aspect Ratio 像素纵横比DAR —— Display Aspect Ratio 显示纵横比SAR —— Sample Aspect Ratio 采样纵横比 16:9和4:3指的是DAR,DAR和SAR之间没有必然联系。横向上的像素数目/纵向上的像素数目*SAR(or PAR)=DAR(每... 阅读全文
posted @ 2010-12-30 00:04 网络小虫 阅读(2232) 评论(0) 推荐(0) 编辑
摘要: 原地址:http://hi.baidu.com/ffmpeg/blog/item/b8b1d3130517bb816438db6f.html Ffmpeg 中的Libavformat 和 libavcodec库是访问大多数视频文件格式的一个很好的方法。不幸的是,在开发您自己的程序时,这套库基本上没有提供什么实际的文档可以用来作为参考(至少我没有找到任何文档),并且它的例程也并没有太多的帮助。这种情... 阅读全文
posted @ 2010-12-29 22:31 网络小虫 阅读(3501) 评论(0) 推荐(0) 编辑
摘要: 原地址不清楚,从网上随便找到的,做一下记录 QPainter has a method called drawImage. You can do something like the following in a subclass of QWidget: void VideoWidget::paintEvent() { //Get the current frame and size data.... 阅读全文
posted @ 2010-12-28 19:41 网络小虫 阅读(2739) 评论(0) 推荐(0) 编辑
摘要: 原地址:http://dkfd.weekkjsdq.com/kdji/3242345235.html 下面将详细介绍ppm文件 ppm文件是一种图像文件,有其自己的文件格式。ppm文件由两个部分组成:第一个部分是三行ASCII码,这个部分决定了图像的存储格式以及图像的特征;第二个部分就是图像的数据部分,图像就是由这个部分组成的。   ppm的第一部分由三行ASCII码组成 第一行是P2/P3/P6... 阅读全文
posted @ 2010-12-28 12:47 网络小虫 阅读(1705) 评论(0) 推荐(0) 编辑
摘要: 将以下命令存为bat运行,直接就可以运行 cl 了 @set PATH=D:\Program Files\Microsoft Visual Studio 8\Common7\IDE;D:\Program Files\Microsoft Visual Studio 8\VC\BIN;D:\Program Files\Microsoft Visual Studio 8\Common7\Tools;D:... 阅读全文
posted @ 2010-12-27 01:12 网络小虫 阅读(630) 评论(0) 推荐(0) 编辑
摘要: 原地址: http://blog.csdn.net/buaaxiao/archive/2010/08/15/5813230.aspx(注,本文只做排版修改) mutalbe的中文意思是“可变的,易变的”,跟constant(即C++中的const)是反义词。   在C++中,mutable也是为了突破const的限制而设置的。被mutable修饰的变量,将永远处于可变的状态,即使在一个const函... 阅读全文
posted @ 2010-12-26 14:32 网络小虫 阅读(347) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页