代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/152080/12145274
asm led.asm
;实验名称:走马灯
; 功能:LED从LED1循环到LED8。
; 作者:http://www.mcuprog.com
; 05-02-01
;***********************************************************
LED1_8 EQU 30H ;循环显示的内容
ORG 0000H
AJMP MAIN
www.eeworm.com/read/340554/12148241
c 2.c
# include
main( )
{ enum fruit {apple, orange , banana , pineapple , pear };
enum fruit x, y, z, pri ;
int n, loop ;
www.eeworm.com/read/340536/12148807
java movingstring.java
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
public class MovingString extends Applet implements Runnable,MouseListener {//实现Runnable和MouseListener接口
String text="";//显示的文本
www.eeworm.com/read/151943/12159205
c 2.c
# include
main( )
{ enum fruit {apple, orange , banana , pineapple , pear };
enum fruit x, y, z, pri ;
int n, loop ;
www.eeworm.com/read/151936/12160593
c 58.c
# include
main( )
{ enum fruit {apple, orange , banana , pineapple , pear };
enum fruit x, y, z, pri ;
int n, loop ;
www.eeworm.com/read/340289/12167417
asm prog19.asm
; PROG19 - Poll a button and turn on an LED
;
; This Application Turns on an LED and Loops forever afterward.
;
; Myke Predko
; 98.02.18
;
; Hardware Notes:
; 80C520 Running at 1 MHz
;
www.eeworm.com/read/340289/12167449
asm prog29c.asm
; PROG29B - Working through the Emulator
;
; Start with the Serial Interface.
;
; PROG29C - Start Doing the Data Interface
;
; PROG29B - Start with the Command Line Interface. Upon Return
www.eeworm.com/read/340289/12167596
asm prog7.asm
; PROG7 - Accessing Bits
;
; This Program Reads and Writes individual Bits in the Bit Addressable Area
; of the Scractchpad RAM (Addresses 020 to 02F) and the I/O Ports.
;
; This program wil
www.eeworm.com/read/340289/12167603
asm prog45.asm
; PROG45 - Poll a button and turn on an LED
;
; This Application Turns on an LED and Loops forever afterward.
;
; Myke Predko
; 98.02.18
;
; Hardware Notes:
; 80C520 Running at 1 MHz
;
www.eeworm.com/read/151847/12169683
c 5jcbj.c
#include "math.h"
void jcbj(a,n,v,eps)
int n;
double a[],v[],eps;
{ int i,j,p,q,u,w,t,s;
double ff,fm,cn,sn,omega,x,y,d;
for (i=0; i