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

📄 模拟退火.plg

📁 用模拟退火算法解决TSP问题
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 模拟退火 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\xp\LOCALS~1\Temp\RSP88.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/模拟退火.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ  /c 
"C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\xp\LOCALS~1\Temp\RSP88.tmp" 
Creating temporary file "C:\DOCUME~1\xp\LOCALS~1\Temp\RSP89.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  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/模拟退火.pdb" /debug /machine:I386 /out:"Debug/模拟退火.exe" /pdbtype:sept 
".\Debug\Main.obj"
]
Creating command line "link.exe @C:\DOCUME~1\xp\LOCALS~1\Temp\RSP89.tmp"
<h3>Output Window</h3>
Compiling...
Main.cpp
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(43) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(78) : warning C4129: '%' : unrecognized character escape sequence
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(83) : warning C4305: '*=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(29) : warning C4101: 't' : unreferenced local variable
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(23) : warning C4101: 'nover' : unreferenced local variable
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(94) : warning C4101: 'ii' : unreferenced local variable
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(93) : warning C4101: 'yy' : unreferenced local variable
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(123) : warning C4101: 'ii' : unreferenced local variable
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(203) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(226) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(227) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(228) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(229) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(232) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(233) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(234) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(235) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(236) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(237) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(239) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(240) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(241) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(242) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(243) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(244) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(245) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(246) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(247) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(248) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(249) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(250) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(251) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(252) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(253) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(254) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(255) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(256) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(257) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(258) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(259) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(260) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(263) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(264) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(265) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(266) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(267) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(268) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(269) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(270) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(272) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(273) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(274) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(275) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(276) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(277) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(278) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(279) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(281) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(282) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(283) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(284) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(285) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(286) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(288) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(289) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(290) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(291) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(292) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(293) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(294) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(295) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(296) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(297) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(299) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(300) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(301) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(302) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(303) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(304) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(305) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(306) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(307) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(310) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(311) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(312) : warning C4305: '=' : truncation from 'const double' to 'float'
C:\Documents and Settings\All Users\桌面\模拟退火\Main.cpp(334) : warning C4129: '%' : unrecognized character escape sequence
Linking...



<h3>Results</h3>
模拟退火.exe - 0 error(s), 86 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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