代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/358191/10194317

cpp union2.cpp

// union/find using chains and size info // simulated pointers used #include #include "swap.h" #include "enode.h" #include "xcept.h" EquivNode *node; // array of nodes void I
www.eeworm.com/read/358191/10194463

h schain.h

// chain using simulated pointers #ifndef SimChain_ #define SimChain_ #include #include #include "simul.h" #include "xcept.h" template class SimChain {
www.eeworm.com/read/355030/10300360

h purge.h

//: :purge.h // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Delete pointers in an STL sequence cont
www.eeworm.com/read/161587/10394200

cpp union2.cpp

// union/find using chains and size info // simulated pointers used #include #include "swap.h" #include "enode.h" #include "xcept.h" EquivNode *node; // array of nodes void I
www.eeworm.com/read/161587/10394571

h schain.h

// chain using simulated pointers #ifndef SimChain_ #define SimChain_ #include #include #include "simul.h" #include "xcept.h" template class SimChain {
www.eeworm.com/read/351740/10613898

f90 wall.f90

MODULE WALL_ROUTINES ! Compute the wall boundary conditions USE PRECISION_PARAMETERS USE GLOBAL_CONSTANTS USE MESH_POINTERS IMPLICIT NONE PRIVATE CHARACTER(255), PARAMETER :: wallid='$Id: wall.f
www.eeworm.com/read/418219/10958170

htm index-12.htm

Strong Pointers and Resource Management in C++
www.eeworm.com/read/469695/6925429

cpp server.cpp

#include #include #include "Core_Global.h" #include "Server.h" cServer::cServer(){ // Allocate message queue and reset message pointers m_Messages = new sMessage[NU
www.eeworm.com/read/466323/7032392

html chapter5.html

Chapter 5 - Pointers and Arrays Back to Chapter 4 --  Index --&n
www.eeworm.com/read/459616/7270339

cpp union2.cpp

// union/find using chains and size info // simulated pointers used #include #include "swap.h" #include "enode.h" #include "xcept.h" EquivNode *node; // array of nodes void Initialize(