⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tspga.plg

📁 一个遗传算法的程序,实现了48个城市的TSP算法.用VC++环境下使用
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: TspGA - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/TspGA.res" /d "NDEBUG" /d "_AFXDLL" "E:\科学工程中的新型算法\homework\TspGA\TspGA.rc"" 
Creating temporary file "C:\DOCUME~1\YINMIN~1\LOCALS~1\Temp\RSP27.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 
"E:\科学工程中的新型算法\homework\TspGA\gacode.cpp"
"E:\科学工程中的新型算法\homework\TspGA\TspGA.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\YINMIN~1\LOCALS~1\Temp\RSP27.tmp" 
Creating temporary file "C:\DOCUME~1\YINMIN~1\LOCALS~1\Temp\RSP28.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" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"E:\科学工程中的新型算法\homework\TspGA\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\YINMIN~1\LOCALS~1\Temp\RSP28.tmp" 
Creating temporary file "C:\DOCUME~1\YINMIN~1\LOCALS~1\Temp\RSP29.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\YINMIN~1\LOCALS~1\Temp\RSP29.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
gacode.cpp
E:\科学工程中的新型算法\homework\TspGA\gacode.cpp(365) : warning C4018: '!=' : signed/unsigned mismatch
TspGA.cpp
Generating Code...
Linking...
   Creating library Release/TspGA.lib and object Release/TspGA.exp



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

⌨️ 快捷键说明

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