该文被密码保护。 阅读全文
posted @ 2020-12-14 23:10 卷哭你 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-12-14 23:05 卷哭你 阅读(3) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-12-14 23:01 卷哭你 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-12-14 22:59 卷哭你 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-12-14 22:57 卷哭你 阅读(1) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <string.h> int main() { //memmove:copy memory area //voidmemmove(voiddest,const voidsrc,size_t n); chars = "memmove"; char 阅读全文
posted @ 2020-12-14 19:50 卷哭你 阅读(177) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-12-14 15:18 卷哭你 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-12-14 14:38 卷哭你 阅读(0) 评论(0) 推荐(0) 编辑
摘要: //打印调用函数名和行号printf("%s, %d\n", __func__, __LINE__); 阅读全文
posted @ 2020-12-14 13:37 卷哭你 阅读(631) 评论(0) 推荐(0) 编辑
摘要: 配置描述符的打印是有 设备描述符中一个成员 __u8 bNumConfigurations; 打印出来的 struct usb_config_descriptor { __u8 bLength; __u8 bDescriptorType; __le16 wTotalLength; __u8 bNum 阅读全文
posted @ 2020-12-14 01:12 卷哭你 阅读(534) 评论(0) 推荐(0) 编辑