代码搜索结果
找到约 10,000 项符合
Design 的代码
controller_design.m
function varargout = Controller_Design(varargin)
% CONTROLLER_DESIGN M-file for Controller_Design.fig
% CONTROLLER_DESIGN, by itself, creates a new CONTROLLER_DESIGN or raises the existing
%
nc_design.txt
_________________________________________________________________
Naming&Coding design
_________________________________________________________________
nc_design.txt
_________________________________________________________________
Naming&Coding design
_________________________________________________________________
counter design.hex
:10000000758905758C00758A00D28C858A900200EE
:010010000BE4
:00000001FF
counter design.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
counter design.lnp
"Counter Design.obj"
TO "Counter Design"
counter design.asm
ORG 0
MOV TMOD,#00000101B ;置T0计数器方式1
MOV TH0,#0 ;置T0初值
MOV TL0,#0
SETB TR0 ;T0运行
LOOP: MOV P1,TL0 ;记录P1口脉冲个数
LJMP LOOP ;返回
END