代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/403011/11524453
cpp more_and.cpp
// more_and.cpp -- use logical AND operator
#include
const char * qualify[4] = // an array of pointers
{ // to strings
"10,000-meter race.\n",
www.eeworm.com/read/403009/11524561
cpp ptrstr.cpp
// ptrstr.cpp -- using pointers to strings
#include
#include // declare strlen(), strcpy()
int main()
{
using namespace std;
char animal[20] = "bear";
www.eeworm.com/read/403009/11524758
cpp more_and.cpp
// more_and.cpp -- use logical AND operator
#include
const char * qualify[4] = // an array of pointers
{ // to strings
"10,000-meter race.\n",
www.eeworm.com/read/400577/11572858
m getnlab.m
%GETNLAB Get numeric labels
%
% [NLAB,LABLIST] = GETNLAB(A)
%
% The numeric labels of the dataset A are returned in NLAB.
% These are pointers to the list of labels LABLIST, so LABLIST(NLAB(i))
% i
www.eeworm.com/read/157044/11743411
m treeperm.m
function post = treeperm(parent)
% TREEPERM : Compute postorder permutation for a tree or forest.
% post = treeperm(parent)
% parent is the vector of parent pointers, with 0 for a root.
% pos
www.eeworm.com/read/155858/11842994
cpp 4elist1510.cpp
//Listing 15.10 Pointers to member functions using virtual methods
#include
using namespace std;
class Mammal
{
public:
Mammal():itsAge(1) { }
virtual ~Mammal() { }
virtual
www.eeworm.com/read/258434/11864157
c hugeread.c
/*
** HUGEREAD.C - "Universal" PC read and write functions using huge data
** and far pointers.
**
** NOTES:
**
** 1. If these functions are called with a prototype in scope, pa
www.eeworm.com/read/154692/11934562
h webrom.h
/* Definitions for Web ROM filesystem */
/* The filesystem is in 1 or more ROMs. At the start of the first ROM is a
** directory of 1 or more filename blocks, each of which have pointers to
** da
www.eeworm.com/read/341877/12056841
c hugeread.c
/*
** HUGEREAD.C - "Universal" PC read and write functions using huge data
** and far pointers.
**
** NOTES:
**
** 1. If these functions are called with a prototype in scope, pa
www.eeworm.com/read/255755/12057695
m getnlab.m
%GETNLAB Get numeric labels
%
% [NLAB,LABLIST] = GETNLAB(A)
%
% The numeric labels of the dataset A are returned in NLAB.
% These are pointers to the list of labels LABLIST, so LABLIST(NLAB(i))
% i