代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/168151/9936584
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/168151/9936591
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/168151/9936615
c munwrap.c
#include
#include
#include
#include "msp.h"
void munwrap(float phase[],int n)
{
/*----------------------------------------------------------------------
Routine
www.eeworm.com/read/363665/9940492
c stats.c
/*************************************************************************/
/* */
/* Statistical routines for C4.5 */
/* ----------------------------- */
/* */
/*********
www.eeworm.com/read/363665/9940506
c info.c
/*************************************************************************/
/* */
/* Calculate information, information gain, and print dists */
/* ------------------------------------------
www.eeworm.com/read/363665/9940534
c siftrules.c
/*************************************************************************/
/* */
/* Process sets of rules */
/* --------------------- */
/* */
/***********
www.eeworm.com/read/363665/9940541
c build.c
/*************************************************************************/
/* */
/* Central tree-forming algorithm incorporating all criteria */
/* --------------------------------
www.eeworm.com/read/363665/9940545
c consultr.c
/*************************************************************************/
/* */
/* Classify items interactively using a set of rules */
/* ---------------------------------------------
www.eeworm.com/read/168047/9940981
txt yin_fft.c.txt
/* 文件名为yin_fft.c,功能为计算FFT的子函数,以便被其他程序调用 */
#include "math.h"
#include "stdio.h"
void change(float xr[],float xi[],int NN){
int i,j,k,lh;
double t;
j=NN/2;
for(i=1;i
www.eeworm.com/read/363342/9958164
cpp 小明买书.cpp
#include
//#include
#define ABS(x) (((x)>0)?(x):(-(x)))
void GetInputValue(float * a,const int howmany)
{
int i=0;
for(i=0;i