📄 进程调度.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 进程调度 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\亮亮\LOCALS~1\Temp\RSP70.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
"C:\Documents and Settings\亮亮\桌面\临时文档\作业\OS\何亮亮操作系统实验\操作系统实验三\src\进程调度.cpp"
]
Creating command line "cl.exe @"C:\DOCUME~1\亮亮\LOCALS~1\Temp\RSP70.tmp""
Creating temporary file "C:\DOCUME~1\亮亮\LOCALS~1\Temp\RSP71.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 /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\亮亮\LOCALS~1\Temp\RSP71.tmp""
<h3>Output Window</h3>
Compiling...
进程调度.cpp
c:\documents and settings\亮亮\桌面\临时文档\作业\os\何亮亮操作系统实验\操作系统实验三\src\进程调度.cpp(106) : warning C4101: 'buffer' : unreferenced local variable
c:\documents and settings\亮亮\桌面\临时文档\作业\os\何亮亮操作系统实验\操作系统实验三\src\进程调度.cpp(175) : warning C4800: 'bool (__cdecl *)(void)' : forcing value to bool 'true' or 'false' (performance warning)
c:\documents and settings\亮亮\桌面\临时文档\作业\os\何亮亮操作系统实验\操作系统实验三\src\进程调度.cpp(191) : warning C4800: 'bool (__cdecl *)(void)' : forcing value to bool 'true' or 'false' (performance warning)
c:\documents and settings\亮亮\桌面\临时文档\作业\os\何亮亮操作系统实验\操作系统实验三\src\进程调度.cpp(222) : warning C4800: 'bool (__cdecl *)(void)' : forcing value to bool 'true' or 'false' (performance warning)
c:\documents and settings\亮亮\桌面\临时文档\作业\os\何亮亮操作系统实验\操作系统实验三\src\进程调度.cpp(196) : warning C4101: 'buffer' : unreferenced local variable
c:\documents and settings\亮亮\桌面\临时文档\作业\os\何亮亮操作系统实验\操作系统实验三\src\进程调度.cpp(49) : warning C4715: 'choose_arithmetic' : not all control paths return a value
c:\documents and settings\亮亮\桌面\临时文档\作业\os\何亮亮操作系统实验\操作系统实验三\src\进程调度.cpp(278) : warning C4700: local variable 'a' used without having been initialized
Linking...
<h3>Results</h3>
进程调度.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -