代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/282274/9107254
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/282274/9107262
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/282274/9107303
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/184382/9107400
java pmo_work28.java
import java.io.*;
class PMO_work28 {
public static float fx(float y1,float y2){
float z;
z=(float)Math.pow(y1,2)+3*(float)Math.pow(y2,2)+2*y1*y2-y1+y2;
return z;
www.eeworm.com/read/282274/9107446
c for_more.c
#include
void main ()
{
char letter;
float percent;
for (letter = 'A'; letter = 'a'; letter--)
www.eeworm.com/read/282274/9107476
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/381111/9109596
c fir.c
#include "stdio.h"
#include "data.h"
#include
float dmf();
float r1[500]={0.0};
float fx[200]={0.0};
int j,i,n;
float h[200] ;
main()
{ for(j=0;j
www.eeworm.com/read/381107/9109936
cpp wm4quaternion.cpp
// Wild Magic Source Code
// David Eberly
// http://www.geometrictools.com
// Copyright (c) 1998-2007
//
// This library is free software; you can redistribute it and/or modify it
// under the t
www.eeworm.com/read/381107/9109962
cpp wm4matrix3.cpp
// Wild Magic Source Code
// David Eberly
// http://www.geometrictools.com
// Copyright (c) 1998-2007
//
// This library is free software; you can redistribute it and/or modify it
// under the t
www.eeworm.com/read/381107/9109966
cpp wm4vector3.cpp
// Wild Magic Source Code
// David Eberly
// http://www.geometrictools.com
// Copyright (c) 1998-2007
//
// This library is free software; you can redistribute it and/or modify it
// under the t