代码搜索:三维数组
找到约 10,000 项符合「三维数组」的源代码
代码结果 10,000
www.eeworm.com/read/372509/9506404
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/372066/9523346
cpp main.cpp
#include
#include
#include
using namespace std;
/**************************************************
函数名: findMax
功能: 寻找列主元
参数说明:
float* M 数组头地址
int n
www.eeworm.com/read/174605/9579993
cpp p3-161.cpp
#include
#include
void main( void )
{
//拷贝字符串常量到字符数组
char string[80] = "Fill the string with something";
cout
www.eeworm.com/read/365000/9883597
vbs execvbs.vbs
'=============================================================================
'要执行的时间
'时间格式:小时:分钟: 秒
'在下面的MyArray()数组里设置执行的时间,一天执行的次数依据设定而执行,次数不限
'================================================
www.eeworm.com/read/167035/9984043
h queue.h
/* 队列
*
*/
#ifndef QUEUE_CLASS
#define QUEUE_CLASS
#include "dclinkedlist.h"
template
class Queue
{
private:
// 私有数据成员,队列数组
DCLinkedList queuelist;
public:
// 构造函数
www.eeworm.com/read/167035/9984054
h stack.h
/* 堆栈
*
*/
#ifndef STACK_CLASS
#define STACK_CLASS
#include "dclinkedlist.h"
template
class Stack
{
private:
// 私有数据成员,栈数组
DCLinkedList stacklist;
public:
// 构造函数,
www.eeworm.com/read/362071/10020475
h netutility.h
#if !defined _UTILITY_H
#define _UTILITY_H
#pragma once
class Utility
{
public:
inline static short charsToShort( char achar[])//字节数组到字
{
int j;
int length=sizeof(achar
www.eeworm.com/read/362045/10021694
cpp processenum.cpp
#include "StdAfx.h"
#include ".\processenum.h"
//创建枚举数组
void CProcessEnum::CreateSysArray()
{
if(!isEmpty())
Clear();
HANDLE hsnap = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS,0);//进程列表快
www.eeworm.com/read/165446/10062186
cpp main.cpp
#include"file.h"
extern void write(char *tmpname,int tmplen);
extern void cover(char *tmpname,int tmplen);
extern void insert(char *tmpname,int insertpoint);
//文件结构数组
fileinfo file[FILENUM];
www.eeworm.com/read/280877/10284206
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 '图像文