代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/191923/5160937
h pointer.h
// This software is in the public domain.
// There are no restrictions on any sort of usage of this software.
#ifndef __SYSTEM_POINTER_H__
#define __SYSTEM_POINTER_H__
#define _P ::System::Pointer
www.eeworm.com/read/191217/5167201
java pointer.java
/*
* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/190666/5176211
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/190666/5176763
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/190666/5177278
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/185663/5236967
h pointer.h
// Copyright (C) 2001 Open Source Telecom Corporation.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published
www.eeworm.com/read/174334/5361912
dsp pointer.dsp
# Microsoft Developer Studio Project File - Name="pointer (sample)" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win3
www.eeworm.com/read/340665/3276894
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/340665/3277446
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