代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/399528/7850494

c mconvo1.c

#include #include #include #include "msp.h" void mconvo1(float x[],float h[],float y[],int n,int m,int l) { /*------------------------------------------------------
www.eeworm.com/read/399528/7850507

c mbiline.c

#include #include #include #include "msp.h" void mbiline(float d[],float c[],int ln, float b[],float a[],int *ierror) { /*-------------------------
www.eeworm.com/read/399528/7850554

c munwrap.c

#include #include #include #include "msp.h" void munwrap(float phase[],int n) { /*---------------------------------------------------------------------- Routine
www.eeworm.com/read/199451/7850604

cpp p1-83.cpp

#include //声明全局变量并初始化 extern int a[]={1,2,3}; extern float p=3.14; //在show()函数中使用外部变量 show() { int i; cout
www.eeworm.com/read/199451/7850820

cpp p1-23.cpp

#include main() { float a,b,s; coutb; //利用cin从键盘上为变量 a,b 赋值 s=a; if (a
www.eeworm.com/read/434541/7861120

h gasdev.h

/* Random number generator */ /* Copyright Numerical Recipes in C */ float gasdev(long *idum); /* End copyright Numerical Recipes in C */
www.eeworm.com/read/434541/7861152

h gasdev.h

/* Random number generator */ /* Copyright Numerical Recipes in C */ float gasdev(long *idum); /* End copyright Numerical Recipes in C */
www.eeworm.com/read/299239/7870729

c g722main.c

#include #include "rtdspc.h" /* Main program for g722 encode and decode demo for PC */ extern int encode(int,int); extern void decode(int); extern void reset(); /* o
www.eeworm.com/read/299239/7870902

c mkgwn.c

#include #include #include "rtdspc.h" #include "filter.h" /*********************************************************************** MKGWN.C - Gaussian Noise Filter Example
www.eeworm.com/read/299239/7870903

c g722maf.c

#include #include "rtdspc.h" /* Main program for g722 encode and decode demo for 210X0 */ extern int encode(float,float); extern void decode(int); extern void reset();