搜索资源列表
Bricks
- Bricks:VC++编写的弹砖块游戏,用二级缓冲的方式保存图像。按S键开始游戏,以左右方向键控制球拍。运行环境:VC++6.0,在Windows XP通过测试 -Bricks: VC++ Prepared shells bricks games, with two ways to preserve the image buffer. By the S key to start the game, around the arrow keys to control the racket. Op
RASTER1
- 用C++编写的绘图程序,实现了所有windows预定义的图像栅格化运算。-Using C++ to prepare the graphics procedures, implementation of all windows predefined raster image of computing.
wiaautsdk
- The Windows Image Acquisition Library v2.0 is only designed to support the PNG, BMP, JPG, GIF and TIFF image formats. It should not be relied upon to support other formats, though they may appear to be supported depending on system configuration.-The
MicroStudioV2
- 支持很多媒体格式的VB播放器,挺特别,看上去倒像是与图像处理有关的程序,界面五颜六色,凡是你的Windows Media Player支持的文件格式这个程序都支持,例如Mpeg、MP3等-VB supports many media formats player, very special, just like the image processing with the procedures, interface colors, all of your Windows Media Player
ImageViewer2
- windows image viewer 2
Monitor
- windows环境下的视频监测系统,根据摄像头监测到的图像变化自动将变化的截图发送到指定的邮箱中。-video monitoring system in the windows environment, the image changes automatically monitored under the camera will change screenshot sent to the specified mailbox.
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通