代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/231142/14253489

c smf.c

/*************************************************************************/ /* */ /* Copyright Mentor Graphics Cor
www.eeworm.com/read/231142/14253505

c tcf.c

/*************************************************************************/ /* */ /* Copyright Mentor Graphics Cor
www.eeworm.com/read/127895/14329494

html kandr.html

The C programming Language
www.eeworm.com/read/227713/14417411

c tcf.c

/*************************************************************************/ /* */ /* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/124283/14580554

todo

* Reorganize siman interfaces to allow iterative use. * Maybe the routines can be made to work with pointers instead of structs so that only pointer manipulation is done by the siman algorithm and
www.eeworm.com/read/123658/14617637

asm eabi.asm

# File to either setup register 2 to point to the GOT, or to adjust the # pointers in the .got2 section to point to their new addresses. .file "eabi.asm" .section ".text" .globl __eabi .sectio
www.eeworm.com/read/223007/14664911

c s_srch2.c

/* ** Given a pointer to a NULL-terminated list of pointers, search ** the strings in the list for a particular character. This ** version destroys the pointers so it can only be used when ** the
www.eeworm.com/read/221024/14776012

html http:^^www.xraylith.wisc.edu^~khan^software^stl^stl.newbie.html

Date: Tue, 05 Nov 1996 00:04:24 GMT Server: Apache/0.8.14 Content-type: text/html Content-length: 167642 Last-modified: Fri, 13 Oct 1995 17:25:35 GMT
www.eeworm.com/read/220998/14780560

cpp hour11_1.cpp

//Listing 11.6 Demonstrates passing by reference and pointers in the same call // #include void swap(int &x, int *y); // the "&" says that the function expects to get reference
www.eeworm.com/read/119738/14823499

h test.h

// Class: test //ANSI C++ #ifndef __TEST_H //Required for current class #define __TEST_H #ifndef __IOSTREAM_H //Required for cin and cout #include