-
Abc2sc
file matlab for power system
- 2013-05-26 00:53:21下载
- 积分: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
-
PpidsrrI
PID用于机器人路径控制的MATLAB程序,路径选择是一个简简单的正弦函数.控制参数是速度和角速度.,已通过测试。
(The MATLAB program PID control for robot path, the path selection is a sine function simply control parameters and angular velocities. Has been tested.)
- 2012-09-15 22:30:02下载
- 积分:1
-
TLBGmatlaabh
毕业设计做的...用LBG算法实现矢量量化的算法法..matlab ,经测试可直接使用。
(Graduation design ... vector quantization algorithm method using the LBG algorithm .. Matlab, has been tested and can be used directly.)
- 2012-07-18 11:29:00下载
- 积分:1
-
HandShankCollection
用于对无人直升机进行操作杆控制的地面仿真程序,可实现对无人直升机的飞行方向、油门等的控制。(For unmanned helicopters operating lever to control ground simulation program can be realized on the direction of flight of unmanned helicopter, throttle and other controls.)
- 2014-10-23 16:18:33下载
- 积分:1
-
libsvm-mat-2.9-1
SVM的VC程序,有matlab接口,便于调用,还有例子,用于模式识别,分类,预测。(SVM, VC procedures, matlab interface, easy call, as well as an example, for pattern recognition, classification and prediction)
- 2010-01-08 12:32:51下载
- 积分:1
-
gal_tsp_src
searching for genetic algo in matlab for tsp
- 2013-08-07 16:54:45下载
- 积分:1
-
Vcmatlabsrc
Visual C++和matlab联合编程的详细代码(Visual C++ And joint programming in detail matlab code)
- 2007-08-02 23:59:05下载
- 积分:1
-
opencv_src
for camera calibration
- 2009-02-24 19:37:53下载
- 积分:1
-
CDBN-master
实现了卷积受限玻尔兹曼机(深度学习的一个重要算法),包括C++和matlab版本(Restricted Boltzmann realized convolution machine (depth study of an important algorithm), including C++ and matlab version)
- 2014-10-23 22:01:54下载
- 积分:1