→ stupid0319: 用union呢, union{char a[4]; float b;}; 11/08 20:19
推 TitanEric: float的話照IEEE 754就可以 但要注意32bit還是64bit 11/08 20:22
→ TitanEric: 另外你上題不就問數字轉float 只是觀念翻轉而已 11/08 20:22
→ eecheng87: 其實我遇到比較大的麻煩是要如何將讀到的0011..變成bit 11/08 21:04
→ eecheng87: 應該說是比較好的方法轉成bit pattern 11/08 21:05
→ Lipraxde: 就用你原本的方法阿 11/08 21:26
推 remember: 先寫出來再改進XD 11/08 22:07
→ remember: 不然你試試八個01構成的字串轉 char 當實驗啊 11/08 22:08
推 remember: 剛查到有個東西叫std::bitset 11/08 22:17
→ kingofsdtw: get as hex @@? 11/08 22:38
推 tim00631: 這是資工大一程設的作業嗎哈哈哈我也有修 11/10 18:14
推 tim00631: bitpattern轉float跟double可以使用標準庫裡的strtoul s 11/10 18:18
→ tim00631: trtoull哦 11/10 18:18