代码搜索:电机转矩

找到约 4,830 项符合「电机转矩」的源代码

代码结果 4,830
www.eeworm.com/read/359389/10151938

plg mcuqd.plg

礦ision3 Build Log Project: E:\mcu\我的程序\无刷电机单片机驱动\mcuqd.uv2 Project File Date: 02/22/2008 Output: Build target 'Target 1' assembling STARTUP.A
www.eeworm.com/read/356838/10220458

o pf_config.o

XL H 1 areas 3 global symbols M PF_Config.c S _Device_INIT Ref0000 S _Driver_INIT Ref0000 A text size A flags 0 dbfile H:\单片机\源程序\2007全国电子设计大赛\电机闭环模块\PF_Config.c dbfunc e System_INIT 0 fV dbli
www.eeworm.com/read/354382/10360506

h motor.h

#ifndef __motor_H__ #define __motor_H__ 1 //PD4,PD5 电机方向控制 #define moto_en1 PORTD |= 0x10 #define moto_en2 PORTD |= 0x20 #define moto_uen1 PORTD &=~ 0x10 #define moto_uen2 PORTD &=~ 0x20 //启动
www.eeworm.com/read/425074/10382477

pmc find000.pmc

;运动程序设立变量 close I223=10 ;回零速度为10 I225=$2C004 ;用标志1给电机1(限位无效) I226=32000 ;回零偏置2000微米 m238=0 I907=1 ; ;运动程序执行部分 open prog 101 clear home2 close
www.eeworm.com/read/160937/10468825

asm c14.asm

; “探索式” 实验二十 AT89C2051控制步进电机 ORG 0000H AJMP MAIN ORG 000BH ;利用定时器0进行定时,以控制正转一段时间后反转 AJMP TIMER0 MAIN: MOV SP,#60H MOV TL0,#00H
www.eeworm.com/read/350912/10699185

plg yang.plg

礦ision2 Build Log Project: C:\Documents and Settings\Administrator\桌面\学单片机咯\杂类\CCC\步进电机C版本\yang.uv2 Project File Date: 08/03/2007 Output: Buil
www.eeworm.com/read/349883/10794627

plg servomotor.plg

礦ision3 Build Log Project: C:\Documents and Settings\hh\桌面\7-8月程序\陈朝泽伺服电机\servomotor.uv2 Project File Date: 08/19/2008 Output: Build target 'T
www.eeworm.com/read/420272/10806764

plg stepper.plg

礦ision3 Build Log Project: E:\单片机\单片机练习\步进电机\stepper.uv2 Project File Date: 02/28/2009 Output: Build target 'Target 1' assembling STARTUP.A51
www.eeworm.com/read/419177/10882275

plg motor.plg

礦ision2 Build Log Project: G:\51kaifaMCU\ELITE-IV第二版\测试程序\步进电机\motor.uv2 Project File Date: 10/10/2006 Output: Build target 'Target 1' compil
www.eeworm.com/read/466559/7026875

txt pwm.txt

/* =======直流电机的PWM速度控制程序======== */ /* 纬东工作室 robots51.51.net 2006年6月 */ /* 晶振采用11.0592M,产生的PWM的频率约为91Hz */ #include #include #define uchar unsigned char #define uint uns