-
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
-
myaa
matlab code for Myaa - My Anti-Alias for Matlab
- 2015-02-03 15:51:43下载
- 积分:1
-
SGMPrelease
斯坦福大学的导航观测数据处理体系,给出了一些核心程序和主体构架(a navigation measurement processing software by stanford university, the core programs and main architecture are given)
- 2013-05-08 15:08:18下载
- 积分:1
-
PCI22
PCI Local Bus
Specification
Revision 2.2
By PCI Special Interest Group
- 2010-12-31 11:51:52下载
- 积分:1
-
2D-MUSIC
L型阵下基于2D-MUSIC的二维DOA估计算法(Under the L-type array estimation algorithm based on 2D-MUSIC-dimensional DOA)
- 2020-11-21 22:19:35下载
- 积分:1
-
choose
随机性选择函数,在一组最优解中,随机概率选择目标函数值最大的解(Random selection function, the optimal solution in a group, the random probability of choosing the objective function value of the maximum of the solution)
- 2015-01-11 22:59:35下载
- 积分:1
-
kuopinjishu
使用ppt对扩频通信的原理进行详细介绍,然后对其原理利用matlab7.0版本软件进行simulink仿真框图设计,进行仿真试验,适合教师教学和学生自主学习使用!(Using ppt on the principle of spread spectrum communication to conduct a detailed introduction, and then their version of the principle of the use of matlab7.0 diagram simulation simulink software design, simulation tests, suitable for teachers and students to use self-study!)
- 2008-03-31 20:09:09下载
- 积分:1
-
A_TOA_simul
Active approach - TOA LS(Active approach- TOA LS)
- 2007-04-30 16:47:39下载
- 积分:1
-
Assignment-1
Processing of Image Files by: using Photoshop to crop images. Then, use MATLAB to: Convert images into a transformed domain and Design 2D filters for further analysis.
- 2014-02-12 16:59:08下载
- 积分:1
-
incfreq2
generation of rectangular shape signal. for a rectangular shape of width 1, sinc result also included
- 2007-08-22 09:57:59下载
- 积分:1