📄 chess.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: chess - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\任伟\LOCALS~1\Temp\RSP12.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/chess.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\好的书籍\游戏书籍专栏\PC 游戏编程(人机博弈)(pdf 格式)\BoYi\boyi\chess\Alphabeta_HH.cpp"
"E:\好的书籍\游戏书籍专栏\PC 游戏编程(人机博弈)(pdf 格式)\BoYi\boyi\chess\AlphaBetaAndTT.cpp"
"E:\好的书籍\游戏书籍专栏\PC 游戏编程(人机博弈)(pdf 格式)\BoYi\boyi\chess\AlphaBetaEngine.cpp"
"E:\好的书籍\游戏书籍专栏\PC 游戏编程(人机博弈)(pdf 格式)\BoYi\boyi\chess\AspirationSearch.cpp"
"E:\好的书籍\游戏书籍专栏\PC 游戏编程(人机博弈)(pdf 格式)\BoYi\boyi\chess\chess.cpp"
"E:\好的书籍\游戏书籍专栏\PC 游戏编程(人机博弈)(pdf 格式)\BoYi\boyi\chess\chessDlg.cpp"
"E:\好的书籍\游戏书籍专栏\PC 游戏编程(人机博弈)(pdf 格式)\BoYi\boyi\chess\Eveluation.cpp"
"E:\好的书籍\游戏书籍专栏\PC 游戏编程(人机博弈)(pdf 格式)\BoYi\boyi\chess\FAlphaBetaEngine.cpp"
"E:\好的书籍\游戏书籍专栏\PC 游戏编程(人机博弈)(pdf 格式)\BoYi\boyi\chess\HistoryHeuristic.cpp"
"E:\好的书籍\游戏书籍专栏\PC 游戏编程(人机博弈)(pdf 格式)\BoYi\boyi\chess\IDAlphabeta.cpp"
"E:\好的书籍\游戏书籍专栏\PC 游戏编程(人机博弈)(pdf 格式)\BoYi\boyi\chess\MoveGenerator.cpp"
"E:\好的书籍\游戏书籍专栏\PC 游戏编程(人机博弈)(pdf 格式)\BoYi\boyi\chess\MTD_f.cpp"
"E:\好的书籍\游戏书籍专栏\PC 游戏编程(人机博弈)(pdf 格式)\BoYi\boyi\chess\NegamaxEngine.cpp"
"E:\好的书籍\游戏书籍专栏\PC 游戏编程(人机博弈)(pdf 格式)\BoYi\boyi\chess\NegaScout_TT_HH.cpp"
"E:\好的书籍\游戏书籍专栏\PC 游戏编程(人机博弈)(pdf 格式)\BoYi\boyi\chess\NewGame.cpp"
"E:\好的书籍\游戏书籍专栏\PC 游戏编程(人机博弈)(pdf 格式)\BoYi\boyi\chess\PVS_Engine.cpp"
"E:\好的书籍\游戏书籍专栏\PC 游戏编程(人机博弈)(pdf 格式)\BoYi\boyi\chess\SearchEngine.cpp"
"E:\好的书籍\游戏书籍专栏\PC 游戏编程(人机博弈)(pdf 格式)\BoYi\boyi\chess\TranspositionTable.cpp"
]
Creating command line "cl.exe @"C:\DOCUME~1\任伟\LOCALS~1\Temp\RSP12.tmp""
Creating temporary file "C:\DOCUME~1\任伟\LOCALS~1\Temp\RSP13.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/chess.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\好的书籍\游戏书籍专栏\PC 游戏编程(人机博弈)(pdf 格式)\BoYi\boyi\chess\StdAfx.cpp"
]
Creating command line "cl.exe @"C:\DOCUME~1\任伟\LOCALS~1\Temp\RSP13.tmp""
Creating temporary file "C:\DOCUME~1\任伟\LOCALS~1\Temp\RSP14.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Debug/chess.pdb" /debug /machine:I386 /out:"Debug/chess.exe" /pdbtype:sept
".\Debug\Alphabeta_HH.obj"
".\Debug\AlphaBetaAndTT.obj"
".\Debug\AlphaBetaEngine.obj"
".\Debug\AspirationSearch.obj"
".\Debug\chess.obj"
".\Debug\chessDlg.obj"
".\Debug\Eveluation.obj"
".\Debug\FAlphaBetaEngine.obj"
".\Debug\HistoryHeuristic.obj"
".\Debug\IDAlphabeta.obj"
".\Debug\MoveGenerator.obj"
".\Debug\MTD_f.obj"
".\Debug\NegamaxEngine.obj"
".\Debug\NegaScout_TT_HH.obj"
".\Debug\NewGame.obj"
".\Debug\PVS_Engine.obj"
".\Debug\SearchEngine.obj"
".\Debug\StdAfx.obj"
".\Debug\TranspositionTable.obj"
".\Debug\chess.res"
]
Creating command line "link.exe @"C:\DOCUME~1\任伟\LOCALS~1\Temp\RSP14.tmp""
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
Alphabeta_HH.cpp
AlphaBetaAndTT.cpp
AlphaBetaEngine.cpp
AspirationSearch.cpp
chess.cpp
chessDlg.cpp
Eveluation.cpp
FAlphaBetaEngine.cpp
HistoryHeuristic.cpp
IDAlphabeta.cpp
MoveGenerator.cpp
MTD_f.cpp
NegamaxEngine.cpp
NegaScout_TT_HH.cpp
NewGame.cpp
PVS_Engine.cpp
SearchEngine.cpp
TranspositionTable.cpp
Generating Code...
Linking...
LINK : warning LNK4075: ignoring /EDITANDCONTINUE due to /INCREMENTAL:NO specification
<h3>Results</h3>
chess.exe - 0 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -