代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/444799/7606473
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/444091/7618083
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/442115/7659546
c tcf.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/438673/7728493
h map.h
// -*- c++ -*-
// Copyright 2008 Isis Innovation Limited
//
// This header declares the Map class.
// This is pretty light-weight: All it contains is
// a vector of MapPoints and a vector of KeyFrames
www.eeworm.com/read/436521/7768657
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/199077/7889961
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/197407/7997482
out winner2.out
Enter number of players, between 8 and 20
Enter player values
The winner tree is
size = 10 LowExt = 4 Offset = 15
Winner tree pointers are
10 3 10 3 5 8 10 1 3
Changed player 2 to zero, new tre
www.eeworm.com/read/397558/8038603
c tcf.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-2001 Accelerated