ldpc_main.plg
来自「LDPC的完整c语言开发源程序代码」· PLG 代码 · 共 35 行
PLG
35 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: LDPC_main - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\dell\LOCALS~1\Temp\RSP1BD.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 /nologo /subsystem:console /incremental:yes /pdb:"Debug/LDPC_main.pdb" /debug /machine:I386 /out:"Debug/LDPC_main.exe" /pdbtype:sept
.\Debug\construct_matrix.obj
.\Debug\decode.obj
.\Debug\encode.obj
.\Debug\Gaussian_channel.obj
.\Debug\generating_matrix.obj
.\Debug\get_matrix.obj
.\Debug\LDPC_main.obj
.\Debug\test.obj
]
Creating command line "link.exe @C:\DOCUME~1\dell\LOCALS~1\Temp\RSP1BD.tmp"
<h3>Output Window</h3>
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/LDPC_main.bsc" .\Debug\construct_matrix.sbr .\Debug\decode.sbr .\Debug\encode.sbr .\Debug\Gaussian_channel.sbr .\Debug\generating_matrix.sbr .\Debug\get_matrix.sbr .\Debug\LDPC_main.sbr .\Debug\test.sbr"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
LDPC_main.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?