CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 GDI/图象编程 搜索资源 - NOTE

搜索资源列表

  1. 实现256色PCX文件解码的源程序

    0下载:
  2. 这个程序实现了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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2.58kb
    • 提供者:doctorsuo
  1. RectTracker

    0下载:
  2. MFC 带有一个 CRectTracker 类. 用来画出所谓的橡皮条矩形. 但在 WTL 里面, 没有对应的类. 所以,自己写了一个非常简单的 mix-in class, 在 WTL 里面使用, 将这个类作为您的窗口的基类即可让窗口具有画橡皮条矩形的行为.上载的压缩文件包含两个源文件, RectTracker.h 即为这个 mix-in class. SnapShotWnd.h 为使用这个类的一个窗口. 还有一张屏幕抓图, 从图片可以看出这个窗口的功能, 他实现类似透明窗口的功能.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:49.46kb
    • 提供者:肖吉
  1. WoordPaad

    0下载:
  2. 很好的类word界面模块,用户可以根据源码说明轻松使用所要的模块-good word category interface module, users can easily source note to the use of the module
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:184.94kb
    • 提供者:蓝海
  1. 实例介绍CSharp GUI开发

    0下载:
  2. 该实例介绍了在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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2.95kb
    • 提供者:开远
  1. 窗口与视口裁剪

    0下载:
  2. 此程序说明了视口与窗口,充分描述了视口与窗口的本质区别-this procedure, as I note with a window full descr iption of mouth and, as the essential difference between window
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:48.6kb
    • 提供者:keke
  1. drawclient

    0下载:
  2. 一个简单的画图程序,可以简单说明VC中制作画图软件的原理及过程-a simple drawing program, you can simply note VC production Pbrush the principle and process
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:70.34kb
    • 提供者:招风
  1. ImageTest4

    0下载:
  2. 注意事项: 1>在进行DFT时,强烈建议选用64*64的图像,选用256*256的图像,**时间太长,中间可能导致死机**。 2>程序中在显示频谱图像时有两种方式,即移至中心和未移至中心,可以通过将/** pow(-1, x+y)*/的注释去掉来进行转换。 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib。 -Note : 1
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:148.4kb
    • 提供者:pudn_jin
  1. 3dstar

    1下载:
  2. 内附带说明,解压之后,打开文件即可看到使用说明-note attached, extracting, open the file can be used to see Note
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:14.3kb
    • 提供者:透明
  1. shangyongtuxing

    0下载:
  2. 绘制用于直方图和扇形图,可用于商业上的对比说明-drawing for a fan-shaped histogram and map can be used on a commercial contrast Note
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:51.4kb
    • 提供者:zll
  1. dect_image

    0下载:
  2. 功能是图象的检测,模板匹配 命令行编译过程如下 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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:22.42kb
    • 提供者:zhanghua
  1. trans_image

    0下载:
  2. 打开一幅位图,实现几何变换 命令行编译过程如下 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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:28.79kb
    • 提供者:zhanghua
  1. trace_image

    0下载:
  2. 功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:31kb
    • 提供者:zhanghua
  1. CDrawLineImplementInVC6

    0下载:
  2. 实现线图、柱面图和饼图的绘画,本控件已增加汉语说明并修改了一定的代码,实现更优秀的界面,更强大的功能-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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:52.11kb
    • 提供者:李天
  1. Steinberg

    0下载:
  2. 有一点要说明,我们原来介绍的程序都是先开一个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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.93kb
    • 提供者:王夏
  1. ReSizingWindow

    0下载:
  2. 实现按比例放大缩小窗口的程序代码,附上代码以及使用说明(原创)-achieve proportional zooming windows code, and the use of code attached note (original)
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.08kb
    • 提供者:foxing
  1. picturerotate

    0下载:
  2. 实现图象的旋转 注意事项: 运行时,文件c:\\test.bmp必须存在-Image rotation Note : running, documents c : \\ test.bmp must exist
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:221.16kb
    • 提供者:刘铭
  1. ass

    0下载:
  2. 本文首先介绍了边缘的定义,说明了传统的几种边缘检测算子并比较了它们算法的不同与优缺点。随后引入了小波的思想、小波的基本概念, -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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.51mb
    • 提供者:
  1. 5Matlab

    0下载:
  2. 程序代码说明 P0502:计算图像中的欧拉数 -code P0502 Note : Images of calculation Euler number
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:16.57kb
    • 提供者:xueke
  1. Chinapiecedlinealgorithms

    0下载:
  2. 此程序为中点画线算法.注意的是,本算法只能适合于直线的斜率0<k<1的情况,对于其它的情况并不适应。但是,对于其它的情况可以仿照本算法写出对应的算法,也可以用其它算法来实现,如可以用DDA算法,这里不再介绍。-for this procedure were dotted line algorithm. Note that this algorithm can only fit in a linear slope 0
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:14.74kb
    • 提供者:管声俊
  1. ATR

    0下载:
  2. 一种快速图像模型匹配的方法,希望这种方法对大家以后的学习研究有一定的作用。注,文章转载于别人的。-a matching model, in the hope of this method for all future study at a certain role. Note, the article is reproduced in people.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:126.62kb
    • 提供者:陈文清
« 12 3 »
搜珍网 www.dssz.com