摘要: import socket import struct import textwrap # struct模块来解决bytes和其他二进制数据类型的转换。 # Unpack ethernet frame def ethernet_frame(data): dest_mac, src_mac, prot 阅读全文
posted @ 2020-11-26 20:44 hulian425 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 7-9 红色警报 (25分) #include<iostream> #include<cstdio> #include<vector> #include<algorithm> #include<cstring> #include<string> #include<map> #include<set> 阅读全文
posted @ 2020-11-26 15:10 hulian425 阅读(245) 评论(0) 推荐(0) 编辑