代码搜索:三维数组
找到约 10,000 项符合「三维数组」的源代码
代码结果 10,000
www.eeworm.com/read/432045/8635671
cpp ch8_5.cpp
//*********************
//** ch8_5.cpp **
//*********************
#include
void main()
{
int iArray[10];
int* iPtr=iArray; //用数组名iArray给指针初始化
for(int i=0;i
www.eeworm.com/read/286613/8755682
cpp p3-165.cpp
#include
#include
//main()函数
void main( void )
{
//声明字符数组
char string[]="This is a test.";
int n;
//获得字符串的长度
cout
www.eeworm.com/read/286613/8756093
cpp p1-41.cpp
#include
#define size 5
main()
{
//声明变量
int i,j;
float t,a[size];
//从键盘上为数组赋值
for (i=0;i
www.eeworm.com/read/286613/8756256
cpp p3-165.cpp
#include
#include
//main()函数
void main( void )
{
//声明字符数组
char string[]="This is a test.";
int n;
//获得字符串的长度
cout
www.eeworm.com/read/286613/8756667
cpp p1-41.cpp
#include
#define size 5
main()
{
//声明变量
int i,j;
float t,a[size];
//从键盘上为数组赋值
for (i=0;i
www.eeworm.com/read/428040/8901559
frm 二分法查找.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "例[8-16]二分法查找数组元素"
ClientHeight = 3405
ClientLeft = 60
ClientTop = 345
ClientWidth = 5415
LinkT
www.eeworm.com/read/186071/8962368
cpp ch8_5.cpp
//*********************
//** ch8_5.cpp **
//*********************
#include
void main()
{
int iArray[10];
int* iPtr=iArray; //用数组名iArray给指针初始化
for(int i=0;i
www.eeworm.com/read/382454/9025706
h map.h
#include "stdio.h"
class map
{
public:
int mapMax[10][15];//地图数组
void Initmap();//地图方法
void printmap(int map[10][15]);//地图绘制
void move(int a,int b);//移动方法
};
www.eeworm.com/read/185294/9044492
htm s06_08.htm
数组使用初步
var classmates,i
classmates = new Array(4);
classmates[0] = "张月";
classmates[1] = "李良";
classmates[2] = "王力";
classma
www.eeworm.com/read/185294/9044507
htm s06_12.htm
二维数组
成绩表
姓名 英语 计算机
-------------------------
var students,i,j;
students = new Array();
students[0] = new