代码搜索:formatting
找到约 1,526 项符合「formatting」的源代码
代码结果 1,526
www.eeworm.com/read/440120/1801919
hex v1gint.hex
# V1 Test the ASN.1 formatting of integers (32 bit signed integers)
30 81 AD # Overall sequence type and length
02 01 00 # Version
04 06 # Community type and length
70 75 62 6C 69 63 # "public"
A0
www.eeworm.com/read/440120/1801923
hex v2gcnt.hex
# V2 Test the ASN.1 formatting of counters (32 bit unsigned integers)
30 7B # Overall sequence type and length
02 01 01 # Version
04 06 # Community type and length
70 75 62 6C 69 63 # "public"
A0
www.eeworm.com/read/156228/11817337
changelog
Thu Nov 25 11:27:12 EST 2004
o Simple format change
Wed Nov 24 04:10:52 EST 2004
o more formatting changes to README_sqlite_tutorial.html
Tue Nov 23 20:49:37 EST 2004
o Extra spaces cleaned up
www.eeworm.com/read/440120/1801898
hex v1gstr.hex
# V1 Test the ASN.1 formatting of octet strings
30 3B # Overall sequence type and length
02 01 00 # Version
04 06 # Community type and length
70 75 62 6C 69 63 # "public"
A0 2E # GetRequest P
www.eeworm.com/read/440120/1801903
hex v1ggau.hex
# V1 Test the ASN.1 formatting of gauges (32 bit unsigned integers)
30 7B # Overall sequence type and length
02 01 00 # Version
04 06 # Community type and length
70 75 62 6C 69 63 # "public"
A0 6
www.eeworm.com/read/440120/1801905
hex v2gstr.hex
# V2 Test the ASN.1 formatting of octet strings
30 3B # Overall sequence type and length
02 01 01 # Version
04 06 # Community type and length
70 75 62 6C 69 63 # "public"
A0 2E # GetRequest PD
www.eeworm.com/read/440120/1801914
hex v1gip.hex
# V1 Test the ASN.1 formatting of IP addresses (4 byte octet strings)
30 4B # Overall sequence type and length
02 01 00 # Version
04 06 # Community type and length
70 75 62 6C 69 63 # "public"
A0
www.eeworm.com/read/440120/1801928
hex v2gip.hex
# V2 Test the ASN.1 formatting of IP addresses (4 byte octet strings)
30 4B # Overall sequence type and length
02 01 01 # Version
04 06 # Community type and length
70 75 62 6C 69 63 # "public"
A0
www.eeworm.com/read/366702/2876419
f90 fmt_p_1.f90
! { dg-do run }
! PR32554 Bug in P formatting
! Test case from the bug reporter
program gfcbug66
real(8) :: x = 1.0e-100_8
character(50) :: outstr
write (outstr,'(1X,2E12.3)') x, 2 * x
if (
www.eeworm.com/read/158872/5590025
changelog
2003-03-06 Elias Athanasopoulos
* aout64.h (BYTES_IN_WORD): Define if necessary.
2001-09-18 Alan Modra
* aout64.h: Formatting fixes.
(N_TXTADDR)