代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/410432/11287490
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/410432/11287498
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/410432/11287552
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/410432/11287555
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/410371/11289941
~pas globalunit.~pas
unit GlobalUnit;
interface
uses
Graphics,
Controls,
WinSock,
SysUtils,
mmsystem,
math,
Windows;
const
Cmd_Audio = 9990;
Cmd_Video = 9991;
PCMFOMAT: tWAVEFORMATEX
www.eeworm.com/read/410371/11289968
pas globalunit.pas
unit GlobalUnit;
interface
uses
Graphics,
Controls,
WinSock,
SysUtils,
mmsystem,
math,
Windows;
const
Cmd_Audio = 9990;
Cmd_Video = 9991;
PCMFOMAT: tWAVEFORMATEX
www.eeworm.com/read/410353/11292163
c pmce.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1998 Accelerated
www.eeworm.com/read/410353/11292220
c sms.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1998 Accelerated
www.eeworm.com/read/410353/11292258
c pis.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1998 Accelerated
www.eeworm.com/read/410353/11292347
c pic.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1998 Accelerated