-
uav0
四旋翼无人机典型飞行状态的控制律设计,采用PID控制实现。(The state of the typical four-rotor UAV flight control law design, the use of PID control to achieve.)
- 2012-07-06 09:43:31下载
- 积分:1
-
鱼群优化BP神经网络
说明: 利用鱼群算法优化BP神经网络权值,该代码可以直接运行。(Fish swarm algorithm is used to optimize the weight of BP neural network, and the code can run directly.)
- 2020-11-24 09:59:34下载
- 积分:1
-
基于卡尔曼滤波的定位跟踪算法仿真
说明: 卡尔曼滤波基础程序,关于运动模型的跟踪,很基础,适合初学者。(Kalman filter basic program.)
- 2019-04-16 16:25:32下载
- 积分:1
-
Entool11_11_for_Matlab-Jan-2006
FREE Regression and Classification Tools
- 2009-07-15 18:46:22下载
- 积分:1
-
ContrastStretchNorm
Stretches contrast on the image and normalize image from 0 to 1. The main difference of this function to the standard stretching functions is that standard function finds global minimum and maximum on the image, then uses some low and high threshold values to normalize image (values below LowTHR are equated to LowTHR and values above HighTHR are equated to HighTHR)
- 2013-12-17 20:48:22下载
- 积分:1
-
基于GA的WSN路由协议
基于遗传算法的WSN通信路由协议matlab仿真代码,讲解清楚适合实用(WSN routing protocol based on genetic algorithm matlab simulation code, to explain clearly, suitable for practical)
- 2020-07-22 17:18:44下载
- 积分:1
-
MATLAB_CODE
Gives all the matlab codes for dynamic simulation of electric machinery by Chee-Mun Ong
- 2009-03-14 17:25:00下载
- 积分:1
-
TheGeometryandtheGameTheory
We model the hunt as a game of three explicit stages: the stalk, the attack,
and the subdual. We implemented this model in Matlab to simulate a
velociraptor hunting a thescelosaurus and an African lion hunting a gazelle.
- 2010-05-06 01:04:37下载
- 积分: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
-
VSP_Q
该程序属于地震信号处理方面,用于估计零偏移距VSP数据中的Q值。(The program is part of the seismic signal processing for estimating the zero-offset VSP data in the Q value.)
- 2015-06-27 12:18:09下载
- 积分:1