代码搜索:三维数组

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

代码结果 10,000
www.eeworm.com/read/404851/11477119

java util.java

package com.tmri.sourcesafe; // Util.java import java.io.*; public class Util { // 把文件读入byte数组 static public byte[] readFile( String filename ) throws IOException { File file = new
www.eeworm.com/read/404066/11492117

java minheap.java

/** * @(#)MinHeap.java * * * @author wangwei * @version 1.00 2007/12/19 */ class MinHeap { /** *@param HeapNode[] Heap 存放最小堆元素的数组 *@param int maxSize 最小堆最多允许元素个数 *@param
www.eeworm.com/read/260481/11723709

frm 数据文件_编辑f2.frm

VERSION 5.00 Begin VB.Form frmText Appearance = 0 'Flat BackColor = &H80000005& Caption = "使用文本框数组显示和编辑,适用于少量数据" ClientHeight = 8505 ClientLeft
www.eeworm.com/read/260479/11723753

bas 文本框_平均值m.bas

Attribute VB_Name = "modCalculate" '文本框数组录入数据 '计算平均值 Option Explicit Public intRow As Integer '行数 Public intCol As Integer '列数 Public dblArray() As Double '录入数据
www.eeworm.com/read/156813/11761983

cpp p3-161.cpp

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

cpp p3-161.cpp

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

f90 ex0716.f90

program ex0716 implicit none integer :: students integer, allocatable :: a(:) ! 声明一个可变大小的一维数组 integer :: i write(*,*) "How many students:" read(*,*) students allocate( a(stude
www.eeworm.com/read/154670/11939283

h sort.h

#ifndef CSORT_H #define CSORT_H /*********************************************************************** * 介 绍: 类 CSort 主要实现对任意结构体数组或简单链表的快速排序 * * 说 明: 创建后调用Initalization()
www.eeworm.com/read/154628/11942209

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/343130/11970909

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