-
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
-
mpc-for-wind-smoothing
MPC模型预测控制算法应用在风电场功率波动平抑的典型案例,参考意义(The MPC model predictive control algorithm is applied in the typical case of wind farm power fluctuations )
- 2013-04-06 13:59:07下载
- 积分:1
-
EVERT
EVERT的开源的光柱跟踪代码。光柱跟踪是用于声学仿真的重要算法。(open source code of beam tracing)
- 2011-05-13 13:02:42下载
- 积分:1
-
bianyi4_2
编写一通用的预测法分析程序,要求有一定的错误处理能力,出错后能够使程序继续运行下去,直到分析过程结束。可通过不同的文法(通过数据表现)进行测试。(Write a generic prediction analysis procedure that requires a certain degree of error-handling capabilities, enabling the program to continue after an error to run it until the end of the analysis process. Can be tested by different grammar (by performance data).)
- 2013-12-05 09:36:24下载
- 积分:1
-
Plotting_Tutorial_New1
Plot tutorial is using to calculate in Histogram Matlab
- 2013-12-08 13:27:43下载
- 积分:1
-
hechengkongjing
此为一个合成孔径雷达的MATLAB仿真程序。(Synthetic aperture radar MATLAB simulation program.)
- 2013-09-06 17:46:44下载
- 积分:1
-
Ppca_matllabC
PCA MATLAB程序.PCA MAATLAB程序PCA MATLAB程序.
(PCA MATLAB program. PCA MAATLAB program PCA MATLAB program.)
- 2012-07-24 10:26:29下载
- 积分:1
-
siftsurf
siftdemo原码(MATLAB),SURF是C++文件,检测可以使用。(siftdemo original code (MATLAB), SURF is a C++ file。they can be used 。)
- 2015-03-25 15:25:06下载
- 积分:1
-
brisk
brisk描述子,matlab语言,好懂易学(brisk descriptors, matlab language, easy to understand to learn)
- 2021-04-08 22:59:00下载
- 积分:1
-
00366298
气象雷达的仿真与分析,为研究机载雷达的工程人员提供真实有效的理论分析与仿真(Modern estimation theory and artificial intelligence
technology are applied to the Wind Shear Safety Advisor, a
conceptual airborne advisory system to help flight crews avoid
or survive encounter with hazardous low-altitude wind shear.
Numerical and symbolic processes of the system fuse diverse,
time-varying data from ground-based and airborne measurements.
Simulated wind-shear-encounter scenarios illustrate the need
to consider a variety of factors for optimal decision reliability.
The wind-shear-encounter simulations show the potential of the
Wind Shear Safety Advisor for effectively integrating the available
information, highlighting the benefits of the computational
techniques employed.)
- 2012-07-09 22:15:11下载
- 积分:1