04 2023 档案

毕设
摘要:#include <iostream>#include "unistd.h"#include "stdio.h"#include "stdlib.h"#include "string.h"#include "arpa/inet.h"#include "pcap.h"#include "libnet. 阅读全文

posted @ 2023-04-28 23:27 shenhshihao 阅读(32) 评论(0) 推荐(0) 编辑

c语言小技巧
摘要:打印二进制数 void printBinary(unsigned int n) { int i; for (i = sizeof(n)*8-1; i >= 0; i--) { // 遍历整数的每一位 if ((n >> i) & 1) { // 如果该位为 1,则输出字符 '1' printf("1 阅读全文

posted @ 2023-04-05 10:53 shenhshihao 阅读(23) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示