-
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
-
ex
说明: matlab神经网络,用于神经网络的建模。希望有用(matlab neural network for neural network modeling. Hope that useful)
- 2011-03-30 15:05:49下载
- 积分:1
-
sort
HEap Sort Implementation !!
- 2014-10-07 13:49:01下载
- 积分:1
-
Mseires
用MATLAB产生M序列作为系统的输入,根据传递函数,仿真输出,并得出输入的自相关函数和输入输出的互相关函数。(M sequence generated by MATLAB as input, in accordance with transfer function, simulation output, and come to enter the auto-correlation function and the input and output of the cross-correlation function.)
- 2009-06-18 22:21:51下载
- 积分:1
-
Guide-to-the-use-of-codewarrior
codewarrior使用指南.Guide to the use of codewarrior.(Guide to the use of codewarrior.rar)
- 2014-12-10 10:49:49下载
- 积分:1
-
engDemo
说明: 在VC++中调用Matlab引擎的两个例子(In VC++ calling Matlab engines in the two examples)
- 2009-08-21 15:10:07下载
- 积分:1
-
qdqdh
抢答器的实现功能的仿真,使用MATLAB进行仿真运行(Responder achieve functional simulation using MATLAB simulation run)
- 2013-12-17 20:43:47下载
- 积分:1
-
power-flow
基于matlab 电力系统潮流计算 牛顿拉夫逊法 采用极坐标运算 经过测试 运行良好(failed to translate)
- 2013-05-06 00:58:07下载
- 积分:1
-
cache
The cache manager source code implemented in Windows kernel.
- 2009-05-30 14:00:05下载
- 积分:1
-
Advanced_PIC_Control_Matlab_Simulation
该文件用matlab 详细说明包括连续系统和离散系统的PID 控制,常用数字PID 控制,专家PID和模糊PID 控制,神经PID 控制,遗传算法PID 控制,多变量解耦PID 控制,几种先进的PID 控制,灰色PID 控制,伺服系统PID 控制,PID 实时控制(Utlizing Matlab technology to describe the different PIC strategy,including regular PID control,fuzzy PID control.)
- 2010-03-04 09:09:15下载
- 积分:1