代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/120923/14782715

cpp rawp.cpp

//: C01:Rawp.cpp // From "Thinking in C++, 2nd Edition, Volume 2" // by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc. // Available at www.BruceEckel.com. // Naked pointers //{L} ../TestSui
www.eeworm.com/read/120923/14782721

cpp wrapped.cpp

//: C01:Wrapped.cpp // From "Thinking in C++, 2nd Edition, Volume 2" // by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc. // Available at www.BruceEckel.com. // Safe, atomic pointers //{L}
www.eeworm.com/read/120923/14782763

cpp voidrtti.cpp

//: C09:Voidrtti.cpp // From "Thinking in C++, 2nd Edition, Volume 2" // by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc. // Available at www.BruceEckel.com. // RTTI & void pointers //{L}
www.eeworm.com/read/119473/14829594

asm pgm6_8.asm

; CALL and INT Instructions .386 option segment:use16 dseg segment para public 'data' ; Some pointers to our subroutines: SPtr1 word Subroutine1 SPtr2 dword Subroutine2 dseg e
www.eeworm.com/read/480930/1306681

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/480930/1310907

h amigappc.h

/* * BK Id: SCCS/s.amigappc.h 1.5 05/17/01 18:14:24 cort */ /* ** asm-m68k/amigappc.h -- This header defines some values and pointers for ** the Phase 5 PowerUp card. ** ** Co
www.eeworm.com/read/475965/1374252

c swap3.c

/* swap3.c -- using pointers to make swapping work */ #include void interchange(int * u, int * v); int main(void) { int x = 5, y = 10; printf("Originally x = %d and y = %d.
www.eeworm.com/read/250243/4435386

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/243567/4522785

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/240162/4580787

c deref1.c

// { dg-do assemble } // Copyright (C) 1999 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 1 Sep 1999 // [expr.unary.op]/1 says you can dereference all pointers exc