代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/122684/14674782
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
www.eeworm.com/read/122539/14685727
cpp client1.cpp
//
// Client1.cpp - Client implementation without smart pointers
//
#include
#include
#include "Iface.h"
#include "Util.h" // Traces with labels for our output
st
www.eeworm.com/read/122539/14685753
cpp client2.cpp
//
// Client2.cpp - Client implementation with smart pointers
//
#include
#include "Iface.h"
#include "Util.h" // Traces with labels for our output
#include "Ptr.h" // Smart p
www.eeworm.com/read/217242/14972933
c gzipfile.c
#include
#include
// Include LiteZip.h for creating a ZIP archive
#include "../LiteZip.h"
// Where we store the pointers to LiteZip.dll's functions that we call
www.eeworm.com/read/217242/14972952
c zipfile.c
#include
#include
// Include LiteZip.h for creating a ZIP archive
#include "../LiteZip.h"
// Where we store the pointers to LiteZip.dll's functions that we call
www.eeworm.com/read/217242/14972968
c zipmemory.c
#include
#include
// Include LiteZip.h for creating a ZIP archive
#include "../LiteZip.h"
// Where we store the pointers to LiteZip.dll's functions that we call
www.eeworm.com/read/217242/14973024
c zipdir.c
#include
#include
// Include LiteZip.h for creating a ZIP archive
#include "../LiteZip.h"
// Where we store the pointers to LiteZip.dll's functions that we call
www.eeworm.com/read/114602/15046316
txt options.txt
Note that the UNROLL option makes the 'inner' des loop unroll all 16 rounds
instead of the default 4.
RISC1 and RISC2 are 2 alternatives for the inner loop and
PTR means to use pointers arithmatic
www.eeworm.com/read/210671/15193996
cpp fig05_26.cpp
// Fig. 5.26: fig05_26.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/210569/15196288
h display.h
#ifndef _DISPLAY_H
#define _DISPLAY_H
#ifndef _STDIO_H
#include
#endif
#define MAXARGS 5
struct display {
unsigned cookie; /* Magic cookie to detect bogus pointers */
#define