代码搜索:struct
找到约 10,000 项符合「struct」的源代码
代码结果 10,000
www.eeworm.com/read/270919/4232310
java struct.java
/*
* Copyright 1999 Finn Bock.
*
* This program contains material copyrighted by:
* Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
* The Netherlands.
*/
package org.python.mo
www.eeworm.com/read/447738/1697134
d struct.d
#nm: --extern-only
#name: struct
# Test the .struct pseudo-op.
0+00 A w1
0+02 A w2
0+04 A w3
www.eeworm.com/read/447738/1697164
s struct.s
.globl w1
.globl w2
.globl w3
.long 0
.struct 0
w1: .short 0
w2: .short 0
w3: .short 0
.text
.long 0
www.eeworm.com/read/447738/1697958
d struct.d
#objdump: -d
#name: c54x struct/union directive
.*: +file format .*c54x.*
Disassembly of section .text:
00000000 :
0: 0001.*
1: 0002.*
2: 8002.*
3: 0104.*
4: 0046.*
5: f030
www.eeworm.com/read/447738/1697987
s struct.s
* .struct
* .union
* .tag
REAL_REC .struct ; stag = REAL_REC
NUM .int ; NUM = 0
DEN .int ; DEN = 1
REAL_LEN .endstruct ; REAL_LEN = 2
add REAL + REAL_REC.DEN, a ; 000000 0001
.bss REAL
www.eeworm.com/read/440906/1785058
java struct.java
/* Struct.java -- Mapping for a SQL structured type.
Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redi
www.eeworm.com/read/439082/1819525
h struct.h
/*
* struct.h - Structure definitions
*
* Copyright (C) 1997 R間is Duchesne
* Copyright (C) 2000-2001 Anton Altaparmakov (AIA)
*/
#include
/* Necessary forward definition. */
st