-
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
-
addline
说明: ADALINE的字符识别,有图形界面。可以方便使用并了解ADALINE的LMS算法(ADALINE Character Recognition, a graphical interface. Easy to use and understand ADALINE LMS algorithm)
- 2006-02-24 01:18:54下载
- 积分:1
-
Untitled4
说明: dv-hop算法仿真,该算法能够对一定区域内的未知节点进行定位(dv-hop algorithm simulation, the algorithm can be in the region to locate the unknown node)
- 2011-04-13 15:32:16下载
- 积分:1
-
M
说明: M文件与程序调试 M-files and program debugging(M-files and program debugging)
- 2013-08-18 09:07:26下载
- 积分:1
-
SphereSurface
trisurf画一个三维球,并进行着色。(To figure a colored sphere in matlab function trisurf)
- 2013-08-25 20:13:40下载
- 积分:1
-
DSPremovenoise.m
這是一個利用butter filter 的bandstop 來濾除原始訊號中有雜訊的方法,先轉為spectrogram觀察雜訊所分步頻帶與能量,再依照要濾除的部分作bandstopa(This is a use of bandstop butter filter to filter out the noise of the original signal has a method, the first step into a spectrogram observation noise and energy of the band, then follow to filter out parts for bandstopa)
- 2014-01-07 23:01:23下载
- 积分:1
-
dekinpo
Digital filter simulation in Matlab.
- 2009-11-28 05:34:09下载
- 积分:1
-
ppt
关于matlab学习的PPT,里面介绍了matlab的一些基本知识,对于初学者非常有用。(PPT on matlab learning, which introduced some basic knowledge of matlab is very useful for beginners.
)
- 2012-03-22 11:04:36下载
- 积分:1
-
Modeling-of-variable-
遗传算法的优化计算,建模自变量降维,matlab经典算法(Genetic Algorithm optimization, modeling arguments dimensionality reduction, matlab classical algorithm)
- 2013-10-19 23:55:38下载
- 积分:1
-
Audio-Processing
音频系统,coding, modulation, AWGN, 通过最小距离探测码元,解码,播放。根据不同的SNR,测试在多小的SNR情况下,人耳能识别音频。(Audio systems, coding, modulation, AWGN, by minimizing the distance detection symbol, decoding, playing. Depending on the SNR, the test in the case of multiple small SNR, the human ear can identify audio.)
- 2014-02-20 02:58:39下载
- 积分:1