-
zishiying
一个自适应广义模型预测控制的编程例子,里面有详细的步骤(Adaptive generalized model predictive control of a programming example, which has detailed steps)
- 2010-07-07 15:42:33下载
- 积分:1
-
OFDMChEstAlgLSE
OFDM channel using LMS
- 2013-11-18 23:11:30下载
- 积分:1
-
For2008a
ACOUNT: 用于A 方向灯的时间显示,8 位,可驱动两个数码管;
BCOUNT: 用于B 方向灯的时间显示,8 位,可驱动两个数码管。*/
module traffic(CLK,EN,LAMPA,LAMPB,ACOUNT,BCOUNT)
output[7:0] ACOUNT,BCOUNT
(reg[7:0] numa,numb
reg tempa,tempb
reg[2:0] counta,countb
reg[7:0] ared,ayellow,agreen,aleft,bred,byellow,bgreen,bleft
reg[3:0] LAMPA,LAMPB
always @(EN)
if(!EN)
)
- 2010-06-23 14:39:58下载
- 积分:1
-
signal_ana
信号分析示例,包括时域、频域、均方根谱、功率谱、对数谱分析结果,均有相应的图示和注释说明。(Signal analysis of sample, including time domain, frequency domain, the RMS spectrum, power spectrum, the logarithmic spectrum analysis results, have corresponding diagrams and notes.)
- 2015-01-19 20:53:53下载
- 积分:1
-
Interference_MATLAB
光的干涉数学模型和MATLAB程序,内有详细的说明和解释(Interference of light mathematical model and MATLAB program, there are detailed instructions and explanations)
- 2009-11-14 12:28:40下载
- 积分:1
-
number_system
十进制转换为二进制,在Matlab中实现,利用矩阵来进行实现(Decimal to binary, implemented in Matlab using the matrix to be achieved)
- 2010-11-14 00:56:00下载
- 积分:1
-
pso-optimization
matlab 例程,粒子群优化算法,很全,希望对大家有所帮助(Matlab routines, particle swarm optimization algorithm, is very wide, and they hope to help everyone)
- 2011-11-17 23:17:08下载
- 积分:1
-
GoldSection_nVar
The classic method of calculating GLCM texture, based on matlab platform
- 2013-04-30 16:15:49下载
- 积分:1
-
06-02-2015_05-43-24
c++ lession
10 chapters
Implement a template class EnhancedSafeArray, which is a type of SafeArray. The class SafeArray implementation is given in safearray.h. Class SafeArray is a class that wraps a regular C++ array. It is considered a safe array class since it handles out of bounds array indexing through exception handling. Your class EnhancedSafeArray will augment the class SafeArray by supporting a copy constructor, a method to return the size of the array, an assignment operator, and an equality test operator.
- 2015-02-23 23:58:22下载
- 积分:1
-
dynamic_top
matlab code for finite element method
- 2010-07-14 17:49:00下载
- 积分:1