areplane.plg

来自「模糊控制逻辑飞机着陆问题算法的vc编程实现」· PLG 代码 · 共 43 行

PLG
43
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: areplane - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\genglei\LOCALS~1\Temp\RSPCD.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/areplane.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"I:\耿磊\vc\areplane1\areplane\areplaneView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\genglei\LOCALS~1\Temp\RSPCD.tmp" 
Creating temporary file "C:\DOCUME~1\genglei\LOCALS~1\Temp\RSPCE.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/areplane.pdb" /debug /machine:I386 /out:"Debug/areplane.exe" /pdbtype:sept 
".\Debug\areplane.obj"
".\Debug\areplaneDoc.obj"
".\Debug\areplaneView.obj"
".\Debug\MainFrm.obj"
".\Debug\Setting.obj"
".\Debug\Splash.obj"
".\Debug\StdAfx.obj"
".\Debug\areplane.res"
]
Creating command line "link.exe @C:\DOCUME~1\genglei\LOCALS~1\Temp\RSPCE.tmp"
<h3>Output Window</h3>
Compiling...
areplaneView.cpp
I:\耿磊\vc\areplane1\areplane\areplaneView.cpp(428) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
I:\耿磊\vc\areplane1\areplane\areplaneView.cpp(431) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
I:\耿磊\vc\areplane1\areplane\areplaneView.cpp(457) : warning C4715: 'CAreplaneView::area' : not all control paths return a value
Linking...



<h3>Results</h3>
areplane.exe - 0 error(s), 3 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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