代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/105832/15658164
h rdcolor.h
/* color.h: this file specifies that all colors are actually pointers to
* color strings. It is expected that the function "rdcolor()" will
* be used to initialize the colors. "rdcolor()" examin
www.eeworm.com/read/105274/15672093
clas odictc.clas
/*
* ODictC.clas -- class definition for a set of relations
*
* This type of dictionary stores the actual keys and values
* PDictC.h stores only pointers to the keys and values
*/
/*---------
www.eeworm.com/read/172424/6301681
c demo-ptr.c
// POINTERS AND INDEXED TABLES
#pragma chip PIC18C252
char tab1[10];
char tab2[10];
bank2 uns24 tu2[10];
bank3 uns24 tu3[10];
uns24 *px;
void pointers( void)
{
// p1 is 8 bit
www.eeworm.com/read/172423/9708633
c demo-ptr.c
// POINTERS AND INDEXED TABLES
#pragma chip PIC18C252
char tab1[10];
char tab2[10];
bank2 uns24 tu2[10];
bank3 uns24 tu3[10];
uns24 *px;
void pointers( void)
{
// p1 is 8 bit
www.eeworm.com/read/390387/8467973
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/388617/8594816
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/388617/8595598
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/388617/8595950
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/388617/8596622
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/386050/8767899
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