build.bat

来自「我自己改写的Remez,FIR滤波器参数计算程序」· Batch 代码 · 共 7 行

BAT
7
字号
REM Compile the Remez program with Visual C++

bison --defines --verbose remez.y
del remez.tab.cpp
ren remez.tab.c remez.tab.cpp
flex -i -s -olex.yy.cpp remez.l
cl remez.cpp main.cpp lex.yy.cpp remez.tab.cpp

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?