代码搜索:Motor

找到约 7,992 项符合「Motor」的源代码

代码结果 7,992
www.eeworm.com/read/410160/11300129

lkf custom.lkf

-z -c -o"debug/Motor.out" -x -i"C:/ti/c2000/rtdx/lib" -i"C:/ti/c2400/cgtools/lib" "C:\2407EDULab\Lab16-Motor\Motor.obj" "C:\2407EDULab\Lab16-Motor\prct.obj" "C:\2407EDULab\Lab16-Motor\vectors.obj"
www.eeworm.com/read/410160/11300338

lkf debug.lkf

-z -q -c -m"./Debug/pid.map" -o"./Debug/pid.out" -x -i"C:/ti/c2000/rtdx/lib" -i"C:/ti/c2400/cgtools/lib" -v2 "C:\Lab22-Pid\Debug\CTR.obj" "C:\Lab22-Pid\Debug\Pid.obj" "C:\Lab22-Pid\Debug\prct.obj"
www.eeworm.com/read/410160/11300353

lkv debug.lkv

-z -q -c -m"./Debug/pid.map" -o"./Debug/pid.out" -x -i"C:/ti/c2000/rtdx/lib" -i"C:/ti/c2400/cgtools/lib" -v2 "C:\Lab22-Pid\Debug\CTR.obj" "C:\Lab22-Pid\Debug\Pid.obj" "C:\Lab22-Pid\Debug\prct.obj"
www.eeworm.com/read/409547/11319480

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/409547/11319481

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/409547/11319485

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/407580/11414591

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/406644/11438258

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
www.eeworm.com/read/404917/11475905

c main.c

//***************************************************************************** // // main.c - Brushless DC motor drive main application. // // Copyright (c) 2007-2008 Luminary Micro, Inc. All ri
www.eeworm.com/read/404917/11475909

h commands.h

//***************************************************************************** // // commands.h - Definitions used by the serial communication protocol. // // Copyright (c) 2006-2008 Luminary Mic