?? 單純形算法.plg
字號:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 單純形算法 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6F.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
"G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6F.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP70.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\ADMINI~1\LOCALS~1\Temp\RSP70.tmp"
<h3>Output Window</h3>
Compiling...
單純形算法.cpp
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(14) : error C2059: syntax error : '?'
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(38) : error C2059: syntax error : ')'
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(39) : error C2065: 'P' : undeclared identifier
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(39) : error C2143: syntax error : missing ';' before '}'
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(39) : warning C4552: '*' : operator has no effect; expected operator with side-effect
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(45) : error C2143: syntax error : missing ')' before '{'
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(48) : error C2440: '=' : cannot convert from 'double [100]' to 'double'
There is no context in which this conversion is possible
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(52) : error C2440: '=' : cannot convert from 'double [100]' to 'double'
There is no context in which this conversion is possible
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(61) : error C2143: syntax error : missing ')' before '{'
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(69) : error C2143: syntax error : missing ')' before ';'
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(90) : error C2065: 'the' : undeclared identifier
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(90) : error C2146: syntax error : missing ';' before identifier 'max'
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(91) : error C2146: syntax error : missing ';' before identifier 'crit'
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(92) : error C2065: 'crit' : undeclared identifier
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(92) : error C2146: syntax error : missing ';' before identifier 'erion'
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(92) : error C2065: 'erion' : undeclared identifier
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(92) : error C2143: syntax error : missing ';' before 'if'
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(112) : error C2146: syntax error : missing ';' before identifier 'quit'
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(112) : error C2065: 'quit' : undeclared identifier
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(112) : error C2146: syntax error : missing ';' before identifier 'the'
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(113) : error C2146: syntax error : missing ';' before identifier 'B'
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(113) : error C2146: syntax error : missing ';' before identifier 'ase'
G:\數學\模型與實驗\應用程序\C++\貪吃蛇\Source\單純形算法.cpp(113) : error C2065: 'ase' : undeclared identifier
執行 cl.exe 時出錯.
<h3>Results</h3>
單純形算法.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -