代码搜索:三维数组
找到约 10,000 项符合「三维数组」的源代码
代码结果 10,000
www.eeworm.com/read/139802/13130068
cpp 指针比较数组大小.cpp
#include
int fun1(int *p,int n);
void main()
{int i,number1,y=10;
cout
www.eeworm.com/read/239225/13293434
doc 检查数组是否越界.doc
www.eeworm.com/read/321951/13392293
ppt 第4章数组.ppt
www.eeworm.com/read/316829/13516321
vi 簇与数组转换.vi
www.eeworm.com/read/315629/13539659
ppt 第6章 数组.ppt
www.eeworm.com/read/310464/13650622
ppt 第 7章 数组.ppt
www.eeworm.com/read/308157/13707212
c 螺旋数组1.c
#include"stdio.h"
#include"iostream.h"
int array[11][11];
int temp;
int ROW;
void godown(int &m,int &a)
{
for(temp=1;temp
www.eeworm.com/read/308157/13707217
c 螺旋数组2.c
#include
#include
#include
#include
#define h 5 // height
#define w 5 // width
void main ()
{
int a[h][w];
int d=0, direct[4]
www.eeworm.com/read/304950/13782477
cpp 学生结构指针数组.cpp
#include
#include
#include
#include
#define NUll 0
#define LEN sizeof(struct student)
struct student {
long int num;
float score;
st
www.eeworm.com/read/302226/13839333