代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/113399/6131506
s com.s
.define .com
! #bytes in cx
.text
.com:
mov bx,sp
inc bx
inc bx
sar cx,#1
1:
not (bx)
inc bx
inc bx
loop 1b
ret
www.eeworm.com/read/113399/6131887
s em_com.s
.sect .text; .sect .rom; .sect .data; .sect .bss
.define .com
! #bytes in ecx
.sect .text
.com:
mov ebx,esp
add ebx,4
sar ecx,2
1:
not (ebx)
add ebx,4
loop 1b
ret
www.eeworm.com/read/113030/6142370
cpp rational.cpp
// rational.cpp
// member function definitions for rational.cpp
#include
using std::cout;
#include "rational.h"
// constructor
Rational::Rational( int n, int d )
{
numera
www.eeworm.com/read/110034/6166860
c hardware.c
/*
* linux/arch/m68knommu/platform/68VZ328/dragonixvz/hardware.c
*
* (C) 2002 by Daniel Haensse
* Use it under GPL
*/
/* Common functions */
#include
www.eeworm.com/read/108510/6182163
java messagelooptag.java
/**
* $Header: /home/coolserv/.cvs/coolserv/jive/source/taglib/com/coolservlets/forum/tags/MessageLoopTag.java,v 1.3 2000/12/11 00:16:14 gnielsen Exp $
* $Revision: 1.3 $
* $Date: 2000/12/11 00:16:
www.eeworm.com/read/106971/6190975
asm funmng.asm
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Project : DSKEDT-FDOS 0.0.7
;; Author : Ottonello, Santiago
;; E-Mail : sanotto@yahoo.com
;; Webpage :
www.eeworm.com/read/105373/6198501
java urlmappingsxmldao.java
/*
* Copyright 2002 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following con
www.eeworm.com/read/105373/6198518
java screendefinitiondao.java
/*
* Copyright 2002 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following con
www.eeworm.com/read/105373/6198568
java signondao.java
/*
* Copyright 2002 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following con
www.eeworm.com/read/104936/6201195
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