-
matlab-babysnake
说明: 又一个用matlab的GUI编写的贪吃蛇程序。(also a GUI using Matlab prepared by the Snake procedures.)
- 2006-03-20 16:14:15下载
- 积分:1
-
Fir-Lesmana
this application is detect face with alorithm
- 2015-01-12 16:49:16下载
- 积分: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
-
Park_tran
矢量控制的坐标变换,可以实现park变换(Coordinate transformation vector control can be achieved park transformation)
- 2013-12-02 21:25:17下载
- 积分:1
-
EchoModel
说明: 典型的SAR回波模型,对初学者还可以。大家可以下载下来调试一下(A typical SAR echo model, beginners can also)
- 2010-04-24 00:33:42下载
- 积分:1
-
666bandelets_toolbox
多尺度第二代小波中的bandelet的变换。需要全部程序上网站。 http://lcd.siva.free.fr/where_is_the_starlet.html 里面有关于小波变换、Bandelet、Curvelet、等等,所有关于“let"的都有了。而且给出了所有有关信息的链接,可节省相当的检索资料的时间。 (Multiscale second generation wavelet transform of the bandelet. Need all the procedures on the web site. Http :// lcd.siva.free.fr/where_is_the_starlet. html inside on the wavelet transform, Bandelet, Curvelet, etc., all on the "let" can have everything. But given all relevant information links can save considerable time retrieval of information.)
- 2006-10-20 11:40:31下载
- 积分:1
-
Assignment2a
Long window algorithm source code
- 2011-11-28 22:49:20下载
- 积分:1
-
A3D
对称阵子天线的方向函数与方位角无关,及方向图是以振子轴线为基准的旋转对称图形,这(Symmetry time around antenna azimuth direction has nothing to do with the function, and the pattern is rotational symmetry axis vibrator graphics benchmark, which)
- 2014-01-05 19:48:48下载
- 积分:1
-
ncut_multiscale
多尺度normalized cut分割的matlab代码
(Multiscale Normalized Cuts Segmentation Toolbox)
- 2010-01-15 12:55:52下载
- 积分:1
-
music
说明: 阵列天线中music的实现代码,为毕业设计准备(Array implementation of the code in music, preparing for the graduation project)
- 2010-04-23 12:17:19下载
- 积分:1