代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/178412/9399479
c smf.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/178412/9399536
c mbf.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/174714/9575960
hin pjr.hin
Most Unusual Data Structure Peter J Ruczynski
Peter J Ruczynski.
Pyramid Technology Ltd.
Pyramid House,
Solatron Road
Farnborough.
Hants GU14 7PL
England, U.K.
Judges' comm
www.eeworm.com/read/174714/9575990
hin wall.hin
Most Useful Obfuscation: Larry Wall
Larry Wall
Unisys - System Development Group Santa Monica
9132 Kester Ave
Panorama City, CA 91402 USA
Try: lwall | bc | lwall
input: x*x
inp
www.eeworm.com/read/279032/10479006
htm mi28.htm
More Effective C++ | Item 28: Smart pointers Back to Item 27: Requiring or prohibiting heap-based objects
Continue to Item 29: Reference counting
Item 28: Smart pointers.
Smart pointers are objects t
www.eeworm.com/read/278099/10570288
typ storage.typ
+++Date last modified: 05-Jul-1997
STORAGE TYPES
A C language crib sheet from Jeff Galbraith
int x;
- x is an int.
int *x;
- x is a pointer to an int.
www.eeworm.com/read/159920/10588910
typ storage.typ
STORAGE TYPES
A C language crib sheet from Jeff Galbraith
int x;
- x is an int.
int *x;
- x is a pointer to an int.
int **x;
- x is a pointer to a p
www.eeworm.com/read/419851/10833935
txt revnopointer.txt
How do you reverse a linked list without using any C pointers?
Discuss it!
One way is to reverse the data in the nodes without changing the pointers themselves. One can also create
www.eeworm.com/read/219035/7147253
m copy.m
% COPY copies contents of the pointer
%
% B = COPY(A) creates the pointer B containing the copy of the contents of pointer A
%
% See also POINTERS, MALLOC, @POINTER\FREE, @POINTER\STRUCT
%