代码搜索:三维数组
找到约 10,000 项符合「三维数组」的源代码
代码结果 10,000
www.eeworm.com/read/380291/9153819
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/182678/9195646
cpp p3-161.cpp
#include
#include
void main( void )
{
//拷贝字符串常量到字符数组
char string[80] = "Fill the string with something";
cout
www.eeworm.com/read/378417/9231854
cpp p292.cpp
#include "P267e.cpp"
template
class AOVGraph :public Graph
{
private:
int *count; //入度数组, 记录各顶点的入度
public:
AOVGra
www.eeworm.com/read/377912/9257826
m ex615.m
%********************************************************
%程序:EX702.M
%功能:显示等级灰度图像函数应用实例
%********************************************************
I=imread('noon.tif'); %将图像格式文件读入为MATLAB图像对象数组数据
www.eeworm.com/read/181096/9274631
bas modgenerateinitialpop.bas
Attribute VB_Name = "ModGenerateInitialPop"
'产生初始种群
'并重定义种群结构数组的大小
Sub GenerateInitialPop()
ReDim Population(PopSize)
Dim i As Integer, j As Integer
Call Randomize
For i = 0 To PopSize - 1
www.eeworm.com/read/377354/9279308
cpp p292.cpp
#include "P267e.cpp"
template
class AOVGraph :public Graph
{
private:
int *count; //入度数组, 记录各顶点的入度
public:
AOVGra
www.eeworm.com/read/180877/9282075
cpp p3-161.cpp
#include
#include
void main( void )
{
//拷贝字符串常量到字符数组
char string[80] = "Fill the string with something";
cout
www.eeworm.com/read/179957/9326248
cpp p3-161.cpp
#include
#include
void main( void )
{
//拷贝字符串常量到字符数组
char string[80] = "Fill the string with something";
cout
www.eeworm.com/read/376037/9335313
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/179243/9363945
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 '图像文