-
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
-
matlabTSP
MATLAB编写的程序,是解决TSP问题的一种方法(MATLAB programs that solve the TSP problem is a method of)
- 2008-05-07 19:51:14下载
- 积分:1
-
Abc2sc
file matlab for power system
- 2013-05-26 00:53:21下载
- 积分:1
-
MatLab2
说明: 由于matlab提供了一些很有用的计算方法
但是大部分用户只用到其中一部分的功能
所以写了一个包括解方程,矩阵计算,排序功能的代码(As matlab provides some very useful method but most users only use part of the function it was a including solving equations, matrices, and sorting code)
- 2010-05-03 10:22:44下载
- 积分:1
-
chap3_1
专家PId控制,求三阶传递函数的阶跃响应,采用专家PID设计控制器(Expert PId control, and the third order transfer function of the step response,The use of expert PID controller design)
- 2020-12-02 11:29:25下载
- 积分:1
-
sfunctin
matlab/s函数的应用,有兴趣的读者可以一起交流。(matlab/s function of the application, interested readers can join the exchange.)
- 2007-09-29 18:47:37下载
- 积分:1
-
Main_Frequency1
悬置功能计算的,能量解耦的方法,优化及其位移的计算(The calculation of suspended function, energy decoupling method, optimization and calculation of displacement)
- 2015-08-06 09:24:40下载
- 积分:1
-
Wind_PMSG
Analysis of steady state/ transient behaviour of HVDC systems due to AC/ DC Faults, commutation failure etc. using PSCAD simulating software. Also conducted studies on control methods/ protection requirements as well as distribution on the Delhi-Rihand HVDC system.
- 2012-04-24 19:34:33下载
- 积分:1
-
flocking--MALTLAB
多智能体蜂拥控制MATLAB基本仿真程序,帮助新手学习交流(multi-agent system of flocking matlab simulation programa )
- 2021-04-19 14:38:51下载
- 积分:1
-
fluent_udf_lecture
对fluent软件udf的使用,开的讲座讲义,fluent udf lecture(training lecture for udf in fluent)
- 2020-08-05 14:48:32下载
- 积分:1