代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/125688/6022653
h 53c8xx_u.h
#undef A_NCR53c7xx_msg_abort
#undef A_NCR53c7xx_msg_reject
#undef A_NCR53c7xx_sink
#undef A_NCR53c7xx_zero
#undef A_NOP_insn
#undef A_addr_reconnect_dsa_head
#undef A_addr_scratch
#undef A_addr_temp
#
www.eeworm.com/read/188512/8533012
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/284998/8878577
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/283498/9016497
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
www.eeworm.com/read/281673/9142764
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/365797/9846840
h smobjlib.h
/* smObjLib.h - shared memory object library header */
/* Copyright 1984-2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01l,03may02,mas made global pointers volatile
www.eeworm.com/read/168218/9931744
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/168218/9931780
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/168218/9932287
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/168218/9932537
h schain.h
// chain using simulated pointers
#ifndef SimChain_
#define SimChain_
#include
#include
#include "simul.h"
#include "xcept.h"
template
class SimChain {