摘要:
二叉树 项目目录tree: 模块代码: 点击查看代码 /* main.c */ #include<stdio.h> #include<stdlib.h> #include "20191324linkedlist.h" #define N 7 int nodeValue[N] = {50, 30, 2
阅读全文
posted @ 2021-09-26 22:03
20191324
阅读(13)
推荐(0)
编辑
摘要:
题目要求:用c语言实现Linux里的od -tx -tc xxx命令 本次选做作业中的od -tx -tc的意思就是将一个文件输出为包含文件ascii码、以及16进制的输出格式。 od -tx -tc输出test.txt: 过程及代码: main.c: myod.c: myod.h: makefil
阅读全文
posted @ 2021-09-26 16:24
20191324
阅读(65)
推荐(0)
编辑