sqp.plg
来自「非线性回归问题SQP解法」· PLG 代码 · 共 57 行
PLG
57 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: SQP - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "c:\windows\TEMP\RSP10E5.TMP" with contents
[
/check:bounds /compile_only /debug:full /include:"Debug/" /nologo /warn:argument_checking /warn:nofileopt /module:"Debug/" /object:"Debug/" /pdbfile:"Debug/DF60.PDB"
"C:\PROGRAM\SQP\SQP\SQP.for"
]
Creating temporary file "c:\windows\TEMP\RSP10E6.TMP" with contents
[
kernel32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/SQP.pdb" /debug /machine:I386 /out:"Debug/SQP.exe" /pdbtype:sept
.\Debug\SQP.obj
".\Debug\sub auxqp.obj"
".\Debug\sub check.obj"
".\Debug\sub contes.obj"
".\Debug\sub input.obj"
".\Debug\sub lsearc.obj"
".\Debug\sub prnt.obj"
".\Debug\sub pval.obj"
".\Debug\sub qpval.obj"
".\Debug\sub bupd.obj"
".\Debug\sub output.obj"
".\Debug\sub scal.obj"
".\Debug\sub qpsolv.obj"
".\Debug\sub initia.obj"
".\Debug\sub chodec.obj"
".\Debug\sub qrdec.obj"
".\Debug\sub fwdsub.obj"
".\Debug\sub bwdsub.obj"
".\Debug\sub rtest.obj"
".\Debug\sub chkopt.obj"
".\Debug\sub add.obj"
".\Debug\sub drop.obj"
".\Debug\sub qpout.obj"
".\Debug\sub dif.obj"
".\Debug\sub fval.obj"
".\Debug\sub gval.obj"
]
Creating command line "link.exe @c:\windows\TEMP\RSP10E6.TMP"
<h3>Output Window</h3>
Compiling Fortran...
C:\PROGRAM\SQP\SQP\SQP.for
Linking...
<h3>Results</h3>
SQP.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?