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

📄 time-slice.plg

📁 操作系统实验1 时间片轮转
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: time-slice - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP27E.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/time-slice.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\workspace\c\OS\time-slice\time-slice.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP27E.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP27F.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/time-slice.pdb" /debug /machine:I386 /out:"Debug/time-slice.exe" /pdbtype:sept 
".\Debug\time-slice.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP27F.tmp"
<h3>Output Window</h3>
Compiling...
time-slice.cpp
E:\workspace\c\OS\time-slice\time-slice.cpp(29) : warning C4508: 'init' : function should return a value; 'void' return type assumed
E:\workspace\c\OS\time-slice\time-slice.cpp(35) : warning C4508: 'en' : function should return a value; 'void' return type assumed
E:\workspace\c\OS\time-slice\time-slice.cpp(55) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
E:\workspace\c\OS\time-slice\time-slice.cpp(62) : error C2065: 'disp' : undeclared identifier
E:\workspace\c\OS\time-slice\time-slice.cpp(62) : error C2065: 'pr' : undeclared identifier
E:\workspace\c\OS\time-slice\time-slice.cpp(62) : error C2275: 'PCB' : illegal use of this type as an expression
        E:\workspace\c\OS\time-slice\time-slice.cpp(17) : see declaration of 'PCB'
E:\workspace\c\OS\time-slice\time-slice.cpp(63) : error C2143: syntax error : missing ';' before '{'
E:\workspace\c\OS\time-slice\time-slice.cpp(65) : error C2227: left of '->name' must point to class/struct/union
E:\workspace\c\OS\time-slice\time-slice.cpp(66) : error C2227: left of '->state' must point to class/struct/union
E:\workspace\c\OS\time-slice\time-slice.cpp(67) : error C2227: left of '->slice' must point to class/struct/union
E:\workspace\c\OS\time-slice\time-slice.cpp(72) : error C2065: 'check' : undeclared identifier
E:\workspace\c\OS\time-slice\time-slice.cpp(73) : error C2143: syntax error : missing ';' before '{'
E:\workspace\c\OS\time-slice\time-slice.cpp(78) : error C2065: 'print' : undeclared identifier
E:\workspace\c\OS\time-slice\time-slice.cpp(86) : error C2065: 'run' : undeclared identifier
E:\workspace\c\OS\time-slice\time-slice.cpp(87) : error C2143: syntax error : missing ';' before '{'
E:\workspace\c\OS\time-slice\time-slice.cpp(88) : error C2039: 'Q' : is not a member of 'pcb'
        E:\workspace\c\OS\time-slice\time-slice.cpp(9) : see declaration of 'pcb'
E:\workspace\c\OS\time-slice\time-slice.cpp(88) : error C2228: left of '.frout' must have class/struct/union type
E:\workspace\c\OS\time-slice\time-slice.cpp(88) : error C2227: left of '->link' must point to class/struct/union
E:\workspace\c\OS\time-slice\time-slice.cpp(92) : error C2228: left of '.frout' must have class/struct/union type
E:\workspace\c\OS\time-slice\time-slice.cpp(98) : error C2228: left of '.frout' must have class/struct/union type
E:\workspace\c\OS\time-slice\time-slice.cpp(105) : error C2065: 'main' : undeclared identifier
E:\workspace\c\OS\time-slice\time-slice.cpp(106) : error C2143: syntax error : missing ';' before '{'
E:\workspace\c\OS\time-slice\time-slice.cpp(111) : error C2228: left of '.rear' must have class/struct/union type
E:\workspace\c\OS\time-slice\time-slice.cpp(111) : fatal error C1903: unable to recover from previous error(s); stopping compilation
执行 cl.exe 时出错.



<h3>Results</h3>
time-slice.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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