代码搜索:船舶电机
找到约 4,771 项符合「船舶电机」的源代码
代码结果 4,771
www.eeworm.com/read/292280/8362030
doc 步进电机.doc
www.eeworm.com/read/291457/8417080
asm 电机驱动.asm
www.eeworm.com/read/389643/8509658
asm 电机测试.asm
ORG 0000H
SJMP MAIN
ORG 0030H
MAIN: MOV R1,#0FFH
MOV R2,#0F0H
ZHENG:SETB P1.3
SETB P1.4
SETB P1.2
CLR P1.1
ACALL DELAY
SETB P1.1
www.eeworm.com/read/287284/8697226
txt 微型电机.txt
======================================================================
※对直流电机访问的帧格式为:
地址 10 11 12 13 14 15 16 17 18 19 1A 1B 1C (HEX)
名称 CON ID3 ID2 ID1 ID0 D1 D2 D3 D4 D
www.eeworm.com/read/384674/8851465
txt 步进电机.txt
module w1(clk,dout,ip,key);//步进电机
input clk,key;
output[3:0] dout,ip;
reg[1:0] st;
reg[3:0] dout,ip;
always @(negedge clk)
begin
st=st+1;
ip=ip+1;
end
always @(posedge clk)
begin
www.eeworm.com/read/285017/8875610
exe 步进电机.exe
www.eeworm.com/read/375199/9369623
cad 电机座.cad
www.eeworm.com/read/375199/9369626
cad 电机轴.cad
www.eeworm.com/read/167383/9970731
txt 步进电机.txt
bujin
;晶振12MHZ,2006-06-26, hujia1995@sina.com
CP1 EQU P0.2 ;脉冲输出
GK1 EQU P1.3 ;节拍信号
GK1BIT BIT 00H
GK1BIT0 BIT 01H
GK1BITL BIT 02H
CPBIT BIT 03H
S1B
www.eeworm.com/read/425855/10315233
txt 步进电机.txt
ZHENG EQU 30H
FAN EQU 31H
NO EQU 32H
AS EQU 33H
SS EQU 34H
ORG 00H
AJMP MAIN
ORG 03H
AJMP SUB_INT0
ORG 30H
MAIN: MOV 10H,#01H