代码搜索:如何学习 FFt?
找到约 10,000 项符合「如何学习 FFt?」的源代码
代码结果 10,000
www.eeworm.com/read/448929/7522118
rc fft.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/448929/7522119
opt fft.opt
www.eeworm.com/read/448929/7522124
aps fft.aps
www.eeworm.com/read/448929/7522125
h fft.h
// FFT.h : main header file for the FFT application
//
#if !defined(AFX_FFT_H__2A0F529A_1F6D_4CB4_8EBA_62EEEA6DE060__INCLUDED_)
#define AFX_FFT_H__2A0F529A_1F6D_4CB4_8EBA_62EEEA6DE060__INCLUDED_
www.eeworm.com/read/448868/7524410
asm fft.asm
www.eeworm.com/read/448868/7524416
cmd fft.cmd
fft.obj
-o fft.out
-m fft.map
-e start
MEMORY
{
PAGE 0:
EPROM: org=0E000h, len=1000h
VECS : org=0FF80h, len=0080h
PAGE 1:
SPRAM: org=0060h, len=0020h
www.eeworm.com/read/448754/7526220
txt fft.txt
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "dsplib.h"
//-----------------------------------------------------------
www.eeworm.com/read/448647/7528756
c fft.c
/*
* FAAC - Freeware Advanced Audio Coder
* Copyright (C) 2001 Menno Bakker
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Ge
www.eeworm.com/read/448647/7528775
h fft.h
/*
* FAAC - Freeware Advanced Audio Coder
* Copyright (C) 2001 Menno Bakker
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Ge
www.eeworm.com/read/447645/7548274
java fft.java
package fft;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.io.PrintWriter;
import java.lang.Math;
class fft {
final static double PI = 3.1