-
colorhist
HSV颜色直方图的小例子,可以显示三个通道的二维灰度图像,以及它们各自的直方图。(color histogram demo)
- 2013-11-15 11:14:39下载
- 积分:1
-
example1
Metropolis within Gibbs sampling
- 2011-11-30 22:30:42下载
- 积分:1
-
chengxu
用批处理最速下降法训练网络,利用Matlab Script节点实现在此以对一个非线性函数的逼近作为例子来说明
(Batch steepest descent method to train the network to use Matlab script node to achieve this as an example of a nonlinear function approximation to illustrate)
- 2013-05-13 05:21:45下载
- 积分:1
-
matlab
两本关于matlab7.0的很好的教程书籍,主要是关于数值计算方面的例程(Two about matlab7.0 the good tutorial books, mainly on numerical calculation routines)
- 2013-05-13 09:40:32下载
- 积分:1
-
encode
本程序介绍了信息论课程设计中编码与译码的程序设计(This procedure describes the information theory in the curriculum design of encoding and decoding program design)
- 2012-01-15 09:00:08下载
- 积分:1
-
bresenham_line
draw line by Bersenham Algorithm
- 2011-06-11 05:27:44下载
- 积分:1
-
sp
说明: 样条曲线曲面的相关理论知识,内含部分程序代码(Knowledge spline curve and surface fitting must-see, very good)
- 2015-01-04 17:10:49下载
- 积分:1
-
国际通用标准循环工况 12种工况
国际通用标准循环工况,并附有车速转化程序,可用于matlab车速仿真数据(International standard standard cycle conditions, with a speed conversion program, can be used for matlab vehicle speed simulation data)
- 2018-12-13 14:46:43下载
- 积分:1
-
PSO-and-IPSO
粒子群算法及其优化算法,并可以实现相关功能(Particle swarm algorithm and its optimization algorithm, the relevant functions)
- 2015-09-17 15:38:27下载
- 积分:1
-
exact_alm_rpca
RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。该代码是求解RPCA的一种数值算法——Exact ALM(Exact Augmented Lagrange Multiplier)(The most basic form of the exact ALM function is [A, E] = exact_alm_rpca(D, λ), and that of the inexact ALM function is [A, E] = inexact_alm_rpca(D, λ), where D is a real matrix and λ is a positive real number. We solve the RPCA problem using the method of augmented Lagrange multipliers. The method converges Q-linearly to the optimal solution. The exact ALM algorithm is simple to implement, each iteration involves computing a partial SVD of a matrix the size of D, and converges to the true solution in a small number of iterations. The algorithm can be further speeded up by using a fast continuation technique, thereby yielding the inexact ALM algorithm.)
- 2010-11-02 14:03:12下载
- 积分:1