搜索资源列表
Gdipluspicture
- 1. 新建一个空的Win32项目(假设新建项目名称为ForthProj) 设置Win32应用程序向导的“应用程序设置”选项卡,“应用程序类型”项选择“Windows应用程序”,“附加选项”部分选择“空项目”复选框。 VC++ .NET会为该项目新建一个解决方案,并在项目文件夹下产生四个文件:ForthProj.sln是解决方案管理文件,ForthProj是项目管理文件,ForthProj.ncb是项目数据库文件,ForthProj.suo是用户选项文件(它是一个隐藏文件,目前可以忽略) 2. 向
PicCompressEncode
- VC的BMP转JPEG格式,PicCompressEncode-VC of the BMP to JPEG format, PicCompressEncode
Visual-CPP-capture-the-camera-image
- 用VC++编程实现对摄像头视频图像的捕捉-VC++ programming of camera video image capture
Visual-CPP-cmp
- 初学者快速入门VC++图像处理,最全面的学习资料,更能通过对比chap1_1和chap1_4,促进对面向对象和面向过程的理解。学习类的简历-Beginners the Quick Start VC++ image processing, the most comprehensive study materials better through contrast chap1_1 and chap1_4, the promotion of the understanding of object-or
ImageEx_demo
- ImageEx在VC++中的一个应用实例,展现了窗口中的动画GIF图像显示,一个动画窗体源码实例,引入了ImageEx.cpp和ImageEx.h,编译需要GDI+库中的gdiplus.h文件,若缺少将不能正确编译-ImageEx in VC++ in an application example, show a window display animated GIF image, an animated form source code examples, introduced ImageEx