-
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
-
cnv_encd
说明: 这个是卷积编码程序的m文件,
已经调通!并加上了注释。(This is a convolutional coding process m-files have been transferred Pass! And add a comment.)
- 2010-03-30 19:59:40下载
- 积分:1
-
matlab-bianyuan-tiqu
边缘提取和边缘检测matlab程序代码大全,例举了很多边缘提取和边缘检测的程序,供初学者练习引用和参考,具有很高的价值(Edge extraction and edge detection matlab code Daquan examples of edge extraction and edge detection program for beginners to practice cited and referenced, high value)
- 2013-01-10 12:47:58下载
- 积分:1
-
Color_digital_image_sharper
分别采用RGB模型和HIS模型对图像imageLane.bmp进行锐化,并比较锐化的效果是否相同(两锐化后的图像相减)。(Using RGB model respectively for imageLane image and HIS model for sharpening, BMP, and compared the effect is the same sharpening (two sharpen the image subtraction).)
- 2009-12-07 12:54:03下载
- 积分:1
-
main
说明: 绘制升余弦滚降波形的眼图并功率图
xtuanna(Drawing Cosine waveforms and eye diagram xtuanna power)
- 2010-04-22 11:03:48下载
- 积分:1
-
aaka
基于卡尔曼滤波的动态目标跟踪算法,简单实用(Kalman filter-based dynamic object tracking algorithm, simple and practical)
- 2011-05-10 16:27:46下载
- 积分:1
-
duanlielixue_0
我从论坛上下载的断裂力学导论,是一本比较好的书籍(I downloaded from the forum Introduction to fracture mechanics is a good book)
- 2011-09-15 19:00:31下载
- 积分:1
-
borninv
本程序实现1DBorn近似反演,并且采用正则化,使得反演稳定。(This program implements 1DBorn approximate inversion, and using regularization, making inversion stability.)
- 2013-09-25 12:14:04下载
- 积分:1
-
AIRS_Classification
this program is about airs algorithm iti role is bout classification of many vectors of data
- 2014-02-24 17:33:19下载
- 积分:1
-
一阶倒立摆matlab仿真
说明: 一阶倒立摆仿真matlab程序,包含仿真结果和simulink仿真(Matlab program of one order inverted pendulum simulation)
- 2021-03-10 09:40:19下载
- 积分:1