-
reciveqmf
reciver of qutature mirror filter
- 2010-03-02 16:48:46下载
- 积分:1
-
ACCaar_DOF2u
汽车操作动力学的简化2自由度模型,使用MMatlab实现。能实现对汽车的动力学仿真
(Automotive operating dynamics of simplified two degree of freedom model, use MMatlab. Dynamics simulation of car)
- 2012-10-03 00:03:30下载
- 积分:1
-
213test
说明: (213)卷积码编码译码C程序
卷积码编码及其译码的C程序设计方案,以213为例说明,希望对大家有用
((213) convolutional code encoding decoding C program)
- 2010-05-02 13:32:50下载
- 积分:1
-
BBEZZIER_SURRe
贝塞尔曲面显示出来程序源码,里面包含非常常多子程序源码,希望对您有用 可直接使用。
(Bezier surface display program source code, which contains very often subroutine source code, I hope you can be used directly.)
- 2012-07-10 17:10:25下载
- 积分:1
-
PSD
这是一个用matlab编的遗传算法问题。这是一个用matlab编的遗传算法问题。(MATLAB genetic algorithm toolbox and its application, pdg format.)
- 2010-05-10 16:08:01下载
- 积分:1
-
MALLATPROGRAM
这是一个小波分析中mallat经典算法的例子源码(This is a wavelet analysis Mallat classic example of the algorithm source code)
- 2007-03-22 11:14:57下载
- 积分:1
-
MPCController
基于模型预测控制算法的matlab控制器设计通用方法,matlab程序(matlab controller design coding ,generic)
- 2013-04-06 13:50:11下载
- 积分:1
-
rms-model
响应面法matlaB程序,大家可以下载。(RMS code)
- 2013-11-14 10:55:13下载
- 积分:1
-
200552823195
一步步讲解如何在VC中调用matlab图像处理工具箱来进行canny边缘提取
1.包含pdf文档和源代码
2.源代码code
开发环境是VC6、Matlab7
(a step by step on how to call in VC Matlab Image Processing Toolbox to a canny edge extraction. Pdf files and contains the source code two. Source code development environment is VC6, Matlab7)
- 2005-08-11 09:14:08下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1