代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/167185/5465046
c array.c
/******************************************************************************
Copyright (C) 1992,1993 Tony Robinson
Permission is granted to use this software for non-commercial purposes.
Explicit
www.eeworm.com/read/167185/5466000
h array.h
/*
* This material contains unpublished, proprietary software of
* Entropic Research Laboratory, Inc. Any reproduction, distribution,
* or publication of this work must be authorized in writing
www.eeworm.com/read/167133/5466584
c array.c
/*
* java.lang.reflect.Array.c
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and redistribut
www.eeworm.com/read/167133/5468153
java array.java
/*
* Java core library component.
*
* Copyright (c) 1997, 1998, 2001, 2002
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage
www.eeworm.com/read/167133/5468638
java array.java
/* Array.java -- Interface for accessing SQL array object
Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can
www.eeworm.com/read/166734/5472896
sbk array.sbk
.set reorder
.globl main
.text
.text
.align 2
.ent main
main:
.frame $sp,88,$31
.set noreorder
.cpload $25
.set reorder
addu $sp,$sp,-88
.mask 0xc2c00000,-56
sw $22,16($sp)
sw $23,20($sp
www.eeworm.com/read/166734/5472944
sbk array.sbk
.486
.model flat
extrn __fltused:near
extrn __ftol:near
public _main
_TEXT segment
_main:
push ebx
push esi
push edi
push ebp
mov ebp,esp
sub esp,60
mov dword ptr (-8)[ebp],0
L2:
mov dw
www.eeworm.com/read/166734/5472992
sbk array.sbk
.globl main
.text
.align 16
.type main,@function
main:
pushl %ebp
pushl %ebx
pushl %esi
pushl %edi
movl %esp,%ebp
subl $60,%esp
movl $0,-8(%ebp)
.LC2:
movl $0,-4(%ebp)
.LC6:
movl -4(%eb
www.eeworm.com/read/166734/5473011
c array.c
int x[3][4], *y[3];
main() {
int z[3][4];
int i, j, *p;
for (i = 0; i < 3; i++) {
for (j = 0; j < 4; j++)
x[i][j] = 1000*i + j;
y[i] = x[i];
}
f();
for (i = 0; i < 3; i++) {
www.eeworm.com/read/166734/5473127
sbk array.sbk
.globl main
.text
.text
.ent main
main:
ldgp $gp,0($27)
lda $sp,-144($sp)
.mask 0x4007000,-120
.frame $sp,144,$26,48
stq $12,0($sp)
stq $13,8($sp)
stq $14,16($sp)
stq $26,24($sp)
.prologu