代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/139030/13191747
gif array.gif
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|02 Aug 2002 16:00:00 -0000
vti_extenderversion:SR|5.0.2.2623
vti_backlinkinfo:VX|asm_tutorial_03.html
vti_author:SR|friend
vti_modifiedby:SR|friend
www.eeworm.com/read/138927/13202371
fc array.fc
void main (string args[])
{
string sarray[5];
sarray[0] = "string0";
sarray[1] = "string0";
sarray[2] = "string0";
sarray[3] = "string0";
sarray[4] = "string0";
printf("%s\n", sarray[0]);
pri
www.eeworm.com/read/240686/13205051
h array.h
#ifndef ARRAY_CLASS
#define ARRAY_CLASS
#include
#include
#ifndef NULL
const int NULL = 0;
#endif // NULL
enum ErrorType
{invalidArraySize, memoryAllocationErr
www.eeworm.com/read/240295/13226479
cpp array.cpp
#include "stdafx.h"
#include "array.h"
CArray::CArray()
{
Reset();
}
CArray::~CArray()
{
}
bool CArray::Add(int nElement)
{
if(m_nCount < 0 || m_nCount >= MAX_ELEMENT)
re
www.eeworm.com/read/240295/13226519
h array.h
#ifndef __ARRAY_H__
#define __ARRAY_H__
#define MAX_ELEMENT 100
class CArray
{
public:
CArray();
~CArray();
bool Add(int nElement);
int Get(int nIndex);
void Reset();
bool
www.eeworm.com/read/138257/13244751
c array.c
/* Simple array program */
#include
void main()
{
int x,f;
char input[3]; //for storing text input
int favs[4]; //five items in array
printf("Please enter five of your favor
www.eeworm.com/read/239763/13258147
java array.java
// array.java
// demonstrates Java arrays
// to run this program: C>java arrayApp
////////////////////////////////////////////////////////////////
class ArrayApp
{
public static void main(
www.eeworm.com/read/137973/13275815
h array.h
#ifndef ARRAY_CLASS
#define ARRAY_CLASS
#include
template
class Array
{
private:
T *pList;
int nSize;
public:
Array(int size=50)
{
assert(size>0);
nSize
www.eeworm.com/read/137955/13276079
sbk array.sbk
.set reorder
.globl main
.text
.text
.align 2
.ent main
main:
.frame $sp,96,$31
.set noreorder
.cpload $25
.set reorder
addu $sp,$sp,-96
.mask 0xc2c00000,-64
sw $22,16($sp)
sw $23,20($sp)
.cprestore 2
www.eeworm.com/read/137955/13276162
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 dword ptr (-4)[eb