文件名称:seven2
介绍说明--下载内容均来自于网络,请自行研究使用
打开一个二进制文件,将里面的数据按照读取,将其按16进制的方式打印出来;
第一行显示header,表示每一个数据在行内的偏移量;
然后每一行开始显示第一个数据在文件中偏移,然后显示8个数据(数据之间使用空格分隔,每一个数据2个字符位置),然后显示竖线 ,然后显示8个数据;
-Open a binary file, the data inside the read, print hexadecimal way displays the first line of the header, that each data line offset then each line beginning to show the first data offset in the file, and then displays the data (data used between 8 separated by a space, each data character position 2), and then displays the vertical bar, and then displays the eight data
第一行显示header,表示每一个数据在行内的偏移量;
然后每一行开始显示第一个数据在文件中偏移,然后显示8个数据(数据之间使用空格分隔,每一个数据2个字符位置),然后显示竖线 ,然后显示8个数据;
-Open a binary file, the data inside the read, print hexadecimal way displays the first line of the header, that each data line offset then each line beginning to show the first data offset in the file, and then displays the data (data used between 8 separated by a space, each data character position 2), and then displays the vertical bar, and then displays the eight data
(系统自动生成,下载前可以参看下载内容)
下载文件列表
seven2.c