-
xiaocai_modulation
无线通信高斯白噪声信道各类调制方式,并且有星座图、调制曲线分析。(Wireless communications Gaussian white noise channel types of modulation methods, and has constellation, modulation curve analysis.)
- 2009-12-20 19:08:13下载
- 积分:1
-
SSB
MATLAB实现信号的单边带调制 希尔伯特变换(MATLAB and the signal is single sideband modulation Hilbert transform)
- 2010-05-09 12:10:45下载
- 积分:1
-
Q_learning
说明: Q学习算法的一个基础例子 可以从这上面进行修改满足自身要求(A basic example of Q-learning algorithm can be modified to meet its own requirements)
- 2020-03-16 21:42:49下载
- 积分:1
-
plot
matlab经典算法,包括各种绘图制图命令和例子(matlab classic algorithms, including various drawing graphics commands and examples of)
- 2010-01-29 10:30:20下载
- 积分:1
-
mppteva
mppt算法用于太阳能最大功率点的跟踪,感觉不错(mppt algorithm for tracking the maximum power point, I feel good)
- 2014-03-02 11:09:26下载
- 积分:1
-
collins_diffraction
激光扩束准直程序,非常好用,我花很大功夫做出来的,希望对大家有用!!!!!!!(Collimated laser beam expander procedure, very easy to use, I have spent great efforts to do so, I hope useful for everyone! ! ! ! ! ! !)
- 2009-03-12 15:03:12下载
- 积分:1
-
Cox
利用三次样条函数考察Cox模型比例风险假定.rar(Use of cubic spline function inspection Cox proportional hazards model assumptions. Rar)
- 2009-03-16 17:05:01下载
- 积分:1
-
exp2_FFT_DIT
设计一个按照时间抽取的基2快速傅里叶变换(基2FFT-DIT)。输入倒位序,输出自然顺序。(To design a time of extraction according to the base 2 Fast Fourier Transform (base 2FFT-DIT). Input inversion sequence, the output natural order.)
- 2009-10-31 22:45:16下载
- 积分:1
-
NLMean
非局部均值(Non-local Mean)SAR滤波,matlab程序(Non-local mean (None-local Mean) SAR filtering, matlab program)
- 2010-11-01 13:15:03下载
- 积分: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