 Julia v1.1.1 Documentation"?" for help, "]?" for Pkg help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 1.1.1 (2019-05-16) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release |__/ | julia> 1 + 2 3 julia> U+02A03 \bigcupdot N-Ary Union Operator With Dot U+02A04 \biguplus N-Ary Union Operator With Plus U+02A05 \bigsqcap N-Ary Square Intersec�on Operator U+02A06 \bigsqcup N-Ary Square Union Operator U+02A07 Slanted Less-Than Or Equal To U+02AFA \geqqslant Double-Line Slanted Greater-Than Or Equal To U+02B05 \:arrow_le�: Le�wards Black Arrow U+02B06 \:arrow_up: Upwards Black Arrow U+02B07 \:arrow_down: Downwards0 码力 | 1216 页 | 4.21 MB | 1 年前3 Julia v1.1.1 Documentation"?" for help, "]?" for Pkg help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 1.1.1 (2019-05-16) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release |__/ | julia> 1 + 2 3 julia> U+02A03 \bigcupdot N-Ary Union Operator With Dot U+02A04 \biguplus N-Ary Union Operator With Plus U+02A05 \bigsqcap N-Ary Square Intersec�on Operator U+02A06 \bigsqcup N-Ary Square Union Operator U+02A07 Slanted Less-Than Or Equal To U+02AFA \geqqslant Double-Line Slanted Greater-Than Or Equal To U+02B05 \:arrow_le�: Le�wards Black Arrow U+02B06 \:arrow_up: Upwards Black Arrow U+02B07 \:arrow_down: Downwards0 码力 | 1216 页 | 4.21 MB | 1 年前3
 Julia v1.4.2 Documentation"?" for help, "]?" for Pkg help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 1.4.2 (2020-05-23) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release |__/ | julia> 1 + 2 3 julia> U+02A03 \bigcupdot N-Ary Union Operator With Dot U+02A04 \biguplus N-Ary Union Operator With Plus U+02A05 \bigsqcap N-Ary Square Intersection Operator U+02A06 \bigsqcup N-Ary Square Union Operator U+02A07 Slanted Less-Than Or Equal To U+02AFA ⫺ \geqqslant Double-Line Slanted Greater-Than Or Equal To U+02B05 ⬅ \:arrow_left: Leftwards Black Arrow U+02B06 ⬆ \:arrow_up: Upwards Black Arrow U+02B07 ⬇ \:arrow_down:0 码力 | 1314 页 | 4.29 MB | 1 年前3 Julia v1.4.2 Documentation"?" for help, "]?" for Pkg help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 1.4.2 (2020-05-23) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release |__/ | julia> 1 + 2 3 julia> U+02A03 \bigcupdot N-Ary Union Operator With Dot U+02A04 \biguplus N-Ary Union Operator With Plus U+02A05 \bigsqcap N-Ary Square Intersection Operator U+02A06 \bigsqcup N-Ary Square Union Operator U+02A07 Slanted Less-Than Or Equal To U+02AFA ⫺ \geqqslant Double-Line Slanted Greater-Than Or Equal To U+02B05 ⬅ \:arrow_left: Leftwards Black Arrow U+02B06 ⬆ \:arrow_up: Upwards Black Arrow U+02B07 ⬇ \:arrow_down:0 码力 | 1314 页 | 4.29 MB | 1 年前3
 Julia 1.9.0 DEV Documentation| | |_| | | | (_| | | Version 1.9.0-DEV.1799 (2022-11-13) _/ |\__'_|_|_|\__'_| | Commit b44ce138b05 (0 days old master) |__/ | julia> 1 + 2 3 julia> ans 3 To exit the interactive session, type protocol. CHAPTER 21. NETWORKING AND STREAMS 289 Listener: using Sockets group = Sockets.IPv6("ff05::5:6:7") socket = Sockets.UDPSocket() bind(socket, Sockets.IPv6("::"), 6789) join_multicast_group(socket leave_multicast_group(socket, group) close(socket) Sender: using Sockets group = Sockets.IPv6("ff05::5:6:7") socket = Sockets.UDPSocket() send(socket, group, 6789, "Hello over IPv6") close(socket)0 码力 | 1633 页 | 5.23 MB | 1 年前3 Julia 1.9.0 DEV Documentation| | |_| | | | (_| | | Version 1.9.0-DEV.1799 (2022-11-13) _/ |\__'_|_|_|\__'_| | Commit b44ce138b05 (0 days old master) |__/ | julia> 1 + 2 3 julia> ans 3 To exit the interactive session, type protocol. CHAPTER 21. NETWORKING AND STREAMS 289 Listener: using Sockets group = Sockets.IPv6("ff05::5:6:7") socket = Sockets.UDPSocket() bind(socket, Sockets.IPv6("::"), 6789) join_multicast_group(socket leave_multicast_group(socket, group) close(socket) Sender: using Sockets group = Sockets.IPv6("ff05::5:6:7") socket = Sockets.UDPSocket() send(socket, group, 6789, "Hello over IPv6") close(socket)0 码力 | 1633 页 | 5.23 MB | 1 年前3
 Julia 1.9.2 Documentation" for help, "]?" for Pkg help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 1.9.2 (2023-07-05) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release |__/ | julia> 1 + 2 3 julia> ans protocol. CHAPTER 21. NETWORKING AND STREAMS 289 Listener: using Sockets group = Sockets.IPv6("ff05::5:6:7") socket = Sockets.UDPSocket() bind(socket, Sockets.IPv6("::"), 6789) join_multicast_group(socket leave_multicast_group(socket, group) close(socket) Sender: using Sockets group = Sockets.IPv6("ff05::5:6:7") socket = Sockets.UDPSocket() send(socket, group, 6789, "Hello over IPv6") close(socket)0 码力 | 1644 页 | 5.27 MB | 1 年前3 Julia 1.9.2 Documentation" for help, "]?" for Pkg help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 1.9.2 (2023-07-05) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release |__/ | julia> 1 + 2 3 julia> ans protocol. CHAPTER 21. NETWORKING AND STREAMS 289 Listener: using Sockets group = Sockets.IPv6("ff05::5:6:7") socket = Sockets.UDPSocket() bind(socket, Sockets.IPv6("::"), 6789) join_multicast_group(socket leave_multicast_group(socket, group) close(socket) Sender: using Sockets group = Sockets.IPv6("ff05::5:6:7") socket = Sockets.UDPSocket() send(socket, group, 6789, "Hello over IPv6") close(socket)0 码力 | 1644 页 | 5.27 MB | 1 年前3
 Julia 1.9.0 Documentation"?" for help, "]?" for Pkg help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 1.9.0 (2023-05-07) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release |__/ | julia> 1 + 2 3 julia> protocol. CHAPTER 21. NETWORKING AND STREAMS 289 Listener: using Sockets group = Sockets.IPv6("ff05::5:6:7") socket = Sockets.UDPSocket() bind(socket, Sockets.IPv6("::"), 6789) join_multicast_group(socket leave_multicast_group(socket, group) close(socket) Sender: using Sockets group = Sockets.IPv6("ff05::5:6:7") socket = Sockets.UDPSocket() send(socket, group, 6789, "Hello over IPv6") close(socket)0 码力 | 1643 页 | 5.27 MB | 1 年前3 Julia 1.9.0 Documentation"?" for help, "]?" for Pkg help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 1.9.0 (2023-05-07) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release |__/ | julia> 1 + 2 3 julia> protocol. CHAPTER 21. NETWORKING AND STREAMS 289 Listener: using Sockets group = Sockets.IPv6("ff05::5:6:7") socket = Sockets.UDPSocket() bind(socket, Sockets.IPv6("::"), 6789) join_multicast_group(socket leave_multicast_group(socket, group) close(socket) Sender: using Sockets group = Sockets.IPv6("ff05::5:6:7") socket = Sockets.UDPSocket() send(socket, group, 6789, "Hello over IPv6") close(socket)0 码力 | 1643 页 | 5.27 MB | 1 年前3
 Julia v1.2.0 DocumentationU+02A03 \bigcupdot N-Ary Union Operator With Dot U+02A04 \biguplus N-Ary Union Operator With Plus U+02A05 \bigsqcap N-Ary Square Intersec�on Operator U+02A06 \bigsqcup N-Ary Square Union Operator U+02A07 Slanted Less-Than Or Equal To U+02AFA \geqqslant Double-Line Slanted Greater-Than Or Equal To U+02B05 \:arrow_le�: Le�wards Black Arrow U+02B06 \:arrow_up: Upwards Black Arrow U+02B07 \:arrow_down: Downwards 7-element Array{Date,1}: 2014-01-29 2014-02-28 2014-03-29 860 CHAPTER 73. DATES 2014-04-29 2014-05-29 2014-06-29 2014-07-29 73.6 Adjuster Func�ons As convenient as date-period arithme�c is, o�en the0 码力 | 1250 页 | 4.29 MB | 1 年前3 Julia v1.2.0 DocumentationU+02A03 \bigcupdot N-Ary Union Operator With Dot U+02A04 \biguplus N-Ary Union Operator With Plus U+02A05 \bigsqcap N-Ary Square Intersec�on Operator U+02A06 \bigsqcup N-Ary Square Union Operator U+02A07 Slanted Less-Than Or Equal To U+02AFA \geqqslant Double-Line Slanted Greater-Than Or Equal To U+02B05 \:arrow_le�: Le�wards Black Arrow U+02B06 \:arrow_up: Upwards Black Arrow U+02B07 \:arrow_down: Downwards 7-element Array{Date,1}: 2014-01-29 2014-02-28 2014-03-29 860 CHAPTER 73. DATES 2014-04-29 2014-05-29 2014-06-29 2014-07-29 73.6 Adjuster Func�ons As convenient as date-period arithme�c is, o�en the0 码力 | 1250 页 | 4.29 MB | 1 年前3
 Julia 1.1.0 DocumentationU+02A03 \bigcupdot N-Ary Union Operator With Dot U+02A04 \biguplus N-Ary Union Operator With Plus U+02A05 \bigsqcap N-Ary Square Intersec�on Operator U+02A06 \bigsqcup N-Ary Square Union Operator U+02A07 Slanted Less-Than Or Equal To U+02AFA \geqqslant Double-Line Slanted Greater-Than Or Equal To U+02B05 \:arrow_le�: Le�wards Black Arrow U+02B06 \:arrow_up: Upwards Black Arrow U+02B07 \:arrow_down: Downwards 7-element Array{Date,1}: 2014-01-29 2014-02-28 2014-03-29 830 CHAPTER 71. DATES 2014-04-29 2014-05-29 2014-06-29 2014-07-29 71.6 Adjuster Func�ons As convenient as date-period arithme�c is, o�en the0 码力 | 1214 页 | 4.21 MB | 1 年前3 Julia 1.1.0 DocumentationU+02A03 \bigcupdot N-Ary Union Operator With Dot U+02A04 \biguplus N-Ary Union Operator With Plus U+02A05 \bigsqcap N-Ary Square Intersec�on Operator U+02A06 \bigsqcup N-Ary Square Union Operator U+02A07 Slanted Less-Than Or Equal To U+02AFA \geqqslant Double-Line Slanted Greater-Than Or Equal To U+02B05 \:arrow_le�: Le�wards Black Arrow U+02B06 \:arrow_up: Upwards Black Arrow U+02B07 \:arrow_down: Downwards 7-element Array{Date,1}: 2014-01-29 2014-02-28 2014-03-29 830 CHAPTER 71. DATES 2014-04-29 2014-05-29 2014-06-29 2014-07-29 71.6 Adjuster Func�ons As convenient as date-period arithme�c is, o�en the0 码力 | 1214 页 | 4.21 MB | 1 年前3
 Julia v1.7.3 Documentation"?" for help, "]?" for Pkg help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 1.7.3 (2022-05-06) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release |__/ | julia> 1 + 2 3 julia> U+02A03 \bigcupdot N-Ary Union Operator With Dot U+02A04 \biguplus N-Ary Union Operator With Plus U+02A05 \bigsqcap N-Ary Square Intersection Operator U+02A06 \bigsqcup N-Ary Square Union Operator U+02A07 Slanted Less-Than Or Equal To U+02AFA ⫺ \geqqslant Double-Line Slanted Greater-Than Or Equal To U+02B05 ⬅ \:arrow_left: Leftwards Black Arrow U+02B06 ⬆ \:arrow_up: Upwards Black Arrow U+02B07 ⬇ \:arrow_down:0 码力 | 1378 页 | 4.74 MB | 1 年前3 Julia v1.7.3 Documentation"?" for help, "]?" for Pkg help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 1.7.3 (2022-05-06) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release |__/ | julia> 1 + 2 3 julia> U+02A03 \bigcupdot N-Ary Union Operator With Dot U+02A04 \biguplus N-Ary Union Operator With Plus U+02A05 \bigsqcap N-Ary Square Intersection Operator U+02A06 \bigsqcup N-Ary Square Union Operator U+02A07 Slanted Less-Than Or Equal To U+02AFA ⫺ \geqqslant Double-Line Slanted Greater-Than Or Equal To U+02B05 ⬅ \:arrow_left: Leftwards Black Arrow U+02B06 ⬆ \:arrow_up: Upwards Black Arrow U+02B07 ⬇ \:arrow_down:0 码力 | 1378 页 | 4.74 MB | 1 年前3
 Julia 1.6.1 DocumentationU+02A03 \bigcupdot N-Ary Union Operator With Dot U+02A04 \biguplus N-Ary Union Operator With Plus U+02A05 \bigsqcap N-Ary Square Intersection Operator U+02A06 \bigsqcup N-Ary Square Union Operator U+02A07 Slanted Less-Than Or Equal To U+02AFA ⫺ \geqqslant Double-Line Slanted Greater-Than Or Equal To U+02B05 ⬅ \:arrow_left: Leftwards Black Arrow U+02B06 ⬆ \:arrow_up: Upwards Black Arrow U+02B07 ⬇ \:arrow_down: julia> collect(dr) 7-element Vector{Date}: 2014-01-29 2014-02-28 2014-03-29 2014-04-29 2014-05-29 2014-06-29 2014-07-29 64.6 Adjuster Functions As convenient as date-period arithmetic is, often0 码力 | 1397 页 | 4.59 MB | 1 年前3 Julia 1.6.1 DocumentationU+02A03 \bigcupdot N-Ary Union Operator With Dot U+02A04 \biguplus N-Ary Union Operator With Plus U+02A05 \bigsqcap N-Ary Square Intersection Operator U+02A06 \bigsqcup N-Ary Square Union Operator U+02A07 Slanted Less-Than Or Equal To U+02AFA ⫺ \geqqslant Double-Line Slanted Greater-Than Or Equal To U+02B05 ⬅ \:arrow_left: Leftwards Black Arrow U+02B06 ⬆ \:arrow_up: Upwards Black Arrow U+02B07 ⬇ \:arrow_down: julia> collect(dr) 7-element Vector{Date}: 2014-01-29 2014-02-28 2014-03-29 2014-04-29 2014-05-29 2014-06-29 2014-07-29 64.6 Adjuster Functions As convenient as date-period arithmetic is, often0 码力 | 1397 页 | 4.59 MB | 1 年前3
 Julia 1.8.0 DEV Documentationprogram, but uses IPv6 as the network-layer protocol. Listener: using Sockets group = Sockets.IPv6("ff05::5:6:7") socket = Sockets.UDPSocket() bind(socket, Sockets.IPv6("::"), 6789) join_multicast_group(socket leave_multicast_group(socket, group) close(socket) Sender: using Sockets group = Sockets.IPv6("ff05::5:6:7") socket = Sockets.UDPSocket() send(socket, group, 6789, "Hello over IPv6") close(socket) U+02A03 \bigcupdot N-Ary Union Operator With Dot U+02A04 \biguplus N-Ary Union Operator With Plus U+02A05 \bigsqcap N-Ary Square Intersection Operator U+02A06 \bigsqcup N-Ary Square Union Operator U+02A070 码力 | 1463 页 | 5.01 MB | 1 年前3 Julia 1.8.0 DEV Documentationprogram, but uses IPv6 as the network-layer protocol. Listener: using Sockets group = Sockets.IPv6("ff05::5:6:7") socket = Sockets.UDPSocket() bind(socket, Sockets.IPv6("::"), 6789) join_multicast_group(socket leave_multicast_group(socket, group) close(socket) Sender: using Sockets group = Sockets.IPv6("ff05::5:6:7") socket = Sockets.UDPSocket() send(socket, group, 6789, "Hello over IPv6") close(socket) U+02A03 \bigcupdot N-Ary Union Operator With Dot U+02A04 \biguplus N-Ary Union Operator With Plus U+02A05 \bigsqcap N-Ary Square Intersection Operator U+02A06 \bigsqcup N-Ary Square Union Operator U+02A070 码力 | 1463 页 | 5.01 MB | 1 年前3
共 87 条
- 1
- 2
- 3
- 4
- 5
- 6
- 9













