搜索资源列表
实现256色PCX文件解码的源程序
- 这个程序实现了256色PCX文件解码。注意:其中第二个函数对一行进行解码,应该把阅读的重点放在这个函数上。要注意的是,执行时,文件C:\\\\test.pcx必须存在,而且是一个256色PCX文件。-the procedures of 256 color PCX decoding. Note : This second function to decode and his party, should focus on reading this function on. To pay attent
RectTracker
- MFC 带有一个 CRectTracker 类. 用来画出所谓的橡皮条矩形. 但在 WTL 里面, 没有对应的类. 所以,自己写了一个非常简单的 mix-in class, 在 WTL 里面使用, 将这个类作为您的窗口的基类即可让窗口具有画橡皮条矩形的行为.上载的压缩文件包含两个源文件, RectTracker.h 即为这个 mix-in class. SnapShotWnd.h 为使用这个类的一个窗口. 还有一张屏幕抓图, 从图片可以看出这个窗口的功能, 他实现类似透明窗口的功能.
WoordPaad
- 很好的类word界面模块,用户可以根据源码说明轻松使用所要的模块-good word category interface module, users can easily source note to the use of the module
实例介绍CSharp GUI开发
- 该实例介绍了在C#中如何进行GDI编程,通过该实例可以让读者对C#中GDI编程有一个初步了解。 注:该源码系引用他人-the examples in C# how GDI programming, through which readers can be examples for C# programming GDI is a preliminary understanding. Note : The source is quoted others
窗口与视口裁剪
- 此程序说明了视口与窗口,充分描述了视口与窗口的本质区别-this procedure, as I note with a window full descr iption of mouth and, as the essential difference between window
drawclient
- 一个简单的画图程序,可以简单说明VC中制作画图软件的原理及过程-a simple drawing program, you can simply note VC production Pbrush the principle and process
ImageTest4
- 注意事项: 1>在进行DFT时,强烈建议选用64*64的图像,选用256*256的图像,**时间太长,中间可能导致死机**。 2>程序中在显示频谱图像时有两种方式,即移至中心和未移至中心,可以通过将/** pow(-1, x+y)*/的注释去掉来进行转换。 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib。 -Note : 1
3dstar
- 内附带说明,解压之后,打开文件即可看到使用说明-note attached, extracting, open the file can be used to see Note
shangyongtuxing
- 绘制用于直方图和扇形图,可用于商业上的对比说明-drawing for a fan-shaped histogram and map can be used on a commercial contrast Note
dect_image
- 功能是图象的检测,模板匹配 命令行编译过程如下 vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-function is image detection, template matching process compiler command line as follows vcvars32 rc bmp.rc cl detect.c
trans_image
- 打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-open a bitmap, achieving geometric transformation process compiler command line as follows vcvars32 rc bmp.rc cl geot
trace_image
- 功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-functions of edge detection and extraction. Contour Tracking command line compiler process following vcvars32 rc bmp.rc
CDrawLineImplementInVC6
- 实现线图、柱面图和饼图的绘画,本控件已增加汉语说明并修改了一定的代码,实现更优秀的界面,更强大的功能-achieve maps, pie cylindrical map and the painting, the Chinese have increased controls and revised note a certain code, to achieve a better interface and more powerful features
Steinberg
- 有一点要说明,我们原来介绍的程序都是先开一个char类型的缓冲区,用来存储新图数据,但在这个算法中,因为e有可能是负数,为了防止得到的值超出char能表示的范围,我们使用了一个int类型的缓冲区存储新值。-point to note, we originally introduced procedures are to open a type of char buffer new plan to store data, but at this algorithm, e may be negati
ReSizingWindow
- 实现按比例放大缩小窗口的程序代码,附上代码以及使用说明(原创)-achieve proportional zooming windows code, and the use of code attached note (original)
picturerotate
- 实现图象的旋转 注意事项: 运行时,文件c:\\test.bmp必须存在-Image rotation Note : running, documents c : \\ test.bmp must exist
ass
- 本文首先介绍了边缘的定义,说明了传统的几种边缘检测算子并比较了它们算法的不同与优缺点。随后引入了小波的思想、小波的基本概念, -This paper introduces the edge of the definition, Note some of the traditional edge detection operators and compare them with the different algorithms advantages and disadvantages. The s
5Matlab
- 程序代码说明 P0502:计算图像中的欧拉数 -code P0502 Note : Images of calculation Euler number
Chinapiecedlinealgorithms
- 此程序为中点画线算法.注意的是,本算法只能适合于直线的斜率0<k<1的情况,对于其它的情况并不适应。但是,对于其它的情况可以仿照本算法写出对应的算法,也可以用其它算法来实现,如可以用DDA算法,这里不再介绍。-for this procedure were dotted line algorithm. Note that this algorithm can only fit in a linear slope 0
ATR
- 一种快速图像模型匹配的方法,希望这种方法对大家以后的学习研究有一定的作用。注,文章转载于别人的。-a matching model, in the hope of this method for all future study at a certain role. Note, the article is reproduced in people.