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

📄 reopt.plg

📁 vc下实现的最优化程序代码
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: REOPT - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/REOPT.res" /d "_DEBUG" /d "_AFXDLL" "F:\李宏仲\程序\REOPT\REOPT.rc"" 
Creating temporary file "C:\DOCUME~1\lihz\LOCALS~1\Temp\RSP123.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/REOPT.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"F:\李宏仲\程序\REOPT\ArrayMatrix.cpp"
"F:\李宏仲\程序\REOPT\MainFrm.cpp"
"F:\李宏仲\程序\REOPT\PowerFlowP_Q.cpp"
"F:\李宏仲\程序\REOPT\REOPT.cpp"
"F:\李宏仲\程序\REOPT\REOPTDoc.cpp"
"F:\李宏仲\程序\REOPT\REOPTView.cpp"
"F:\李宏仲\程序\REOPT\Simplex.cpp"
"F:\李宏仲\程序\REOPT\Vector.cpp"
"F:\李宏仲\程序\REOPT\VolStabMarg_Sens.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\lihz\LOCALS~1\Temp\RSP123.tmp" 
Creating temporary file "C:\DOCUME~1\lihz\LOCALS~1\Temp\RSP124.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/REOPT.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"F:\李宏仲\程序\REOPT\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\lihz\LOCALS~1\Temp\RSP124.tmp" 
Creating temporary file "C:\DOCUME~1\lihz\LOCALS~1\Temp\RSP125.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/REOPT.pdb" /debug /machine:I386 /out:"Debug/REOPT.exe" /pdbtype:sept 
".\Debug\ArrayMatrix.obj"
".\Debug\MainFrm.obj"
".\Debug\PowerFlowP_Q.obj"
".\Debug\REOPT.obj"
".\Debug\REOPTDoc.obj"
".\Debug\REOPTView.obj"
".\Debug\Simplex.obj"
".\Debug\StdAfx.obj"
".\Debug\Vector.obj"
".\Debug\VolStabMarg_Sens.obj"
".\Debug\REOPT.res"
]
Creating command line "link.exe @C:\DOCUME~1\lihz\LOCALS~1\Temp\RSP125.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ArrayMatrix.cpp
F:\李宏仲\程序\REOPT\ArrayMatrix.cpp(582) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
F:\李宏仲\程序\REOPT\ArrayMatrix.cpp(583) : warning C4018: '<' : signed/unsigned mismatch
F:\李宏仲\程序\REOPT\ArrayMatrix.cpp(583) : warning C4018: '<' : signed/unsigned mismatch
F:\李宏仲\程序\REOPT\ArrayMatrix.cpp(590) : warning C4172: returning address of local variable or temporary
F:\李宏仲\程序\REOPT\ArrayMatrix.cpp(605) : warning C4018: '<' : signed/unsigned mismatch
F:\李宏仲\程序\REOPT\ArrayMatrix.cpp(616) : warning C4018: '<' : signed/unsigned mismatch
F:\李宏仲\程序\REOPT\ArrayMatrix.cpp(637) : warning C4018: '<' : signed/unsigned mismatch
F:\李宏仲\程序\REOPT\ArrayMatrix.cpp(639) : warning C4018: '<' : signed/unsigned mismatch
F:\李宏仲\程序\REOPT\ArrayMatrix.cpp(652) : warning C4018: '<' : signed/unsigned mismatch
F:\李宏仲\程序\REOPT\ArrayMatrix.cpp(654) : warning C4018: '<' : signed/unsigned mismatch
F:\李宏仲\程序\REOPT\ArrayMatrix.cpp(633) : warning C4101: 'i' : unreferenced local variable
F:\李宏仲\程序\REOPT\ArrayMatrix.cpp(633) : warning C4101: 'j' : unreferenced local variable
MainFrm.cpp
PowerFlowP_Q.cpp
REOPT.cpp
REOPTDoc.cpp
REOPTView.cpp
Simplex.cpp
F:\李宏仲\程序\REOPT\Simplex.cpp(36) : warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
F:\李宏仲\程序\REOPT\Simplex.cpp(40) : warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
F:\李宏仲\程序\REOPT\Simplex.cpp(44) : warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
F:\李宏仲\程序\REOPT\Simplex.cpp(56) : warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
F:\李宏仲\程序\REOPT\Simplex.cpp(60) : warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
F:\李宏仲\程序\REOPT\Simplex.cpp(64) : warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
F:\李宏仲\程序\REOPT\Simplex.cpp(141) : warning C4305: '=' : truncation from 'const double' to 'float'
F:\李宏仲\程序\REOPT\Simplex.cpp(212) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
F:\李宏仲\程序\REOPT\Simplex.cpp(214) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
F:\李宏仲\程序\REOPT\Simplex.cpp(216) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
F:\李宏仲\程序\REOPT\Simplex.cpp(245) : warning C4305: 'initializing' : truncation from 'const double' to 'float'
F:\李宏仲\程序\REOPT\Simplex.cpp(359) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
F:\李宏仲\程序\REOPT\Simplex.cpp(385) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
F:\李宏仲\程序\REOPT\Simplex.cpp(405) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
F:\李宏仲\程序\REOPT\Simplex.cpp(431) : warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
F:\李宏仲\程序\REOPT\Simplex.cpp(441) : warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
Vector.cpp
VolStabMarg_Sens.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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