代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/242732/4540290
c pointer.c
/*
* ReactOS Generic Framebuffer display driver
*
* Copyright (C) 2004 Filip Navara
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU
www.eeworm.com/read/242732/4540305
c pointer.c
/*
* ReactOS kernel
* Copyright (C) 1998, 1999, 2000, 2001 ReactOS Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General P
www.eeworm.com/read/240162/4583596
c a-pointer.c
#include
static char * a [10];
static char * e [0]; /* GCC only */
int main (void) {
printf ("+++Array pointer:\n");
printf ("size=%d,align=%d,5th-elem-offset=%d,5th-elem-align=%d\n",
www.eeworm.com/read/240162/4584148
out++ a-pointer.out++
+++Array pointer:
size=40,align=4,5th-elem-offset=20,5th-elem-align=4
size=0,align=4,5th-elem-offset=60,5th-elem-align=4
www.eeworm.com/read/240162/4584663
out a-pointer.out
+++Array pointer:
size=40,align=4,5th-elem-offset=20,5th-elem-align=4
size=0,align=4,5th-elem-offset=60,5th-elem-align=4
www.eeworm.com/read/238752/4611418
java pointer.java
/* ====================================================================
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file di
www.eeworm.com/read/233914/4664349
cs pointer.cs
/*
* Pointer.cs - Implementation of the "System.Reflection.Pointer" class.
*
* Copyright (C) 2003 Southern Storm Software, Pty Ltd.
*
* This program is free software; you can redistribute it and
www.eeworm.com/read/233448/4676681
c a-pointer.c
#include
static char * a [10];
static char * e [0]; /* GCC only */
int main (void) {
printf ("+++Array pointer:\n");
printf ("size=%d,align=%d,5th-elem-offset=%d,5th-elem-align=%d\n",
www.eeworm.com/read/233448/4677233
out++ a-pointer.out++
+++Array pointer:
size=40,align=4,5th-elem-offset=20,5th-elem-align=4
size=0,align=4,5th-elem-offset=60,5th-elem-align=4
www.eeworm.com/read/233448/4677748
out a-pointer.out
+++Array pointer:
size=40,align=4,5th-elem-offset=20,5th-elem-align=4
size=0,align=4,5th-elem-offset=60,5th-elem-align=4