-
Matlab
matlab 教程。。。对于没用过matlab的 可以作为入门学习(matlab tutorial. . . For matlab can not used as a learning portal)
- 2013-12-06 12:15:15下载
- 积分:1
-
ISAR
ISAR成像的数据和源程序,非常重要!!(ISAR imaging data and the source is very important! !)
- 2021-05-13 12:30:02下载
- 积分:1
-
BP
说明: BP神经网络异或问题 使用说明:打开文件夹中的BP.m文件,在matlab中运行此m文件,即可在command window中得出结果。压缩包内附说明文件
(XOR problem of the BP neural network for use: Open the folder in BP.m file, run this m file in matlab to the outcome of the command window. Compression package containing the documentation)
- 2012-04-11 21:22:12下载
- 积分:1
-
anttttsp
ant colony optamisation algo simulation for tsp...
- 2011-07-06 02:05:13下载
- 积分:1
-
MATLAB-Codes-for-FEASS
有限单元实体及结构分析的matlab编程计算(MATLAB Codes for Finite Element Analysis Solids and Structures )
- 2011-07-07 10:47:26下载
- 积分:1
-
ThrSample2
自然三次样条几乎等同于样条设备生成的曲线。在这些所有的二次连续可导函数中,钳位与自然三次样条可以得到相对于待插值函数 f 的最小值(spline interpolation)
- 2012-04-26 21:59:27下载
- 积分:1
-
otto
Otto结构反射率代码,用于搜索各个介质参数和厚度(Otto structure reflectivity code, used to search each of the dielectric parameters and thickness)
- 2013-12-21 11:06:13下载
- 积分: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
-
ftdt
基于fdtd的双导线传输模型,在matlab中运行(Two wire-based transmission model fdtd, run in matlab)
- 2011-01-04 12:44:53下载
- 积分:1
-
Optimal-Spectral
关于压缩感知的一篇经典文章,值得看看 (Introduction about compression perception of classic procedures a classic articles, worth looking at)
- 2012-05-09 14:46:29下载
- 积分:1