代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/367274/9763790
asm float8.asm
;Testname=unoptimized; Arguments=-O0 -fbin -ofloat8.bin; Files=stdout stderr float8.bin
;Testname=optimized; Arguments=-Ox -fbin -ofloat8.bin; Files=stdout stderr float8.bin
; Test of 8-bit floa
www.eeworm.com/read/415642/11060188
vhdl float_synth.vhdl
-------------------------------------------------------------------------------
-- Synthesis test for the floating point math package
-- This test is designed to be synthesizable and exercise much of
www.eeworm.com/read/269674/11084419
class float11.class
www.eeworm.com/read/269674/11084421
class float11.class
www.eeworm.com/read/415054/11085131
jpg float_title.jpg
www.eeworm.com/read/412583/11191258
txt float_re.txt
--REAL PARTS
0
3.76775
-8
0.23225
0.5
0.23225
-8
3.76775
--IMAGINARY PARTS
0
-1.06065
-0.5
-1.06065
0
1.06065
0.5
1.06065
Matlab results
Columns 1 through 4
-0.5000
www.eeworm.com/read/412583/11191271
pif float2.pif
www.eeworm.com/read/412149/11213646
asm float_bcd.asm
;PIC16F877浮点数至5位压缩BCD码转换程序
;程序通过3个步骤将一个3字节浮点数转换成5位压缩BCD码(压缩BCD码是指将两个BCD码分别存放在一;个8位字节的高半字节和低半字节中)。首先,判断浮点数的符号,如果是负数,存符号位,并将之取;补。其次,调用浮点数乘法或除法子程序,对浮点数进行连续的乘以10或除以10的操作,把浮点的阶;码控制在+12≤EXPB ...