?? 貝葉斯分類器.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]'
執(zhí)行 cl.exe 時出錯.
<h3>Results</h3>
貝葉斯分類器.obj - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -