摘要: 代码 main.c #include<stdio.h> #include"utils.h" int main(){ int p; char bytearr[100]; printf("please input\n"); scanf("%d",&p); printf("change int to ch 阅读全文
posted @ 2022-06-02 15:28 张灯结彩,潇潇暮雨 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 代码如下: main.c #include<stdio.h> #include"utils.h" int main(){ char ba[100]; char bs[100]; printf("input ByteArr:\n"); scanf("%s",ba); ByteArr2BitStr(ba 阅读全文
posted @ 2022-06-02 15:05 张灯结彩,潇潇暮雨 阅读(33) 评论(0) 推荐(0) 编辑