代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/326711/3469910
cpp array.cpp
// Fig 22.7: Array.cpp
// Member-function definitions for class Array
#include
using std::cout;
using std::cin;
using std::endl;
#include
using std::setw;
#include
www.eeworm.com/read/326192/3473894
h array.h
//-< ARRAY.H >-------------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Sy
www.eeworm.com/read/324493/3502284
class array.class
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|07 Mar 2005 05:25:36 -0000
vti_extenderversion:SR|5.0.2.2623
vti_lineageid:SR|{ADADEBA1-3DE8-4519-968C-3246B4515359}
vti_cacheddtm:TX|07 Mar 2005 05
www.eeworm.com/read/324136/3506186
n array.n
'\"
'\" Copyright (c) 1993-1994 The Regents of the University of California.
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
'\"
'\" See the file "license.terms" for information on usage and redist
www.eeworm.com/read/323961/3506822
js array.js
/*
* Isomorphic SmartClient
* Version 6.5 (2008-04-30)
* Copyright(c) 1998-2007 Isomorphic Software, Inc. All rights reserved.
* "SmartClient" is a trademark of Isomorphic Software, Inc.
*
www.eeworm.com/read/323025/3519283
asc array.asc
/* array.asc -- written by Alexis WILKE for Made to Order Software, Ltd. (c) 2005-2006 */
/*
Copyright (c) 2005-2006 Made to Order Software, Ltd.
Permission is hereby granted, free of charge, to an
www.eeworm.com/read/322306/3525705
c array.c
/* WinBond bug report
this is a compile test. At one time static arrays over 500 elements
didn't work. We'll test both global and local array. If it compiles at
all, it it passes.
*/
#incl
www.eeworm.com/read/321483/3533683
t array.t
#!./perl
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
}
BEGIN {
$ENV{FOO} = "foo";
$ENV{BAR} = "bar";
}
use Env qw(FOO $BAR);
$FOO .= "/bar";
$BAR .= "/baz";
print "1..2\n";
print "no
www.eeworm.com/read/321483/3534342
t array.t
#!/usr/bin/perl
use lib '..';
use Memoize;
print "1..11\n";
sub timelist {
return (time) x $_[0];
}
memoize('timelist');
@t1 = &timelist(1);
sleep 2;
@u1 = &timelist(1);
print ((("@t1" eq "@u1
www.eeworm.com/read/316877/3584702
js array.js
// create and initialize three new arrays
var a = new Array("Jan ", "Feb ", "Mar ");
var b = new Array("21, ", "22, ", "23, ");
var c = new Array(" 2006", " 2007", " 2008");
// concatenate and