-
duiou
对偶单纯形法matlab编程,有逐句的说明(simplex write)
- 2012-05-15 16:01:16下载
- 积分:1
-
ca
一些基于元胞自动机的小程序 帮助理解元胞自动机(Cellular Automata)
- 2013-05-16 09:45:11下载
- 积分:1
-
FUZZY-control
是对于运用模糊控制的场合 这些资料极其具有意义(very important docume)
- 2011-12-27 10:30:08下载
- 积分:1
-
Demo
i Controls 2.0 - Collection of drivers support Unicode
- 2015-04-14 05:49:56下载
- 积分:1
-
LMS_test
Hello everybody,I am MAO,I am studying Least mean square algorithm right now.
- 2015-03-04 11:39:23下载
- 积分:1
-
melp(2.4or)
melp声码器,包括melp编码器和melp解码器(melp vocoder comprising melp melp encoder and decoder)
- 2021-04-08 14:49:01下载
- 积分:1
-
VCANDMATLAB
VC++与Matlab混合编程之引擎操作详解,对主要函数进行介绍并且有一个实例程序(VC++ and Matlab programming hybrid engine operation Xiangjie, the main function is introduced and there is an instance of program)
- 2009-10-10 12:21:42下载
- 积分:1
-
patchwork_spacial
matlab patchwork经典方法的程序。matlab patchwork经典方法的程序。(matlab patchwork classic method of procedure. matlab patchwork classic method of procedure.)
- 2010-10-13 11:11:22下载
- 积分:1
-
Fast-detection-matlabPopencvPc
文件包含fast角点检测的matlab,c,以及opencv实现,还包含有参考文献说明等。(The file contains the fast corner detection, Matlab,c, and opencv realized, also contains references descriptions.)
- 2015-01-26 17:12:49下载
- 积分:1
-
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