newton.plg

来自「数值分析中牛顿插值算法」· PLG 代码 · 共 50 行

PLG
50
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: newton - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\yhy\LOCALS~1\Temp\RSP71C.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/newton.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"F:\程序&作业\数值分析\数值分析程序\newton\newtonView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\yhy\LOCALS~1\Temp\RSP71C.tmp" 
Creating temporary file "C:\DOCUME~1\yhy\LOCALS~1\Temp\RSP71D.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/newton.pdb" /debug /machine:I386 /out:"Debug/newton.exe" /pdbtype:sept 
".\Debug\MainFrm.obj"
".\Debug\newton.obj"
".\Debug\newtonDoc.obj"
".\Debug\newtonView.obj"
".\Debug\StdAfx.obj"
".\Debug\newton.res"
]
Creating command line "link.exe @C:\DOCUME~1\yhy\LOCALS~1\Temp\RSP71D.tmp"
<h3>Output Window</h3>
Compiling...
newtonView.cpp
F:\程序&作业\数值分析\数值分析程序\newton\newtonView.cpp(81) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
F:\程序&作业\数值分析\数值分析程序\newton\newtonView.cpp(89) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
F:\程序&作业\数值分析\数值分析程序\newton\newtonView.cpp(91) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
F:\程序&作业\数值分析\数值分析程序\newton\newtonView.cpp(96) : warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
F:\程序&作业\数值分析\数值分析程序\newton\newtonView.cpp(98) : warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
F:\程序&作业\数值分析\数值分析程序\newton\newtonView.cpp(113) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
F:\程序&作业\数值分析\数值分析程序\newton\newtonView.cpp(117) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
F:\程序&作业\数值分析\数值分析程序\newton\newtonView.cpp(167) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
F:\程序&作业\数值分析\数值分析程序\newton\newtonView.cpp(191) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
F:\程序&作业\数值分析\数值分析程序\newton\newtonView.cpp(206) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
F:\程序&作业\数值分析\数值分析程序\newton\newtonView.cpp(207) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
F:\程序&作业\数值分析\数值分析程序\newton\newtonView.cpp(208) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
Linking...



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

⌨️ 快捷键说明

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