代码搜索结果
找到约 5,524 项符合
Motor 的代码
chap9_6i.m
%Three Loop of Flight Simulator Servo System with two-mass of Direct Current Motor
clear all;
close all;
%(1)Current loop
L=0.001; %L
dc 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 {
dc motor.lst
A51 MACRO ASSEMBLER DC_MOTOR 08/07/2006 08:35:08 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN DC Motor.OBJ
ASSEMBLER
dc motor.m51
BL51 BANKED LINKER/LOCATER V6.00 08/07/2006 08:35:08 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
E:\PROGRAM FILES\KEIL\C51\BIN\B
step 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 {
step motor.lst
A51 MACRO ASSEMBLER STEP_MOTOR 08/07/2006 21:27:48 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Step Motor.OBJ
ASSEMBL
step motor.m51
BL51 BANKED LINKER/LOCATER V6.00 08/07/2006 21:27:48 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
E:\PROGRAM FILES\KEIL\C51\BIN\B
motor.c
#include
#include "Motor.h"
// 整步状态表A
static const unsigned char fullStepA[] =
{
0x00,
0x00,
0x01,
0x01
};
// 半步状态表B
static const unsigned char fullStepB[
3im_vf.asm
;*******************************************************************************
;PROGRAM : V/F control of 3-Phase Induction Motor
;MICROCONTROLLER : PIC18Fxx31
;********************************
acind.h
/*******************************************************************
* File: acind.h
*
* DESCRIPTION: AC Induction Motor control demonstration
* (using constant V/Hz principle)
*