shuangbuqr.plg

来自「这个是数值分析中双步QR算法的实现程序」· PLG 代码 · 共 51 行

PLG
51
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ShuangbuQR - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP90.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/ShuangbuQR.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"G:\robin\ShuangbuQR\SbQR.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP90.tmp" 
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP91.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/ShuangbuQR.pdb" /debug /machine:I386 /out:"Debug/ShuangbuQR.exe" /pdbtype:sept 
.\Debug\SbQR.obj
]
Creating command line "link.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP91.tmp"
<h3>Output Window</h3>
Compiling...
SbQR.cpp
g:\robin\shuangbuqr\sbqr.cpp(58) : warning C4101: 'H' : unreferenced local variable
g:\robin\shuangbuqr\sbqr.cpp(195) : error C2065: 'v' : undeclared identifier
g:\robin\shuangbuqr\sbqr.cpp(195) : error C2109: subscript requires array or pointer type
g:\robin\shuangbuqr\sbqr.cpp(195) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
g:\robin\shuangbuqr\sbqr.cpp(195) : error C2106: '=' : left operand must be l-value
g:\robin\shuangbuqr\sbqr.cpp(199) : error C2109: subscript requires array or pointer type
g:\robin\shuangbuqr\sbqr.cpp(230) : error C2065: 'detlta' : undeclared identifier
g:\robin\shuangbuqr\sbqr.cpp(258) : error C2146: syntax error : missing ';' before identifier 'm'
g:\robin\shuangbuqr\sbqr.cpp(267) : error C2143: syntax error : missing ';' before 'if'
g:\robin\shuangbuqr\sbqr.cpp(277) : error C2065: 'M' : undeclared identifier
g:\robin\shuangbuqr\sbqr.cpp(280) : error C2109: subscript requires array or pointer type
g:\robin\shuangbuqr\sbqr.cpp(280) : error C2109: subscript requires array or pointer type
g:\robin\shuangbuqr\sbqr.cpp(280) : error C2109: subscript requires array or pointer type
g:\robin\shuangbuqr\sbqr.cpp(280) : error C2109: subscript requires array or pointer type
g:\robin\shuangbuqr\sbqr.cpp(280) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
g:\robin\shuangbuqr\sbqr.cpp(280) : error C2106: '=' : left operand must be l-value
g:\robin\shuangbuqr\sbqr.cpp(287) : error C2065: 'B' : undeclared identifier
g:\robin\shuangbuqr\sbqr.cpp(288) : warning C4508: 'main' : function should return a value; 'void' return type assumed
Error executing cl.exe.



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

⌨️ 快捷键说明

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