代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/449773/7496664
opt loop2.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 {
www.eeworm.com/read/449773/7496665
plg loop2.plg
礦ision2 Build Log
Project:
F:\单片机的C语言光盘\exam\CH04\loop2\loop2.uv2
Project File Date: 12/17/2005
Output:
Build target 'Target 1'
compiling loo
www.eeworm.com/read/449773/7496666
lst loop2.lst
C51 COMPILER V7.06 LOOP2 03/01/2006 14:58:20 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE LOOP2
OBJECT MODULE PLACED IN l
www.eeworm.com/read/449679/7498510
nec loop20.nec
CM Vert Loop 20m
CE
GW 1 11 0.0 -2.856 17.144 0.0 2.856 17.144 .005
GW 2 11 0.0 2.856 17.144 0.0 2.856 22.856 .005
GW 3 11 0.0 2.856 22.856 0.0 -2.856 22.856 .005
GW 4 11 0.0 -2.856
www.eeworm.com/read/446736/7567366
mdl algebra_loop.mdl
Model {
Name "algebra_loop"
Version 4.00
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTypes off
ShowStorage
www.eeworm.com/read/445783/7590352
asm io_loop.asm
ORG 0000H
AJMP START
ORG 0100H
START:
MOV DPTR, #TAB ;将显示码表的首地址赋给DPTR
MOV R0, #8 ;流水灯循环的状态次数
CLR P1.4 ;选中流水灯所接573锁存器
LOOP:
MOV A, R0
MOVC A, @A+DPTR ;查表找到码值
MOV P0, A
www.eeworm.com/read/445783/7590355
lst io_loop.lst
A51 MACRO ASSEMBLER IO_LOOP 11/09/2007 20:35:11 PAGE 1
MACRO ASSEMBLER A51 V7.07
OBJECT MODULE PLACED IN IO_LOOP.OBJ
ASSEMBLER
www.eeworm.com/read/445783/7590357
obj io_loop.obj
www.eeworm.com/read/445119/7599170
m loop2.m
%LOOP2
% Creates triangular mesh for the helical antenna
% of given radius, number of turns, spacing, and
% wire thickness.
%
% The following parameters need to be specified:
%
% Tu
www.eeworm.com/read/445119/7599171
m loop4.m
%LOOP4
% Creates triangular mesh for the helical tapered
% antenna of given radius, number of turns, spacing,
% and wire thickness.
%
% The following parameters need to be specified:
%