-
DOE
MATLAB编译,主要是与船舶相关的编译程序,简单方便,易于使用。(MATLAB compilation, mainly related to ship compiler, simple, convenient and easy to use)
- 2017-07-18 09:49:11下载
- 积分:1
-
childinline
小孩排队问题,从任选一个小孩开始,出队,任隔几个小孩数数,数到几可以出队(Children queuing problem, choose one child from the beginning, the team, he was counting every few kids, a few to a few can be a team)
- 2010-05-08 23:47:40下载
- 积分:1
-
Introduction-to-Algorithms
《算法导论》,是一本十分经典的计算机算法书籍,与高德纳(Donald E.Knuth)的《计算机程序设计艺术》(《The Art Of Computer Programming》)相媲美。 《算法导论》由Thomas H.Cormen、Charles E.Leiserson、Ronald L.Rivest、Clifford Stein四人合作编著(其中Clifford Stein是第二版开始参与的合著者)。本书的最大特点就是将严谨性和全面性融入在了一起。(原书名——《Introduction to Algorithms》)
- 2013-05-07 10:53:05下载
- 积分:1
-
MFC_matlab
程序实现了C++和MATLAB的混合编程,对接的方法是使用Matcom组件。程序实现的功能是,绘制一个sin函数。(Program implements C++ and MATLAB mixed programming, docking method is to use Matcom components. Program' s function is to draw a sin function.)
- 2013-08-13 16:56:57下载
- 积分:1
-
cuck
matalab similink cuk斩波电路 仿真建模(matalab similink cukcircuit simiulation)
- 2012-11-11 16:36:18下载
- 积分:1
-
source
C/C++中调用MATLAB引擎的数值仿真的实现,
微分方程文件“fun.m”放在matlab的work目录下(C/C++ in the MATLAB engine called the realization of the numerical simulation, differential equations documents " fun.m" on the work directory matlab)
- 2009-05-11 00:10:07下载
- 积分:1
-
fft
关于快速傅里叶FFT变换的一个小程序,很有帮助。(a small program about the FFT transform , very helpful)
- 2013-03-06 10:24:56下载
- 积分:1
-
TD-LTE
描述了LTE下行物理信道的信道编码的详细实现,包括CRC校验、turbo编码、咬尾卷积编码和速率匹配等。(Describes LTE downlink physical channel channel coding detailed implementation, including the CRC check, turbo encoding, tail-biting convolutional coding and rate matching.)
- 2015-04-21 09:15:24下载
- 积分: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
-
OFDM
基于matlab的ofdm系统仿真源程序
qpsk调制与qam调制(matlab ofdm)
- 2011-05-05 10:06:17下载
- 积分:1