代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/278399/10537481
c hough.c
void Hough(int InRow,int InCol,unsigned char **InImg,int *Thita,int *Radia)
{
int nThita,nRadia,i,j,Max,TranRow,TranCol,**TranImg;
float *sc,*ss,*sk;
sc = (float *)fspace_1d(2*MAXANG
www.eeworm.com/read/278399/10537843
cpp comlib.cpp
// Comlib.cpp: implementation of the CComlib class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
//#include "Radar.h"
#include "Comlib.h"
#in
www.eeworm.com/read/278399/10538033
cpp match.cpp
// Match.cpp: implementation of the CMatch class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
//#include "Radar.h"
#include "Match.h"
#inclu
www.eeworm.com/read/352501/10545361
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/352501/10546229
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/352501/10546516
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/352501/10546600
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/278321/10546981
h configms.h
/* The number of bytes in a double. */
#define SIZEOF_DOUBLE 8
/* The number of bytes in a float. */
#define SIZEOF_FLOAT 4
/* The number of bytes in a int. */
#define SIZEOF_INT 4
/* The number
www.eeworm.com/read/352500/10547242
c example 3-3.c
;Example 3 - 3. Float-Point Complex DIT Radix-2 FFT C Listing
/****************************************************************/
/* x --- pointer to input data array in normal order */
/* w ---
www.eeworm.com/read/278321/10547279
h tables.h
/*
* MPEG layer 3 tables include file
*
* Copyright (c) 1999 Albert L Faber
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library Gener