tspga.plg

来自「程序对48个城市的TSP问题(城市坐标文件对应于48.txt)进行计算」· PLG 代码 · 共 47 行

PLG
47
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: TspGA - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\akkun\LOCALS~1\Temp\RSP206.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"Release/TspGA.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"G:\遗传算法\遗传算法\遗传算法\程序源码\TspGA\gacode.cpp"
"G:\遗传算法\遗传算法\遗传算法\程序源码\TspGA\TspGA.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\akkun\LOCALS~1\Temp\RSP206.tmp" 
Creating temporary file "C:\DOCUME~1\akkun\LOCALS~1\Temp\RSP207.tmp" with contents
[
/nologo /subsystem:windows /dll /incremental:no /pdb:"Release/TspGA.pdb" /machine:I386 /def:".\TspGA.def" /out:"\科学工程中的新型算法\homework\GAApp\Release\TspGA.dll" /implib:"Release/TspGA.lib" 
".\Release\gacode.obj"
".\Release\StdAfx.obj"
".\Release\TspGA.obj"
".\Release\TspGA.res"
]
Creating command line "link.exe @C:\DOCUME~1\akkun\LOCALS~1\Temp\RSP207.tmp"
<h3>Output Window</h3>
Compiling...
gacode.cpp
G:\遗传算法\遗传算法\遗传算法\程序源码\TspGA\gacode.cpp(6) : fatal error C1001: INTERNAL COMPILER ERROR
        (compiler file 'msc1.cpp', line 1786) 
         Please choose the Technical Support command on the Visual C++ 
         Help menu, or open the Technical Support help file for more information
TspGA.cpp
G:\遗传算法\遗传算法\遗传算法\程序源码\TspGA\TspGA.cpp(62) : fatal error C1001: INTERNAL COMPILER ERROR
        (compiler file 'msc1.cpp', line 1786) 
         Please choose the Technical Support command on the Visual C++ 
         Help menu, or open the Technical Support help file for more information
Generating Code...
Error executing cl.exe.



<h3>Results</h3>
TspGA.dll - 2 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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