搜索资源列表
vc例子源码1
- 有大量的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
模拟图像边缘检测的C代码[原创]
- 模拟图像边缘检测的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
CGradientStaticForC
- 具有渐变梯度的文本框-gradual gradient with the text box
SanJiaoXingHuaTu
- 一个画三角形的小程序。根据底边星号的个数和每行星号个数差(梯度)来自动画图。
boundCheck
- 该方法采用反对称双正交小波分解系数计算视频帧的方向梯度向量,再统计由梯度向量角和模值构成的联合空间二维直方图,然后计算连续帧直方图之间的距离,得到两帧之间的不连续值,最后采用自适应阈值分割,检测出镜头边界。
Windows XP风格之Windows XP风格菜单
- 显示一个具有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
GradientSrc1
- 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
GradientLabel_demo
- c#开发环境,生成一个带着色梯度显示的标签,可设置梯度的开始和结束着色-c# a label width gradient color
image2
- 是对图像处理的基本操作,比如说图像的放大、缩小、旋转、求阈值、梯度算法-iamge processing
matlab-Code
- 此时例是关于用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.
gongetidufa
- 介绍了一个优化算法,共轭梯度法的C语言源码-Introduced an optimization algorithm, the Conjugate Gradient Method C language source code
ex2x
- 无监督学习,进行线性拟合梯度下降,选择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
slgohithm_descent
- 用C++实现了梯度下降求多元函数极值的算法,有可能会陷入局部最优解-By c++ implementation of a gradient descent algorithm of multivariate function extreme value, is likely to fall into local optimal solution
wohoyr
- 用C++实现了梯度下降求多元函数极值的算法,有可能会陷入局部最优解()
Gradient
- 梯度下降法python实现,神经网络的底层思想(Python implementation of gradient descent method, the underlying idea of neural network)