-
annyuce
利用matlab的ann工具箱进行电力负荷预测,pdf文档里面有相应的程序(Ann use matlab)
- 2008-05-05 15:30:56下载
- 积分:1
-
tanlansuanfa
贪婪算法求解最短路问题,求解含有必经节点的问题(shortest path)
- 2020-11-21 15:59:35下载
- 积分: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
-
circle
this is circle detection in binary image
- 2010-04-23 06:54:59下载
- 积分:1
-
comp
Matlab code for Huffman encoder/decoder with (or without) recursive splitting.
- 2011-04-05 23:47:24下载
- 积分:1
-
motionEstNTSS
mption estimation NTSS
- 2011-05-07 05:21:39下载
- 积分:1
-
ClassCode-for-MULTiRATE-FiLTER-BANK
MATLAB iMPLEMENTATiON OF A MULTiRATE FiLTER BANK,
Analysis Filter Bank and Synthesis Filter Bank.
- 2013-03-02 20:40:14下载
- 积分:1
-
suntton-RL-book-demo
sutton强化学习书籍的所有matlab例子,学习很有用,不易找到(all matlab demo about sutton s book for reinforcement learning)
- 2012-03-20 09:51:26下载
- 积分:1
-
navigationsystemformissilesystemapplications
飞行器辅助导航系统设计及其应用,英文第二版本(Vehicle Navigation System and Its Applications, second edition in English)
- 2010-06-02 11:19:28下载
- 积分:1
-
matlab
判断序列是否为混沌序列的kolmogorov熵值和李雅普诺夫指数计算(Determine whether a sequence is the Kolmogorov entropy of chaotic sequence and calculation of Lyapunov exponent)
- 2013-05-03 20:41:06下载
- 积分:1