搜索资源列表
jpgTOcompress
- 本程序VC++写的一个程序,是一个jpg格式图形在内存里面压缩算法程序,-the procedures VC write a procedure is a jpg format graphics memory compression algorithm inside procedures,
bmpio
- 彩色bmp位图读如内存当中,该程序是在vc++环境下运行tc代码-color bitmap Reading such as memory, the program is running under the environment vc tc code
boxingtu402
- VC实现波形不闪烁动态绘图 实现的方法:先在内存绘图,然后再拷贝到屏幕
drawTest
- 本程序是基于vc++的,用内存dc画空心矩形的代码
bmptest
- vc下操作bmp的例子,将图像读入内存,用帧差法处理得到结果,再保存到文件中,可以检测运动
WaterShed
- VC++图像分水岭分割算法控件及示例源代码,在Photoshop里会看到这种效果,程序可能还有不完善的地方,有时候会出现内存不足的提示,不过整体感觉程序写的还是不错的,有兴趣的VCFans可下载编译一下。 -VC++ image watershed segmentation algorithm and the sample source code control, in Photoshop, will see this effect, the program may also be desi
tif
- VC++ mfc 类库,可以实现内存图像存储为Tiff图像格式,同时支持读取Tiff图像-CxImage is a C++ class to manage virtually any kind of images. It can load, save, display, transform images in a very simple and fast way.
DrawDib
- DrawDib函数组使用及直接修改内存缓冲区方式绘图演示程序,DrawDib,Dib-Demo of DrawDib functions in VC++6.0
DrawOfMemory
- VC++内存绘图例子代码,包括了多个实用的VC++函数:比如DrawLine函数:将传入函数的值以图像的形式显示到对应的控件上(int AllNum:总的数据量,int Value[]:数据值数组,COLORREF PenColor:画笔的颜色,CWnd *pWnd:需要显示曲线的控件指针);DrawWave函数,将传进函数的值以图像的形式显示到对应的控件上;DrawMultiLine函数:将传进函数的值以图像的形式显示到对应的控件上,可以显示多个数据段。-VC++ example code g
Wolf
- visual studio 2010 工程,VC绘制表格的例子,使用了内存位图,-Draw chart with MFC, using memory dc.