-
MatlaBook
《MATLAB 7.X程序设计》-王建卫-源代码及习题答案 ( MATLAB 7.X program design - Wang Wei- the source code and answer exercises)
- 2008-01-12 19:58:58下载
- 积分:1
-
fusion2ro
this code can rotate matixes and find the rotation angles
- 2009-06-16 19:14:27下载
- 积分:1
-
analogfilter
matlab code for analog filter
- 2011-11-19 20:37:44下载
- 积分:1
-
LEACH
LEACH (Low Energy Adaptive Clustering Hierarchy) is designed for sensor networks where an end-user wants to remotely monitor the environment. In such a situation, the data from the individual nodes must be sent to a central base station, often located far from the sensor network, through which the end-user can access the data.
- 2014-01-17 17:30:42下载
- 积分:1
-
GML_AdaBoost_Matlab_Toolbox_0.3
adaboost算法代码可以在matlab中运行等等。。。。。。。。。。。(adaboost algorithm code)
- 2014-01-27 16:09:18下载
- 积分:1
-
wifi
a book about wifi. very informative
- 2010-07-14 03:14:18下载
- 积分:1
-
MegaMan_Di183799182005
MegaMan DirectDraw Example
- 2005-02-16 21:51:49下载
- 积分:1
-
hht_jt
最近在看HHT,这里有一个自己认为比较好的源程序。大家一起学习(Recently, looking at HHT, there is a relatively good source themselves think. Everyone learning together)
- 2008-03-27 12:09:28下载
- 积分:1
-
estate
关于电力系统状态估计的MATLAB的源程序,敬请参考,不负侵权责任(On the MATLAB power system state estimation of the source, please refer to, live tort liability)
- 2010-05-12 14:49:32下载
- 积分: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