代码搜索:pointers

找到约 4,056 项符合「pointers」的源代码

代码结果 4,056
www.eeworm.com/read/158872/5589829

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
www.eeworm.com/read/158865/5593195

h doc.h

/* doc.h -- Structure associating function pointers with documentation. */ /* This file is part of GNU Info, a program for reading online documentation stored in Info format. Copyright (C) 199
www.eeworm.com/read/471682/6887943

c program7_01.c

/* Program 7.1 A simple program using pointers */ #include int main(void) { int number = 0; /* A variable of type int initialized to 0 */ int *pointer = NULL;
www.eeworm.com/read/170709/9792823

cpp arrayptrfunction.cpp

//Listing 20.10 Array of pointers to member functions #include class Dog { public: void Speak()const { std::cout
www.eeworm.com/read/415528/11066520

c adjacency_module.c

/* Routines for creating pointers between faces and vertices. This file does not stand alone, but rather should be included in code that defines its own versions of Vertex and Face. This way, diffe
www.eeworm.com/read/266535/11220450

cc bound.cc

// Problem Bound Found // Algorithm Partial Sums, Sort, Two Pointers // Runtime O(n*log(n)) // Author Walter Guttmann // Date 16.10.1999 #include #include #include
www.eeworm.com/read/238281/13897966

s init.s

;;; Copyright ARM Ltd 2000. All rights reserved. ; ; This module performs ROM/RAM remapping (if required), initializes stack pointers and ; interrupts for each mode, and finally branches to __main
www.eeworm.com/read/112490/15484412

s init.s

;;; Copyright ARM Ltd 2001. All rights reserved. ; ; This module performs ROM/RAM remapping (if required), initializes stack ; pointers and interrupts for each mode, and finally branches to __main
www.eeworm.com/read/105274/15672267

clas olistc.clas

/* * OListC.clas -- class definition for class OListC * * This type of list store the members themselves * PListC stores only pointers to the members */ #include class CLASS { p
www.eeworm.com/read/100739/15865638

s init.s

;;; Copyright ARM Ltd 2001. All rights reserved. ; ; This module performs ROM/RAM remapping (if required), initializes stack ; pointers and interrupts for each mode, and finally branches to __main