代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/134087/14009083
c ccas.c
/* ccas.c - circular buffer implementation of cascade realization */
double csos(); /* circular-buffer version of single SOS */
double ccas(K, A, B, W, P, x)
int K;
double *
www.eeworm.com/read/203170/15364472
c circular-buffer_cascade_realization_1.c
/* ccas.c - circular buffer implementation of cascade realization */
double csos(); /* circular-buffer version of single SOS */
double ccas(K, A, B, W, P, x)
int K;
double *
www.eeworm.com/read/202486/15381606
cpp ex0706.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 7.6 on page 160
// Using pointers to pointers
#include
using namespace std;
www.eeworm.com/read/112799/15476552
c ccas.c
/* ccas.c - circular buffer implementation of cascade realization */
double csos(); /* circular-buffer version of single SOS */
double ccas(K, A, B, W, P, x)
int K;
double *
www.eeworm.com/read/109811/15547605
c infutil.c
/* inflate_util.c -- data and routines common to blocks and codes
* Copyright (C) 1995-2002 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "zutil.
www.eeworm.com/read/108017/15596269
c infutil.c
/* inflate_util.c -- data and routines common to blocks and codes
* Copyright (C) 1995-2002 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "zutil.
www.eeworm.com/read/103960/15715474
c bufargs.c
#include "ourhdr.h"
#define MAXARGC 50 /* max number of arguments in buf */
#define WHITE " \t\n" /* white space for tokenizing arguments */
/* buf[] contains white-space separated arguments. We c
www.eeworm.com/read/103960/15715627
c bufargs.c
#include "ourhdr.h"
#define MAXARGC 50 /* max number of arguments in buf */
#define WHITE " \t\n" /* white space for tokenizing arguments */
/* buf[] contains white-space separated arguments. We c
www.eeworm.com/read/103960/15715737
c bufargs.c
#include "ourhdr.h"
#define MAXARGC 50 /* max number of arguments in buf */
#define WHITE " \t\n" /* white space for tokenizing arguments */
/* buf[] contains white-space separated arguments. We c
www.eeworm.com/read/102658/15763647
c infutil.c
/* inflate_util.c -- data and routines common to blocks and codes
* Copyright (C) 1995-2002 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "z