代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/161587/10394246

h make2da.h

#ifndef Make2DArray_ #define Make2DArray_ template bool Make2DArray(T ** &x, int rows, int cols) {// Create a two-dimensional array. try { // create pointers for the row
www.eeworm.com/read/351740/10613945

f90 dump.f90

MODULE DUMP ! Create and write (dump) to various output files USE PRECISION_PARAMETERS USE MESH_VARIABLES USE GLOBAL_CONSTANTS USE TRAN USE ISODEFS USE COMPRESSDEFS USE MESH_POINTERS USE DEVICE_VA
www.eeworm.com/read/222005/7147629

htm dec_3723.htm

19.2 Declaration and Initialization of Auto Pointers
www.eeworm.com/read/450793/7476786

c tail.c

/* tail.c: pointers bob wilson */ #include #include "lineholder.h" int getline(char s[], int lim); int main(int argc, char *argv[]) { char buffer[MAXLEN]; int i, n = 10; if (ar
www.eeworm.com/read/443686/7628592

cpp memfun2.cpp

//: C05:MemFun2.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Applying pointers to member func
www.eeworm.com/read/443686/7628622

cpp memfun1.cpp

//: C05:MemFun1.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Applying pointers to member func
www.eeworm.com/read/136879/13356072

cpp fig05_28.cpp

// Fig. 5.28: fig05_28.cpp // Demonstrating an array of pointers to functions #include void function1( int ); void function2( int ); void function3( int ); int main() { void
www.eeworm.com/read/147766/5723080

c loadmmu.c

/* $Id: loadmmu.c,v 1.56 2000/02/08 20:24:21 davem Exp $ * loadmmu.c: This code loads up all the mm function pointers once the * machine type has been determined. It also sets the stat
www.eeworm.com/read/139903/5796022

cpp memfun2.cpp

//: C05:MemFun2.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Applying pointers to member func
www.eeworm.com/read/139903/5796052

cpp memfun1.cpp

//: C05:MemFun1.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Applying pointers to member func