代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/144216/5751930
pm array.pm
package Tie::Array;
use 5.005_64;
use strict;
use Carp;
our $VERSION = '1.01';
# Pod documentation after __END__ below.
sub DESTROY { }
sub EXTEND { }
sub UNSHIFT { scalar shift->SPLICE(0,0,@_) }
www.eeworm.com/read/144216/5752605
t array.t
#!./perl
print "1..70\n";
#
# @foo, @bar, and @ary are also used from tie-stdarray after tie-ing them
#
@ary = (1,2,3,4,5);
if (join('',@ary) eq '12345') {print "ok 1\n";} else {print "not ok 1\n";
www.eeworm.com/read/144212/5752916
array-stuff
# usage: reverse arrayname
reverse()
{
local -a R
local -i i
local rlen temp
# make r a copy of the array whose name is passed as an arg
eval R=\( \"\$\{$1\[@\]\}\" \)
# reverse R
rlen=${#R[@
www.eeworm.com/read/139903/5795447
cpp array.cpp
//: C16:Array.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
#include "../require.h"
#include
www.eeworm.com/read/139332/5800723
hpp is_array.hpp
// (C) Copyright Dave Abrahams, Steve Cleary, Beman Dawes, Howard
// Hinnant & John Maddock 2000.
// Use, modification and distribution are subject to the Boost Software License,
// Version 1.0
www.eeworm.com/read/139332/5802235
hpp to_array.hpp
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2
www.eeworm.com/read/139332/5802265
hpp array.hpp
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2
www.eeworm.com/read/136989/5826752
cpp array.cpp
// Array.cpp,v 1.3 2004/01/05 22:57:06 shuston Exp
#include "ace/OS_Memory.h"
#include "ace/Log_Msg.h"
// Listing 1 code/ch05
#include "ace/Containers.h"
#include "DataElement.h"
int ACE_TMA
www.eeworm.com/read/136989/5830415
idl array.idl
// array.idl,v 1.2 1999/07/21 21:08:39 parsons Exp
// ============================================================================
//
// = LIBRARY
// TAO/tests/IDL_Test
//
// = FILENAME
//
www.eeworm.com/read/136989/5832658
cpp be_array.cpp
// be_array.cpp,v 1.50 2003/10/28 18:30:36 bala Exp
// ============================================================================
//
// = LIBRARY
// TAO IDL
//
// = FILENAME
// be_arr