-
face_dft
Face Verification System With DFT
- 2009-12-11 16:05:17下载
- 积分:1
-
FT
说明: DSP入门:在MATLAB中应用傅里叶变换分析信号频谱(DSP basis: Implement fourier transform to analysis signals spectrum with MATLAB)
- 2010-03-25 13:39:45下载
- 积分:1
-
Algebraic-Eq-methods-code-(matlab)
Numerical solution for solving algebraic linear equations.
- 2011-07-17 14:57:33下载
- 积分:1
-
exm
Matlab中的Simulink仿真例子,可用于练习各模块的使用及功能(Matlab example)
- 2015-03-05 17:45:20下载
- 积分:1
-
gas-carburizing-simulation
本实验将使用MATLAB 7.0软件分别对20钢的离子渗碳和气体渗碳过程进行模拟,渗碳时间分别为1h、2h、8h、20h,渗碳温度分别为1203K、1223K、1273K、1323K。对20钢的其中一面进行一维气体渗碳,设该扩散系数和界面传递系数均与渗碳浓度无关,对渗碳厚度、渗碳速度、渗碳量和渗碳时间、渗碳温度的关系进行模拟。(In this study, using MATLAB 7.0 software 20 steel ion carburizing and gas carburizing process simulation, carburizing time were 1H, 2H, 8h, 20h, carburizing temperature of 1203K, 1223K, 1273K, 1323K. 20 steel one side of a one-dimensional gas carburizing, set the diffusion coefficient and interface transfer coefficient has nothing to do with the concentration of carburizing, the relationship of the thickness of the carburizing, carburizing speed, carburizing and carburizing time, carburizing temperature simulation.)
- 2013-05-16 15:11:07下载
- 积分:1
-
snake
Active Contours model(snake)
- 2009-04-14 01:40:11下载
- 积分:1
-
bilinear
In this paper, we introduce a new machine-learning-based data classification algorithm that is applied
to network intrusion detection. The basic task is to classify network activities (in the network log
as connection records) as normal or abnormal while minimizing misclassification. Although different
classification models have been developed for network intrusion detection, each of them has its strengths
and weaknesses, including the most commonly applied Support Vector Machine (SVM) method and the
Clustering based on Self-Organized Ant Colony Network (CSOACN). Our new approach combines the SVM
method with CSOACNs to take the advantages of both while avoiding their weaknesses. Our algorithm is
implemented and evaluated using a standard benchmark KDD99 data set. Experiments show that CSVAC
(Combining Support Vectors with Ant Colony) outperforms SVM alone or CSOACN alone in terms of both
classification rate and run-time efficiency.
- 2013-12-21 13:40:52下载
- 积分:1
-
FastICA_25
盲源分离的快速算法,非常好用,直接调用函数即可使用,(Fast algorithm for blind source separation, very easy to use, can be used directly call the function,)
- 2012-11-27 19:16:38下载
- 积分:1
-
183176476-Study-Simulation-of-Vehicular-Ad-Hoc-Ne
simulink vanet in matlab
- 2014-02-18 14:08:20下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1