代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/167373/9971041
txt float.txt
/*浮点指令正确生成测试源程序
Author:谭添升
2006年5月29日
output:
2.500000
1.500000
1
*/
var a:int;
var b:real;
var c:real;
var d:real;
var e:int
begin
a:=1;
b:=1.5;
c:=a+b; /*测试inttoreal*/
d:=a*
www.eeworm.com/read/166790/9997580
bmp float.bmp
www.eeworm.com/read/166790/9997581
ico float.ico
www.eeworm.com/read/166790/9997593
gif float.gif
www.eeworm.com/read/166455/10019632
h float.h
www.eeworm.com/read/166455/10019678
c float.c
www.eeworm.com/read/166455/10019715
doc float.doc
www.eeworm.com/read/165080/10077329
h float.h
/* float.h
Defines implementation specific macros for dealing with
floating point.
Copyright (c) Borland International 1987,1988,1990
All Rights Reserved.
*/
#ifndef __FLOAT_H
www.eeworm.com/read/163354/10165057
c float.c
#include
#include
#define Uchar unsigned char
#define Uint unsigned int
Uchar x[4];
void FtoC(void);
void CtoF(void);
Uchar get_Ex(void);
void get_int(Uchar Ex);
voi
www.eeworm.com/read/163200/10170898