代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/170603/9796817
h float.h
#ifndef __FLOAT
#define __FLOAT
#define FLT_ROUNDS (__flt_rounds())
#define FLT_RADIX 2
#define FLT_DIG 6
#define FLT_EPSILON 1.19209289550781250000e-07
#define FLT_MANT_DIG 24
#define FLT_MAX 3.4
www.eeworm.com/read/170603/9796839
h float.h
#ifndef __FLOAT
#define __FLOAT
#define FLT_ROUNDS 1
#define FLT_RADIX 2
#define FLT_DIG 6
#define FLT_EPSILON 1.19209289550781250000e-07
#define FLT_MANT_DIG 24
#define FLT_MAX 3.4028234663852886
www.eeworm.com/read/170603/9796871
h float.h
#ifndef __FLOAT
#define __FLOAT
#define FLT_ROUNDS 1
#define FLT_RADIX 2
#define FLT_DIG 6
#define FLT_EPSILON 1.19209289550781250000e-07
#define FLT_MANT_DIG 24
#define FLT_MAX 3.4028234663852886
www.eeworm.com/read/268799/11120828
a libsoft-float.a
www.eeworm.com/read/268799/11120887
h float.h
#ifndef __FLOAT_H__
#define __FLOAT_H__
/* float.h */
/* Produced by enquire version 4.3, CWI, Amsterdam */
/* Radix of exponent representation */
#define FLT_RADIX 2
/* Number of base-F
www.eeworm.com/read/266440/11225439
c float.c
/*计算机组成原理大作业*/
/*软件仿真浮点运算*/
/*051110115 李佩佩*/
/*051110113 陆璐*/
/*051110228 曹晶*/
/*包含头文件*/
#include
#include
/* 宏定义 */
#define L 9
#define W 5
#define J 4
#define S
www.eeworm.com/read/265943/11248269
xpm float.xpm
/* XPM */
static char * float_xpm[] = {
"32 32 56 1",
" c None",
". c #BA8137",
"+ c #A98960",
"@ c #A08D74",
"# c #CFB087",
"$ c #8A879D",
"% c #776FB1",
"& c #C4C1D7",
"* c #DAC7AE",
"= c #3F28EC",
www.eeworm.com/read/265943/11248276
xpm float.xpm
/* XPM */
static char * float_xpm[] = {
"48 48 37 1",
" c None",
". c #BA8137",
"+ c #939393",
"@ c #EAEAEA",
"# c #3F28EC",
"$ c #4832E1",
"% c #543ED3",
"& c #C6B14B",
"* c #FFEB07",
"= c #6A53B9",
www.eeworm.com/read/335984/12485094
h float.h
/* float.h header file for the floating-point constant module of
* the Netwide Assembler
*
* The Netwide Assembler is copyright (C) 1996 Simon Tatham and
* Julian Hall. All rights rese
www.eeworm.com/read/335984/12485390
c float.c
/* float.c floating-point constant support for the Netwide Assembler
*
* The Netwide Assembler is copyright (C) 1996 Simon Tatham and
* Julian Hall. All rights reserved. The software is
*