-
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_files
Dynamic Matrix Control is the first MPC algorithm developed in early 1980s. It is probably also the most widely used MPC algorithm in industry due to the fact that its internal model, the step response model is easy to obtain in an industrial process.
The package provides a dmc function to perform dynamic matrix control and to show the principal of DMC. An example file is included to show how the dmc function can be used to solve a control problem. It only uses basic MATLAB commands. No any other toolboxe is required.
- 2010-05-25 14:44:07下载
- 积分:1
-
signal-and-system
信号与系统相关的MATLAB习题,希望对大家有用。。(some relative solutions to the questions of MATLAB)
- 2013-04-24 09:07:25下载
- 积分:1
-
minNF
运用内点罚函数法求解约束最优化问题的MATLAB实现代码。(The penalty function method)
- 2020-11-12 12:59:44下载
- 积分:1
-
Handwrittendigitrecognition
Handwritten digit recognition algorithm code with matlab.
- 2010-06-09 04:37:14下载
- 积分:1
-
graphics
graphical drawing of matlab files in guide format
- 2010-01-06 19:57:17下载
- 积分:1
-
filter-design-in-matlabGUI-
说明: GUI matlab 数字滤波器图形化设计 包含使用说明和设计报告、ppt(GUI matlab digital filter design graphic design report contains usage instructions and, ppt)
- 2011-03-15 17:46:54下载
- 积分:1
-
gaosigeciweifenboxing
高斯各次微分波形的仿真,希望大家能用得上(Gauss of the differential waveform simulation, I hope you will use the grain)
- 2007-05-13 17:12:20下载
- 积分:1
-
kiss-the-rain
放在matlab里运行,可以演奏《kiss the rain》嘿嘿嘿~
今天看到有大神用matlab弹奏卡农,我好激动呀,于是。。。(感谢XBC童鞋提出的建议,《kiss the rain》,话说这个曲子好难啊。。。)我鼓捣了一个下午,在前面这个牛程序的基础上,修改了好久(无数次维数出错,以及其他不易察觉的小问题),终于把《kiss the rain》的曲子鼓捣出来了。。。。。。
因为使用的是简谱,而且这首曲子的音域实在太宽了(从下面打三点的到上面打三点的都有,虽然可以编写出程序。。。但是太痛苦了啊。。。),所以第二声部的有很多我都没有按照原本的谱子来编程,不过这也算一种再创作了哈?~【你明明就是偷懒啊喂】大家随便听听就好,如果有制作其他曲子的建议也欢迎提出哈,等我考完试做完功课写完材料【未知的某个世纪】就可以多做一些了~
其实程序的原理我还一知半解【CANON的制作者牛掰惨了啊~】,只知道大概就是频率啊周期啊神马的,但是这对制作曲子的影响不大,大家有兴趣也可以做呀,除了眼睛有点花以外。。。真心是特别有趣呢~~~
对了,有些语句是可以去除的,只不过我没有删,对运行是没有影响的哈~
(It can play KISS THE RAIN song)
- 2012-10-16 15:01:15下载
- 积分:1
-
MATLAB程序合集
说明: MATLAB程序合集-模拟退火,禁忌搜索,遗传算法,神经网络(Matlab program set - simulated annealing, tabu search, genetic algorithm, neural network)
- 2021-02-18 17:45:55下载
- 积分:1