-
noisetracking
With the Matlab the Noisetracking algorithm proposed can be implemented
- 2010-09-30 22:29:03下载
- 积分:1
-
TSP-using-ICA
Traveling salesman problem with imperialist competitive algorithm
- 2014-10-17 06:00:51下载
- 积分:1
-
MATLAB-ABC
人工蜂群算法 matlab 实现,人工蜂群算法源代码(Artificial bee colony algorithm matlab implementation)
- 2021-02-28 14:09:35下载
- 积分:1
-
missile_0
基于MATLAB的攻击水平机动目标比例导引三维弹道仿真(MATLAB-based attacks proportional navigation for maneuvering target level of three-dimensional trajectory simulation
)
- 2011-09-24 21:12:38下载
- 积分:1
-
beamforming
对给定阵列给定周期的接受信号形成制定角度上的波束形成(For a given array to accept the formation of the development cycle of the signal given angle on the beamforming)
- 2014-01-03 13:03:20下载
- 积分:1
-
Matlab_SOM
这是一个详细的matlab中som的使用方法,每一步有详细的注解并伴有图片显示,使大家快速的入门并掌握住(This is a detailed matlab in som way to use each step with detailed comments and accompanied by pictures show, so that we can quickly get up and grasp)
- 2020-11-21 16:59:35下载
- 积分:1
-
MPCACodes1.3
MPCA算法,用于张量的降维。内有MPCA源码,步态数据库和测试程序,以及一个张量工具箱。(MPCA algorithm, used to reduce the dimension of the tensor. Within the MPCA source code, gait and test procedures, as well as a tensor toolbox.)
- 2021-04-12 15:38:57下载
- 积分:1
-
SCED_Gurobi
说明: 用MATLAB计算SCED模型,多样化约束函数,二次项目标函数(Sced model based on MATLAB)
- 2021-04-20 16:18:50下载
- 积分:1
-
BP
BP神经网络对一组数据的预测分析。。。。。(BP neural network prediction of a set of data analysis)
- 2013-12-18 21:06:11下载
- 积分: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