浮点数转byte数组
摘要:long a=123451; float b=34.56745f; float c=0.0; byte fbs[]={0,0,0,0}; byte* t=fbs; float2Bytes(t,b); unsigned int addrF=(unsigned int) &b; unsigned int
阅读全文
posted @ 2016-04-14 16:28
江湖程序员 -Feiph(LM战士)
posted @ 2016-04-14 16:28
posted @ 2016-04-06 13:53
posted @ 2016-04-06 08:13
posted @ 2016-04-01 16:14