快速排序算发,2分法查找,比一般的算发快,编译通过
源代码在线查看: 快速排序算法.plg
Build Log
--------------------Configuration: 快速排序算法 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1.SSD\LOCALS~1\Temp\RSP87.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/快速排序算法.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\c++\SS\快速排序算法\快速排序算法View.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1.SSD\LOCALS~1\Temp\RSP87.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1.SSD\LOCALS~1\Temp\RSP88.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/快速排序算法.pdb" /debug /machine:I386 /out:"Debug/快速排序算法.exe" /pdbtype:sept
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\快速排序算法.obj"
".\Debug\快速排序算法Doc.obj"
".\Debug\快速排序算法View.obj"
".\Debug\快速排序算法.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1.SSD\LOCALS~1\Temp\RSP88.tmp"
Output Window
Compiling...
快速排序算法View.cpp
Linking...
Results
快速排序算法.exe - 0 error(s), 0 warning(s)