fir.plg
来自「该程序是无限长滤波器,它包括对七中加窗的处理,即可做研究有可使用」· PLG 代码 · 共 34 行
PLG
34 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: fir - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\new\LOCALS~1\Temp\RSP2D.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/fir.pdb" /debug /machine:I386 /out:"Debug/fir.exe" /pdbtype:sept
.\Debug\Fir.obj
.\Debug\main_Fir.obj
]
Creating command line "link.exe @C:\DOCUME~1\new\LOCALS~1\Temp\RSP2D.tmp"
<h3>Output Window</h3>
Linking...
Fir.obj : error LNK2001: unresolved external symbol __rnd
Fir.obj : error LNK2001: unresolved external symbol __lsshl
Fir.obj : error LNK2001: unresolved external symbol __smac
Debug/fir.exe : fatal error LNK1120: 3 unresolved externals
Error executing link.exe.
Creating command line "bscmake.exe /nologo /o"Debug/fir.bsc" .\Debug\Fir.sbr .\Debug\main_Fir.sbr"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
fir.exe - 4 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?