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

📄 dll_queue.plg

📁 这是一个简单队列数据结构计算的源代码
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Dll_Queue - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/Dll_Queue.res" /d "NDEBUG" /d "_AFXDLL" "F:\nixiaoping\队列数据结构\Dll_Queue\Dll_Queue.rc"" 
Creating temporary file "C:\WINDOWS\TEMP\RSPB301.TMP" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Release/Dll_Queue.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"F:\nixiaoping\队列数据结构\Dll_Queue\Dll_Queue.cpp"
"F:\nixiaoping\队列数据结构\Dll_Queue\Queue.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPB301.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSPB302.TMP" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Release/Dll_Queue.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"F:\nixiaoping\队列数据结构\Dll_Queue\StdAfx.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPB302.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSPB303.TMP" with contents
[
/nologo /subsystem:windows /dll /incremental:no /pdb:"Release/Dll_Queue.pdb" /machine:I386 /def:".\Dll_Queue.def" /out:"Release/Dll_Queue.dll" /implib:"Release/Dll_Queue.lib" 
".\Release\Dll_Queue.obj"
".\Release\Queue.obj"
".\Release\StdAfx.obj"
".\Release\Dll_Queue.res"
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSPB303.TMP"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Dll_Queue.cpp
Queue.cpp
Generating Code...
Linking...
   Creating library Release/Dll_Queue.lib and object Release/Dll_Queue.exp



<h3>Results</h3>
Dll_Queue.dll - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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