asa.plg

来自「用蚁群算法求解TSP问题,最大的特点是有详细的中文注释」· PLG 代码 · 共 39 行

PLG
39
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ASA - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1.MID\LOCALS~1\Temp\RSP87.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/ASA.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"G:\研究方向资料夹\ASA算法\Ant_System_Alogrithm.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1.MID\LOCALS~1\Temp\RSP87.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1.MID\LOCALS~1\Temp\RSP88.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/ASA.pdb" /debug /machine:I386 /out:"Debug/ASA.exe" /pdbtype:sept 
".\Debug\Ant_System_Alogrithm.obj"
".\Debug\ASA.obj"
".\Debug\ChildView.obj"
".\Debug\GamblingPad.obj"
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\ASA.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1.MID\LOCALS~1\Temp\RSP88.tmp"
<h3>Output Window</h3>
Compiling...
Ant_System_Alogrithm.cpp
Linking...



<h3>Results</h3>
ASA.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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