代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/446555/1712101
h egg.h
#ifndef EGG_H
#define EGG_H
//start
class Chicken; /* Forward class declaration */
class Egg {
public:
Chicken* getParent(); /* Okay in declarations if they are pointers */
};
//end
#endif
www.eeworm.com/read/440906/1783257
java pr83.java
// PR 83
/*
* test that caught null pointers exceptions in finalizers work correctly
* and that local variables are accessible in null pointer exception handlers.
*/
import java.io.*;
public clas
www.eeworm.com/read/439082/1817383
h amigahw.h
/*
** asm-m68k/amigahw.h -- This header defines some macros and pointers for
** the various Amiga custom hardware registers.
** The naming conventions used here c
www.eeworm.com/read/437028/1837695
c diosetup.c
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Thomas L. Quarles
**********/
/* load the diode structure with those pointers needed later
* f
www.eeworm.com/read/437028/1837727
c mos6set.c
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1989 Takayasu Sakurai
**********/
/* load the MOS6 device structure with those pointers needed la
www.eeworm.com/read/437028/1837745
c vcvsset.c
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Thomas L. Quarles
**********/
/* load the voltage source structure with those pointers needed la
www.eeworm.com/read/437028/1838040
c ccvsset.c
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Thomas L. Quarles
**********/
/* load the voltage source structure with those pointers needed la
www.eeworm.com/read/430518/1926361
h amigahw.h
/*
** asm-m68k/amigahw.h -- This header defines some macros and pointers for
** the various Amiga custom hardware registers.
** The naming conventions used here c
www.eeworm.com/read/425756/2003333
m setpointer.m
function setpointer(fig, ptr)
% Set the pointer on the current figure to PTR
% has several specialized SOM (SliceOMatic) pointers
% Copyright 2000, 2001, 2002, 2003, 2004, 2005 The MathWorks Inc
www.eeworm.com/read/410728/2201681
texi archures.texi
@section Architectures
BFD keeps one atom in a BFD describing the
architecture of the data attached to the BFD: a pointer to a
@code{bfd_arch_info_type}.
Pointers to structures can be requested indep