-
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
-
csma
MAC层CSMA协议,是在OPNET中使用的(MAC layer,CSMA protocols)
- 2009-09-17 11:12:25下载
- 积分:1
-
matlab_rtw_c
(1)通过Simulink创建仿真模型;(2)配置相关RTW(Real-Time Workshop)参数;(3)通过RTW(Real-Time Workshop)自动生成C代码文件,并理解主要文件、接口函数和变量的意义;(4)在Visual C++中将生成的C代码作适当修改,编译运行并分析结果。((1) created by Simulink simulation model (2) configuration related to RTW (Real-Time Workshop) parameters (3) RTW (Real-Time Workshop) automatically generate C code files, and understand the main document, interface functions and variables significance (4) Visual C++ generated C code will be modified as appropriate, compile, run and analyze the results.)
- 2011-01-09 23:00:25下载
- 积分:1
-
alamouti
这是一个Alamouti空时码的仿真,包含2发1收或2发2收。(This is an Alamouti space-time code simulation, including two made an entry or two 2 admission.)
- 2021-04-18 21:08:52下载
- 积分:1
-
interface_matlab&C++
说明: 不是源码,是c++与matlab的接口问题
非常好的文章(not source, and c is the Matlab interface very good article)
- 2006-04-12 22:12:14下载
- 积分:1
-
Simplex-method-procedure
单纯形法的MATLAB程序,自己编的,对于学习线性规划编程的同学有用(Simplex method of MATLAB programs, their compilation, and programming for students to learn useful for linear programming)
- 2010-05-27 19:49:40下载
- 积分:1
-
feixianxing
非线性整数规划的遗传算法Matlab程序
- 2010-08-20 21:39:47下载
- 积分:1
-
bom
bom provide the orginal details before calculation
- 2010-01-11 16:47:13下载
- 积分:1
-
1
说明: 编程计算图形的面积。程序可以计算圆形,长方形,正方形的面积,运行时先提示用户选择图形的类型,然后,对圆形要求用户输入半径值,对长方形要求用户输入长和宽的值,对正方形要求用户输入边长得值,计算出面积的值后将其显示出来。(Calculate the area of graphics programming. Program can calculate the round, rectangular, square area, run-time prompts the user to first select the type of graph, and then the radius of the circle requires the user to input the value of the rectangle requires the user to input the length and width values, requires the user to input side of the square grow the value to calculate the value of the area after the show.)
- 2009-11-14 21:38:32下载
- 积分:1
-
huatu
VC调用MATLAB的简单事例,没有复杂的功能,只适合初学者(A simple example of calling MATLAB VC)
- 2011-08-09 15:15:53下载
- 积分:1