代码搜索:Step
找到约 10,000 项符合「Step」的源代码
代码结果 10,000
www.eeworm.com/read/313385/13589435
asm step motor.asm
ORG 00H
START: MOV DPTR,#TAB1
MOV R0,#03
MOV R4,#0
MOV P1,#3
WAIT: MOV P1,R0 ;初始角度,0度
MOV P0,#0FFH
JNB P0.0,POS ;判断键盘状态
JNB P0.1,NEG
SJMP WAIT
JUST: JB P0.1,N
www.eeworm.com/read/313385/13589436
dsn step motor.dsn
www.eeworm.com/read/313385/13589437
hex step motor.hex
:1000000090006178037C0075900388907580FF30C4
:10001000800830810E80F3208109EC93F590115413
:100020000C012D7C06EC93F5901154012D75800385
:10003000E59020800EBC08027C00EC93F5901154F2
:100040000C012D2081E
www.eeworm.com/read/313385/13589439
obj step motor.obj
www.eeworm.com/read/313385/13589440
pwi step motor.pwi
www.eeworm.com/read/313385/13589443
lst step motor.lst
A51 MACRO ASSEMBLER STEP_MOTOR 08/07/2006 21:27:48 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Step Motor.OBJ
ASSEMBL
www.eeworm.com/read/313074/13597078
dcu step1.dcu
www.eeworm.com/read/313074/13597089
dfm step1.dfm
object step: Tstep
Left = 389
Top = 232
AutoSize = True
BorderStyle = bsNone
Caption = 'step'
ClientHeight = 17
ClientWidth = 150
Color = clBlue
Font.Charset = DEFAULT_CHARS
www.eeworm.com/read/313074/13597096
pas step1.pas
unit step1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, StdCtrls;
type
Tstep = class(TForm)
ProgressBar1: TProgr