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

📄 迷宫.plg

📁 迷宫智能A*搜索的算法实现
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 迷宫 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\dick\LOCALS~1\Temp\RSPA.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/迷宫.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"F:\程序\迷宫\迷宫.cpp"
"F:\程序\迷宫\迷宫View.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\dick\LOCALS~1\Temp\RSPA.tmp" 
Creating temporary file "C:\DOCUME~1\dick\LOCALS~1\Temp\RSPB.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/迷宫.pdb" /debug /machine:I386 /out:"Debug/迷宫.exe" /pdbtype:sept 
".\Debug\EDIT.obj"
".\Debug\MainFrm.obj"
".\Debug\State.obj"
".\Debug\StdAfx.obj"
".\Debug\迷宫.obj"
".\Debug\迷宫Doc.obj"
".\Debug\迷宫View.obj"
".\Debug\迷宫.res"
]
Creating command line "link.exe @C:\DOCUME~1\dick\LOCALS~1\Temp\RSPB.tmp"
<h3>Output Window</h3>
Compiling...
迷宫.cpp
Generating Code...
Compiling...
迷宫View.cpp
Generating Code...
F:\程序\迷宫\迷宫View.cpp(267) : warning C4715: 'CMyView::Deepfirstscan' : not all control paths return a value
F:\程序\迷宫\迷宫View.cpp(372) : warning C4715: 'CMyView::Astar' : not all control paths return a value
F:\程序\迷宫\迷宫View.cpp(399) : warning C4715: 'CMyView::Widefirstscan' : not all control paths return a value
Linking...



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

⌨️ 快捷键说明

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