代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/323679/13326783
lst float.lst
C51 COMPILER V6.02 FLOAT 08/26/2003 15:56:20 PAGE 1
C51 COMPILER V6.02, COMPILATION OF MODULE FLOAT
OBJECT MODULE PLACED IN D
www.eeworm.com/read/323679/13326792
c float.c
#include
#define uchar unsigned char
#define uint unsigned int
//#define proportion1 0.01
//#define proportion2 100
float proportion1=0.01;
float proportion2=100;
float int_float2(int
www.eeworm.com/read/321827/13396839
h float.h
/***
*float.h - constants for floating point values
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file contains defines for a number of
www.eeworm.com/read/318176/13484389
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/317374/13505371
h float.h
www.eeworm.com/read/317374/13505411
c float.c
www.eeworm.com/read/317374/13505448
doc float.doc
www.eeworm.com/read/313912/13579365
cmd float.cmd
MEMORY
{
MEM:o=800000h,l=1000h /*RAM2的4K空间*/
}
SECTIONS
{
.text:>MEM
.data:>MEM
.bss :>MEM
}
www.eeworm.com/read/313912/13579366
out float.out
www.eeworm.com/read/313912/13579367
asm float.asm
.global start
.bss radii,1
.bss area,1
.def radii,area
.data
times .word 3fffffh
stack .word radii+1000h
PI .set 3