代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/101066/6256979

c xdr_ref.c

/* xdr_ref.c - XDR primitives for pointers */ /* Copyright 1984-2001 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 01j,05nov01,vvv fixed compil
www.eeworm.com/read/403014/11523596

h pstash.h

//: C13:PStash.h // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Holds pointers instead of objects
www.eeworm.com/read/403014/11523713

cpp simplestruct3.cpp

//: C03:SimpleStruct3.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Using pointers to structs
www.eeworm.com/read/157453/11704441

h simul.h

// file simul.h // simulated pointers #ifndef SimSpace_ #define SimSpace_ #include #include #include #include "snode.h" #include "xcept.h" template
www.eeworm.com/read/157044/11743383

m treeplotg.m

function treeplotg(p,b,c,d) % TREEPLOTG : Plot a picture of a tree. % TREEPLOTG(p,b,c,d) % TREEPLOTG(p,c,d) % p is a vector of parent pointers, with p(i) == 0 for a root. % b > 0 labels nodes
www.eeworm.com/read/259220/11814092

h pstash.h

//: C13:PStash.h // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Holds pointers instead of objects
www.eeworm.com/read/259220/11814474

cpp simplestruct3.cpp

//: C03:SimpleStruct3.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Using pointers to structs
www.eeworm.com/read/258191/11878274

h pstash.h

//: C13:PStash.h // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Holds pointers instead of objects
www.eeworm.com/read/258191/11878699

cpp simplestruct3.cpp

//: C03:SimpleStruct3.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Using pointers to structs
www.eeworm.com/read/258191/11878898

cpp wrapped.cpp

//: C23:Wrapped.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Safe, atomic pointers #include