-
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
-
442e6abc69b5d04460608d7ab3fdf616
请问下大家CC++如何实现感染可执行文件以及如何实现将一个exe文件镶嵌到另一个exe文件中
- 2010-02-12 01:34:37下载
- 积分:1
-
mycode_BubbleSort
Guangxi M achinery No.2,2002 工程设计资料线图数据的MATLAB程序化(Guangxi M achinery No. 162-163 engineering design information and map data MATLAB program)
- 2006-11-22 13:48:10下载
- 积分:1
-
Gaussc
选主元的高斯消元法,用于求解线性方程组。很方便!基于c++开发。(Selected principal component of the Gaussian elimination method for solving linear equations. Very convenient! Based on c++ development.)
- 2010-03-03 10:41:17下载
- 积分:1
-
fftshift
主要是用c语言实现matlab中的fftshift函数的,(Mainly used c language matlab in fftshift function,)
- 2013-09-22 14:57:46下载
- 积分:1
-
NORMALFUNCTION
本程序基于visual C++ 实现标准正态分布,正态分布累积函数,正态分布累积函数的逆函数分别输出到不同表,是仿真实验的很好参考!(This procedure based on visual C++ Achieve the standard normal distribution, the cumulative distribution function, the cumulative distribution function of the inverse function of the respective output to a different form, is a good reference simulation!)
- 2007-12-14 11:48:49下载
- 积分:1
-
H.248
介绍有关H.248的内容 相当有用 价值比较高(H。248)
- 2009-11-19 20:49:19下载
- 积分:1
-
Simulating-a-channels-in-Matlab
new chnnel simulation
- 2012-05-29 17:42:37下载
- 积分:1
-
ISODATA
isodata 迭代自组织的数据分析算法(isodata )
- 2010-11-23 09:51:57下载
- 积分:1
-
engine01
实现发动机性能的计算,在matlab环境下简单可靠的运行(this can use at matlab to engine)
- 2015-01-25 19:59:10下载
- 积分:1