elgamaltool.plg
来自「这个程序是网络信息安全概论课的课程实践,自己动手编写一个具于1024位大数 运」· PLG 代码 · 共 40 行
PLG
40 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ELGamaltool - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\MINGJI~1\LOCALS~1\Temp\RSPA1.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/ELGamaltool.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"D:\我的文档\研究生学习\网络与信息安全\ELGamaltool\ELGamaltoolDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\MINGJI~1\LOCALS~1\Temp\RSPA1.tmp"
Creating temporary file "C:\DOCUME~1\MINGJI~1\LOCALS~1\Temp\RSPA2.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/ELGamaltool.pdb" /machine:I386 /out:"Release/ELGamaltool.exe"
".\Release\BigInt.obj"
".\Release\CCommon.obj"
".\Release\ELGamaltool.obj"
".\Release\ELGamaltoolDlg.obj"
".\Release\ELGmaltest1.obj"
".\Release\HELPDlg.obj"
".\Release\StdAfx.obj"
".\Release\ELGamaltool.res"
]
Creating command line "link.exe @C:\DOCUME~1\MINGJI~1\LOCALS~1\Temp\RSPA2.tmp"
<h3>Output Window</h3>
Compiling...
ELGamaltoolDlg.cpp
Linking...
<h3>Results</h3>
ELGamaltool.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?