代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/443686/7628566
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/438671/7728526
c fast_11.c
/* Automatically generated code
force_first_question=0
corner_pointers=2
*/
#include
#include "fast.h"
xy* fast_corner_detect_11(const byte* im, int x
www.eeworm.com/read/438671/7728529
c fast_12.c
/* Automatically generated code
force_first_question=0
corner_pointers=2
*/
#include
#include "fast.h"
xy* fast_corner_detect_12(const byte* im, int x
www.eeworm.com/read/438671/7728530
c fast_10.c
/* Automatically generated code
force_first_question=0
corner_pointers=2
*/
#include
#include "fast.h"
xy* fast_corner_detect_10(const byte* im, int x
www.eeworm.com/read/438671/7728531
c fast_9.c
/* Automatically generated code
force_first_question=0
corner_pointers=2
*/
#include
#include "fast.h"
xy* fast_corner_detect_9(const byte* im, int xs
www.eeworm.com/read/438449/7731084
c read.c
/* read from a common file using individual file pointers */
#include "mpi.h"
#define FILESIZE (1024 * 1024)
int main(int argc, char **argv)
{
int *buf, rank, nprocs, nints, bufsize;
MPI_Fil
www.eeworm.com/read/199075/7890564
cpp passingptrfunction.cpp
// Listing 20.7 Pointers to Functions as args
#include
using namespace std; // this file uses std:: objects
void Square (int&,int&);
void Cube (int&, int&);
void Swap (int&, i
www.eeworm.com/read/433589/7920306
html chapter5.html
Chapter 5 - Pointers and Arrays
Back to Chapter 4 --
Index --&n
www.eeworm.com/read/197407/7998559
h schain.h
// chain using simulated pointers
#ifndef SimChain_
#define SimChain_
#include
#include
#include "simul.h"
#include "xcept.h"
template class SimChainIt
www.eeworm.com/read/197407/7998606
h schain6.h
// chain using simulated pointers
// rank sort added
#ifndef SimChain_
#define SimChain_
#include
#include
#include "simul.h"
#include "xcept.h"
template