-
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
-
mathematica
mathmatics学习资料,比较实用,亲身感受(mathmatics learning materials, more practical, personal experience)
- 2014-12-03 10:53:28下载
- 积分:1
-
suspension
二自由度的四分之一车辆悬架模拟,非主动悬架 simulink模型
(A quarter of the two degrees of freedom vehicle suspension simulation, the active suspension model of simulink
)
- 2014-06-06 20:43:19下载
- 积分:1
-
DPD_training
数字预失真的LS算法,利用LS算法提取预失真参数(LS digital pre-distortion algorithm, using LS algorithm extracts the predistortion parameters)
- 2013-10-28 18:27:28下载
- 积分:1
-
MATLABtutorial
简单实用的matlab教程 对初学者很实用(Simple and practical matlab tutorial is very useful for beginners)
- 2013-10-05 08:24:45下载
- 积分:1
-
slip_frequency_control_Speed_est
转差频率矢量控制源程序,在实验平台上能够稳定运行(Slip frequency vector control source code, in the experimental platform can stable operation
)
- 2013-12-14 20:05:33下载
- 积分:1
-
一个K均值聚类的例子
A matlab example of k means clustering
- 2022-02-09 11:29:18下载
- 积分:1
-
拟合能量模型的区域可扩展性
李纯明博士的08年TIP文章,"Minimization of Region-Scalable Fitting Energy for Image Segmentation",在分割的同时实现了图像的偏域场估计。适用于核磁共振图像的分割
- 2022-05-28 21:02:53下载
- 积分:1
-
03
说明: matlab基础教学系列4,一步一步一步一步教学系列(the door to matlab)
- 2012-04-23 20:34:16下载
- 积分:1
-
Malik
source code for finding histogram of an image and inset plotting in matlab
- 2013-03-17 19:37:40下载
- 积分:1