代码搜索:三维数组
找到约 10,000 项符合「三维数组」的源代码
代码结果 10,000
www.eeworm.com/read/5783/72313
swf 三维扫描.swf
www.eeworm.com/read/6418/90359
swf 三维类.swf
www.eeworm.com/read/41587/1145666
vi 三维表面.vi
www.eeworm.com/read/41587/1145678
vi 三维曲线.vi
www.eeworm.com/read/473179/6857492
txt 三维几何.txt
//三维几何函数库
#include
#define eps 1e-8
#define zero(x) (((x)>0?(x):-(x))
www.eeworm.com/read/473191/6857900
txt 三维几何.txt
//三维几何函数库
#include
#define eps 1e-8
#define zero(x) (((x)>0?(x):-(x))
www.eeworm.com/read/370787/9585782
txt 三维几何.txt
//三维几何函数库
#include
#define eps 1e-8
#define zero(x) (((x)>0?(x):-(x))
www.eeworm.com/read/237869/13924885
vi 三维表面.vi
www.eeworm.com/read/237869/13924908
vi 三维曲线.vi
www.eeworm.com/read/440081/7694105
txt 二维数组和结构体数组.txt
11: 下列程序定义了n×n的二维数组,并在主函数中自动赋值。请编写函数 fun(int a[][n]),该函数的功能是:使数组左下半三角元素中的值全部置成0。
答案:
{ int i,j;
for(i=0;i