代码搜索:Fir 开发教程
找到约 10,000 项符合「Fir 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/179197/9365764
opt fir.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/179197/9365769
sym fir.sym
www.eeworm.com/read/179197/9366130
plg fir.plg
礦ision3 Build Log
Project:
J:\公司电脑备份\F盘\测试区\LPC2100EXAMPLE(KEIL ARM)\EX5-Interrupt\FIR.uv2
Project File Date: 04/02/2006
Output:
www.eeworm.com/read/179197/9366138
elf fir.elf
www.eeworm.com/read/179197/9366141
hex fir.hex
:1000000018F09FE518F09FE518F09FE518F09FE5C0
:1000100018F09FE5586FA0B8F0FF1FE518F09FE5B6
:1000200058000000400000004400000048000000AC
:100030004C0000000000000050000000180100000B
:10004000FEFFFFEAFEF
www.eeworm.com/read/179197/9366153
lnp fir.lnp
"main.obj",
"Startup.obj"
TO "FIR"
CASE
CLASSES (DATA (0x40000000-0x40003FFF),
CODE (0x0-0x3FFFF), CONST (0x0-0x3FFFF))
www.eeworm.com/read/179197/9366159
map fir.map
LA ARM LINKER/LOCATER V2.01e 02/19/2005 10:14:27 PAGE 1
LA ARM LINKER/LOCATER V2.01e, INVOKED BY:
C:\KEIL\ARM\BIN\LA.EXE main.obj, St
www.eeworm.com/read/179197/9366160
opt fir.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/179197/9366163
htx fir.htx
www.eeworm.com/read/374228/9415561
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