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

📄 nn.plg

📁 一个VC编写的神经网络算法程序
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: NN - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\yp\LOCALS~1\Temp\RSP12C.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/NN.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\C++ Programes\NN\NNView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\yp\LOCALS~1\Temp\RSP12C.tmp" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/NN.pdb" /machine:I386 /out:"Release/NN.exe"  ".\Release\MainFrm.obj" ".\Release\NN.obj" ".\Release\NNDoc.obj" ".\Release\NNView.obj" ".\Release\StdAfx.obj" ".\Release\NN.res" "
<h3>Output Window</h3>
Compiling...
NNView.cpp
D:\C++ Programes\NN\NNView.cpp(132) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++ Programes\NN\NNView.cpp(133) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++ Programes\NN\NNView.cpp(134) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++ Programes\NN\NNView.cpp(135) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++ Programes\NN\NNView.cpp(136) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++ Programes\NN\NNView.cpp(137) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++ Programes\NN\NNView.cpp(165) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
D:\C++ Programes\NN\NNView.cpp(318) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
D:\C++ Programes\NN\NNView.cpp(368) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++ Programes\NN\NNView.cpp(369) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++ Programes\NN\NNView.cpp(371) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++ Programes\NN\NNView.cpp(415) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++ Programes\NN\NNView.cpp(416) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++ Programes\NN\NNView.cpp(431) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++ Programes\NN\NNView.cpp(432) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++ Programes\NN\NNView.cpp(496) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\C++ Programes\NN\NNView.cpp(497) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
Linking...



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

⌨️ 快捷键说明

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