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

📄 dijkstra.plg

📁 时间复杂度为O(ElogV)的Dijkrastra算法的实现
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Dijkstra - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\刘金义\LOCALS~1\Temp\RSP9.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Dijkstra.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\联想1+1--我的程序\Dijkstra\Dijkstra.cpp"
]
Creating command line "cl.exe @"C:\DOCUME~1\刘金义\LOCALS~1\Temp\RSP9.tmp"" 
Creating temporary file "C:\DOCUME~1\刘金义\LOCALS~1\Temp\RSPA.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/Dijkstra.pdb" /debug /machine:I386 /out:"Debug/Dijkstra.exe" /pdbtype:sept 
".\Debug\Dijkstra.obj"
]
Creating command line "link.exe @"C:\DOCUME~1\刘金义\LOCALS~1\Temp\RSPA.tmp""
<h3>Output Window</h3>
Compiling...
Dijkstra.cpp
d:\联想1+1--我的程序\dijkstra\dijkstra.cpp(70) : warning C4786: 'std::reverse_iterator<std::vector<unsigned int,std::allocator<unsigned int> > const *,std::vector<unsigned int,std::allocator<unsigned int> >,std::vector<unsigned int,std::allocator<unsigned int> > const &,std::vector<unsigned int,std::allocator<unsigned int> > const *,int>' : identifier was truncated to '255' characters in the debug information
d:\联想1+1--我的程序\dijkstra\dijkstra.cpp(70) : warning C4786: 'std::reverse_iterator<std::vector<unsigned int,std::allocator<unsigned int> > *,std::vector<unsigned int,std::allocator<unsigned int> >,std::vector<unsigned int,std::allocator<unsigned int> > &,std::vector<unsigned int,std::allocator<unsigned int> > *,int>' : identifier was truncated to '255' characters in the debug information
c:\program files\microsoft visual studio\vc98\include\vector(39) : warning C4786: 'std::vector<std::vector<unsigned int,std::allocator<unsigned int> >,std::allocator<std::vector<unsigned int,std::allocator<unsigned int> > > >::vector<std::vector<unsigned int,std::allocator<unsigned int> >,std::allocator<std::vector<unsigned int,std::allocator<unsigned int> > > >' : identifier was truncated to '255' characters in the debug information
c:\program files\microsoft visual studio\vc98\include\vector(60) : warning C4786: 'std::vector<std::vector<unsigned int,std::allocator<unsigned int> >,std::allocator<std::vector<unsigned int,std::allocator<unsigned int> > > >::~vector<std::vector<unsigned int,std::allocator<unsigned int> >,std::allocator<std::vector<unsigned int,std::allocator<unsigned int> > > >' : identifier was truncated to '255' characters in the debug information
Linking...



<h3>Results</h3>
Dijkstra.exe - 0 error(s), 4 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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