搜索资源列表
VC实现显示渐变色彩效果
- 一个实现显示渐变色彩效果的VC函数,各个成员变量程序中有详细说明-show a gradual realization of the effect of color VC function, all member variables procedures are described in detail
VC实现显示浮雕文字效果
- 一个实现浮雕文字效果的VC函数,各个成员变量程序中有详细说明-a relief to achieve the effect of VC language function, every member variables procedures are described in detail
PNG
- 一个利用API函数实现VB中读取显示PNG图片的源代码
FormTest
- 在Framework中显示一个View。通过菜单或按钮切换成不同的view。假设有三种view: CViewA, CViewB,CViewC。用三个常数表示他们不显示时的control ID. enum eView {ViewA, ViewB, ViewC} 在CMainFrame 加上下面一个函数就可以实现不同窗口的切换了。很易懂,唯一没有说的就是CCreateContext context,这是每次Create一个view时必须设定的。其实也就是m_pCurrentDoc这个
wave
- 这是一个用来实时显示波形或者柱状图的程序,在程序中用随机函数模拟信号输入
stretchbit
- 利用stretchbit函数改变图片显示的尺寸,该开发程序为VB
BMP24
- Visual Studio 2003.NET集成开发环境 文档类型:SDI 1 为Doc类添加三个数据成员:fHeader、bInfo、bData, dSize; 2 在Doc类中添加两个事件函数OnFileOpen()、OnFileSave()分别用来读取和保存BMP文件; 3 在View类的OnDraw函数中显示位图; 4 在Doc类中添加函数OnEditPicture(),编辑图像在该函数内完成
DrawBmp
- Bmp图象显示的子函数,显示16色的,图形驱动未初始化阿
LibjpegRev0.9
- VisualC实现JPEG显示浏览的库函数源代码
ShowJPG.zip
- 用OLE函数读JPEG图片例子 VC++程序,源码 读取并显示JPEG图片的简单方法.,Using OLE function Reading JPEG picture examples VC++ Procedures, source code to read and display JPEG images simple way.
AlphaBlend.rar
- 图像显示的淡入淡出算法,通过几个函数实现淡入淡出,Image display fade algorithm, through several function fade
ECGtupian
- 基于c语言的图形函数,对心电图的显示-C language graphics functions based on the ECG display.
ShowBmp
- visual C++的CDC类有一个成员函数setPixel可以直接在视区坐标(x,y)点设置成所要显示的颜色crCoIor。-The CDC class visual C++ a member function setPixel can point directly in the viewport coordinates (x, y) is set to the color display crCoIor.
openimagefile
- 用vc写的图象显示程序,按照bmp文件的格式读写图象文件,没有用别人的库函数-Written by vc image display program, in accordance with the bmp file format to read and write image files, not use someone else
Lighting
- 用c++的MFC,调用opengl函数库完成图形显示。这个为了演示光线。-With c++ The MFC, call completion opengl graphics library. This to demonstrate the light.
Texturetransparency
- 用c++的MFC,调用opengl函数库完成图形显示。这个为了演示透明质地。-With c++ The MFC, call completion opengl graphics library. This to demonstrate the transparent texture.
ImageTest2
- 图像处理系列之2--显示篇 涵盖内容: 1>图像显示原理 2>图像显示函数 3>提高显示性能的方法,双缓存技术和VFW组件 涉及VC知识主要有: 1>const使用 2>类的编写 附加说明: 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib。 -Image Processing Series 2- shows
showPicture
- 使用三种不同的方法显示图片,其中有封装一个显示函数,可以方便移植-Using three different methods to display pictures, including a display package, function, can be easily transplanted
DICOM
- 关于DICOM数据格式的各种资料,包括信息交换的DICOM标准概述、DICOM信息模型和信息定义、网络通讯支持、灰度标准显示函数-DICOM data format on a variety of information, including information exchange DICOM standard overview, DICOM information model and message definitions, network communication support, et
【OpenCV】图像的载入显示和输出示例程序
- 使用opencv库函数实现图像的载入和显示(Using OpenCV library functions to achieve image loading and displaying)