代码搜索:船舶电机

找到约 4,771 项符合「船舶电机」的源代码

代码结果 4,771
www.eeworm.com/read/138426/5816565

asm stepmoto.asm

BA EQU P1.0 BB EQU P1.1 BC EQU P1.2 BD EQU P1.3 ORG 0000H LJMP MAIN ORG 0100H MAIN: MOV SP,#60H ACALL DELAY SMRUN: ;电机控制方式为单双八拍 MOV P1,#08H ;A ACALL DELAY MOV P1,#0CH
www.eeworm.com/read/239482/6286019

o delay.o

XL H 1 areas 6 global symbols M delay.c S push_gset1 Ref0000 S pop_gset1 Ref0000 S empy16s Ref0000 A text size 62 flags 0 dbfile D:\桌面\avr程序设计\电机控制\delay.c dbfunc e Delay100us 0 fV dbsym r i
www.eeworm.com/read/493455/6393511

m sh_motor_start_ode.m

% 编写起动过程微分方程的M—函数 % 将该M—函数定义为sh_motor_start_ode(shunt_ motor_self_ode) function dydt=sh_motor_se_ode(t,y) % 下面输入电机基本数据: uf=250;u=250;IaN=633;nN=617;TLN=3275;Lf=9;Rf=12;Ra=0.012;La=0.00035;Laf=0.18
www.eeworm.com/read/493455/6393513

m sh_motor_vary_ode.m

% 编写起动过程微分方程的M—函数 % 将该M—函数定义为sh_motor_vary_ode(shunt_ motor_self_ode) function dydt=sh_motor_vary_ode(t,y) % 下面输入电机基本数据: uf=250;u=220;IaN=633;nN=617;TLN=3275;Lf=9;Rf=12;Ra=0.012;La=0.00035;Laf=0.1
www.eeworm.com/read/493455/6393515

m sh_motor_se_ode.m

% 编写起动过程微分方程的M—函数 % 将该M—函数定义为sh_motor_se_ode(shunt_ motor_self_ode) function dydt=sh_motor_se_ode(t,y) % 下面输入电机基本数据: uf=250;u=250;IaN=633;nN=617;TLN=3275;Lf=9;Rf=12;Ra=0.012;La=0.00035;Laf=0.18;J=
www.eeworm.com/read/493455/6393516

m sh_motor_start_ode.m

% 编写起动过程微分方程的M—函数 % 将该M—函数定义为sh_motor_se_ode(shunt_ motor_self_ode) function dydt=sh_motor_se_ode(t,y) % 下面输入电机基本数据: uf=250;u=250;IaN=633;nN=617;TLN=3275;Lf=9;Rf=12;Ra=0.012;La=0.00035;Laf=0.18;J=
www.eeworm.com/read/493455/6393518

m sh_motor_stop_ode.m

% 编写起动过程微分方程的M—函数 % 将该M—函数定义为sh_motor_stop_ode(shunt_ motor_self_ode) function dydt=sh_motor_stop_ode(t,y) % 下面输入电机基本数据: uf=250;u=0;IaN=633;nN=617;TLN=3275;Lf=9;Rf=12;Ra=0.012;La=0.00035;Laf=0.18;
www.eeworm.com/read/478315/6714597

plg s_ motor-key.plg

礦ision2 Build Log Project: E:\开发板\OK400C\程序\实例程序\C语言\24.步进电机正反转\S_ MOTOR-key.uv2 Project File Date: 10/12/2008 Output:
www.eeworm.com/read/409699/11315633

m motor_sync.m

% ,物理学报,2006年10月 clear all,clc %options = odeset('RelTol',1e-4,'AbsTol',[1e-4 1e-4 1e-5]); [T,Y] = ode45(@Motor,[0 20],[1,2,3,2,3,1,0]); % -------------------Choas characteristic
www.eeworm.com/read/406105/11449344

c mot.c

//#include #define MOT P1 #define uchar unsigned char #define uint unsigned int uchar np=4; //步近电机运行数据表 const unsigned char motortb[]={0x11,0x55,0x44,0x66,0x22,0xaa,0x88,0x99}; void a