代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/114852/15035755
asm scan_block.asm
/*******************************************************************************
Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved.
Developed by Joint Development Software Application Tea
www.eeworm.com/read/215513/15057939
asm ir-dete.asm
$MOD51
ORG 00H
AJMP START
ORG 0BH
CPL P1.0
RETI
START: MOV TMOD,#00100010B
MOV SCON,#01000000B
MOV TH0,#244 ; INFRA RED PULSE
MOV TH1,#253
www.eeworm.com/read/114188/15066758
htm 00000010.htm
BBS水木清华站∶精华区
BBS水木清华站∶精华区
这里关于TinyLinux的问题无非就是:
1. What is TinyLinux?
2. 
www.eeworm.com/read/214400/15101573
asm exec82.asm
Counter EQU 59H ;计数器,显示程序通过它得知现正显示哪个数码管
FIRST EQU P2.7 ;第一位数码管的位控制
SECOND EQU P2.6 ;第二位数码管的位控制
DISPBUFF EQU 5AH ;显示缓冲区为5AH和5BH
ORG 0000H
AJMP START
ORG 000BH ;定时器T0的入口
AJMP DISP ;显示程序
www.eeworm.com/read/211745/15174710
vhd mydivider.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity mydivider is
port(divident:in std_logic_vector(3 downto 0);
dividor:in std_logic
www.eeworm.com/read/211597/15176959
s54 echo_asm.s54
;
; Copyright 2001 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; granted t
www.eeworm.com/read/209207/15225830
bas loopuntl.bas
10 rem LOOPUNTL.BAS
20 i = 0
30 do
40 i = i + 1
50 print "Value of i is";i
60 loop until i > 12
www.eeworm.com/read/172406/5387233
c file.c
/*C**************************************************************************
* NAME: file.c
*----------------------------------------------------------------------------
* Copyright (c) 20
www.eeworm.com/read/167139/5466163
c file.c
/*C**************************************************************************
* NAME: file.c
*----------------------------------------------------------------------------
* Copyright (c) 20
www.eeworm.com/read/167075/5469591
s ia64.s
.explicit
.text
.ident "ia64.S, Version 1.1"
.ident "IA-64 ISA artwork by Andy Polyakov "
//
// ====================================================================
// Written b