-
SSDT_Helper_src
通过搜索 SSDT 并和 ZwSystemDebugControl 获取的内容相比较
* 找出不同的SSDT项(通过搜索 SSDT 并和 ZwSystemDebugControl 获取的内容相比较
* 找出不同的SSDT项)
- 2009-11-01 11:14:20下载
- 积分:1
-
FOURTH_ORDER_MUSIC_VS_CLASSICAL_MUSIC__RMSE_SNR
本代码将四阶累积量MUSIC算法和常规二阶MUSIC算法进行SNR性能对比。(The code will be fourth-order cumulant MUSIC algorithm and conventional second-order MUSIC algorithm SNR performance comparison.)
- 2010-11-09 19:09:36下载
- 积分:1
-
docs
说明: RSOFT软件资料,可以解决光子带隙和光纤光栅。(RSOFT software information, can solve the photonic band gap and the fiber grating.)
- 2010-04-07 11:41:46下载
- 积分:1
-
mds
多维标度变换是应用广泛的无线传感器网络定位算法(Multi-Dimensional Scaling)
- 2013-08-18 18:22:51下载
- 积分:1
-
QPSK
qpsk调制解调 随机信号生成 高斯白噪声的加入(qpsk awgn mod demod)
- 2014-12-09 12:09:00下载
- 积分:1
-
pidtuning
this the matlab tuning of pid with root locus
- 2009-03-09 12:33:18下载
- 积分:1
-
matlab
用matlab分析数值的,有拉个朗日插值、三次样条插值法、NEWTON插值、hermite插值、mewton形式的hermite插值、平方根法、gauss消去法、三角分解法、jacobi迭代法、
gauss迭代法、sor迭代法、最速下降法、共额梯度法、mewton迭代法、逆broyden迭代法。一共15段代码。
(Numerical analysis using matlab, there are a Long Day interpolation, cubic spline interpolation, NEWTON interpolation, hermite interpolation, mewton form hermite interpolation, square root method, gauss elimination, triangular decomposition, jacobi iterative method, gauss iterative method, sor iterative method, steepest descent method, a total amount of gradient method, mewton iterative method, inverse broyden iteration. A total of 15 sections of the code.)
- 2013-11-18 10:04:48下载
- 积分:1
-
Gabor_matlab
maltab Grabor 滤波程序适合人脸识别,Grabor算法适合做为识别程序的基函数(maltab Grabor filtering process is suitable for face recognition algorithm is suitable for Grabor basis function as a recognition program)
- 2013-05-21 00:42:37下载
- 积分:1
-
可以编译的粒子群算法(PSO)解决旅行商问题(TSP)代码
关于神经网络控制,滤波求和方式实现宽带波束形成,实现典型相关分析,是国外的成品模型,验证可用,各种资源分配算法实现。
- 2023-03-27 20:35:03下载
- 积分:1
-
svm完整版
function [alphaStar, bStar, SVIndex] = yxcSVMtrain(X, Y, C, kernel, sigma)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% If you have the Chinese book: 《数据挖掘中的新方法——支持向量机》, find the algorithm here:
% Classify C-SVC using algorithm 5.4.12 on page 193
%
% Otherwise, refer to this article: "Support Vector Machines: Hype or Hallelujah?"
% Section 6: SUMMARY OF SVM METHOD on page 5
% http://www.sigkdd.org/explorations/issue2-2/bennett.pdf
%
% Here is also a very good tutorial: "A Tutorial on Support Vector Machines for Pattern Recognition"
% www.umiacs.umd.edu/~joseph/support-vector-machines4.pdf
%
% A detailed description about iris flower data set:
% 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-28 13:50:04下载
- 积分:1