代码搜索:pointers

找到约 4,056 项符合「pointers」的源代码

代码结果 4,056
www.eeworm.com/read/375179/9370219

c tcf.c

/*************************************************************************/ /* */ /* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/178412/9399499

c tcf.c

/*************************************************************************/ /* */ /* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/373348/9461906

txt 17.txt

CS 1355 Introduction to Programming in C Monday 2006.11.6 (Week 9) Lecture notes (at http://r638-2.cs.nthu.edu.tw/C/notes/17.txt) Chapter 7: Pointers (continued) Function Pointers So far:
www.eeworm.com/read/168218/9932742

out winner.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/168218/9933530

out winner.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/359581/10135264

c swap3.c

/* swap3.c -- using pointers to make swapping work */ #include void interchange(int * u, int * v); int main(void) { int x = 5, y = 10; printf("Originally x = %d and y = %d.
www.eeworm.com/read/358191/10194589

out winner.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/357852/10200350

cpp pathologydecls1.cpp

#include using namespace std; //start int main() { int a, b, c; /* As expected, this line creates three ints.*/ int* d, e, f; /* This line creates one pointer to an int and two in
www.eeworm.com/read/356874/10219849

c swap3.c

/* swap3.c -- using pointers to make swapping work */ #include void interchange(int * u, int * v); int main(void) { int x = 5, y = 10; printf("Originally x = %d and y = %d.
www.eeworm.com/read/356645/10223568

h lustart.h

/***************************************************** lustart.h - Startup data structure for ST7 ---------------------------------------------------- Copyright (c) HIWARE AG, Basel, Switzerla