代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/162511/10300285
c hyper.c
/* Wrapper for systems without the C99 acosh(), asinh(), and atanh() functions
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of the GNU Fortran 95 runtime library (libgfortra
www.eeworm.com/read/162511/10300338
c bessel.c
/* Wrapper for systems without the various C99 single precision Bessel
functions.
Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of the GNU Fortran 95 runtime library (libg
www.eeworm.com/read/162511/10300678
h c99_protos.h
/* Declarations of various C99 functions
Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of the GNU Fortran 95 runtime library (libgfortran).
Libgfortran is free software; yo
www.eeworm.com/read/355007/10305169
c show_2d.c
#include
void main(void)
{
int row, column;
float table[3][5] = {{1.0, 2.0, 3.0, 4.0, 5.0},
{6.0, 7.0, 8.0, 9.0, 10.0},
{11.0
www.eeworm.com/read/355007/10305184
c show_3d.c
#include
void main(void)
{
int row, column, table;
float values[2][3][5] = {
{{1.0, 2.0, 3.0, 4.0, 5.0},
{6.0, 7.0,
www.eeworm.com/read/355007/10305242
c huge_flt.c
#include
#include
void main (void)
{
int i;
float huge *values;
if ((values = (float huge *) halloc (17000,
sizeof(float))) == NULL)
printf
www.eeworm.com/read/355007/10305674
c for_more.c
#include
void main ()
{
char letter;
float percent;
for (letter = 'A'; letter = 'a'; letter--)
www.eeworm.com/read/355007/10305718
c sizeof.c
#include
void main ()
{
printf("Variables of type int use %d bytes\n", sizeof(int));
printf("Variables of type float use %d bytes\n", sizeof(float));
printf("Variables of ty
www.eeworm.com/read/425862/10313215
cpp convfilter.cpp
// convfilter.c++ a general purpose convolution, filter
// (c) Copyright 1995, Everett F. Carter Jr.
// Permission is granted by the author to use
// t
www.eeworm.com/read/425841/10317071
txt (8)以上文档中的明显错误.txt
1.请写出 float x 与“零值”比较的 if 语句。(4分)
标准答案示例:
const float EPSINON = 0.00001;
if ((x >= - EPSINON) && (x =”或“