随机算法与回溯算法结合解N皇后问题.小程序,主要体现算法设计思想.
源代码在线查看: q.plg
Build Log
--------------------Configuration: Q - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\a\LOCALS~1\Temp\RSP138.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Q.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\高级算法\实验\Q\Q.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\a\LOCALS~1\Temp\RSP138.tmp"
Creating command line "link.exe 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 /profile /debug /machine:I386 /out:"Debug/Q.exe" ".\Debug\Q.obj" "
Output Window
Compiling...
Q.cpp
Linking...
Results
Q.exe - 0 error(s), 0 warning(s)