代码搜索结果
找到约 7,992 项符合
Motor 的代码
temp.cmd
-c
-h
-m motor.map
-l rts.lib
-stack 0x100
MEMORY
{
PAGE 0: PROG: origin = 1a00h, length = 2600h
PAGE 1: DATA: origin = 0200h, length = 1800h
}
SECTIONS
{
.tex
j317o.eng
; HyperTek J317O (835CC172J)
; Copyright Tripoli Motor Testing 2001 (www.tripoli.org)
; provided by ThrustCurve.org (www.thrustcurve.org)
J317O 81 552 0 0.704256 1.7575 HT
0.071 438.483
0.2
l540o.eng
; HyperTek L540O (2800CC172L)
; Copyright Tripoli Motor Testing 2001 (www.tripoli.org)
; provided by ThrustCurve.org (www.thrustcurve.org)
L540O 111 876 0 2.5303 5.656 HT
0.191 685.548
0.57
imsol.m
% This program is used by im obtains the induction motor performance
% at a given slip.
%
% Copyright (C) 1998 by H. Saadat
Vmp=Vm/sqrt(3);
V= Vmp+j*0;
Ns=120.*f/P;
Nr=(1.-S)*Ns;
Ws=2.*pi*Ns
步进电机控制器.vhd
-- dowload from: www.fpga.com.cn & www.pld.com.cn
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
USE IEEE.std_logic_unsigned.ALL;
USE IEEE.std_logic_arith.ALL;
ENTITY step_motor IS
PORT(
f
步进电机控制器.vhd
-- dowload from: www.fpga.com.cn & www.pld.com.cn
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
USE IEEE.std_logic_unsigned.ALL;
USE IEEE.std_logic_arith.ALL;
ENTITY step_motor IS
PORT(
f
步进电机控制器.vhd
-- dowload from: www.fpga.com.cn & www.pld.com.cn
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
USE IEEE.std_logic_unsigned.ALL;
USE IEEE.std_logic_arith.ALL;
ENTITY step_motor IS
PORT(
f
nofeedback.asm
*** This program is used to control the induction motor at 5Hz***
.include "f2407.h"
.include "vector.h"
KICK_DOG .macro
LDP #00E0h
SPLK #05555h,WDKEY
SPLK #0AAAAh,WDKEY
LDP #0h
halfstep.asm
; File HALFSTEP.ASM
; ... for PIC16F84 microcontroller
; Program to use F84 as a step and direction controller for a unipolar
; step motor. Step and direction pins are RA0, RA1; RA2, RA3; RB0-3 an
main.c
#include
#include
#include
#include "TypeDefines.h"
#include "1335c51.h"
#include "delay.h"
#include "ADS8364.h"
#include "Iap.h"
#include "STEP_MOTOR.h"
#inclu