代码搜索:Loop

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

代码结果 10,000
www.eeworm.com/read/492812/6410056

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/492901/6412826

cpp splint.cpp

void splint(double xa[], double ya[], double y2a[], int n, double& x, double& y) { int klo,khi,k; double h,a,b,aaa,bbb; klo = 1; khi = n; loop: if (khi - klo > 1 ) { k = (khi +
www.eeworm.com/read/492034/6430615

s ebfill16_opt.s

; ; Copyright (c) Microsoft Corporation. All rights reserved. ; ; ; Use of this source code is subject to the terms of the Microsoft end-user ; license agreement (EULA) under which you licensed
www.eeworm.com/read/491674/6432354

sdi nuetes.sdi

0000,,START,START: 0000,78 00,,MOV R0,#0 0002,90 00 39,,MOV DPTR,#TABLE 0005,,LOOP,LOOP: 0005,11 0D,,ACALL DISPLAY 0007,08,,INC R0 0008,B8 64 FA,,CJNE R0,#100,LOOP 000B,80 F3,,JMP START 000D,,
www.eeworm.com/read/489844/6462539

s62 echo_asm.s62

; ; Copyright 2003 by Texas Instruments Incorporated. ; All rights reserved. Property of Texas Instruments Incorporated. ; Restricted rights to use, duplicate or disclose this code are ; grant
www.eeworm.com/read/488974/6480781

lst led.lst

A51 MACRO ASSEMBLER LED 07/29/2007 13:48:27 PAGE 1 MACRO ASSEMBLER A51 V7.07 OBJECT MODULE PLACED IN LED.OBJ ASSEMBLER INVO
www.eeworm.com/read/489017/6481480

bak ytep_rf.c.bak

//****************************************** #include"ytep.h" #include"ytepfunction.h" #define ytep_RF_file Int32U IsrReceive(REC *Re) { static _ReSend IR; Boolean IO_RFRX=1; if((Re->B_
www.eeworm.com/read/489017/6481481

c ytep_rf.c

//****************************************** #include"ytep.h" #include"ytepfunction.h" #define ytep_RF_file Int32U IsrReceive(REC *Re) { static _ReSend IR; Boolean IO_RFRX=1; if((Re->B_
www.eeworm.com/read/488613/6482762

asm 矩阵键盘程序.asm

ORG 0000H JMP MAIN MAIN: MOV SP,#60H MOV P3,#00001111B MOV R0,P3 LCALL DELAY ;消抖 MOV R0,P3 CJNE R0,#00001111B,TP1 JMP MAIN TP1: ;判断键盘所在行行号 JB P3.0,LINE1 MOV A,#00H LINE1:JB P3.1,LINE2 MO
www.eeworm.com/read/488265/6490694

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