代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/262218/11600410
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/348296/11602427
asm jianpan.asm
;当按压键盘P1.4,P1.5,P1.6,P1.7的时候会看到P2口作出的反映,此为平凡经典入门教程范例之一
main:mov p1,#0ffh ;把11111111(FF)移动到P1口,使P1的8个口在没有键盘置低的情况下输出高电
loop:mov a,p1 ;把P1的值移动到寄存器A
mov p2,a ;把寄存器A的值移动到P2,就此完成在了P1输入状态控制P2输出状态的最简过
www.eeworm.com/read/158370/11622830
cpp 10v.cpp
// GradeStudents () Using the `answers' test key, grade
// each student quiz in file STUDENTFILE. Print score.
// ASSUMPTION: file STUDENTFILE exists and contains
// one record per student.
//
www.eeworm.com/read/158370/11623146
cpp 10i.cpp
// gradtest.cpp Grade student quiz answers in file `students.txt' against
// the key in disk file `key.txt'. Report each student's score and a class
// summary of the number correct for each q
www.eeworm.com/read/261772/11624218
c pwm_m.c
//
// TMDX ALPHA RELEASE
// Intended for product evaluation purposes
//
//###########################################################################
//
// FILE: DSP28_Example.c
//
/
www.eeworm.com/read/260707/11707124
c c_main.c
#include
#define uchar unsigned char
/* this function define in ASM */
alien uchar get_val(uchar i);
code uchar fchar[] = {1,2,3,4,5,6,7,8,9,10,11};
main()
{
uchar i,j;
int
www.eeworm.com/read/157371/11716873
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/260074/11748910
c file.c
/*C**************************************************************************
* NAME: file.c
*----------------------------------------------------------------------------
* Copyright (c) 20
www.eeworm.com/read/346292/11755881
lst tem.lst
ASEM-51 V1.2 Copyright (c) 1996 by W.W. Heinz PAGE 1
MCS-51 Family Cross Assembler A S E M - 5 1
www.eeworm.com/read/346282/11756620
2 12λadת 11.2 12λadת
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