-
Mixture_of_VC_and_Matlab_programming
VC与Matlab的混合编程方法及其应用
详细介绍了VC与Matlab混合编程的方法和实例,适合初步接触混合编程的人使用。(Mixture of VC and Matlab programming and application details of the VC and Matlab programming methods, and case mix for the initial contact with mixed programming to use.)
- 2010-06-12 16:15:04下载
- 积分:1
-
MATLABvc
一个简单的matlab通讯的小程序,希望对大家有帮助了(A simple sort of small procedures in the hope we have helped
)
- 2010-11-10 16:17:07下载
- 积分:1
-
Example1
ANSI input 5p1 implementation example
- 2012-10-23 14:09:32下载
- 积分:1
-
Codes_PLS
PLS 的Matlab代码,用于线性降维和回归分析(matlab source code for partial least squares)
- 2010-05-14 16:00:07下载
- 积分:1
-
yuyinchulichengxv
对给定语料估计其基音周期。
要求用MATLAB或C语言实现有关基音检测算法,并给出检测结果。
(For a given corpus to estimate the pitch period. Required to use MATLAB or C language realization of the pitch detection algorithm, and gives test results.)
- 2009-12-27 23:25:22下载
- 积分:1
-
A Fully Vectorized Code for Nonequilibrium Rf
全耦合,非圆柱式放电腔体内等离子体的数值模拟(Numerical simulation of microwave plasma discharge at medium pressure)
- 2018-03-26 09:01:47下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
hzt-report
关于恶意代码检测和LTE网络,4G的LTE-A网络的外语文章(Foreign-language article about malicious code detection and lte network, lte-a network of 4g)
- 2014-01-02 18:04:43下载
- 积分:1
-
Malthus_Model
Malthus_Model模型的原形,以及包括绘图的源代码。希望对正在学习的你有帮助。(Malthus_Model prototype model, and includes source code for the drawing. Hope you are learning to help.)
- 2011-05-05 23:17:34下载
- 积分:1
-
sparse_coding_for_classification
简单的sparse coding的小程序,基本可以了解sparse coding的工作过程。(Simple sparse coding small procedures, the basic can understand the working process of sparse coding.)
- 2014-10-27 22:24:21下载
- 积分:1