CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 搜索资源 - 梯度

搜索资源列表

  1. vc例子源码1

    0下载:
  2. 有大量的VC编程实例的源代码,内容涉及极其宽泛,其中有目录,如第六章:实例095-创建线性梯度,实例096-多种风格的端点,097-图形容器的应用,实例098-使用颜色矩阵设置图像中的 Alpha 值.....等等,不一一说明.-a large number of examples of the VC program source code, which relates to an extremely broad, including directory, like Chapter 6 : Ca
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:7.28mb
    • 提供者:李强
  1. 模拟图像边缘检测的C代码[原创]

    1下载:
  2. 模拟图像边缘检测的C代码[原创]先把图像放大K倍,然后检测边缘。使用Roberts梯度检测法。该方法在边缘附近有失真,产生伪边缘。-simulation Edge Detection of C code [original] first image amplification K times, and then detected edge. Use Roberts gradient detection. The method is near the edge of distortion, pse
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.16kb
    • 提供者:hj
  1. CGradientStaticForC

    0下载:
  2. 具有渐变梯度的文本框-gradual gradient with the text box
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:26.76kb
    • 提供者:黄强
  1. SanJiaoXingHuaTu

    0下载:
  2. 一个画三角形的小程序。根据底边星号的个数和每行星号个数差(梯度)来自动画图。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.64kb
    • 提供者:zkeey
  1. boundCheck

    1下载:
  2. 该方法采用反对称双正交小波分解系数计算视频帧的方向梯度向量,再统计由梯度向量角和模值构成的联合空间二维直方图,然后计算连续帧直方图之间的距离,得到两帧之间的不连续值,最后采用自适应阈值分割,检测出镜头边界。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:141.48kb
    • 提供者:韩瑞冬
  1. Windows XP风格之Windows XP风格菜单

    1下载:
  2. 显示一个具有Windows XP风格的的菜单,该菜单可以有梯度颜色绘制的标题栏、而且菜单项可以具有图标-show with a Windows XP-style menu, the menu gradient colors can be produced by title bar, menu items can also have icons
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:260.43kb
    • 提供者:周孝良
  1. GradientSrc1

    0下载:
  2. VC中梯度着色算法和控件的源码,包括示例代码,够计算指定范围的梯度插值,并有相应的控件可以进行编辑、控制。-VC in the gradient coloring algorithms and the control of the source code, including sample code, enough to calculate the gradient of the designated area interpolation, and there is a correspondin
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-31
    • 文件大小:159.61kb
    • 提供者:ml
  1. GradientLabel_demo

    0下载:
  2. c#开发环境,生成一个带着色梯度显示的标签,可设置梯度的开始和结束着色-c# a label width gradient color
  3. 所属分类:Static control

    • 发布日期:2017-04-01
    • 文件大小:19.7kb
    • 提供者:jone
  1. image2

    0下载:
  2. 是对图像处理的基本操作,比如说图像的放大、缩小、旋转、求阈值、梯度算法-iamge processing
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-24
    • 文件大小:7.71mb
    • 提供者:tang
  1. matlab-Code

    0下载:
  2. 此时例是关于用matlab实现牛顿法求解非线性方程组,(包含牛顿法、改进的牛顿法.梯度法、最速下降法代码),里面附带可以直接运行的程序。-At this case is about solving nonlinear equations using matlab Newton, (including Newton, Newton method to improve the code), which comes with the program can be run directly.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-13
    • 文件大小:1.59kb
    • 提供者:梅兰竹菊
  1. gongetidufa

    1下载:
  2. 介绍了一个优化算法,共轭梯度法的C语言源码-Introduced an optimization algorithm, the Conjugate Gradient Method C language source code
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-25
    • 文件大小:374.96kb
    • 提供者:张家铭
  1. ex2x

    0下载:
  2. 无监督学习,进行线性拟合梯度下降,选择thet-This first exercise will give you practice with linear regression. These exercises have been extensively tested with Matlab, but they should also work in Octave, which has been called a free version of Matlab. If you are usi
  3. 所属分类:Button control

    • 发布日期:2017-04-13
    • 文件大小:2.02kb
    • 提供者:郭超
  1. slgohithm_descent

    0下载:
  2. 用C++实现了梯度下降求多元函数极值的算法,有可能会陷入局部最优解-By c++ implementation of a gradient descent algorithm of multivariate function extreme value, is likely to fall into local optimal solution
  3. 所属分类:ComboBox

    • 发布日期:2017-12-15
    • 文件大小:1kb
    • 提供者:preprtcessor
  1. wohoyr

    0下载:
  2. 用C++实现了梯度下降求多元函数极值的算法,有可能会陷入局部最优解()
  3. 所属分类:对话框与窗口

    • 发布日期:2018-01-04
    • 文件大小:1kb
    • 提供者:paxkzgx
  1. Gradient

    1下载:
  2. 梯度下降法python实现,神经网络的底层思想(Python implementation of gradient descent method, the underlying idea of neural network)
  3. 所属分类:界面编程

搜珍网 www.dssz.com