代码搜索:Loop

找到约 10,000 项符合「Loop」的源代码

代码结果 10,000
www.eeworm.com/read/156023/5615419

java xmlparser.java

/* * $Id: XMLParser.java,v 1.1.1.1 2002/02/02 05:20:16 Administrator Exp $ * Copyright 2001 Sun Microsystems, Inc. All rights reserved. * Copyright 2001 Sun Microsystems, Inc. Tous droits r閟erv閟
www.eeworm.com/read/155856/5618623

c whets.c

/*********************************************************************** */ /* Benchmark #2 -- Single Precision Whetstone (A001) */ /*
www.eeworm.com/read/155175/5628780

java loopable.java

package com.croftsoft.core.util.loop; /********************************************************************* * An object capable of implementing some task in a loop. * * @
www.eeworm.com/read/155067/5630284

cs mylabel.cs

using System; using System.Web; using System.Drawing; using System.Web.UI; using System.Web.UI.WebControls ; namespace WroxControls { public class MyLabelStyle : Control { stri
www.eeworm.com/read/155067/5630311

cs mylabel.cs

using System; using System.Web; using System.Drawing; using System.Web.UI; using System.Web.UI.WebControls ; namespace WroxControls { public class MyLabelProps : Control { st
www.eeworm.com/read/154890/5633434

c nxkeyboard.c

/* * Copyright (c) 2003 Century Software, Inc. All Rights Reserved. *
www.eeworm.com/read/154620/5635352

c ex.c

//#pragma SRC void test(); main() { test(); #pragma ASM jmp $; #pragma ENDASM while(1); } void test() { while(1); } // jmp $; endless loop //#pragma enasm //} //
www.eeworm.com/read/152843/5657499

c memset.c

/* * arch/v850/lib/memset.c -- Memory initialization * * Copyright (C) 2001,02,04 NEC Corporation * Copyright (C) 2001,02,04 Miles Bader * * This file is subject to the terms
www.eeworm.com/read/475860/6766034

asm pc817.asm

org 0000h LOOP: SETB P3.4 ;使P3.4输出高,关闭光电耦合器PC817内部的LED发光触发管 LCALL DELAY ;调用延时子程序DELAY LCALL DELAY ;调用延时子程序DELA LCALL DELAY ;调用延时子程序DELA CLR P3.4 ;使P3.4输出低,打开光电耦合器PC817内部的LED发光触发管,此时
www.eeworm.com/read/475860/6766041

asm fmq.asm

ORG 001BH ;定时器T1的中断入口 MOV TH1,R1 ;重装定时初值 MOV TL1,R0 ; CPL P3.7 ;P1.0输出方波 RETI ;中断返回 ORG 100H ;主程序 START:MOV TMOD,#01H ;定时器T1工作方式1 MOV IE,#88H ;允许T