-
EMSeg
EM分割算法的matlab实现。得到的结果较好。(EM segmentation algorithm to achieve the Matlab. The results are good.)
- 2007-05-27 13:28:17下载
- 积分:1
-
bylisswinline
线泰勒权的权值产生程序,可作为子函数调用。用于产生低旁瓣的差波束。用于阵列信号处理(line taylor vector, can be applied as sub function. difference beamforming.)
- 2014-11-05 21:06:14下载
- 积分:1
-
peo3
this is matlab pdf it consist materail for matlab pdf which is uilized dor software system
- 2011-05-21 12:58:14下载
- 积分:1
-
MatlabIdentification
《系统辨识理论及Matlab仿真》MATLAB程序( System identification theory and Matlab simulation MATLAB program)
- 2014-10-10 09:19:04下载
- 积分:1
-
Matlab
这是matlab的一个入门教程,结合实例介绍了matlab在数学中的应用。(This is a Getting Started tutorial matlab, matlab introduced with examples of applications in mathematics.)
- 2009-06-30 21:34:15下载
- 积分:1
-
Chinese-verification-code
通过学习此程序可以了解相关方面的语言结构,对于编程参考和借鉴有很大的实际意义,肯定有很大的帮助(Chinese verification code)
- 2015-03-21 13:10:08下载
- 积分:1
-
signal11
ASK调制解调模块
FSK调制解调模块
4FSK调制解调模块
8FSK调制解调模块
MSK调制解调模块
DBPSK调制解调模块
4PSK调制解调模块
8PSK调制解调模块
(ask)
- 2010-12-27 21:30:36下载
- 积分:1
-
mohu1
利用matlab软件对图形进行模糊处理,得到运动模糊图像(Using matlab software graphics obfuscated to get motion-blurred images)
- 2013-08-22 17:07:51下载
- 积分:1
-
FastTools
FastTools,比系统自带的Vlookup sum自带的快多啦!!(FastTools, a lot faster than the Vlookup sum comes with a built-in system!!)
- 2014-12-11 09:53:40下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1