代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2872654
ads thin_pointer.ads
with System;
package Thin_Pointer is
type Stream is array (Integer range ) of Character;
type Stream_Ptr is access Stream;
for Stream_Ptr'Size use Standard'Address_Size;
type Buf is
www.eeworm.com/read/366702/2872763
adb thin_pointer.adb
-- { dg-do compile }
-- { dg-options "-O" }
package body Thin_Pointer is
procedure Set_Buffer (AD : Buf_Ptr; Buffer : Stream_ptr) is
begin
AD.B.A := Buffer (Buffer'First)'Address;
end
www.eeworm.com/read/366702/2879537
c limits-pointer.c
#define PTR1 * * * * * * * * * *
#define PTR2 PTR1 PTR1 PTR1 PTR1 PTR1 PTR1 PTR1 PTR1 PTR1 PTR1
#define PTR3 PTR2 PTR2 PTR2 PTR2 PTR2 PTR2 PTR2 PTR2 PTR2 PTR2
#define PTR4 PTR3 PTR3 PTR3 PTR3 PTR3 PTR
www.eeworm.com/read/353749/3082483
sgml arrays_pointer.sgml
Pointer Arrays
arrays of pointers to any type of data, which grow automatically as new
elements are added
www.eeworm.com/read/266151/4274266
sgml arrays_pointer.sgml
Pointer Arrays
arrays of pointers to any type of data, which grow automatically as new
elements are added.