代码搜索:FFt 开发教程
找到约 10,000 项符合「FFt 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/431921/8647226
~dpr fft.~dpr
{ **************************************************************************** }
{ FileName............: FFT.PAS }
{ Project.............: FFT
www.eeworm.com/read/431921/8647231
dsk fft.dsk
[MainWindow]
Create=1
Visible=1
State=0
Left=0
Top=0
Width=1032
Height=106
MaxLeft=-4
MaxTop=-4
ClientWidth=1024
ClientHeight=60
[WatchWindow]
Create=1
Visible=1
State=0
Left=252
To
www.eeworm.com/read/431921/8647247
drc fft.drc
/* VER150
Generated by the Borland Delphi Pascal Compiler
because -GD or --drc was supplied to the compiler.
This file contains compiler-generated resources that
were bound to the execut
www.eeworm.com/read/431921/8647250
res fft.res
www.eeworm.com/read/431921/8647254
dof fft.dof
[FileVersion]
Version=7.0
[Compiler]
A=8
B=0
C=0
D=1
E=0
F=0
G=1
H=1
I=1
J=1
K=0
L=1
M=0
N=1
O=1
P=1
Q=1
R=1
S=0
T=0
U=0
V=1
W=0
X=1
Y=0
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/431921/8647271
map fft.map
Start Length Name Class
0001:00000000 00065C14H .text CODE
0002:00000000 00001380H .data DATA
0002:00001380 003611CDH .bss
www.eeworm.com/read/431921/8647277
dpr fft.dpr
{ **************************************************************************** }
{ FileName............: FFT.PAS }
{ Project.............: FFT
www.eeworm.com/read/387891/8648369
c fft.c
/*
* FFT/IFFT transforms
* Copyright (c) 2002 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Li
www.eeworm.com/read/288108/8652590
asm fft.asm
*************************************
*Radix-2,DIT,Real-input FFT Program *
* fft.asm *
*************************************
.mmregs
.global sav_sin,sav_idx,sav_gr
www.eeworm.com/read/287948/8658040
c fft.c
//FFT.c C callable FFT function in C
#define PTS 256 //# of points for FFT
typedef struct {float real,imag;} COMPLEX;
extern COMPLEX w[PTS]; //twiddle constants stored in w
v