代码搜索:float

找到约 10,000 项符合「float」的源代码

代码结果 10,000
www.eeworm.com/read/352751/7101471

cpp stopwatch.cpp

//------------------------------------------------------------------------------ // File : stopwatch.cpp //------------------------------------------------------------------------------ // GLVU : C
www.eeworm.com/read/352751/7101481

cpp stopwatch.cpp

//------------------------------------------------------------------------------ // File : stopwatch.cpp //------------------------------------------------------------------------------ // GLVU : C
www.eeworm.com/read/185532/7102829

h glvector.h

/* glvector.h - Vector class Copyright (c) HalfLucifer, 2001.6.12 */ #ifndef __GLVECTORH__ #define __GLVECTORH__ #include "glmathlib.h" typedef float GLvector2[2]; typedef float GLvector4[4];
www.eeworm.com/read/296774/7113480

c floatlib.c

/* ** libgcc support for software floating point. ** Copyright (C) 1991 by Pipeline Associates, Inc. All rights reserved. ** Permission is granted to do *anything* you want with this file, ** commerc
www.eeworm.com/read/189342/7114976

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/189342/7114979

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/189342/7114992

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/189342/7115088

c for_more.c

#include void main () { char letter; float percent; for (letter = 'A'; letter = 'a'; letter--)
www.eeworm.com/read/189342/7115101

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/397027/7118364

c supolar.c

/* Copyright (c) Colorado School of Mines, 2008.*/ /* All rights reserved. */ /* SUPOLAR: $Revision: 1.5 $ ; $Date: 2006/11/07 22:58:42 $ */ #include "su.h" #include "segy.h" #