代码搜索:Fir 开发教程

找到约 10,000 项符合「Fir 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/385542/8799375

ppt fir.ppt

www.eeworm.com/read/285740/8820770

ico fir.ico

www.eeworm.com/read/285740/8820775

manifest fir.manifest

www.eeworm.com/read/285740/8820786

suo fir.suo

www.eeworm.com/read/285740/8820791

rc fir.rc

// Microsoft Visual C++ generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // /
www.eeworm.com/read/285740/8820795

vcproj fir.vcproj

www.eeworm.com/read/285740/8820798

sln fir.sln

Microsoft Visual Studio Solution File, Format Version 8.00 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FIR", "FIR.vcproj", "{F12F62AE-6534-4967-A239-D1695F41A691}" ProjectSection(ProjectDe
www.eeworm.com/read/285740/8820805

h fir.h

// FIR.h : PROJECT_NAME 应用程序的主头文件 // #pragma once #ifndef __AFXWIN_H__ #error 在包含用于 PCH 的此文件之前包含“stdafx.h” #endif #include "resource.h" // 主符号 // CFIRApp: // 有关此类的实现,请参阅 FIR.cpp /
www.eeworm.com/read/285740/8820813

cpp fir.cpp

// FIR.cpp : 定义应用程序的类行为。 // #include "stdafx.h" #include "FIR.h" #include "FIRDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CFIRApp BEGIN_MESSAGE_MAP(CFIRApp, CWinApp) ON_C
www.eeworm.com/read/429004/8825007

v fir.v

module fir(clk,x,y); input[7:0] x; input clk; output[15:0] y; reg[15:0] y; reg[7:0] tap0,tap1,tap2,tap3,tap4,tap5,tap6,tap7,tap8,tap9,tap10; reg[7:0] t0,t1,t2,t3,t4,t5; reg[15:0] sum; always