1. 首页
  2. 编程语言
  3. C++ 
  4. 基于DirectShow的播放器(VC++)
用户评论
码姐姐匿名网友 2019-06-05 04:48:06

是书上的Demo源码,不错!!

码姐姐匿名网友 2019-06-05 04:48:06

正在学习摄像机监视系统,谢谢分享!

码姐姐匿名网友 2019-06-05 04:48:06

很好的资源。是陆其明老师demo源码的一部分。

码姐姐匿名网友 2019-06-05 04:48:06

非常好的资源,vs2010可以编译,只需要下个sstream.lib添加链接进去就可以了

码姐姐匿名网友 2019-06-05 04:48:06

截图那部分有点问题,修改一下那段代码就好 unsigned __int64 nColors = (unsigned __int64 )1 biBitCount; if(nColors>256 || 32 == lpbi->biBitCount) nColors = 0; // int nColors = 1 biBitCount; // if (nColors > 256) // nColors = 0;

码姐姐匿名网友 2019-06-05 04:48:06

很好的资源。直接可以跑的程序。最喜欢这种,不用再去改动。对我一个小软件的开发很大帮助。谢谢。