代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/100594/15870109
h float.h
#pragma float
const unsigned int FLT_DIG = 6; /* # of decimal digits of precision */
const float FLT_EPSILON= 1.192092896e-07; /* smallest such that 1.0+FLT_EPSILON != 1.0 */
cons
www.eeworm.com/read/100594/15870275
sbl float.sbl
www.eeworm.com/read/100359/15876244
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/100359/15876290
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
*
www.eeworm.com/read/100333/15876959
st float.st
Class Float :Number
[
= aNumber
^
ifTrue: []
ifFalse: [super = aNumber]
|
< aNumber
^
www.eeworm.com/read/292260/8363226
js template_float.js
function ObjectAD() {
/* Define Variables*/
this.ADID = 0;
this.ADType = 0;
this.ADName = "";
this.ImgUrl = "";
this.ImgWidth = 0;
this.ImgHeight = 0;
www.eeworm.com/read/192122/8403204
asm float1.asm
#define PAGE EJECT
TITLE "Binary Floating Arithmetic Routines For PIC17C42 : Ver 1.0"
LIST columns=120, WRAP, L=0
;
include "17c42.h"
;
;******************************************
www.eeworm.com/read/291196/8436456
dfm float_hex.dfm
object Form1: TForm1
Left = 248
Top = 205
Width = 658
Height = 357
Caption = '浮点数和十六进制数的转换'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.H
www.eeworm.com/read/291196/8436460
obj float_hex.obj
www.eeworm.com/read/291196/8436464
h float_hex.h
//---------------------------------------------------------------------------
#ifndef Float_HexH
#define Float_HexH
//---------------------------------------------------------------------------