代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/426783/8999866
c mbutwcf.c
#include
#include
#include
#include "msp.h"
void mbutwcf(int l,int k,int ln,float d[],float c[],int *ierror)
{
/*---------------------------------------------------
www.eeworm.com/read/426783/8999868
c mdecint.c
#include
#include
#include
#include "msp.h"
void mdecint(float x[],float h[],float y[],int nh,int ny,int m,
int l,int *k)
{
/*-------------------------------------
www.eeworm.com/read/426783/8999881
c mcorpsd.c
#include
#include
#include
#include "msp.h"
void mcorpsd(complex x[],complex r[],int n,int lag,int iwindow,float t)
{
/*--------------------------------------------
www.eeworm.com/read/426783/8999883
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/426783/8999891
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/426783/8999921
c munwrap.c
#include
#include
#include
#include "msp.h"
void munwrap(float phase[],int n)
{
/*----------------------------------------------------------------------
Routine
www.eeworm.com/read/382796/9000126
java loading.java
public class Loading {
public static float loading(float c, float[] w,int[] x)
{
int n=w.length;
Element []d=new Element[n];
for (int i=0;i
www.eeworm.com/read/283587/9004150
c ra288.c
/*
* RealAudio 2.0 (28.8K)
* Copyright (c) 2003 the ffmpeg project
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
www.eeworm.com/read/426674/9004658
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/426674/9005412
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