代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/128030/14318683
cpp ptrvoid.cpp
// ptrvoid.cpp
// pointers to type void
#include
using namespace std;
int main()
{
int intvar; //integer variable
float flovar; //float variabl
www.eeworm.com/read/127543/14350365
h rdcolor.h
/* color.h: this file specifies that all colors are actually pointers to
* color strings. It is expected that the function "rdcolor()" will
* be used to initialize the colors. "rdcolor()" examin
www.eeworm.com/read/220439/14800877
cpp inventory_displayer_pointer_ver.cpp
// Inventory Displayer Pointer
// Demonstrates passing constant pointers to constant objects
#include
#include
#include
using namespace std;
void display(const
www.eeworm.com/read/118983/14845799
s init.s
;
; This module performs ROM/RAM remapping (if required), initializes stack
; pointers and interrupts for each mode, and finally branches to __main in
; the C library (which eventually calls main
www.eeworm.com/read/116230/14982363
java binnode.java
/**
* This is the node for the BST tree.
* It includes an object field to store the value, and two references to
* store the pointers to the children nodes.
*
* @author Ting Chen 0122070
* @ver
www.eeworm.com/read/489223/1225834
sgml linked_lists_single.sgml
Singly-Linked Lists
linked lists containing integer values or pointers to data, limited to
iterating over the list in
www.eeworm.com/read/480930/1305267
c setup.c
/*
* Setup pointers to hardware-dependent routines.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this
www.eeworm.com/read/480930/1305301
c setup.c
/*
* Setup pointers to hardware-dependent routines.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this
www.eeworm.com/read/480930/1309832
h machw.h
/*
** linux/machw.h -- This header defines some macros and pointers for
** the various Macintosh custom hardware registers.
**
** Copyright 1997 by Michael Schmitz
**
** This file i
www.eeworm.com/read/250243/4432981
c setup.c
/*
* Setup pointers to hardware-dependent routines.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this