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

搜索资源列表

  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. 中值滤波的源程序

    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. MedianFilter

    0下载:
  2. 参数Hori是一个布尔变量,若为真,做水平中值滤波,否则,做竖直中值滤波。-parameter is a Boolean variable, if true, so the level of median filtering, otherwise, do vertical median filtering.
  3. 所属分类:GDI/图象编程

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

    0下载:
  2. 采样一幅图.利用小波变根据二进制数(水印)来改变图片,提取其中一个子带的直方图.-a sampling plan. Using wavelet based binary variable (Watermark) to change the picture, which extraction of a subband histogram.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.56kb
    • 提供者:刘德庆
  1. VariableBlur040

    0下载:
  2. Variableblur is a gaussian, binomial or average blur filter with a variable radius
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:69.81kb
    • 提供者:李志強
  1. MY VB

    0下载:
  2. 简单的运动小球,其中多处运用到var变量的使用,希望大家多多支持!-simple ball movement, a number of which applied to the use of variable var hope that everyone can support!
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4.94kb
    • 提供者:黎明
  1. Variance operator

    0下载:
  2. 一种可变的掩模操作算子,在做图像掩模操作和实用!-a variable mask Operator, doing image mask operation and practical!
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:23.5kb
    • 提供者:胡伟
  1. fast Gaussian process latent variable model

    2下载:
  2. fast Gaussian process latent variable model Software (FGPLVM). This toolbox allows for larger GP-LVM models through using the sparse approximations suggested in papers by authors including Titsias, Snelson, Ghahramani, Seeger, and Lawrence
  3. 所属分类:GDI/图象编程

  1. x264-060805-vc6-201110

    0下载:
  2. 吐血之作,长期学习x264时,点滴的注释,对新手学习会有非常大的帮助,函数变量标准等注释非常详细,当然还没有把所有代码全部注释完成,但已经很多很多了。-Hematemesis for, long-term learning x264, the drip of the notes, the novice will have a very big help to learn, function, variable standards are very detailed notes, of cours
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-22
    • 文件大小:6.51mb
    • 提供者:加菲
  1. gogame

    1下载:
  2. 一套围棋游戏 带AI的 很不错 值得学习一下 棋盘格数可变-Go with a set of game AI is very well worth learning about the number of checkerboard grid variable
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:3.57mb
    • 提供者:王晓
  1. moving_gradient

    0下载:
  2. The PictureBox s Paint event handler makes a LinearGradientBrush. It defines a color blend to make the brush shade from red to green to blue. It sets the positions of the colors so red and blue are at the ends and green is positioned according to the
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:54.25kb
    • 提供者:邱彦龙
  1. Form

    0下载:
  2. This program repeatedly makes a picture fade to another and back. Variable m_Alpha determined how opaque the first image is.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:71.13kb
    • 提供者:邱彦龙
  1. Image_kurtosis_skewness_function

    0下载:
  2. 图像峰度偏度函数,函数的变量里需要指明平均值和方差-Image kurtosis skewness function, the function of the variable need to specify the mean and variance
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:904byte
    • 提供者:haha
  1. IterationMap

    0下载:
  2. 这里画出一个叠代图形,叠代函数是: z = z^2 + c 其中c是可变常数。 该程序不仅仅可以用来示范如何绘制一个简单的叠代图形,也可以用来示范如何 使用c++的操作符重载功能来创造一个新的变量类型。-Draw a graph here, iteration, iteration function is: z = z ^ 2+ c where c is a constant variable. The program not only can be used to demon
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1.17kb
    • 提供者:spencer
  1. printfont

    0下载:
  2. 自定义字体,此字体不同于常规字体,其形过于变长,自定义字体,此字体不同于常规字体,其形过于变长-Custom font, this font is different from the regular font, change its shape too long, custom font, this font is different from the regular font, and its shape is too variable length
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:11.86kb
    • 提供者:唐国峰
  1. A_GDIP_Pro177892862004

    0下载:
  2. Now you can draw text with each icon and set the the position (top, right, etc.) via gdiPosition variable and I fixed the App.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:7.55kb
    • 提供者:子狐
  1. draw-the-coordinates

    0下载:
  2. 自变量x每变化一个像素,求出y的值,然后SetPixel逐点画曲线,可以画出坐标系。-Independent variable x every change of a pixel,calculate the value of Y,then SetPixel by dotted curve, you can draw the coordinates.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:6.6kb
    • 提供者:叶晓春
  1. Variable-storage

    0下载:
  2. 模拟可变分区存储管理,是我的毕业设计题目,非常的好,希望顶下。-Analog variable storage management division
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-08
    • 文件大小:275.09kb
    • 提供者:
  1. Draw-Round

    0下载:
  2. GDI画随机圆,显示圆心轨迹,圆大小可变,显示间隔可控-GDI draw random circle, showing the center of the circle track, circle the size of variable display interval controlled
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-16
    • 文件大小:4.21mb
    • 提供者:黄殿君
  1. INI

    0下载:
  2. 从INI文件读取程序设置,VB读取INI文件的例子,一般INI文件常见用于配置文件,这符合Windows的标准规范,其操作实际和TXT文本差不多,只不过需要注意变量的设置,在Vb中直接读取对应的变量名,广泛用于程序参数配置中。本程序是从ini文件中读取Vb窗口的标题栏文字信息,挺简单的INI文件应用。 -Read from the INI file settings, VB example to read INI files, INI files commonly used for gene
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:2.9kb
    • 提供者:HMXNAIP
« 12 »
搜珍网 www.dssz.com