摘要: windows制作lib静态库 编译链接 写几对c和h // math_operations.c #include "math_operations.h" int add(int a, int b) { return a + b; } int subtract(int a, int b) { ret 阅读全文
posted @ 2024-02-29 20:56 bfhyqy 阅读(34) 评论(0) 推荐(0) 编辑
摘要: ICMP报文可分为两大类:一、有关信息采集和配置的ICMP报文(称为查询(query)或者信息类报文(information message)),二、有关IP数据报传递的ICMP报文(称为差错报文(error message)). type code Description query error 阅读全文
posted @ 2024-02-29 20:51 bfhyqy 阅读(1473) 评论(0) 推荐(0) 编辑
摘要: 网络协议号 以太网协议号 EtherType Protocol 0x0800 Internet Protocol version 4 (IPv4) 0x0806 Address Resolution Protocol (ARP) 0x0842 Wake-on-LAN 0x22EA Stream Re 阅读全文
posted @ 2024-02-29 20:37 bfhyqy 阅读(265) 评论(0) 推荐(0) 编辑