代码搜索:三维数组

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

代码结果 10,000
www.eeworm.com/read/456303/7352243

bas imagefunc.bas

Attribute VB_Name = "ImageFunc" Const ChunkSize As Long = 100 Const BlockSize As Long = 100 Const TempFile As String = "tempfile.tmp" Dim byteData() As Byte '定义数据块数组 Dim DiskFile As String '图像文
www.eeworm.com/read/452756/7433363

java yhuitri.java

public class YhuiTri { public static void main(String[] aa) { final int maxLine = 10; //常量 int yanghui[][] = new int [maxLine][];//声明数组 for (int i=0;i
www.eeworm.com/read/442234/7656558

m ex615.m

%******************************************************** %程序:EX702.M %功能:显示等级灰度图像函数应用实例 %******************************************************** I=imread('noon.tif'); %将图像格式文件读入为MATLAB图像对象数组数据
www.eeworm.com/read/441668/7667307

cpp p292.cpp

#include "P267e.cpp" template class AOVGraph :public Graph { private: int *count; //入度数组, 记录各顶点的入度 public: AOVGra
www.eeworm.com/read/438228/7733632

cpp huffman.cpp

#include using namespace std; #define maxint 10000 typedef struct{ unsigned int weight; unsigned int parent,lchild,rchild; }htnode,*htree;//动态分配数组存储赫夫曼树 typedef
www.eeworm.com/read/199740/7826141

cpp ch8_4.cpp

//********************* //** ch8_4.cpp ** //********************* #include void main() { int iArray[10]; int sum=0; int* iPtr=iArray; //用数组名iArray给指针初始化 fo
www.eeworm.com/read/199451/7850342

cpp p3-161.cpp

#include #include void main( void ) { //拷贝字符串常量到字符数组 char string[80] = "Fill the string with something"; cout
www.eeworm.com/read/198974/7898708

cpp ch8_4.cpp

//********************* //** ch8_4.cpp ** //********************* #include void main() { int iArray[10]; int sum=0; int* iPtr=iArray; //用数组名iArray给指针初始化 fo
www.eeworm.com/read/198474/7933390

c 误差程序.c

#include #include int N ; //extern float c,t; /*********************子函数:求输入数组的算术平均值*******************************/ float pingjun(float *p) { int i