代码搜索:pointer

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

代码结果 10,000
www.eeworm.com/read/375190/2736379

cpp is_member_pointer.cpp

// (C) Copyright Tobias Schwinger // // Use modification and distribution are subject to the boost Software License, // Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt). //-------------------
www.eeworm.com/read/375190/2736387

cpp function_pointer.cpp

// (C) Copyright Tobias Schwinger // // Use modification and distribution are subject to the boost Software License, // Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt). //-------------------
www.eeworm.com/read/375190/2738088

py pointer_vector.py

# Copyright Joel de Guzman 2004. Distributed under the Boost # Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ''' >>> import
www.eeworm.com/read/375190/2738134

cpp pointer_vector.cpp

// Copyright Joel de Guzman 2005-2006. Distributed under the Boost // Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #include
www.eeworm.com/read/366970/2856039

xpm gnus-pointer.xpm

/* XPM */ static char *gnus-pointer[] = { /* width height num_colors chars_per_pixel */ " 18 13 2 1", /* colors */ ". c #0000ff", "# c None s None", /* pixels */ "#############
www.eeworm.com/read/366970/2856044

xbm gnus-pointer.xbm

#define noname_width 18 #define noname_height 13 static char noname_bits[] = { 0x00,0x00,0x00,0xc0,0x0c,0x00,0xe0,0x1f,0x00,0x92,0x39,0x00,0x0e,0x71,0x02, 0x46,0xe0,0x03,0x20,0xc0,0x01,0x00,0x08,0x0
www.eeworm.com/read/366702/2870039

c pointer1.c

// { dg-do assemble } template struct S1 { }; template struct S2 { typedef T* pointer_t; }; int f(S2::pointer_t p1, S2::pointer_t p2) { return (int) (p1
www.eeworm.com/read/366702/2872469

adb pointer_conversion.adb

-- { dg-do run } -- { dg-options "-O2" } with Unchecked_Conversion; procedure pointer_conversion is type int1 is new integer; type int2 is new integer; type a1 is access int1; type a2 i
www.eeworm.com/read/366702/2872631

adb pointer_protected.adb

-- { dg-do compile } with pointer_protected_p; procedure pointer_protected is Pointer : pointer_protected_p.Ptr := null; Data : pointer_protected_p.T; begin Pointer.all (Data); end point
www.eeworm.com/read/366702/2872647

adb pointer_array.adb

-- { dg-do compile } procedure pointer_array is type Node; type Node_Ptr is access Node; type Node is array (1..10) of Node_Ptr; procedure Process (N : Node_Ptr) is begin null;