-
flj1
高等电磁理论微带结构习题,电力线,等势线图等( higher electromagnetic theory exercises)
- 2012-12-11 19:00:29下载
- 积分:1
-
fiberlaser_twoend
对于端面抽运的双包层光纤激光器,利用速率方程对脉冲输出能量进行数值仿真(In the end pumped double clad fiber laser, the output energy is numerically simulated by the rate equation)
- 2017-06-03 09:57:43下载
- 积分: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
-
irad_edge
Radon Transform and Inverse radon 180 degree movement step by step
- 2013-12-11 16:19:39下载
- 积分:1
-
ADFNE Release 1.0 adfne在MATLAB语言的语法构成的
adfne在MATLAB语言的语法构成的)一包的计算机代码三个维度基于随机模拟的校长产生的裂缝网络功能;函数表征合成的或进口的两和三维裂隙网络包括交叉分析、密度测量、连接性指数、聚类和其他许多人;为对两和三维裂隙网络可视化高度简化的功能;的功能,一般利用上述阶段,以延长其使用的实际应用,为进一步发展稳定的框架和工具,以节省所得的图、表和信息在适当的格式读取能够通过许多通用标准软件应用程序。(ADFNE is a package of computer codes in Matlab language syntax which consists of a) functions to generate fracture networks in two and three dimensions based on stochastic modelling principals; b) functions to characterize synthesized or imported two- and three-dimensional fracture networks including intersection analysis, density measures, connectivity indices, clustering and many others; c) functions for highly simplification of visualization of two- and three-dimensional fracture networks; and d) functions to generically utilize the above stages and to extend their use for practical applications, to provide stable framework for further developments, and tools to save the resulting maps, tables and information in appropriate formats readable by many common standard software applications.)
- 2018-04-09 14:02:04下载
- 积分:1
-
fencha
分岔图程序,非常值得参考与借鉴,很实用的一个小程序。(The bifurcation diagram program is very worthwhile reference and learn from a very practical program.)
- 2012-05-18 22:41:10下载
- 积分:1
-
monitort2
core loss effect with minotoring in matlab
- 2009-09-23 09:39:58下载
- 积分:1
-
NRZ_2_Manchester_Moore
this example exchanges the NRZ code to the MANCHESTER code with moore output
- 2010-01-29 18:46:08下载
- 积分:1
-
117143175EKFUKF_1_1
说明: 扩展卡尔曼和无迹卡尔曼的matlab仿真比较。(Extended Kalman and unscented Kalman comparison of matlab simulation.)
- 2008-09-09 10:13:19下载
- 积分:1
-
CTlungimagefinaltogive
simple lung image segmentation
- 2011-04-19 21:11:50下载
- 积分:1