1, FPGA device, using three 18bit x 18 bit multiplier to implement 32bit float multiplier 2, comparing to Altera float multiplyer IP (1) just half of the LEs were used (2) nearly same accuracy VS2013, simulation by C /////////////////////////////
根据C++版的改编,刚刚改完,估计使用会有问题,对于uint8处理的不好 关于使用: BitStream bs = new BitStream( ); bs.WriteInt32( ); int a = bs.ReadInt32( ); 非常简单 BitStream.cs public class BitStream { #if __BITSTREAM_BIG_END // Set up the read/write routines to produce Big-End network str