代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/470693/1461788
c align-float.c
#include
static float f;
int main(void)
{
printf ("+++Float alignment:\n");
printf ("%d\n", __alignof__ (f));
return 0;
}
www.eeworm.com/read/470693/1461795
c a-of-s-float.c
#include
static struct sss{
float f;
} a[10];
int main (void) {
printf ("++++Array of struct with float:\n");
printf ("size=%d,align=%d,displ-a[5]=%d,align-a[5]=%d\n",
size
www.eeworm.com/read/470693/1461938
c size-float.c
#include
static float f;
int main(void)
{
printf ("+++Float size:\n");
printf ("%d\n", sizeof (f));
return 0;
}
www.eeworm.com/read/470693/1465044
java float_1.java
/*
Date: 25 Aug 1998 16:04:00 -0000
From: Andrew Haley
To: java-project@cygnus.com
Subject: Help: vtable problem?
My little program:
------------------------------------
www.eeworm.com/read/468455/1489254
js ad_float.js
// -----------ad_float begin---------------------
var ad_float_x = 50,ad_float_y = 60
var ad_float_xin = true, ad_float_yin = true
var ad_float_step = 1
var ad_float_delay = 10
var ad_float=docu
www.eeworm.com/read/467808/1496214
java xtype_float.java
// $Id: Xtype_float.java,v 1.2 2005/02/03 20:15:21 idgay Exp $
/* tab:4
* Copyright (c) 2004-2005 Intel Corporation
* All rights reserved.
*
* This file is distributed under the terms in t
www.eeworm.com/read/465313/1520923
c float_autom.c
static char float_autom_elem0[] = {
255,255,255,255,255,255,255,255,255,128,128,255,255,128,255,255,
255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
128,255,255,255,255,255,255,
www.eeworm.com/read/465313/1520939
x float_autom.x
# automaton for float
# 0: first status (digit or skip)
state 0
# space characters
' ' 0 skip
'\t' 0 skip
'\n' 0 skip
'\r' 0 skip
# digits
'0' 1
'1' 1
'2' 1
'3' 1
'4' 1
'5'
www.eeworm.com/read/462673/1543454
plo float32.plo
float32.lo float32.o: float32.c /usr/include/stdio.h \
/usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/gnu/stubs.h \
/usr/lib/gcc-lib/i486-linux/3.3.5/include/stddef.h \
/usr/i