代码搜索:Loop

找到约 10,000 项符合「Loop」的源代码

代码结果 10,000
www.eeworm.com/read/455633/7369163

asm vectors_11.asm

*Vectors_11.asm Vector file for interrupt-driven program .ref _c_int11 ;ISR used in C program .ref _c_int00 ;entry address .sect "vectors" ;section for vectors RESET_R
www.eeworm.com/read/454810/7382590

vhd conv3.vhd

---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 20:13:11 02/27/2009 -- Design Name: -- Module Name: conv3 - Be
www.eeworm.com/read/454804/7382855

vhd conv2.vhd

---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 22:29:34 02/19/2009 -- Design Name: -- Module Name: conv2 - Be
www.eeworm.com/read/453443/7420552

h messageloop.h

/** @file Win32 message loop idiom */ #if !defined _MESSAGELOOP_H_ #define _MESSAGELOOP_H_ #include namespace Win { /** class MessageLoop encapsulates the win32 mess
www.eeworm.com/read/453199/7424720

txt readme_versions.txt

c_jacobi01.c -> Jacobi solver - OpenMP version, two parallel regions with one parallel loop each, the naive approach. c_jacobi02.c -> Jacobi solver - OpenMP version, 2 parallel loops in one parallel
www.eeworm.com/read/452469/7440334

lst port1 (1).lst

A51 MACRO ASSEMBLER PORT1__1_ 07/23/2006 10:56:20 PAGE 1 MACRO ASSEMBLER A51 V8.00 OBJECT MODULE PLACED IN Port1 (1).OBJ ASSEMBLE
www.eeworm.com/read/452469/7440395

lst audio.lst

A51 MACRO ASSEMBLER AUDIO 07/26/2006 22:10:19 PAGE 1 MACRO ASSEMBLER A51 V8.00 OBJECT MODULE PLACED IN Audio.OBJ ASSEMBLER IN
www.eeworm.com/read/452469/7440452

asm serial to parallel.asm

ORG 00H AJMP START START: MOV SCON,#0 MOV 30H,#01H ;8字节待传输数据 MOV 31H,#02H MOV 32H,#04H MOV 33H,#08H MOV 34H,#16 MOV 35H,#32 MOV 36H,#64 MOV 3
www.eeworm.com/read/451690/7458173

asm vectors_11.asm

*Vectors_11.asm Vector file for interrupt-driven program .ref _c_int11 ;ISR used in C program .ref _c_int00 ;entry address .sect "vectors" ;section for vectors RESET_R
www.eeworm.com/read/451270/7468013

asm text7.asm

org 0 MOV P3,#0H; 停止所有显示 LOOP: MOV P0,#0C7H ; 第一位数码管显示L SETB P3.0 ; LCALL DELAY; 延时1ms ;MOV P0,#0FFH; MOV P3,#0; 停止所有显示 MOV P0,#0C1H; 第二位显示