-
magicMatrix
matlab c++ 联合编程简单示例,具体过程可以参照我的blog:http://blog.csdn.net/owldestiny/archive/2009/03/07/3966340.aspx(matlab c++ United programming easy example, the specific process can refer to my blog: http://blog.csdn.net/owldestiny/archive/2009/03/07/3966340.aspx)
- 2009-03-08 09:34:43下载
- 积分:1
-
bishe
说明: 永磁同步电机的直接转矩控制算法设计 matlab的仿真(PMSM DTC)
- 2011-03-24 21:47:25下载
- 积分:1
-
vc+mat2
这是一个用vc和matlab混合变成的例子,在两者环境下结合编成是很好的思路,有很大的应用前景,希望对大家有所帮助(with vc and mixed into Matlab example, in other circumstances combined organization is a good idea, a great prospect, we hope to help)
- 2005-05-14 03:16:54下载
- 积分:1
-
bandreconstructmmse
DCT域分布式视频编码经典MMSE重建C++代码(DCT Distributed video coding tipal MMSE recostruction C++ code)
- 2015-01-05 11:34:37下载
- 积分:1
-
matlab-toolbox
Matlab 工具,各类积分,二次定积分,gquad2dggen等(Matlab tool, all kinds of points, the second definite integral, gquad2dggen etc.)
- 2013-08-25 21:22:26下载
- 积分:1
-
Matlabenglishdemention
matlba的英文讲义,对初学者有很大帮助(It has a lot of benefits for learners)
- 2010-08-30 09:10:15下载
- 积分:1
-
microphone7
自适应阵列波束形成算法研究.kdh
硕士毕业论文(Adaptive array beamforming algorithm. Kdh Master' s Thesis)
- 2009-06-11 09:21:18下载
- 积分:1
-
gaussianiir-20111112
Fast Gaussian Convolution with Recursive Filtering.
- 2014-01-07 08:43:21下载
- 积分:1
-
ISOPIECP14882-2011-CPP11
ISO (the International Organization for Standardization) and IEC (the International Electrotechnical
Commission) form the specialized system for worldwide standardization. National bodies that are members of
ISO or IEC participate in the development of International Standards through technical committees
established by the respective organization to deal with particular fields of technical activity. ISO and IEC
technical committees collaborate in fields of mutual interest. Other international organizations, governmental
and non-governmental, in liaison with ISO and IEC, also take part in the work. In the field of information
technology, ISO and IEC have established a joint technical committee, ISO/IEC JTC 1.
- 2014-10-22 21:10:59下载
- 积分: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