代码搜索:三维数组
找到约 10,000 项符合「三维数组」的源代码
代码结果 10,000
www.eeworm.com/read/350443/10742591
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/420445/10795871
c mymusic.c
//---*---+-+-+-+---*---+-+-+-+---*---+-+-+-+---*---+-+-+-+---*---+-+-+-+---*---+-+-+-+---*---+-+-+-+---*---+-+-+-+---//
//使用方法:
//1: 初始化: 按照PWM方式初始化,输出时开蜂鸣音
//2: 定义: 包括
www.eeworm.com/read/272824/10942740
cpp p3-161.cpp
#include
#include
void main( void )
{
//拷贝字符串常量到字符数组
char string[80] = "Fill the string with something";
cout
www.eeworm.com/read/417734/10978725
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/270543/11033411
cpp intfactorization.cpp
#include
#include
#include
#include
int Factorizate(int n,int *a)
{
int intMaxProduct=1;
int intOverplus=n;
int i=2;//加数数组的下标
www.eeworm.com/read/470995/6903058
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/130213/6940873
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/381420/6957354
m ex615.m
%********************************************************
%程序:EX702.M
%功能:显示等级灰度图像函数应用实例
%********************************************************
I=imread('noon.tif'); %将图像格式文件读入为MATLAB图像对象数组数据
www.eeworm.com/read/465867/7047679
m ex615.m
%********************************************************
%程序:EX702.M
%功能:显示等级灰度图像函数应用实例
%********************************************************
I=imread('noon.tif'); %将图像格式文件读入为MATLAB图像对象数组数据
www.eeworm.com/read/465468/7055243
java drawpanel.java
package DrawPlat;
import javax.swing.*;
import java.awt.*;
class DrawPanel extends JPanel{
private DrawPlat mdp;
private drawings[] itemList; //用来存放基本图形的数组
private int index ;
I