-
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
-
FCT
说明: 快速脊波变换,三角波,或者基波变换,没有什么其他要说明的了(fct-Fast Curvelet Transform.function C = FCT(x, is_real, nbscales, nbangles_coarse))
- 2011-02-22 20:49:45下载
- 积分:1
-
ode_solver
常微分数值解 Runge-Kutta 龙格-库塔(Runge-kutta)算法在MATLAB中的用法(Differential numerical solution
Runge-Kutta)
- 2012-05-06 11:40:18下载
- 积分:1
-
Java-call-matlab
MATLAB语言在Java里的使用:详细介绍了相关的环境配置,MATLAB打包步骤,以及在Eclipse里使用Java调用资源包的全过程。含测试实例(MATLAB language used in the Java:details of the environment configuration, MATLAB package, and the use of Java resource bundles to call the whole process in the Eclipse. Containing the test case)
- 2015-04-03 14:08:23下载
- 积分:1
-
略谈matlab中S函数的概念及使用_files
说明: MATLAB s函数编程实例 可以让新手更好理解和入门,学习MATLAB的高级函数编程(MATLAB s function programming example can help newcomers better understand and get started, learn advanced function programming of MATLAB)
- 2020-06-28 13:00:02下载
- 积分:1
-
BP
说明: BP神经网络实线0——9数字识别 MATLAB(BP neural network solid lines 0- 9 Digital Identification MATLAB)
- 2009-05-05 20:48:15下载
- 积分:1
-
position_control_ss
直流电动机的位置控制matlab实例,采用状态反馈方式(DC motor position control matlab instance, the use of state feedback methods)
- 2020-07-03 12:20:02下载
- 积分:1
-
RBF-neural-network
用matlab编程,rbf神经网络进行负荷预测的程序(Using matlab programming, rbf neural network load forecasting procedures)
- 2013-10-12 14:34:28下载
- 积分:1
-
TiR_channel
time reversal technique for uwb communication
- 2013-04-17 19:40:53下载
- 积分:1
-
poisson
MATLAB下描述随机过程中的泊松过程,精要简单易懂(Poisson process)
- 2013-11-12 17:01:57下载
- 积分:1