代码搜索结果
找到约 7,992 项符合
Motor 的代码
motor.lis
.module motor.c
.area data(ram, con, rel)
0000 L5:
0000 .blkb 1
.area idata
0000 00
motor.s
.module motor.c
.area data(ram, con, rel)
L5:
.blkb 1
.area idata
.byte 0
.area data(ram, con, rel)
L6:
.blkb 1
.area idata
.byte 0
.area data(ram, con, rel)
.area text(rom, con
motor.lis
.module motor.c
.area data(ram, con, rel)
0000 L5:
0000 .blkb 1
.area idata
0000 00
motor.s
.module motor.c
.area data(ram, con, rel)
L5:
.blkb 1
.area idata
.byte 0
.area data(ram, con, rel)
L6:
.blkb 1
.area idata
.byte 0
.area data(ram, con, rel)
.area text(rom, con
motor.h
#ifndef __MOTOR_H
#define __MOTOR_H
#ifdef MOTOR_GLOBAL
#define MOTOR_EXT
#else
#define MOTOR_EXT extern
#endif
#include "common.h"
//全局变量
//电机开关停状态标识
motor._c
///////////////////////////////////////////////////////////////
/**************************************************************
公司名称: 扬州恒博科技
模块名 : 点动型STQ执行机构主控程序
创建人 : 章俭文
motor.m
function dy = Motor(t,y)
dy = zeros(7,1);
mu=1;alfa=1.9;
dy(1) = -mu*y(1) + y(2)*(y(3)+alfa);
dy(2) = -mu*y(2) + y(1)*(y(3)-alfa);
% --------------------Choas characteristic----------------------
motor.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
motor.lnp
".\STARTUP.obj",
"motor.obj"
TO "motor"
RAMSIZE(256)