代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/128784/5979500
c whets.c
/*********************************************************************** */
/* Benchmark #2 -- Single Precision Whetstone (A001) */
/*
www.eeworm.com/read/127694/6002958
makefile
include ../Make.defines
PROGS = mysdr
all: ${PROGS}
mysdr: main.o loop.o
${CC} ${CFLAGS} -o $@ main.o loop.o ${LIBS}
clean:
rm -f ${PROGS} ${CLEANFILES}
www.eeworm.com/read/124347/6050737
s crt0.s
; h8/300 and h8/300h start up file.
#ifdef __H8300__
.section .text
.global _start
_start:
mov.w #_stack,sp
mov.w #_edata,r0
mov.w #_end,r1
sub.w r2,r2
.loop: mov.w r2,@r0
adds #2,r0
cmp r
www.eeworm.com/read/123945/6056779
fblin
---------------------------------------------------------------
OVERVIEW OF FILES ASSOCIATED WITH SIMULATION OF CONTROL SYSTEMS
BASED ON THE PRINCIPLE OF FEE
www.eeworm.com/read/123117/6063133
java soundexample.java
/*
* 1.0 code.
*/
import java.applet.*;
import java.awt.*;
public class SoundExample extends Applet {
SoundList soundList;
String onceFile = "bark.au";
String loopFile = "train.au";
www.eeworm.com/read/121089/6070191
asm ssdo.asm
page 49,132
TITLE ssdo - scan support for DO/WHILE related opcodes
;***
;ssdocase.asm
;
; Copyright 1987, Microsoft Corporation
;
;Purpose:
; Scan DO/LOOP, and WHILE/WEND statement opcodes
www.eeworm.com/read/116006/6114683
c profiler.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/116006/6114970
c random.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/114399/6124171
java continuedemo.java
//ContinueDemo.Java
import javax.swing.JOptionPane;
public class ContinueDemo {
// main method begins execution of Java application
public static void main( String args[]
www.eeworm.com/read/114305/6124349
asm cbp_sse2.asm
;/**************************************************************************
; *
; * XVID MPEG-4 VIDEO CODEC
; * sse2 cbp calc
; *
; * This file is part of XviD, a free MPEG-4 video encoder/decoder