代码搜索:Loop

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

代码结果 10,000
www.eeworm.com/read/354376/10361035

lst paomadengyanshi.lst

A51 MACRO ASSEMBLER PAOMADENGYANSHI 05/10/2008 17:53:54 PAGE 1 MACRO ASSEMBLER A51 V8.00 OBJECT MODULE PLACED IN paomadengyanshi.OBJ AS
www.eeworm.com/read/161529/10398714

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/353846/10413161

c file.c

/*C************************************************************************** * NAME: file.c *---------------------------------------------------------------------------- * Copyright (c) 20
www.eeworm.com/read/424753/10415868

m ch6_1a.m

% Create the uncertain reak parameters m1, m2 & k m1 = ureal('m1',1,'percent',20); m2 = ureal('m2',1,'percent',20); k = ureal('k',1,'percent',20); s = zpk('s'); % create the Laplace variable s
www.eeworm.com/read/161233/10436251

c timemod0.c

/* Copyright (C) 1999 Lucent Technologies */ /* From 'Programming Pearls' by Jon Bentley */ /* timemod0.c -- Simple experiments on C run time costs */ #include #include #
www.eeworm.com/read/161142/10445790

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/279270/10449733

asm 16x16.asm

SCLK_595 EQU P1.2 ;时钟 SDATA_595 EQU P1.1 ;数据 RCK_595 EQU P1.0 ;锁存 H1 BIT 00H ORG 00H LJMP START1 ORG 0030H START1: MOV DPTR,#TAB STAR
www.eeworm.com/read/424315/10464463

txt 11.2 12位ad转换器ad578ad678ad1678接口.txt

START: MOV DPTR,#9000H MOVX DPTR,A LOOP: MOVX A,@DPTR JB ACC.7,LOOP MOVX A,@DPTR MOV 20H,A MOV DPTR,#6000H MOVX A,@DPTR MOV 21H,A RET
www.eeworm.com/read/424315/10464712

txt 1.2.3 双字节有符号数减法.txt

SDSUB: MOV R4,#20H MOV R5,#80H MOV R6,#0FDH MOV R7,#71H MOV 20H,R4 MOV 21H,R5 ACALL COMP MOV R4,20H MOV R5,21H MOV 20H,R6 MOV 21H,R7 ACALL COMP CLR C M
www.eeworm.com/read/424315/10464726

txt 1.2.1 双字节无符号数减法.txt

DSUB: MOV R4,#20H MOV R5,#80H MOV R6,#0ADH MOV R7,#71H MOV 20H,R4 MOV 21H,R5 CLR C MOV A,R4 SUBB A,20H MOV 20H,A MOV A,R5 SUBB A,21H MOV 21H,A JB D2,LOOP