代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/385934/8777990
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/385934/8778244
c adaptnoise_pcm.c
//Adaptnoise_pcm.c Adaptive FIR for noise cancellation using PCM3003
#define beta 1E-12 //rate of convergence
#define N 30 //# of weights (coefficients)
#d
www.eeworm.com/read/385934/8778317
asm icfftr2_dif.asm
;File was assembled with assembler version 4.0 (included with CCS V1.2) and
;NOT with assembler version 4.1 (included with CCS V2) due to "BUG" SDSsq21569.
;icfftr2_dif.asm file used as source in pr
www.eeworm.com/read/385711/8791440
c time1.c
#include
#include
#include
#include
#include
#ifdef __cplusplus
#define __CPPARGS ...
#else
#defi
www.eeworm.com/read/429385/8809663
txt 2.txt
Source
Problem Id:1018 User Id:Epic
Memory:108K Time:40MS
Language:C++ Result:Accepted
Source
#include
#include
#include
#include
#
www.eeworm.com/read/429362/8810487
h worldmodel.h
/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*-
this file is part of rcssserver3D
Fri May 9 2003
Copyright (C) 2002,2003 Koblenz University
Copyright (C) 2003 RoboCup Socce
www.eeworm.com/read/285822/8815571
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/285822/8815577
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/285822/8815598
c mwindow.c
#include
#include
#include
#include "msp.h"
void mwindow(float w[],int n,int iwindow,int *ierror)
{
/*--------------------------------------------------------------