-
mablab6.0时尚创作百例-实例80-84
mablab6.0时尚创作百例(mablab6.0 creative fashion 100 cases)
- 2005-02-01 11:37:44下载
- 积分:1
-
gold
gold序列的生成 PN序列Gold序列极好的自相关性 生成64位的PN序列
(Gold sequence generated PN sequence gold sequence excellent correlation
)
- 2020-11-10 23:29: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
-
1.MUSIC算法MATLAB程序
基于matlab的定位算法,music算法,L型二位定位(Location algorithm based on MATLAB, music algorithm, L two bit location.)
- 2018-04-03 15:27:31下载
- 积分:1
-
frpca
code for face recognition using pca(principle component analysis) .a good code sor reaserch.
- 2010-08-08 20:12:39下载
- 积分:1
-
sapf_sch
Series active power filter
- 2010-08-10 02:08:56下载
- 积分:1
-
matlab-classic-cases
matlab的经典案例,小程序,适用于初学matlab的同学(matlab classic cases for student who are learning matlab)
- 2012-08-02 22:38:53下载
- 积分:1
-
Interpolation
本程序包内用matlab编写数值计算方法中的插值的源代码,包括Newton插值法,拉格朗日插值法,在mainInt.m文件中测试,并与拟合函数进行比较。供学习数值计算的程序员参考。(This program package using matlab numerical method of interpolation of the source code, including the Newton interpolation, Lagrange interpolation method, tested in mainInt.m file, and compare with the fitting function. For learning numerical Programmer s Reference.)
- 2013-08-31 11:23:29下载
- 积分:1
-
functioncloud-
云模型中函数云实现的matlab代码可以实现余弦函数云(Cloud cloud model function can be implemented to achieve the matlab code cosine Cloud)
- 2014-10-28 11:12:55下载
- 积分:1
-
RGB-cube
产生一个RGB立方图:R(红)-G(绿),R(红)-B(蓝),G(绿)-B(蓝)(Color model. Use Matlab to create six (6) color images of size 512×512 in
ppm format, each of which represents one of the six sides of the RGB color cube.)
- 2014-11-21 09:15:17下载
- 积分:1