代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/370922/9575031
h array.h
#ifndef ARRAY_CLASS
#define ARRAY_CLASS
#include
template
class Array
{
private:
// 一个动态申请的包含 size 个元素的表
T *alist;
int size;
public:
// 构造函数和析构函数
A
www.eeworm.com/read/366195/9825474
hpp array.hpp
#ifndef _RAR_ARRAY_
#define _RAR_ARRAY_
extern ErrorHandler ErrHandler;
template class Array
{
private:
T *Buffer;
int BufSize;
int AllocSize;
public:
Array();
Arra
www.eeworm.com/read/169944/9830342
h array.h
// CArray.h: interface for the CArray class.
//
//////////////////////////////////////////////////////////////////////
#ifndef _GOS_ARRAY_H_
#define _GOS_ARRAY_H_
////////////////////////////
www.eeworm.com/read/366065/9834689
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/365798/9846130
c array.c
#include "ocilib.h"
int main()
{
OCI_Connection *cn;
OCI_Statement *st;
int tab_int[1000];
char tab_str[1000][21];
int i;
if (!OCI_Initialize(NULL, NULL, OCI_EN
www.eeworm.com/read/169311/9867446
h array.h
//
// File: array.h
// Date: 16-Jul-95
// Description: array template
//
/*
* Copyright (c) 1995 David A. Holland.
* All rights reserved.
*
* Redistribution and use in source and b
www.eeworm.com/read/364455/9906193
cpp array.cpp
#include "array.h"
template
void Array::copyFrom(const Array &x)
{
int n= x.ArraySize;
ArraySize=n;
elements = new Type[x.ArraySize];
if ( elemen
www.eeworm.com/read/364455/9906203
h array.h
#ifndef _ARRAY_H_
#define _ARRAY_H_
#include
#include
using namespace std;
#define DefaultSize 10
template < class Type>
class Array {
public:
Array( int Size =
www.eeworm.com/read/364310/9912818
m array.m
function varargout = array(varargin)
% ARRAY M-file for array.fig
% ARRAY, by itself, creates a new ARRAY or raises the existing
% singleton*.
%
% H = ARRAY returns the handle to a