这里面是很多经典算法的源代码
源代码在线查看: 最优二叉树.plg
Build Log
--------------------Configuration: 最优二叉树 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\z1\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
"D:\最优二叉树\最优二叉树.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\z1\LOCALS~1\Temp\RSP88.tmp"
Creating temporary file "C:\DOCUME~1\z1\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\最优二叉树.obj"
]
Creating command line "link.exe @C:\DOCUME~1\z1\LOCALS~1\Temp\RSP89.tmp"
Output Window
Compiling...
最优二叉树.cpp
D:\最优二叉树\最优二叉树.cpp(10) : warning C4508: 'main' : function should return a value; 'void' return type assumed
Linking...
Results
最优二叉树.exe - 0 error(s), 1 warning(s)