-
Smooth_hing_placed_in_pairs
模拟光滑铰链连成双摆的运动轨迹,工程力学专业课程设计(Smooth hinge placed in pairs)
- 2011-01-01 13:28:27下载
- 积分:1
-
DPLS_static_abnormal_prediction
动态PLS算法的matalb实现,是非常好的初学者入门资料(Matalb dynamic PLS algorithm implementation is very good information for beginners)
- 2014-12-22 22:42:23下载
- 积分:1
-
5
说明: 高等光学仿真(matlab版)-光波导、激光书中部分程序(Higher optical simulation (matlab)- waveguide, the laser part of the program in the book)
- 2012-10-05 22:12:27下载
- 积分:1
-
kepler-equaction-DG
数值计算方法!利用离散梯度法计算开普勒方程!理论扎实易懂,方便学习(Numerical methods! Kepler equation is calculated using the discrete gradient method! Theory of solid and easy to understand, easy to learn)
- 2015-04-16 16:52:16下载
- 积分:1
-
solution
该程序实现了对于光纤中的脉冲在光纤传播的演化过程(The program implements the evolution of the optical fiber pulse propagation in optical fibers)
- 2014-02-19 11:05:25下载
- 积分:1
-
分类器评估及交叉验证_代码
内有鸢尾花数据的5折交叉验证实验代码,采用的分类器是贝叶斯分类器。(There is a 5-fold cross-validation experiment code for the iris data, and the classifier used is a Bayesian classifier.)
- 2020-12-18 11:59:10下载
- 积分: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
-
Main_SVC_C
说明: svm工具箱,应用于matlab平台,给出了C_SVC二类分类算法的历程(svm toolbox, used matlab platform, given C_SVC the course of second-class Classification Algorithm)
- 2010-03-26 09:06:21下载
- 积分:1
-
fft_multibeam
阵列信号处理中的多波束形成,采用FFT方法进行多波束形成。附报告、源程序、仿真结果截图,内容详尽,希望对您有所帮助(Array signal processing in multi-beam forming, using the FFT method for multi-beam forming. Attached to the report, the source, the simulation results screenshots, detailed, I hope for your help)
- 2021-03-20 15:59:18下载
- 积分:1
-
Fault7_KPCA0
KPCA程序,可用于数据降维,特征提取,用起来比较简单(KPCA procedure can be used for data dimensionality reduction, feature extraction, using relatively simple)
- 2011-12-01 21:30:06下载
- 积分:1