anndemo.plg

来自「用于抑郁症状检测的人工神经网络程序」· PLG 代码 · 共 46 行

PLG
46
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ANNdemo - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "E:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP50.tmp" with contents
[
/nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR"Debug/" /Fp"Debug/ANNdemo.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"G:\资料备份\吉艳平\吉艳萍\dynbp.cpp"
]
Creating command line "cl.exe @E:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP50.tmp" 
Creating temporary file "E:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP51.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/ANNdemo.pdb" /debug /machine:I386 /out:"Debug/ANNdemo.exe" /pdbtype:sept 
".\Debug\ANNdemo.obj"
".\Debug\ANNdemoDlg.obj"
".\Debug\dynbp.obj"
".\Debug\nNodeDlg.obj"
".\Debug\SplashDlg.obj"
".\Debug\StdAfx.obj"
".\Debug\ANNdemo.res"
]
Creating command line "link.exe @E:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP51.tmp"
<h3>Output Window</h3>
Compiling...
dynbp.cpp
G:\资料备份\吉艳平\吉艳萍\dynbp.cpp(28) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
G:\资料备份\吉艳平\吉艳萍\dynbp.cpp(314) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
G:\资料备份\吉艳平\吉艳萍\dynbp.cpp(484) : warning C4101: 'sum' : unreferenced local variable
G:\资料备份\吉艳平\吉艳萍\dynbp.cpp(532) : warning C4101: 'fErr' : unreferenced local variable
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/ANNdemo.bsc"  ".\Debug\StdAfx.sbr" ".\Debug\ANNdemo.sbr" ".\Debug\ANNdemoDlg.sbr" ".\Debug\dynbp.sbr" ".\Debug\nNodeDlg.sbr" ".\Debug\SplashDlg.sbr""
Creating browse info file...
<h3>Output Window</h3>



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

⌨️ 快捷键说明

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