jc.plg

来自「本程序用C语言实现了集成神经网络解决广义异或问题。用神经网络集成方法做成表决网,」· PLG 代码 · 共 37 行

PLG
37
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: jc - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP37.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/jc.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ  /c 
"G:\NN\jc\jc.CPP"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP37.tmp" 
<h3>Output Window</h3>
Compiling...
jc.CPP
g:\nn\jc\jc.cpp(25) : error C2447: missing function header (old-style formal list?)
g:\nn\jc\jc.cpp(47) : error C2447: missing function header (old-style formal list?)
g:\nn\jc\jc.cpp(70) : error C2447: missing function header (old-style formal list?)
g:\nn\jc\jc.cpp(90) : error C2447: missing function header (old-style formal list?)
g:\nn\jc\jc.cpp(109) : error C2447: missing function header (old-style formal list?)
g:\nn\jc\jc.cpp(150) : error C2447: missing function header (old-style formal list?)
g:\nn\jc\jc.cpp(278) : error C2065: 'make_trx' : undeclared identifier
g:\nn\jc\jc.cpp(300) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
g:\nn\jc\jc.cpp(302) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
g:\nn\jc\jc.cpp(309) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
Error executing cl.exe.



<h3>Results</h3>
jc.obj - 7 error(s), 3 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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