代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/381752/9073905
cpp chapter4-21.cpp
//【实例4-21:利用指针技术对容器进行赋值操作实例】
#include "stl.h"
#include
using namespace std;
// Let's say you want to put pointers to X into multiple STLcontainers.
class X
{
public:
X(int i)
www.eeworm.com/read/296774/7114418
9 changelog.9
Tue Feb 28 16:36:58 1995 Michael Meissner
* rs6000/eabi.asm (__eabi): Correctly reload r30 in the case where
the GOT pointers have to be relocated.
* rs6000/rs6000.md (flo
www.eeworm.com/read/297233/8042292
9 changelog.9
Tue Feb 28 16:36:58 1995 Michael Meissner
* rs6000/eabi.asm (__eabi): Correctly reload r30 in the case where
the GOT pointers have to be relocated.
* rs6000/rs6000.md (flo
www.eeworm.com/read/131315/5933000
vchain
# @(#)vchain 8.1 (Berkeley) 6/10/93
#
# Given a vnode, follow its mount pointers
define vchain
set $num = 0
set $vp=(struct vnode *)$arg0
while ($vp)
printf "vp: 0x%x freef: 0x%x usecount: %d f
www.eeworm.com/read/256481/11997032
cpp chapter4-21.cpp
//【实例4-21:利用指针技术对容器进行赋值操作实例】
#include "stl.h"
#include
using namespace std;
// Let's say you want to put pointers to X into multiple STLcontainers.
class X
{
public:
X(int i)
www.eeworm.com/read/128466/14296021
cpp chapter4-21.cpp
//【实例4-21:利用指针技术对容器进行赋值操作实例】
#include "stl.h"
#include
using namespace std;
// Let's say you want to put pointers to X into multiple STLcontainers.
class X
{
public:
X(int i)
www.eeworm.com/read/124791/14544131
cpp chapter4-21.cpp
//【实例4-21:利用指针技术对容器进行赋值操作实例】
#include "stl.h"
#include
using namespace std;
// Let's say you want to put pointers to X into multiple STLcontainers.
class X
{
public:
X(int i)