-
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
-
RS_codec_system
说明: 这是我自己编写的一个完整的多进制GF域上RS信道编解码系统。解码采用梅西迭代算法。整个算法模块功能分明,GF域上运算都单独成为子模块,移植性强。还附有测试程序,方便了解各个模块的功能完成情况。(This is my own preparation of a comprehensive multi-band GF RS domain channel codec system. Messi iterative decoding algorithm used. The whole algorithm module function clear, GF domain computing is to become a separate sub-module, transplants strong. Also included testing procedures to facilitate the understanding of various modules of the completion of the function.)
- 2006-05-16 22:24:48下载
- 积分:1
-
SVM
自己编写的svm程序,能实现特征数据的训练,一个不错的程序。(His writing the SVM procedure, can realize the characteristics of training data, a good program.)
- 2012-05-02 17:08:08下载
- 积分:1
-
lichengmatlab
这是一些MATLAB图形用户设计界面的源程序,对初学着有帮助哦!(which is a MATLAB graphical user interface design of the source of a novice to help!)
- 2007-04-02 21:10:08下载
- 积分:1
-
OFDM
说明: 比较简洁的OFDM+QPSK的仿真,带AWGN和误码率统计(Simple comparison of the simulation of OFDM+ QPSK with AWGN and bit error rate statistics)
- 2009-07-26 17:12:48下载
- 积分:1
-
full_bridge_V2
DCDC全桥变换器的闭环simulink模型,电压闭环PI控制(Simulink for full_bridge DCDC.it was controled by PI controler )
- 2013-11-12 18:11:43下载
- 积分:1
-
duogewenjian
实习时候做的东西,一个matlabGUI程序,可以读取mat雷电流文件,并且进行指定长度,指定信号进行指定层数的小波分析,并提取其中的模值,最后可以进行各种重构画图,分析(Internship time to do things, a matlabGUI procedure, which can be read by mat lightning current document, and to carry out the designated length, designated signal designated floors of wavelet analysis, and extract one of the modulus value, the final drawing can be a variety of remodeling, analysis)
- 2009-03-19 19:58:50下载
- 积分:1
-
Matlab_ica
该算法实现了两路语音的分离。主要为fastica算法的matlab实现。(The algorithm achieved a separation of two-way voice. Mainly to achieve fastica algorithm matlab.)
- 2009-05-01 09:46:59下载
- 积分:1
-
Nemerow-integrated-index
内罗梅综合指数分析法Nemerow integrated index(Nemerow integrated index)
- 2013-03-19 15:26:58下载
- 积分:1
-
LMNN
LMNN,监督距离度量学习目前效果最好的(lmnn)
- 2009-06-09 09:48:10下载
- 积分:1