代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/347629/11653142
vhd 7_mvl7_functions.vhd
--***************************************************************************
-- VHDL BIT_VECTOR Operations for MVL7 type
--
www.eeworm.com/read/347629/11653226
vhd 14_mvl7_functions.vhd
--***************************************************************************
-- VHDL BIT_VECTOR Operations for MVL7 type
--
www.eeworm.com/read/347629/11653274
vhd 16_mvl7_functions.vhd
--***************************************************************************
-- VHDL BIT_VECTOR Operations for MVL7 type
--
www.eeworm.com/read/347629/11653353
vhd 12_convert.vhd
function I2B( Number : integer ; len : integer ) return MVL7_VECTOR is
variable temp: MVL7_VECTOR (len - 1 downto 0);
variable NUM: integer:=0;
variable QUOTIENT: integer:=0;
www.eeworm.com/read/347629/11653505
vhd 15_mvl7_functions.vhd
--***************************************************************************
-- VHDL BIT_VECTOR Operations for MVL7 type
--
www.eeworm.com/read/260944/11685305
asm paq7asm.asm
; NASM assembly language code for PAQ7.
; (C) 2005, Matt Mahoney.
; This is free software under GPL, http://www.gnu.org/licenses/gpl.txt
;
; MINGW g++: nasm paq7asm.asm -f win32 --prefix _
www.eeworm.com/read/260707/11707103
asm pic67x.asm
; if you use Microchip's assembler, please indicate the MCU type
; and do not set the CHIP's CONFIG bits in assemble code
; set CONFIG bits in Option\POD setting
; L
www.eeworm.com/read/260707/11707111
asm asm51.asm
MOV A, #0
Loop:
MOV DPTR, #0
MOVX @DPTR, A
INC DPTR
INC A
MOVX @DPTR, A
INC DPTR
INC A
MOVX @DPTR, A
CALL Delay
www.eeworm.com/read/157325/11720194
c main.c
#include
#include
#define SL_BOARD /*双龙ISP板*/
//#define SOME_CHIP /*只支持少数几种芯片*/
#ifndef SL_BOARD
sbit LED_RED1 = P3^3;
sbit LED_RED2 = P3^4;
sbit LED_GREEN = P
www.eeworm.com/read/157325/11720200
lst main.lst
C51 COMPILER V7.09 MAIN 04/11/2005 16:01:24 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN Ma