📄 贝叶斯分类器.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 贝叶斯分类器 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/贝叶斯分类器.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Documents and Settings\Administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP6.tmp"
<h3>Output Window</h3>
Compiling...
贝叶斯分类器.cpp
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(9) : error C2228: left of '.getCol' must have class/struct/union type
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(10) : error C2228: left of '.getRow' must have class/struct/union type
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(11) : error C2078: too many initializers
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(11) : error C2440: 'initializing' : cannot convert from 'const int' to 'int ** '
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(15) : error C2228: left of '.set' must have class/struct/union type
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(15) : error C2228: left of '.get' must have class/struct/union type
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(15) : error C2228: left of '.get' must have class/struct/union type
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(17) : error C2297: '*' : illegal, right operand has type 'int ** '
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(23) : error C2228: left of '.getCol' must have class/struct/union type
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(24) : error C2228: left of '.getRow' must have class/struct/union type
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(25) : error C2078: too many initializers
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(25) : error C2440: 'initializing' : cannot convert from 'int' to 'int ** '
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(31) : error C2228: left of '.get' must have class/struct/union type
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(33) : error C2078: too many initializers
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(33) : error C2440: 'initializing' : cannot convert from 'double *' to 'int ** '
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(34) : error C2065: 'trv' : undeclared identifier
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(38) : error C2297: '*' : illegal, right operand has type 'int ** '
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(48) : error C2065: 'cout' : undeclared identifier
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(48) : error C2297: '<<' : illegal, right operand has type 'char [13]'
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(50) : error C2065: 'det' : undeclared identifier
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(51) : error C2297: '<<' : illegal, right operand has type 'char [16]'
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(55) : error C2297: '<<' : illegal, right operand has type 'char [13]'
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(61) : error C2065: 'inv' : undeclared identifier
c:\documents and settings\administrator\桌面\贝叶斯分类器\matrix.h(91) : error C2297: '<<' : illegal, right operand has type 'char *'
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(20) : error C2297: '<<' : illegal, right operand has type 'char [17]'
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(47) : error C2078: too many initializers
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(47) : error C2440: 'initializing' : cannot convert from 'double [50]' to 'int ** '
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(48) : error C2078: too many initializers
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(48) : error C2440: 'initializing' : cannot convert from 'double [50]' to 'int ** '
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(74) : error C2078: too many initializers
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(74) : error C2440: 'initializing' : cannot convert from 'double [2]' to 'int ** '
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(74) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(74) : error C2065: 'endl' : undeclared identifier
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(74) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(74) : error C2297: '<<' : illegal, right operand has type 'char [16]'
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(75) : error C2078: too many initializers
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(75) : error C2440: 'initializing' : cannot convert from 'double [2]' to 'int ** '
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(75) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(75) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(75) : error C2297: '<<' : illegal, right operand has type 'char [16]'
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(76) : error C2078: too many initializers
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(76) : error C2440: 'initializing' : cannot convert from 'double [2]' to 'int ** '
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(76) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(76) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(76) : error C2297: '<<' : illegal, right operand has type 'char [16]'
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(85) : error C2297: '<<' : illegal, right operand has type 'char [31]'
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(86) : error C2065: 'cin' : undeclared identifier
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(86) : error C2296: '>>' : illegal, left operand has type 'double'
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(86) : error C2297: '>>' : illegal, right operand has type 'double'
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(88) : error C2297: '<<' : illegal, right operand has type 'char [35]'
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(89) : error C2296: '>>' : illegal, left operand has type 'double'
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(89) : error C2297: '>>' : illegal, right operand has type 'double'
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(91) : error C2078: too many initializers
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(91) : error C2440: 'initializing' : cannot convert from 'double [2]' to 'int ** '
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(94) : error C2297: '<<' : illegal, right operand has type 'char [28]'
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(95) : error C2297: '<<' : illegal, right operand has type 'char [11]'
c:\documents and settings\administrator\桌面\贝叶斯分类器\贝叶斯分类器.cpp(96) : error C2297: '<<' : illegal, right operand has type 'char [19]'
执行 cl.exe 时出错.
<h3>Results</h3>
贝叶斯分类器.obj - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -