摘要: USB数据线上剪掉两个电源线,只保留两个是数据就无法传数据了。数据线传输数据需要通过芯片来进行数据交换,芯片的工作离不开电源,没有电源,芯片无法工作,当然也就无法传输数据了。电源线特别是负极线,同时还承担数据传输的负极线,没有负极线,数据线处于悬空状态,不再具有信号传输功能,就不能再称之为数据线了。 阅读全文
posted @ 2021-04-11 19:09 myrj 阅读(1911) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <assert.h> typedef struct student{ char name[32]; int no; char sex[16]; float score; } stu; int main(i 阅读全文
posted @ 2021-04-11 16:51 myrj 阅读(91) 评论(0) 推荐(0) 编辑