 julia 1.10.10default type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32 julia> UInt UInt32 # 64-bit system: julia> Int Int64 julia> UInt0 码力 | 1692 页 | 6.34 MB | 3 月前3 julia 1.10.10default type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32 julia> UInt UInt32 # 64-bit system: julia> Int Int64 julia> UInt0 码力 | 1692 页 | 6.34 MB | 3 月前3
 Julia 1.10.9default type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32 julia> UInt UInt32 # 64-bit system: julia> Int Int64 julia> UInt0 码力 | 1692 页 | 6.34 MB | 3 月前3 Julia 1.10.9default type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32 julia> UInt UInt32 # 64-bit system: julia> Int Int64 julia> UInt0 码力 | 1692 页 | 6.34 MB | 3 月前3
 Julia 1.11.4default type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32CHAPTER 5. INTEGERS AND FLOATING-POINT NUMBERS 17 julia> UInt UInt320 码力 | 2007 页 | 6.73 MB | 3 月前3 Julia 1.11.4default type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32CHAPTER 5. INTEGERS AND FLOATING-POINT NUMBERS 17 julia> UInt UInt320 码力 | 2007 页 | 6.73 MB | 3 月前3
 Julia 1.11.5 Documentationdefault type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32CHAPTER 5. INTEGERS AND FLOATING-POINT NUMBERS 17 julia> UInt UInt320 码力 | 2007 页 | 6.73 MB | 3 月前3 Julia 1.11.5 Documentationdefault type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32CHAPTER 5. INTEGERS AND FLOATING-POINT NUMBERS 17 julia> UInt UInt320 码力 | 2007 页 | 6.73 MB | 3 月前3
 Julia 1.11.6 Release Notesdefault type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32CHAPTER 5. INTEGERS AND FLOATING-POINT NUMBERS 17 julia> UInt UInt320 码力 | 2007 页 | 6.73 MB | 3 月前3 Julia 1.11.6 Release Notesdefault type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32CHAPTER 5. INTEGERS AND FLOATING-POINT NUMBERS 17 julia> UInt UInt320 码力 | 2007 页 | 6.73 MB | 3 月前3
 Julia 1.10.0 DEV Documentationdefault type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32 julia> UInt UInt32 # 64-bit system: julia> Int Int64 julia> UInt0 码力 | 1678 页 | 5.95 MB | 1 年前3 Julia 1.10.0 DEV Documentationdefault type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32 julia> UInt UInt32 # 64-bit system: julia> Int Int64 julia> UInt0 码力 | 1678 页 | 5.95 MB | 1 年前3
 Julia v1.9.4 Documentationdefault type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32 julia> UInt UInt32 # 64-bit system: julia> Int Int64 julia> UInt0 码力 | 1644 页 | 5.27 MB | 1 年前3 Julia v1.9.4 Documentationdefault type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32 julia> UInt UInt32 # 64-bit system: julia> Int Int64 julia> UInt0 码力 | 1644 页 | 5.27 MB | 1 年前3
 Julia 1.9.0 DEV Documentationdefault type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32 julia> UInt UInt32 # 64-bit system: julia> Int Int64 julia> UInt0 码力 | 1633 页 | 5.23 MB | 1 年前3 Julia 1.9.0 DEV Documentationdefault type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32 julia> UInt UInt32 # 64-bit system: julia> Int Int64 julia> UInt0 码力 | 1633 页 | 5.23 MB | 1 年前3
 Julia 1.9.3 Documentationdefault type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32 julia> UInt UInt32 # 64-bit system: julia> Int Int64 julia> UInt0 码力 | 1644 页 | 5.27 MB | 1 年前3 Julia 1.9.3 Documentationdefault type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32 julia> UInt UInt32 # 64-bit system: julia> Int Int64 julia> UInt0 码力 | 1644 页 | 5.27 MB | 1 年前3
 Julia 1.9.0 rc2 Documentationdefault type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32 julia> UInt UInt32 # 64-bit system: julia> Int Int64 julia> UInt0 码力 | 1644 页 | 5.27 MB | 1 年前3 Julia 1.9.0 rc2 Documentationdefault type for an integer literal depends on whether the target system has a 32-bit architecture or a 64-bit architecture: # 32-bit system: julia> typeof(1) Int32 # 64-bit system: julia> typeof(1) Int64 Int64 The Julia internal variable Sys.WORD_SIZE indicates whether the target system is 32-bit or 64-bit: # 32-bit system: julia> Sys.WORD_SIZE 32 # 64-bit system: julia> Sys.WORD_SIZE 64 Julia also UInt, which are aliases for the system's signed and unsigned native integer types respectively: # 32-bit system: julia> Int Int32 julia> UInt UInt32 # 64-bit system: julia> Int Int64 julia> UInt0 码力 | 1644 页 | 5.27 MB | 1 年前3
共 87 条
- 1
- 2
- 3
- 4
- 5
- 6
- 9













