-
walshtransform
说明: walshl变换的定义的原代码(m)及说明文件(txt)。(the instruction(.txt) and defination(.m) of walsh transform )
- 2011-03-22 15:37:16下载
- 积分:1
-
openGL
分别用普通构建方式和显示列表对物体进行绘制,实现各种复杂的交互控制(Were built with ordinary ways and display a list of objects to draw, to achieve a variety of complex interactive control)
- 2014-02-17 20:00:17下载
- 积分:1
-
Admittancematrix
利用MATLAB负折射率材料 导纳矩阵法(Negative refractive index materials using MATLAB admittance matrix)
- 2010-08-09 18:13:34下载
- 积分:1
-
stproc-2.1
simulation on the schtocastic processesx is given
- 2010-05-10 15:27:59下载
- 积分:1
-
turbodecode
应用于3G,4G 通信系统中的 turbo 解码。应用环境为C,可嵌套CUDA。(Applies to 3G, turbo decoding 4G communication system. Application environment for C, can be nested CUDA.)
- 2014-11-24 11:28:19下载
- 积分:1
-
Processorscheduling
用优先级判断的处理器调度模拟程序,程序运行时间结束后结束。(Used to determine the priority of processor scheduling simulation program, after the close of the program is running.)
- 2013-12-03 23:24:30下载
- 积分:1
-
pls
说明: 可实现自动分析,偏最小而成分析,结果可得相关性和RMSEC值(Automatic analysis can be realized, and analysis based on minimum)
- 2020-04-28 13:57:54下载
- 积分: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
-
stroboscopic-model
采用非线性动力学分析方法来研究互联网拥塞控制系统中存在
的复杂非线性动力学现象,如分岔(bifurcation)、混沌(chaos)等,针对不同参数该组源程序仿真互联网拥塞控制系统频闪模型的非线性动力学现象。(The programs study the dynamic behavior in stroboscopic model of Internet
congestion control system is studied. )
- 2013-07-18 17:26:51下载
- 积分:1
-
esprit1
esprit算法是进行高分辨阵列测向地基本算法,它与music算法不同的是它不用进行谱搜索,大大的节省了时间(esprit algorithm is to carry out high-resolution array geotropism test the basic algorithm, it is different music algorithm is its need for spectrum search, significantly saving time)
- 2007-10-10 19:18:38下载
- 积分:1