代码搜索:三维数组
找到约 10,000 项符合「三维数组」的源代码
代码结果 10,000
www.eeworm.com/read/295512/8156910
cpp p1-41.cpp
#include
#define size 5
main()
{
//声明变量
int i,j;
float t,a[size];
//从键盘上为数组赋值
for (i=0;i
www.eeworm.com/read/295491/8158716
cpp p3-165.cpp
#include
#include
//main()函数
void main( void )
{
//声明字符数组
char string[]="This is a test.";
int n;
//获得字符串的长度
cout
www.eeworm.com/read/295491/8159136
cpp p1-41.cpp
#include
#define size 5
main()
{
//声明变量
int i,j;
float t,a[size];
//从键盘上为数组赋值
for (i=0;i
www.eeworm.com/read/195327/8163698
cpp p3-165.cpp
#include
#include
//main()函数
void main( void )
{
//声明字符数组
char string[]="This is a test.";
int n;
//获得字符串的长度
cout
www.eeworm.com/read/195327/8164174
cpp p1-41.cpp
#include
#define size 5
main()
{
//声明变量
int i,j;
float t,a[size];
//从键盘上为数组赋值
for (i=0;i
www.eeworm.com/read/171604/9745299
c program of student file.c
#include "stdio.h"
#include "string.h"
#include "malloc.h"
typedef struct /* 声明结构体类型 */
{
char name[24];
char num[16];
char birth[16];
char schtim[16]; /* 数组成
www.eeworm.com/read/267427/11179266
java arraycopy.java
/**
* 测试数组元素拷贝
*/
public class ArrayCopy
{
public static void main(String[] args)
{
ArrayCopy aCopy = new ArrayCopy();
int[] a = {1, 2, 3, 4, 5};
int[] b = {10,20,30,40,50};
aCop
www.eeworm.com/read/411697/11231875
java recstore.java
import javax.microedition.rms.*;
import java.io.*;
public class RecStore {
private RecordStore rs = null; //作保存游戏用
//String rsname="save";
long[] goodsPrice = { //构造持有物品价格的数组
B
www.eeworm.com/read/411557/11238517
c ir.c
#include
#include
#include
#include "IR.h"
//---------------------------------------------------------------
uchar date[4]={0,0,0,0};//date数组为存放地址