代码搜索:三维数组
找到约 10,000 项符合「三维数组」的源代码
代码结果 10,000
www.eeworm.com/read/332349/12763030
cpp 用数组实现串.cpp
#include
#include
#include
using namespace std;
class String
{
public:
//构造函数
String(char *s="");
String(const String& s);
//析构函数
~String();
//赋值运算
www.eeworm.com/read/332124/12777507
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/332124/12777524
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/243633/12930875
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/243633/12930880
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/243560/12934209
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/243560/12934225
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/329680/12939258
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/329680/12939267
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/139802/13130012
cpp 数组单连表.cpp
#include
#include
//#include "stdafx.h" 这个是window程序vc自动生成的东西,你的程序是dos程序
//没有必要通过生成应用程序向导来做。把你的原文件用记事本另存为*.cpp文件。
//然后在此文件上单击右键从打开方式中选择vc。vc启动后会有一个提示框,问你
//是否建立工作空间文件,单击