代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/350922/10696496

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/350922/10696507

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/350922/10696554

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/350922/10696881

c for_more.c

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

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/421785/10698329

c rhodium.c

/* rhodium.c -- your weight in rhodium */ #include int main(void) { float weight; /* user weight */ float value; /* rhodium equivalent */ printf("A
www.eeworm.com/read/421781/10699235

c fft.c

#include "FFT.h" void FFT(comp *data,int FFTn,int inverse) { comp u,w,t; double temp1,temp2; double pi; int i,j,k,l,ip; int le,le1,m; pi=3.1415926f; m=0;
www.eeworm.com/read/350857/10705844

c mcorre2.c

#include #include #include #include "msp.h" void mcorre2(complex x[],complex y[],int m,int n,int icorre) { /*-------------------------------------------------------
www.eeworm.com/read/350857/10705849

c mmayuwa.c

#include #include #include #include "msp.h" void mmayuwa(complex x[],int n,complex a[],int ip, complex b[],int iq,complex r[],float *ep,float ts,int *ierror) { /*-
www.eeworm.com/read/350857/10705869

c mwindow.c

#include #include #include #include "msp.h" void mwindow(float w[],int n,int iwindow,int *ierror) { /*--------------------------------------------------------------