代码搜索:Motor
找到约 7,992 项符合「Motor」的源代码
代码结果 7,992
www.eeworm.com/read/176055/9520639
mp work.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/371917/9530938
m chap9_5i.m
%Three Loop of Flight Simulator Servo System with Direct Current Motor
clear all;
close all;
%(1)Current loop
L=0.001; %L
www.eeworm.com/read/366685/9804128
s wwork.s
.module wwork.c
.area text(rom, con, rel)
.dbfile E:\张军\AVR\光盘内容\实例源文件\第七章工程\wwork.c
.dbfunc e IO_Init _IO_Init fV
.even
_IO_Init::
.dbline -1
.dbline 54
; //**********************FileN
www.eeworm.com/read/366685/9804131
s work.s
.module work.c
.area text(rom, con, rel)
.dbfile C:\DOCUME~1\Administrator\桌面\张军\AVR\AVR单片机系统开发实例稿\第七章\第七章工程\work.c
.dbfunc e IO_Init _IO_Init fV
.even
_IO_Init::
.dbline -1
.dbline 54
www.eeworm.com/read/366685/9804133
mp work.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/170182/9815104
lnp 电控.lnp
"STARTUP.obj",
"motor_dri.obj",
"electromotion.obj",
"commun.obj"
TO "电控"
RAMSIZE(256)
www.eeworm.com/read/362593/9989798
m chap9_2f.m
%Three Loop of Flight Simulator Servo System with Direct Current Motor
clear all;
close all;
%(1)Current loop
L=0.001; %L
www.eeworm.com/read/360590/10085628
src main.src
[Files]
motor.h
motor.c
device_init.h
device_init.c
delay.h
delay.c
config.h
main.c
[Headers]
[Documents]
www.eeworm.com/read/164330/10118120
c sh401.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
bit gate; // 定时标志位
bit direct; /*设置电机正反转标志,0-正转;1-反转*/
sbit motor1=P1^2;
sbit mo