代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/162128/10333596

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/162078/10337327

c sizeof.c

#include void main(void) { 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
www.eeworm.com/read/162078/10339856

c huge_flt.c

#include #include void main(void) { int i; float huge *values; if ((values = (float huge *) halloc (17000, sizeof(float))) == NULL) printf ("E
www.eeworm.com/read/162078/10339860

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/162078/10339878

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/162078/10341852

c for_more.c

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

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/425642/10342601

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/425642/10342622

c mwindow.c

#include #include #include #include "msp.h" void mwindow(float w[],int n,int iwindow,int *ierror) { /*--------------------------------------------------------------
www.eeworm.com/read/425642/10342639

c mperpsd.c

#include #include #include #include "msp.h" void mperpsd(complex x[],int n,int nshift,int nsamp,int iwidow,float ts) { /*-------------------------------------------