代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/373994/9424286
c sx23.c
# include "stdio.h"
void main( )
{ int a;
float b;
char c;
scanf("%d%d%d",a,b,c);
printf("a= %d\t b= %d\t c= %d\n",a,b,c);
}
www.eeworm.com/read/373994/9424301
c lt213.c
# include "stdio.h"
void main( )
{ float a,b,min;
printf("请输入两个实数:");
scanf("%f%f",&a,&b);
min=a
www.eeworm.com/read/373994/9424335
c lt417.c
# include "stdio.h"
void main( )
{ float score[10],aver;
float average( );
int i;
char s;
printf("input 10 score:\n");
for (i=0;i
www.eeworm.com/read/373994/9424339
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/373994/9424371
c lt35.c
# include "stdio.h"
void main( )
{ float a,b,t;
scanf("%f,%f",&a,&b);
if (a
www.eeworm.com/read/177981/9424971
c clsq.c
/*
============================================================================
Levenberg-Marquardt Least Squares Optimisation Routine
=======================================================
www.eeworm.com/read/373916/9427647
h helpfun.h
/******************************************************************
iLBC Speech Coder ANSI-C Source Code
helpfun.h
Copyright (C) The Internet So
www.eeworm.com/read/373828/9433177
c aliasing.c
//Aliasing.c illustration of downsampling, aliasing, upsampling
#include "lp33.cof" //lowpass at 1.8 kHz
short flag = 0; //toggles for 2x down-sampling
float indly[
www.eeworm.com/read/373828/9433609
c graphiceq.c
//GraphicEQ.c Graphic Equalizer using TI floating-point FFT functions
#include
#include "GraphicEQcoeff.h" //time-domain FIR coefficients
#define PI 3.14159265358979
#define PTS 2