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

📄 textcat.plg

📁 【机器学习】文本分类源代码 【机器学习】文本分类源代码
💻 PLG
📖 第 1 页 / 共 2 页
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: TextCat - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/TextCat.res" /d "NDEBUG" /d "_AFXDLL" "D:\2006(Autumn)\MLKD\proj2.release\tc\TextCat\TextCat.rc"" 
Creating temporary file "C:\DOCUME~1\zhanghui\LOCALS~1\Temp\RSPA.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /FR"Release/" /Fp"Release/TextCat.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\2006(Autumn)\MLKD\proj2.release\tc\TextCat\doclist.cpp"
"D:\2006(Autumn)\MLKD\proj2.release\tc\TextCat\knn.cpp"
"D:\2006(Autumn)\MLKD\proj2.release\tc\TextCat\naivebayes.cpp"
"D:\2006(Autumn)\MLKD\proj2.release\tc\TextCat\TextCat.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\zhanghui\LOCALS~1\Temp\RSPA.tmp" 
Creating temporary file "C:\DOCUME~1\zhanghui\LOCALS~1\Temp\RSPB.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /FR"Release/" /Fp"Release/TextCat.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\2006(Autumn)\MLKD\proj2.release\tc\TextCat\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\zhanghui\LOCALS~1\Temp\RSPB.tmp" 
Creating temporary file "C:\DOCUME~1\zhanghui\LOCALS~1\Temp\RSPC.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib textprocess.lib /nologo /subsystem:console /incremental:no /pdb:"Release/TextCat.pdb" /machine:I386 /out:"Release/TextCat.exe" 
".\Release\doclist.obj"
".\Release\knn.obj"
".\Release\naivebayes.obj"
".\Release\StdAfx.obj"
".\Release\TextCat.obj"
".\Release\TextCat.res"
]
Creating command line "link.exe @C:\DOCUME~1\zhanghui\LOCALS~1\Temp\RSPC.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
doclist.cpp
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\utility(23) : warning C4786: '??0?$pair@Viterator@?$_Tree@JU?$pair@$$CBJJ@std@@U_Kfn@?$map@JJU?$less@J@std@@V?$allocator@J@2@@2@U?$less@J@2@V?$allocator@J@2@@std@@_N@std@@QAE@ABViterator@?$_Tree@JU?$pair@$$CBJJ@std@@U_Kfn@?$map@JJU?$less@J@std@@V?$allocator@J@2@@2@U?$less@J@2@V?$allocator@J@2@@1@AB_N@Z' : identifier was truncated to '255' characters in the browser information
        C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\map(93) : see reference to class template instantiation 'std::pair<class std::_Tree<long,struct std::pair<long const ,long>,struct std::map<long,long,struct std::less<long>,class std::allocator<long> >::_Kfn,struct std::less<long>,class std::allocator<long> >::iterator,bool>' being compiled
        C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\map(93) : while compiling class-template member function 'long &__thiscall std::map<long,long,struct std::less<long>,class std::allocator<long> >::operator [](const long &)'
knn.cpp
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\utility(23) : warning C4786: '??0?$pair@Viterator@?$_Tree@JU?$pair@$$CBJJ@std@@U_Kfn@?$map@JJU?$less@J@std@@V?$allocator@J@2@@2@U?$less@J@2@V?$allocator@J@2@@std@@_N@std@@QAE@ABViterator@?$_Tree@JU?$pair@$$CBJJ@std@@U_Kfn@?$map@JJU?$less@J@std@@V?$allocator@J@2@@2@U?$less@J@2@V?$allocator@J@2@@1@AB_N@Z' : identifier was truncated to '255' characters in the browser information
        C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\map(93) : see reference to class template instantiation 'std::pair<class std::_Tree<long,struct std::pair<long const ,long>,struct std::map<long,long,struct std::less<long>,class std::allocator<long> >::_Kfn,struct std::less<long>,class std::allocator<long> >::iterator,bool>' being compiled
        C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\map(93) : while compiling class-template member function 'long &__thiscall std::map<long,long,struct std::less<long>,class std::allocator<long> >::operator [](const long &)'
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\utility(23) : warning C4786: '??0?$pair@Viterator@?$_Tree@HU?$pair@$$CBHM@std@@U_Kfn@?$map@HMU?$less@H@std@@V?$allocator@M@2@@2@U?$less@H@2@V?$allocator@M@2@@std@@_N@std@@QAE@ABViterator@?$_Tree@HU?$pair@$$CBHM@std@@U_Kfn@?$map@HMU?$less@H@std@@V?$allocator@M@2@@2@U?$less@H@2@V?$allocator@M@2@@1@AB_N@Z' : identifier was truncated to '255' characters in the browser information
        C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\map(93) : see reference to class template instantiation 'std::pair<class std::_Tree<int,struct std::pair<int const ,float>,struct std::map<int,float,struct std::less<int>,class std::allocator<float> >::_Kfn,struct std::less<int>,class std::allocator<float> >::iterator,bool>' being compiled
        C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\map(93) : while compiling class-template member function 'float &__thiscall std::map<int,float,struct std::less<int>,class std::allocator<float> >::operator [](const int &)'
naivebayes.cpp
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\utility(23) : warning C4786: '??0?$pair@Viterator@?$_Tree@JU?$pair@$$CBJJ@std@@U_Kfn@?$map@JJU?$less@J@std@@V?$allocator@J@2@@2@U?$less@J@2@V?$allocator@J@2@@std@@_N@std@@QAE@ABViterator@?$_Tree@JU?$pair@$$CBJJ@std@@U_Kfn@?$map@JJU?$less@J@std@@V?$allocator@J@2@@2@U?$less@J@2@V?$allocator@J@2@@1@AB_N@Z' : identifier was truncated to '255' characters in the browser information
        C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\map(93) : see reference to class template instantiation 'std::pair<class std::_Tree<long,struct std::pair<long const ,long>,struct std::map<long,long,struct std::less<long>,class std::allocator<long> >::_Kfn,struct std::less<long>,class std::allocator<long> >::iterator,bool>' being compiled
        C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\map(93) : while compiling class-template member function 'long &__thiscall std::map<long,long,struct std::less<long>,class std::allocator<long> >::operator [](const long &)'
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\utility(23) : warning C4786: '??0?$pair@Viterator@?$_Tree@HU?$pair@$$CBHN@std@@U_Kfn@?$map@HNU?$less@H@std@@V?$allocator@N@2@@2@U?$less@H@2@V?$allocator@N@2@@std@@_N@std@@QAE@ABViterator@?$_Tree@HU?$pair@$$CBHN@std@@U_Kfn@?$map@HNU?$less@H@std@@V?$allocator@N@2@@2@U?$less@H@2@V?$allocator@N@2@@1@AB_N@Z' : identifier was truncated to '255' characters in the browser information

⌨️ 快捷键说明

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