With ActiveSheet.Shapes.AddPicture(path, msoTrue, msoTrue, Px + 30, Py - 180, 120, 100) .Name = "Picture" With .ForeColor .Type = 2 En...
分类:
编程语言 时间:
2015-01-03 14:32:10
阅读次数:
262
基本概念:I frame :帧内编码帧 又称intra picture,I 帧通常是每个 GOP(MPEG 所使用的一种视频压缩技术)的第一个帧,经过适度地压缩,做为随机访问的参考点,可以当成图象。I帧可以看成是一个图像经过压缩后的产物。P frame: 前向预测编码帧 又称predictive-f...
分类:
其他好文 时间:
2014-12-31 12:57:40
阅读次数:
444
转自:http://nkwavelet.blog.163.com/blog/static/2277560382013102923912753//******************************************************************************...
分类:
其他好文 时间:
2014-12-30 18:45:28
阅读次数:
248
Timage 用法:///////////显示图片:img1.Picture.LoadFromFile('登陆图片.jpg');使图片占满控件大小:Stretch设为 True;
分类:
其他好文 时间:
2014-12-26 11:03:38
阅读次数:
222
题目大意:给你N个点的坐标,求能使这N个点相连的所有边的最小距离是多少。
思路:先求出每个点和其他点的距离,存到图中,用Prim模板来做。...
分类:
其他好文 时间:
2014-12-25 16:22:08
阅读次数:
195
DescriptionLet’s have a look at the picture belowNow, do you know what it’s? Yeah , O(∩_∩)O~ , It is the game called JinYueTuan. chjing plays it very ...
分类:
其他好文 时间:
2014-12-22 14:10:23
阅读次数:
189
http://referencedesigner.com/tutorials/si/si_02.phpThe Concept of Setup and Hold Time can be best understood with the picture shown below.The curve sh...
分类:
其他好文 时间:
2014-12-22 12:37:15
阅读次数:
193
图片转化为字符原理: 一张m*n大小的图片,实际上可以看成是一个m*n的矩阵。矩阵的每一个元素就是一个Color值,不同的Color值,用不同的Ascii可以在屏幕上打印显示的字符来代替,于是可以得到一个m*n的每一个元素是一个Ascii字符的两维矩阵,矩阵的每一行就是像素矩阵的每一行。再把这个字....
分类:
其他好文 时间:
2014-12-20 10:27:57
阅读次数:
154
Cocos2d-x 常用类名改变下面的表格中的类名的转换方式主要是直接删除了 CC 前缀。Cocos2d-x 类名改变下面表格中的类名的转换就比较大了。CCString 用法改变之前:1CCString* str = CCString::createWithFormat("%s.png","picture");现在:1std::string str = StringUtils::format("%...
分类:
其他好文 时间:
2014-12-17 22:39:39
阅读次数:
345
一、看了一下H.264硬解代码,发现有类似这种方式的定义:typedefvoid(*exec_ref_pic_marking_adaptive_mmco_func)(GstVaapiDecoderH264*decoder,GstVaapiPictureH264*picture,GstH264RefPicMarking*ref_pic_marking);staticconstexec_ref_pic_marking_adaptive_mmco_funcmmco_f..
分类:
其他好文 时间:
2014-12-15 22:03:11
阅读次数:
244