代码搜索:Label

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

代码结果 10,000
www.eeworm.com/read/237048/4634743

java label.java

/** * $Id: Label.java,v 1.1 2003/11/25 11:42:22 epr Exp $ */ package org.jnode.assembler; import org.jnode.vm.Address; /** * A Label is a reference to an address in the native code. *
www.eeworm.com/read/233914/4664399

cs label.cs

/* * Label.cs - Implementation of the * "System.Reflection.Emit.Label" class. * * Copyright (C) 2001 Southern Storm Software, Pty Ltd. * * This program is free software; you can redistribute
www.eeworm.com/read/233448/4688976

java label.java

/* Label.java -- Java label widget Copyright (C) 1999, 2000, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistrib
www.eeworm.com/read/232568/4698147

c label.c

/* ** $Id: label.c,v 1.14 2003/11/21 02:45:53 weiym Exp $ ** ** label.c: skin normal lable implementation. ** ** Copyright (C) 2003 Feynman Software. ** ** Current maintainer: Allen ** ** Create date:
www.eeworm.com/read/232568/4698153

h label.h

/* ** $Id: label.h,v 1.2 2003/10/21 02:59:20 allen Exp $ ** ** label.h: skin normal lable interfaces. ** ** Copyright (C) 2002, 2003 Feynman Software, all rights reserved. ** ** Use of this source pac
www.eeworm.com/read/232407/4700105

h label.h

#ifndef _VCF_LABEL_H__ #define _VCF_LABEL_H__ //Label.h /* Copyright 2000-2004 The VCF Project. Please see License.txt in the top level directory where you installed the VCF. */ #if _MSC_VER > 1000
www.eeworm.com/read/232407/4700250

cpp label.cpp

//Label.cpp /* Copyright 2000-2004 The VCF Project. Please see License.txt in the top level directory where you installed the VCF. */ /* Generated by Together */ #include "vcf/ApplicationKit/Appli
www.eeworm.com/read/230583/4722179

java label.java

/* * The contents of this file are subject to the terms * of the Common Development and Distribution License * (the "License"). You may not use this file except * in compliance with the Licen
www.eeworm.com/read/229812/4736787

esm label.esm

.387 .386p DGROUP GROUP _DATA _TEXT SEGMENT DWORD PUBLIC USE32 'CODE' ASSUME CS:_TEXT, DS:DGROUP, SS:DGROUP mov ax,word ptr DGROUP:L$2 mov ax,word ptr DGROUP:L$4 mov
www.eeworm.com/read/229812/4736802

asm label.asm

.386 .model small .data b LABEL DWORD a dw 20 dup ( 1,2,3,4,5 ) .code mov ax, a[2] mov ax, a[4] mov ax, a[5] mov ax, a[6] mov ax, a[13] mov ebx, b[1] mov ebx, b[2] mov ebx, b[3] mo