代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/459616/7270484
h schain.h
// chain using simulated pointers
#ifndef SimChain_
#define SimChain_
#include
#include
#include "simul.h"
#include "xcept.h"
template
class SimChain {
public:
www.eeworm.com/read/457902/7315732
c func_ptr.c
// func_ptr.c -- uses function pointers
#include
#include
#include
char showmenu(void);
void eatline(void); // read through end of line
void show(void (*
www.eeworm.com/read/449530/7501263
c func_ptr.c
// func_ptr.c -- uses function pointers
#include
#include
#include
char showmenu(void);
void eatline(void); // read through end of line
void show(void (*
www.eeworm.com/read/446736/7567345
bak mysvd.c.bak
#include
#include
#include
#include "matlab.h"
static double data[] = { 21, 3, 15, 57, 12, 83, 6, 90 };
main()
{
/* Initialize pointers to array argument
www.eeworm.com/read/443686/7628304
cpp functiontable.cpp
//: C03:FunctionTable.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Using an array of pointers
www.eeworm.com/read/199077/7889752
cpp hour20_2.cpp
// Listing 20.6 arrays of pointers to functions
#include
void Square (int&,int&);
void Cube (int&, int&);
void Swap (int&, int &);
void GetVals(int&, int&);
void Prin
www.eeworm.com/read/199075/7890536
cpp ptrarrayfunction.cpp
// Listing 20.6 arrays of pointers to functions
#include
void Square (int&,int&);
void Cube (int&, int&);
void Swap (int&, int &);
void GetVals(int&, int&);
void Prin
www.eeworm.com/read/199075/7890543
cpp ptrtofunction.cpp
// Listing 20.5 Using function pointers
#include
void Square (int&,int&);
void Cube (int&, int&);
void Swap (int&, int &);
void GetVals(int&, int&);
void PrintVals(in
www.eeworm.com/read/197407/7997993
h simul.h
// simulated pointers
#ifndef SimSpace_
#define SimSpace_
#include
#include
#include
#include "snode.h"
#include "xcept.h"
template class
www.eeworm.com/read/245818/12779247
c func_ptr.c
// func_ptr.c -- uses function pointers
#include
#include
#include
char showmenu(void);
void eatline(void); // read through end of line
void show(void (*