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

资源列表

« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 1508 »
  1. 变幻画线

    0下载:
  2. 当运行本程序时,会看到一条在窗口中不停摆动的直线,编织成一副美丽的网状图形,图像随着直线摆动不停地变幻,直到程序停止。-When running this program, we will see a window kept swinging straight, braided into a beautiful mesh graphics, images with linear swing changes constantly, until the procedures to stop.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:110.66kb
    • 提供者:bing
  1. 小动画

    0下载:
  2. 对于刚刚想学applet的朋友,我想非常用, 这个程序只是个简单的动画演示,通过这个 我想你一定收益非浅。-The application could be useful for the new learner of applet, who will benefit a lot from this simple animation demonstration.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:23.15kb
    • 提供者:于吉宽
  1. colors_Delphi

    0下载:
  2. 这是一个演示Delphi下分别设定RGB数值,展改变颜色效果的例子。-This is an example for demonstrating how to set the RGB value and change the effect of color in Delphi.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:7.39kb
    • 提供者:王宏山
  1. nxy1

    0下载:
  2. VC环境里插入图片并得到图中任意四个像素点采样值然后求平均值一消息框的形式出事给使用者-VC environment to be inserted into the picture and map arbitrary 4 pixel sampling then find the average value of a news box in the form of trouble for users
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:88.03kb
    • 提供者:王策
  1. ColourSelDemo

    0下载:
  2. 一个比WINDOWS里的对话框更强的颜色选择对话框-A dialog box for selecting colors .It s even stronger than the Windows default dialog box.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2.34mb
    • 提供者:安秋
  1. floodfill_demo

    0下载:
  2. 这是关于一种图像处理算法在.NET下的实现,希望对你有用-This is a project explored by NET. Maybe it is useful to you.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:110.58kb
    • 提供者:安秋
  1. Localizer

    0下载:
  2. 图象处理程序,具有很多图象处理功能,用VC开发的。-This is an Image Process project. It includes many functions to process images ,and it is explored by VC.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.03mb
    • 提供者:陈德军
  1. ImageProcessingProgram

    0下载:
  2. 包含多种图象变换,图象边缘提取的图象处理程序-It includes all kinds of image processing programme concerning image transformation, edge extracting .
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:245.07kb
    • 提供者:陈德军
  1. Hough变换的源程序

    0下载:
  2. Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle: Assume there is a line whoes direction is \"sit
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.96kb
    • 提供者:doctorsuo
  1. 膨胀运算源程序

    0下载:
  2. 这段程序实现了对图像的膨胀运算,针对的都是黑色点。参数中有一个BOOL变量,为真时,表示在水平方向进行膨胀运算,即结构元素B为(1 ,1. ,1)否则在竖直方向上进行膨胀运算,即结构元素B为1 1.1 。-this program for the expansion of computing image has been aimed at Black Point. Parameters have a BOOL variable to true, in the horizontal directi
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.83kb
    • 提供者:doctorsuo
  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. 中值滤波的源程序

    0下载:
  2. 中值滤波是图像增强常用的方法。程序中参数Hori是一个布尔变量,若为真,做水平中值滤波,否则,做竖直中值滤波。-Median Filtering is the common method of Image-enhancing.In the application ,the parameter \"Hori\" is a BOOL variable,which is TRUE for the operation of Horizon Median Filter or FALSE for the V
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.57kb
    • 提供者:doctorsuo
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 1508 »
搜珍网 www.dssz.com