代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/291656/8404441

cpp isodata.cpp

///////////////////////////////////////// // 廖君华 // 2007/6/25 ///////////////////////////////////////// #include #include typedef struct sample { float x; float y;
www.eeworm.com/read/291642/8406108

cpp 计算时间序列互信息源程序.cpp

/******************************************************************* minfo.c -- Eric R. Weeks -- started 2/28/97 does the mutual information algorithm discussed by Fraser & Swinney (Phys Rev A
www.eeworm.com/read/191952/8414347

c stats.c

/*************************************************************************/ /* */ /* Statistical routines for C4.5 */ /* ----------------------------- */ /* */ /*********
www.eeworm.com/read/191952/8414394

c build.c

/*************************************************************************/ /* */ /* Central tree-forming algorithm incorporating all criteria */ /* --------------------------------
www.eeworm.com/read/191952/8414398

c consultr.c

/*************************************************************************/ /* */ /* Classify items interactively using a set of rules */ /* ---------------------------------------------
www.eeworm.com/read/391151/8418538

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/191861/8419187

h graph4.h

//图类结构体定义与相关操作graph4.h typedef struct {char *data; int *visited; float **edge; int max,size; }Graph; //初始化图 void SetGraph(Graph *G,int n) {int i,j; G->data=new char[n]; G->visited=new
www.eeworm.com/read/391151/8419273

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
www.eeworm.com/read/191860/8419301

txt topsort.txt

//图类结构体定义与相关操作graph4.h typedef struct {char *data; int *visited; float **edge; int max,size; }Graph; //初始化图 void SetGraph(Graph *G,int n) {int i,j; G->data=new char[n]; G->visited=new
www.eeworm.com/read/191860/8419341

h graph4.h

//图类结构体定义与相关操作graph4.h typedef struct {char *data; int *visited; float **edge; int max,size; }Graph; //初始化图 void SetGraph(Graph *G,int n) {int i,j; G->data=new char[n]; G->visited=new