-
gaotv5
神经网络工具包,安装在MATLAB中,使用神经网络计算时需要安装,可以调用其中的函数(Neural network toolkit, installed in the MATLAB, the use of neural network calculation need to install, you can call the function)
- 2017-11-17 20:31:02下载
- 积分:1
-
2
说明: 该程序是基于MATLAB的磁悬浮系统连续控制的具体程序实现(The program is based on the specific program MATLAB maglev system to achieve continuous control)
- 2014-02-18 18:17:40下载
- 积分:1
-
ml
说明: ml detection mimo
good
- 2009-12-12 17:13:49下载
- 积分:1
-
wendu
温度测量仿真应用,主要是利用仿真软件matlab进行仿真(Temperature measurement simulation applications, mainly using simulation software Matlab simulation)
- 2012-11-10 00:46:59下载
- 积分:1
-
wavelet_transf
小波变换进行图像压缩 采用matlab编程
(Wavelet transform for image compression
Using matlab programming)
- 2012-03-27 20:09:59下载
- 积分:1
-
1
说明: 电力系统潮流上机程序,已知线路结构,pq节点,pv节点和平衡节点,求各点的未知量。(Power System Power program, known line structure, pq node, pv nodes and balancing node, find the unknown amount of points.)
- 2011-05-13 22:11:28下载
- 积分:1
-
matlab
关于matlab的一本书,吕梁山编写的matlab与通信仿真的书籍,写的很好,很有参考价值(A book on matlab, matlab Luliangshan written books and communication simulation, well written, useful reference)
- 2010-05-16 15:07:29下载
- 积分:1
-
BPSK
C编写的BPSK调制解调,很有用,值得学习,代码编写很规范(Written in C BPSK modulation and demodulation, very useful, it is worth learning, very standardized coding)
- 2014-08-08 14:40:41下载
- 积分:1
-
mapwindow6-81799
mapwindow6的源码。对于学习提高非常有用(mapwindow6 source. Very useful for learning to improve.)
- 2013-11-17 09:46:02下载
- 积分: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