代码搜索:pointer

找到约 10,000 项符合「pointer」的源代码

代码结果 10,000
www.eeworm.com/read/151704/12180297

m disp_pointer.m

function dummy = disp_pointer(mm) % Private. Display pointer-specific properties. % Copyright 2002 The MathWorks, Inc. % $Revision: 1.3 $ $Date: 2002/05/06 14:22:33 $ fprintf(' Pointer type
www.eeworm.com/read/251577/12335182

hpp is_pointer_type.hpp

/* ///////////////////////////////////////////////////////////////////////// * File: stlsoft/meta/is_pointer_type.hpp (formerly part of stlsoft_meta.h) * * Purpose: Tests whether a ty
www.eeworm.com/read/251577/12335319

hpp pointer_type.hpp

/* ///////////////////////////////////////////////////////////////////////// * File: stlsoft/typefixer/pointer_type.hpp * * Purpose: Definition of the fixer_pointer_type and fixer_con
www.eeworm.com/read/250985/12371563

bmp pointer_large.bmp

www.eeworm.com/read/127960/14325011

cpp pointer2.cpp

//这个程序在本书所带软盘中,文件名为POINTER2.CPP //这个程序演示指针变量和普通变量的各种操作以及它们之间的关系。 #include void main(void) { int *n_pointer; //定义一个整型指针变量n_pointer int num = 100; float *f_pointer; //定义一