-
matlab
matalab 实验案例 c++ 积分(matlab you can use it for your maths)
- 2012-05-22 20:45:47下载
- 积分:1
-
OCR2
this file classify number an alphabet
- 2009-12-05 01:00:35下载
- 积分:1
-
Kalman
dc motor kalmen filter desgn
- 2018-03-06 04:10:15下载
- 积分:1
-
nf821
小波包分析提取振动信号中的特征频率,基于负熵最大的独立分量分析,多抽样率信号处理。( Wavelet packet analysis to extract vibration signal characteristic frequency, Based on negative entropy largest independent component analysis, Multirate signal processing.)
- 2017-05-22 21:28:24下载
- 积分:1
-
pHash-0.9.6.tar
Phash software base version
- 2014-11-11 04:25:56下载
- 积分:1
-
Para.-Est.-and-Inv.-Problems
这是一本关于地球物理反演方法的经典著作《Parameter Estimation and Inverse Problems》,学地球物理的可以看看。(this book is for geophysics inverse problem base study. worth reading if you are a student of geophysics.)
- 2013-08-28 11:21:33下载
- 积分:1
-
QPSKwithmatlabcode
在matlab中用程序语言实现qpsk的仿真与模拟,简单易懂,适合初学者参考。(Matlab programming language used in the simulation and realize QPSK simulation, easy to understand, is suitable for beginners reference.
)
- 2011-07-15 15:26:08下载
- 积分:1
-
LDPC
LDPC的完整c语言开发源程序代码,可以直接运行,没有错误,里面含有文件:
construct_matrix.cpp
decode.cpp
encode.cpp
Gaussian_channel.cpp
generating_matrix.cpp
get_matrix.cpp
LDPC_main.c(LDPC complete c language source code, can be directly run, no errors, which contains documents: construct_matrix.cppdecode.cppencode.cppGaussian_channel.cppgenerating_matrix.cppget_matrix.cppLDPC_main.c)
- 2020-11-10 14:29:45下载
- 积分:1
-
IA2
解决旅行商,解决旅行商,解决旅行商,解决旅行商,解决旅行商解决旅行商(TSP PROBLEM)
- 2011-09-25 14:08:51下载
- 积分: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