代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/230587/4721396
cpp unit1.cpp
/*=============================================================================}
{ This demo shows how to use Tags of items in mode, when Tags are considered as}
{ pointers to dynamically allocated
www.eeworm.com/read/283613/4076512
cpp unit1.cpp
/*=============================================================================}
{ This demo shows how to use Tags of items in mode, when Tags are considered as}
{ pointers to dynamically allocated
www.eeworm.com/read/425490/2006540
cpp unit1.cpp
/*=============================================================================}
{ This demo shows how to use Tags of items in mode, when Tags are considered as}
{ pointers to dynamically allocated
www.eeworm.com/read/160611/5569157
cpp loadpa_dll.cpp
//////////////////////////////////////////////////////////////////////////
HINSTANCE pPaDll;
/*
the function pointers to the PortAudio DLLs
*/
PaError (__cdecl* Pa_Initialize)( void );
PaErr
www.eeworm.com/read/153733/12010568
makefile
.SILENT:
.SUFFIXES:
.SUFFIXES: .o .c .S
SHELL=/bin/bash
# Make pointers 32 bit as we're generating 32 bit ELF and don't need 64 bit
# pointers anyway.
ADDR = FFFFFFFFBFC00000
XDEV ?= mips64-elf
www.eeworm.com/read/136879/13355989
cpp fig09_04.cpp
// Fig. 9.4: fig09_04.cpp
// Casting base-class pointers to derived-class pointers
#include
#include
#include "point.h"
#include "circle.h"
int main()
{
Point *po
www.eeworm.com/read/388659/7076415
c pec.c
/*---------------------------------------------------------
PECDEF reserves space for PEC channel 0 pointers. Note
that this must be the first line of the program.
-------------------------------
www.eeworm.com/read/308670/13696523
c thing.c
/*-*/
/********************************************************
* Name: Pointer demo *
* *
* Purpose: Show how pointers can be used. *
* *
* Usage: Not a useful program. *
*
www.eeworm.com/read/226010/14503339
cpp ftppidl.cpp
/*****************************************************************************\
ftppidl.cpp - Pointers to Item ID Lists
This is the only file that knows the internal format of our IDLs
www.eeworm.com/read/490329/1204549
h ptrvec.h
/**********************************************************************
*<
FILE: ptrvec.h
DESCRIPTION: An variable length array of pointers
CREATED BY: Dan Silva
HISTORY:
*> Copyr