代码搜索:三维数组

找到约 10,000 项符合「三维数组」的源代码

代码结果 10,000
www.eeworm.com/read/139802/13130059

cpp 指针传递数组.cpp

#include void count(int *b,int n); void main() {int a[10],i; cout
www.eeworm.com/read/316829/13516313

vi 转置数组.vi

www.eeworm.com/read/316829/13516318

vi 提取子数组.vi

www.eeworm.com/read/311862/13624167

cpp 数组2.cpp

#include void main() { int temp[10],max,i; i=0; while(i
www.eeworm.com/read/311862/13624169

cpp 数组3.cpp

#include double a[5]={2.38,3.142,5.64,8.27,6.44}; void main() { int i; double sum=0.0; for(i=0;i
www.eeworm.com/read/309353/13673479

ppt d多维数组.ppt

www.eeworm.com/read/308157/13707117

c 数组递归退出.c

#include void f2(); int a[13],i,j,b=13; main() { f2(); for(j=0;j
www.eeworm.com/read/308157/13707207

c 数组完全单元.c

#include "stdio.h" #include"conio.h" int k=0; int a[100]; void num(int number) { int n1,j,temp=k,i; for(j = 1 ; j
www.eeworm.com/read/304950/13782490

cpp 学生结构数组.cpp

#include #define N 5 struct stu{ char name[10]; int china,math, eng; }; void main( ) { int i; struct stu s[N]; float avc=0,avm=0,ave=0; for(i=0; i