-
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
-
FEMandMATLAB
这是一本介绍结构分析的有限元法与MATLAB程序设计的书籍,适合研究生使用。(This is to introduce a structural analysis of the finite element method and MATLAB programming books, suitable for graduate students to use.)
- 2009-06-21 22:41:08下载
- 积分:1
-
youxi
用MATLAB编写的俄罗斯方块,主要是熟悉如何添加背景音乐和详细的游戏程序。(Tetris written using MATLAB, mainly familiar with how to add background music and detailed games.)
- 2014-09-19 10:01:15下载
- 积分:1
-
chapter06_ex
利用matlab里面的m文件,其中分为两种:脚本文件和函数文件,对其进行调用(Using matlab inside the m file, which is divided into two kinds: script files and function files)
- 2017-07-13 10:42:16下载
- 积分:1
-
face
利用叠加和梯度值来分别进行人脸识别,正确率分别为40 和96 。Matlab 代码。(Superposition and the gradient values, respectively, face recognition, the correct rates were 40 and 96 . Matlab code.)
- 2011-02-08 14:03:36下载
- 积分:1
-
kalman-emulation
说明: 卡尔曼滤波仿真实例,内附word版实验报告(Kalman filter simulation, experimental version of the report containing a word)
- 2011-04-11 20:37:49下载
- 积分:1
-
Mathematical-modeling-experiment-
数学建模与数学实验 基于MatlabMathematical modeling and mathematics experiment
(Mathematical modeling and mathematics experiment
)
- 2011-06-29 19:31:19下载
- 积分:1
-
Kalman_Filter
KALMAN FILTER CODE for tracking
- 2013-10-23 19:07:57下载
- 积分:1
-
LDPC
LDPC(低密度奇偶校验码)中和积译码的算法的matlab仿真。(LDPC (low density parity check codes), and plot decoding algorithm matlab simulation.)
- 2012-09-01 14:19:12下载
- 积分:1
-
archlab_solution
ICS archlab CMU 包含全部解答过程(ICS archlab CMU )
- 2014-12-25 17:08:29下载
- 积分:1