代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/229812/4736662
asm float.asm
.8086
.model small
.data
a dt 1.57079632679489661923
b dt 1.57079632679489661923e2
d dt 1.57079632679489661923e4r
e dt 286.8r
;f dt 43r
;g
www.eeworm.com/read/229812/4736713
esm float.esm
.387
DGROUP GROUP _DATA
_TEXT SEGMENT WORD PUBLIC USE16 'CODE'
ASSUME CS:_TEXT, DS:DGROUP, SS:DGROUP
xor ax,ax
_TEXT ENDS
_DATA SEGMENT WORD PUBLIC USE16 'DATA'
DB 35H, 0c2H
www.eeworm.com/read/229812/4737465
h float.h
#ifndef FLOAT_H
#define FLOAT_H
/* Float.h -- declarations for Float object
THIS SOFTWARE FITS THE DESCRIPTION IN THE U.S. COPYRIGHT ACT OF A
"UNITED STATES GOVERNMENT WORK".
www.eeworm.com/read/229812/4737498
c float.c
/* Float.c -- implementation of Float object
THIS SOFTWARE FITS THE DESCRIPTION IN THE U.S. COPYRIGHT ACT OF A
"UNITED STATES GOVERNMENT WORK". IT WAS WRITTEN AS A PART OF THE
www.eeworm.com/read/229812/4741009
mh float.mh
/*
* float.h Floating point functions
*
:include crwat.sp
*/
#ifndef _FLOAT_H_INCLUDED
#define _FLOAT_H_INCLUDED
:include readonly.sp
:include cpluspro.sp
#ifndef _COMDEF_H_INCLUDED
www.eeworm.com/read/229812/4743859
c float.c
#include
#include
#include
#include "ctltype.h"
BOOL ctl_float_start( ctl_elt *elt, HANDLE inst, HWND dlg, void *ptr )
/**************************************
www.eeworm.com/read/229812/4744035
c float.c
#include
#include
#include
#include "ctltype.h"
BOOL ctl_float_start( ctl_elt *elt, HANDLE inst, HWND dlg, void *ptr )
/**************************************
www.eeworm.com/read/229812/4751607
gml float.gml
.ix 'floating-point' 'number'
.ix 'type' 'floating-point'
.pp
A floating-point number is a number which may contain a decimal point and
digits following the decimal point.
The range of floating-p
www.eeworm.com/read/227344/4775313
h float.h
/*--------------------------------------------------------------------------
FLOAT.H
Limits for floating point types.
Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil Software, Inc.
All rig
www.eeworm.com/read/219395/4848354
c float.c
/* Beispiel zur Ausgabe von Flie遦ommazahlen*/
#include
int main()
{
double wert = 123.1234;
printf("Flie\341komma : %f\n",wert);
printf("Exponential : %e und %E\n",wert,