代码搜索:三维数组

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

代码结果 10,000
www.eeworm.com/read/298539/7951780

cpp p292.cpp

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

h pinyin.h

#if !defined(__PINYIN_H__) #define __PINYIN_H__ typedef struct{ unsigned long ulHanZi; char Pinyin[7]; }PY_NODE; typedef struct { int KeyID; //按键值 int PyCode; //MyPyNode[]数组下标 }TE
www.eeworm.com/read/296549/8096501

java arrcopy.java

public class arrCopy { public static void main(String args[]) { int i; int arr1[]={1,2,3,4,5,6,7,8,9,10}; // 声明数组并设置初值
www.eeworm.com/read/296549/8096523

java arrpart.java

public class ArrPart{ public static void main (String arg[]){ int score[]={65,35,98,86,77,60}; Maxs(score); } public static void Maxs (int sarr[]){ //一维数组的接收
www.eeworm.com/read/144420/12795989

java stack-01.java

//=====================程序描述================== //程序名称:stack-01.java //程序目的:数组模拟的堆栈 //作者:张中强 //=====================程序描述================== class statck01 { public static void main(String args[])
www.eeworm.com/read/143457/12874351

cpp p3-161.cpp

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

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/330122/12915418

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/328189/13043181

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/140646/13070615

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 '图像文