代码搜索:pointer

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

代码结果 10,000
www.eeworm.com/read/245818/12779157

c sum_arr2.c

/* sum_arr2.c -- sums the elements of an array */ #include #define SIZE 10 int sump(int * start, int * end); int main(void) { int marbles[SIZE] = {20,10,5,39,4,16,19,26,31,20};
www.eeworm.com/read/245818/12779171

c pnt_add.c

// pnt_add.c -- pointer addition #include #define SIZE 4 int main(void) { short dates [SIZE]; short * pti; short index; double bills[SIZE]; double * ptf;
www.eeworm.com/read/245818/12779174

c zippo2.c

/* zippo2.c -- zippo info via a pointer variable */ #include int main(void) { int zippo[4][2] = { {2,4}, {6,8}, {1,3}, {5, 7} }; int (*pz)[2]; pz = zippo; print
www.eeworm.com/read/245818/12779186

c order.c

/* order.c -- precedence in pointer operations */ #include int data[2] = {100, 200}; int moredata[2] = {300, 400}; int main(void) { int * p1, * p2, * p3; p1 = p2 = data;
www.eeworm.com/read/245818/12779251

c friends.c

/* friends.c -- uses pointer to a structure */ #include #define LEN 20 struct names { char first[LEN]; char last[LEN]; }; struct guy { struct names handle; char
www.eeworm.com/read/245818/12779256

c funds2.c

/* funds2.c -- passing a pointer to a structure */ #include #define FUNDLEN 50 struct funds { char bank[FUNDLEN]; double bankfund; char save[FUNDLEN]; double sav
www.eeworm.com/read/245650/12785454

cpp farey2.cpp

// 我真诚地保证: // 我自己独立地完成了整个程序从分析、设计到编码的所有工作。 // 如果在上述过程中,我遇到了什么困难而求教于人,那么,我将在程序实习报告中 // 详细地列举我所遇到的问题,以及别人给我的提示。 // 在此,我感谢 XXX, …, XXX对我的启发和帮助。下面的报告中,我还会具体地提到 // 他们在各个方法对我的帮助。 // 我的程序里中凡 ...
www.eeworm.com/read/144397/12798115

pas zliborasql.pas

{********************************************************} { } { Zeos Database Objects } { Delp
www.eeworm.com/read/144397/12798454

pas zlist.pas

{********************************************************} { } { Zeos Database Objects } { Alternat
www.eeworm.com/read/144397/12798761

pas zlist.pas

{********************************************************} { } { Zeos Database Objects } { Alternat