代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/479166/6700168
cpp fig08_27.cpp
// Fig. 8.27: fig08_27.cpp
// Multipurpose sorting program using function pointers.
#include
using std::cout;
using std::cin;
using std::endl;
#include
using std::setw;
www.eeworm.com/read/157453/11703582
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/157453/11704105
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/258191/11878651
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/256102/12028301
cpp fig08_28.cpp
// Fig. 8.28: fig08_28.cpp
// Multipurpose sorting program using function pointers.
#include
using std::cout;
using std::cin;
using std::endl;
#include
using std::setw;
www.eeworm.com/read/132141/14107204
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/132141/14107493
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/127895/14329498
html chapter5.html
Chapter 5 - Pointers and Arrays
Back to Chapter 4 --
Index --&n
www.eeworm.com/read/226560/14459363
h purge.h
//: :purge.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Delete pointers in an STL sequence cont
www.eeworm.com/read/119473/14829590
asm pgm6_7.asm
; Unconditional Jumps
.386
option segment:use16
dseg segment para public 'data'
; Pointers to statements in the code segment
IndPtr1 word IndTarget2
IndPtr2 dword IndTarget3