代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/167618/9958699
txt float_math.txt
MSC-51 3字节和4字节浮点数计算程序,主要用于数据采集及上传,经过IEEE转换,在上位机直接显示,
; FLOATING PROGRAM
;
;##########################################
;##########################################
;-------------------------------
www.eeworm.com/read/167540/9964137
c- c-float.c-
/*
*
* test float type
*
*
*/
int main()
{
float f=10.0;
f /=4.0 ;
println("f = "~f);
return 0;
}
www.eeworm.com/read/167540/9964186
literals c-float.literals
# this is the file of string literals
literal0: .string "f = "
len0 = . - literal0
www.eeworm.com/read/167540/9964192
s c-float.s
# start of the file
.include "defines.h" # system call numbers
.include "c-float.literals" # include the string literal file
.global _start
.bss
.align 4
_data:
.text
.align 4
_start:
pushl
www.eeworm.com/read/167540/9964255
o c-float.o
www.eeworm.com/read/359726/10127616
bmp varbmp_float.bmp
www.eeworm.com/read/163814/10144194
bmp varbmp_float.bmp
www.eeworm.com/read/357878/10198977
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/357878/10198990
pif float2.pif
www.eeworm.com/read/357389/10210218
c ex_float.c
/////////////////////////////////////////////////////////////////////////
//// EX_FLOAT.C ////
////