-
distrib
some distribution james lasage toolbox
- 2014-12-03 02:28:34下载
- 积分:1
-
APES算法
说明: 功率谱估计算法,很有效经典。非参数谱估计,APES算法,振幅与相位估计(Power spectrum estimation algorithm, very effective classic)
- 2020-12-15 11:39:13下载
- 积分:1
-
FoschiniMiljanic
This is a version of Foschini-Miljanic, an itarative algoriyhm for power control in wireless computer networks.
- 2010-07-20 22:06:01下载
- 积分:1
-
chaos_examples
自己写的混沌优化算法,有注释,算法简单,适合学习(Chaos Optimization Algorithm for his writing, there are notes, simple algorithm for learning)
- 2010-09-22 10:28:08下载
- 积分:1
-
CDMA
说明: cdma系统中的多信道检测,包括多种多样的信道检测方法(mimo)
- 2010-04-29 16:03:09下载
- 积分:1
-
matlab-bianshi
系统辩识在matlab里的应用:输入信号的产生,多种最小二乘的辨识(system identification in the application of Matlab Lane : input signal the emergence of a variety of literacy least squares)
- 2007-05-22 19:32:43下载
- 积分:1
-
Visual_Studio_2010-Beginners-Guides
C++初学者必备,介绍Windows下面使用C++进行开发的常见问题,Visual Studio 2010的使用,如何创建新项目,如何调试等等。(Beginners must C++ FAQs introduced Windows following using C++ developed Visual Studio 2010 use, how to create a new project, how to debug.)
- 2013-01-15 14:55:40下载
- 积分:1
-
wm
说明: this code is usable for embed watermark into image
- 2010-06-16 07:53:28下载
- 积分: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
-
Fractional-Splines-and-Wavelets
分数阶小波,文章加源代码,好用,也很全面,文章是pdf格式的。(Fractional Wavelet, articles plus source code, easy to use, very comprehensive article in pdf format.)
- 2012-09-09 22:03:47下载
- 积分:1