代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/372507/9507167
h make2db.h
#ifndef Make2DArray_
#define Make2DArray_
template
void Make2DArray(T ** &x, int rows, int cols)
{// Create a two-dimensional array.
// create pointers for the rows
x = new T
www.eeworm.com/read/372507/9507229
h make2db.h
#ifndef Make2DArray_
#define Make2DArray_
template
void Make2DArray(T ** &x, int rows, int cols)
{// Create a two-dimensional array.
// create pointers for the rows
x = new T
www.eeworm.com/read/372507/9507345
h make2db.h
#ifndef Make2DArray_
#define Make2DArray_
template
void Make2DArray(T ** &x, int rows, int cols)
{// Create a two-dimensional array.
// create pointers for the rows
x = new T
www.eeworm.com/read/168218/9932888
h make2db.h
#ifndef Make2DArray_
#define Make2DArray_
template
void Make2DArray(T ** &x, int rows, int cols)
{// Create a two-dimensional array.
// create pointers for the rows
x = new T
www.eeworm.com/read/168218/9933404
h make2db.h
#ifndef Make2DArray_
#define Make2DArray_
template
void Make2DArray(T ** &x, int rows, int cols)
{// Create a two-dimensional array.
// create pointers for the rows
x = new T
www.eeworm.com/read/358191/10194665
h make2db.h
#ifndef Make2DArray_
#define Make2DArray_
template
void Make2DArray(T ** &x, int rows, int cols)
{// Create a two-dimensional array.
// create pointers for the rows
x = new T
www.eeworm.com/read/161587/10395187
h make2db.h
#ifndef Make2DArray_
#define Make2DArray_
template
void Make2DArray(T ** &x, int rows, int cols)
{// Create a two-dimensional array.
// create pointers for the rows
x = new T
www.eeworm.com/read/351740/10614144
f90 read.f90
MODULE READ_INPUT
USE PRECISION_PARAMETERS
USE MESH_VARIABLES
USE GLOBAL_CONSTANTS
USE TRAN
USE MESH_POINTERS
USE COMP_FUNCTIONS, ONLY: SECOND,CHECKREAD, SHUTDOWN
USE MEMORY_FUNCTIONS, ONLY: ChkMemE
www.eeworm.com/read/459616/7270380
h make2d.h
#ifndef Make2DArray_
#define Make2DArray_
#include
template
bool Make2DArray(T ** &x, int rows, int cols)
{// Create a two dimensional array.
try {
// create pointers
www.eeworm.com/read/459616/7270639
h simul.h
// file simul.h
// simulated pointers
#ifndef SimSpace_
#define SimSpace_
#include
#include
#include
#include "snode.h"
#include "xcept.h"
template cla