代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/431379/8685380
h float.h
/****************************************************************
Define characteristics of floating types. The
actual values and their types ultimately depend
on compiler options.
***********
www.eeworm.com/read/430434/8747641
h float.h
/*--------------------------------------------------------------------------
FLOAT.H
Limits for floating point types.
Copyright (c) 1988-2000 Keil Elektronik GmbH and Keil Software, Inc.
All rig
www.eeworm.com/read/385935/8776040
java float.java
public class Float
{
public static void main(String[] args)
{
float x=22.2f;
float y=42.2f;
float z=x*y;
System.out.println("x*y="+z);
}
}
www.eeworm.com/read/427960/8909988
txt float.txt
A new experimental fast multiprecison floating-point module is now available,
implemented in float.cpp and float.h. The motivation was to speed up the CM
program fir elliptic curves - see cm.txt
www.eeworm.com/read/186372/8935752
asm float.asm
;*******************************************************************
; Binary Floating Point Addition, Subtraction, Multiplication
; and Divide routines.
;
;***********
www.eeworm.com/read/427173/8970033
h float.h
@函数名称: _fpreset
函数原型: void _fpreset(viod)
函数功能: 重新设置浮点运算系统
函数返回:
参数说明:
所属文件:
#include
#include
char *status[2]={"No"," "};
int main()
{
www.eeworm.com/read/382196/9042585
h float.h
www.eeworm.com/read/184984/9061559
h float.h
www.eeworm.com/read/184984/9061631
c float.c
www.eeworm.com/read/184984/9061688