代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/196428/8092685
c lt415.c
# include "stdio.h"
void main( )
{ float a[10],t,sum=0.00;
int i,j,n0=0;
printf("input 10 numbers:\n");
for (i=0;i
www.eeworm.com/read/196428/8092731
c lt35.c
# include "stdio.h"
void main( )
{ float a,b,t;
scanf("%f,%f",&a,&b);
if (a
www.eeworm.com/read/296550/8096356
java shapearea.java
public class Shapearea
{ public double area(float r)
{ return Math.PI*r*r;}
public double area(float a,float b)
{ return a*b;}
public double area(float a,float b,float c)
{float d
www.eeworm.com/read/296522/8097773
cpp isdata.cpp
#include
#include
#include
typedef struct sample
{
float x;
float y;
} SAMPLE;
float distance(SAMPLE a,SAMPLE b)
{
float d;
float a1=a.x, a2=a.y;
float
www.eeworm.com/read/296487/8099637
c sample.c
main()
{
int i,j;
char c[10];
float f;
i=3;
j=4;
while(i>0)
{
if(i
www.eeworm.com/read/196292/8101521
h filters.h
/* Copyright (C) 2002 Jean-Marc Valin
File: filters.h
Various analysis/synthesis filters
Redistribution and use in source and binary forms, with or without
modification, are permitted pr
www.eeworm.com/read/196292/8101541
cpp nb_celp.cpp
/* Copyright (C) 2002 Jean-Marc Valin
File: nb_celp.c
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
www.eeworm.com/read/196292/8101565
h quant_lsp.h
/* Copyright (C) 2002 Jean-Marc Valin
File: quant_lsp.h
LSP vector quantization
Redistribution and use in source and binary forms, with or without
modification, are permitted provided th
www.eeworm.com/read/196292/8101625
h ltp.h
/* Copyright (C) 2002 Jean-Marc Valin
File: ltp.h
Long-Term Prediction functions
Redistribution and use in source and binary forms, with or without
modification, are permitted provided t
www.eeworm.com/read/196292/8101628
h sb_celp.h
/* Copyright (C) 2002 Jean-Marc Valin */
/**
@file sb_celp.h
@brief Sub-band CELP mode used for wideband encoding
*/
/*
Redistribution and use in source and binary forms, with or without
m