文件名称:4BinToFloat
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2016-02-25
- 文件大小:
- 327kb
- 下载次数:
- 0次
- 提 供 者:
- l**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
四个字节数据与float的相互转化。前后次序可调整。便于理解float数据格式实际存储为4个字节时再内存中的排序。也可以用在通讯中验证通讯数据的格式。
B1,B2,B3,B4 -》float(B+B+B+B)-Interconversion four bytes of data and float. Before and after the order is adjustable. Easy to understand format float data is actually stored as 4 bytes of memory, then the sort. You can also verify the format used in the communication traffic data.
B1,B2,B3,B4 -》float(B+B+B+B)-Interconversion four bytes of data and float. Before and after the order is adjustable. Easy to understand format float data is actually stored as 4 bytes of memory, then the sort. You can also verify the format used in the communication traffic data.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
res\4BinToFloat.ico
...\4BinToFloat.rc2
4BinToFloat.aps
4BinToFloat.clw
4BinToFloat.cpp
4BinToFloat.dsp
4BinToFloat.dsw
4BinToFloat.h
4BinToFloat.ncb
4BinToFloat.opt
4BinToFloat.plg
4BinToFloat.rc
4BinToFloatDlg.cpp
4BinToFloatDlg.h
ReadMe.txt
resource.h
StdAfx.cpp
StdAfx.h
测试数据 2 1 4 3格式的通讯数据.txt
测试数据.bmp
res