代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/444372/7613406
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/443970/7619740
java painter.java
import java.io.*;
import java.awt.*;
import javax.swing.*;
import java.lang.Math;
import javax.imageio.*;
import java.awt.geom.*;
import java.awt.image.*;
import java.awt.image.*;
import java
www.eeworm.com/read/443108/7637954
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/442452/7651379
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/441132/7675347
h serverloop.h
/* $OpenBSD: serverloop.h,v 1.5 2001/06/27 02:12:53 markus Exp $ */
/*
* Author: Tatu Ylonen
* Copyright (c) 1995 Tatu Ylonen , Espoo, Finland
* A
www.eeworm.com/read/440789/7681223
asm qam_gen_packed.asm
/*******************************************************************************
Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved.
Developed by Joint Development Software Application Tea
www.eeworm.com/read/440591/7686950
htm credits.htm
{subtemplate header}
$bbname » {lang faq}{lang faq} $navigation » {lang cred
www.eeworm.com/read/439664/7703718
txt code87a.txt
Public Sub Main()
Dim StringArray(5) As String
Dim I As Integer ' Counter variable.
StringArray(0) = "1001 VB Programmer's Tips"
StringArray(1) = "By Kris Jamsa, PhD"
StringArra
www.eeworm.com/read/439651/7704273
m fact01.m
function output = fact01(n)
% FACT01 Calculate factorial of a given positive integer (for-loop version)
output = 1;
for i = 1:n,
output = output*i;
end
www.eeworm.com/read/439517/7707198
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
; granted t