-
BFGS
最优化算法之一,拟牛顿法,亦称BFGS法,用于求解极值问题,具有二次收敛性(One of the most optimization algorithms, quasi-Newton method, also known as BFGS method for solving extremum problems, with quadratic convergence)
- 2010-12-26 21:49:39下载
- 积分:1
-
circledetection2
Traffic_Sign_Recognition -circle detection
- 2011-05-03 19:48:01下载
- 积分:1
-
chap2
matlab code for digital signal processing
- 2009-04-18 13:54:16下载
- 积分:1
-
randraw
matlab的随机数发生器,可以产生各种各样的随机序列,你懂的!(the producer of random sequence)
- 2013-12-02 18:55:04下载
- 积分:1
-
reference-program
2011年美国大学生数学建模二等奖获得者B题参考程序(2011 American Mathematical Modeling Award winner Problem B reference program)
- 2011-08-11 16:09:13下载
- 积分:1
-
bif_E
峰值电流模式Buck变换器分岔图,以输入电压为变量。(Bifurcation diagram of peak current mode Buck converter, using input voltage as variable.)
- 2016-04-07 10:34:57下载
- 积分:1
-
conversion_gui
function ret = Int2Hex(var)
Prints integer array to hexadecimal string
varType = class(var)
cast signness away:
if ( u ~= varType(1) )
varType = [ u varType]
var = typecast(var,varType)
end
nBits = str2double(varType(5:end))
if (64 == nBits)
split 64 bit case into two 32 s
cuz dec2hex doesn t handle 64 bit...
varType(5:end) = 32
var = typecast(var,varType)
end
ret = dec2hex(var)
if (64 == nBits)
littleEndian = all(typecast(uint32(1), uint16 )==[1 0])
first = 1 + littleEndian
second = 2 - littleEndian
ret = [ret(first:2:end,:),ret(second:2:end,:)]
end
end
- 2010-07-30 09:39:56下载
- 积分:1
-
lbp-face-recognition
运用matlab,LBP分割脸部特征,从而达到识别人物面部表情的效果(Use matlab, LBP split facial features, so as to identify the effect of facial expressions)
- 2013-12-09 15:55:34下载
- 积分:1
-
psolicheng
微粒群算法的计算程序,用来计算非线性优化问题。(a matlab PSO program for computing nonlinear optimization problem)
- 2013-07-22 16:49:04下载
- 积分:1
-
matlab
文件中内含成绩排名,等高线,等式求解,动画,读取图像,多项式展开,排序等众多的matlab源程序。(File contains the standings, contour, equation solving, animation, reading images, polynomial expansion, sorting, and many matlab source.)
- 2013-12-01 20:59:07下载
- 积分:1