以文本方式查看主题

-  计算机科学论坛  (http://bbs.xml.org.cn/index.asp)
--  『 C/C++编程思想 』  (http://bbs.xml.org.cn/list.asp?boardid=61)
----  怎么样定义一个又有字符又有数字的文件呢??  (http://bbs.xml.org.cn/dispbbs.asp?boardid=61&rootid=&id=36193)


--  作者:AyiRyo
--  发布时间:7/29/2006 3:11:00 AM

--  怎么样定义一个又有字符又有数字的文件呢??
怎么去定义一个有char, unsigned short, unsigned short, long, unsigned long, double类型的数据的文件呢??

先谢谢拉....


--  作者:elfstone
--  发布时间:7/29/2006 10:36:00 PM

--  
可以分块,分区域,特殊标示等等,具体看你的数据怎么组织,是否有规律等等。。。
--  作者:AyiRyo
--  发布时间:7/29/2006 10:40:00 PM

--  
我的数据没有规律:

char[4]              4bytes,
unsigned short    4bytes,
unisgned long     4bytes,
unsigned short    4bytes,
unsigned char     8bytes,
unsigned char     2bytes,

以上是我的数据的开头, 就以上的数据, 我该怎么定义呢??


--  作者:elfstone
--  发布时间:7/29/2006 10:46:00 PM

--  
以下是引用AyiRyo在2006-7-29 22:40:00的发言:
我的数据没有规律:

char[4]              4bytes,
unsigned short    4bytes,
unisgned long     4bytes,
unsigned short    4bytes,
unsigned char     8bytes,
unsigned char     2bytes,

以上是我的数据的开头, 就以上的数据, 我该怎么定义呢??


按你的写法应该是每种数据都是你上面定义的长度,只是顺序不定对吧。。。


W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
50.781ms