代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/140797/7147210
inc graphics.inc
;; $Id$
;; -----------------------------------------------------------------------
;;
;; Copyright 1994-2002 H. Peter Anvin - All Rights Reserved
;;
;; This program is free software; you can re
www.eeworm.com/read/453153/7149598
asm vectors.asm
;
; 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/464774/7155341
asm sy5.asm
.model small
.stack
.data
string db 'Assemble Language Programming!',0
count equ($-string)/type string
input db 'Input a number(0-2):',0dh,0ah,'$'
output db 'The result:',0dh,0ah,'$'
.code
www.eeworm.com/read/464544/7156284
asm 28led.asm
;p1口八个灯作二进制加法。理解二进值的计算
;***************************************************************************
;* sxj1974@163.com (51c51 test web) www.8951.com *
;* Create by :石学军 www.51c
www.eeworm.com/read/464544/7156287
asm int01.asm
;P1口的8个灯循环亮,按P32后全部闪烁5次后继续循环亮, 中断程序的典型应用。
;***************************************************************************
;* sxj1974@163.com (51c51 test web) www.8951.com *
;* Create b
www.eeworm.com/read/464544/7156413
asm 9jishu.asm
;一位计数器,按p3.2数码管加1,到9后回0
;***************************************************************************
;* sxj1974@163.com (51c51 test web) www.8951.com *
;* Create by :石学军 www.
www.eeworm.com/read/464544/7156427
asm 8051.asm
;动态扫描显示8051
;***************************************************************************
;* sxj1974@163.com (51c51 test web) www.8951.com *
;* Create by :石学军 www.51c51.com 更多例程
www.eeworm.com/read/464544/7156439
asm 895152.asm
;动态扫描显示895152,8个灯跑动。
;***************************************************************************
;* sxj1974@163.com (51c51 test web) www.8951.com *
;* Create by :石学军 www.51c51
www.eeworm.com/read/464544/7156457
asm 232shuzi.asm
;232通信程序,4800速率,12m晶体,注意该程序适应目前我站各个版本,
;使用配套光盘的工具软件、串口调试助手,设置波特率4800, 连接232电缆到串口,
;***************************************************************************
;* sxj1974@163.com (51c51 test