代码搜索:pointers

找到约 4,056 项符合「pointers」的源代码

代码结果 4,056
www.eeworm.com/read/294317/8240591

h make2d.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/294317/8240702

h make2d.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/294317/8240710

h make2d.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/294317/8240913

h make2d.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/294317/8241392

h make2d.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/294317/8242008

h make2d.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/201477/15407773

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/176251/9510549

makefile

# # SmallBASIC makefile for Unices # PCC = m68k-palmos-gcc AS = m68k-palmos-as # CHECK_PTRS_LEV2 is a very slowly algorithm to check pointers, needed only for debug #CPPFLAGS =-O2 -DCHECK_PTRS_LEV2
www.eeworm.com/read/168857/9894344

html page24.html

Pointers
www.eeworm.com/read/351740/10613881

f90 divg.f90

MODULE DIVG USE PRECISION_PARAMETERS USE GLOBAL_CONSTANTS USE MESH_POINTERS IMPLICIT NONE PRIVATE CHARACTER(255), PARAMETER :: divgid='$Id: divg.f90 645 2007-09-19 20:15:22Z drjfloyd