代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/145840/12700161

h heap.h

// Heap.h // a heap of Trans * pointers // #ifndef HEAP_H class Heap { private: Trans ** h; int nelts; int n; int inline tstswap( int i, int j ) ; void siftup( int m ) ; void siftdown( void
www.eeworm.com/read/143089/12899367

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/143089/12899705

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/140545/13076266

cpp wrapped.cpp

//: C01:Wrapped.cpp // Safe, atomic pointers #include using namespace std; // Simplified. Yours may have other arguments. template class PWrap { T* ptr; publ
www.eeworm.com/read/137548/13312846

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/137548/13313183

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/319883/13440442

cpp prog11_02.cpp

// Program 11.2 Using pointers to Box objects File: prog11_02.cpp #include #include "box.h" using std::cout; using std::endl; int main() { Box aBox = { 10, 20, 30 }; Box* pBox
www.eeworm.com/read/318125/13485667

c mysvd.c

#include #include #include #include "matlab.h" static double data[] = { 21, 3, 15, 57, 12, 83, 6, 90 }; void mysvd() { /* Initialize pointers to array ar
www.eeworm.com/read/318125/13485671

cpp mysvd1.cpp

#include #include #include #include "matlab.h" static double data[] = { 21, 3, 15, 57, 12, 83, 6, 90 }; void mysvd() { /* Initialize pointers to array ar
www.eeworm.com/read/310963/13639183

changelog

Fri Dec 23 23:19:01 2005 fraggle Make compare/hash functions take void pointers, removing the need to cast the functions to the appropriate type when used. Fri Dec 23 22:39:38 2005 fraggle Fix