📄 adaboost.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: AdaBoost - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Debug/AdaBoost.res" /d "_DEBUG" /d "_AFXDLL" "H:\AdaBoost_RandomForest_4\AdaBoost.rc""
Creating temporary file "C:\DOCUME~1\owner\LOCALS~1\Temp\RSPC4.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"H:\AdaBoost_RandomForest_4\AdaBoost.cpp"
"H:\AdaBoost_RandomForest_4\Adaboost_common.cpp"
"H:\AdaBoost_RandomForest_4\Adaboost_results_file.cpp"
"H:\AdaBoost_RandomForest_4\Adaboost_train_main.cpp"
"H:\AdaBoost_RandomForest_4\AdaBoostDoc.cpp"
"H:\AdaBoost_RandomForest_4\AdaBoostView.cpp"
"H:\AdaBoost_RandomForest_4\Compute_Param.cpp"
"H:\AdaBoost_RandomForest_4\Compute_Prompt.cpp"
"H:\AdaBoost_RandomForest_4\MainFrm.cpp"
"H:\AdaBoost_RandomForest_4\matrix.cpp"
"H:\AdaBoost_RandomForest_4\MissingData.cpp"
"H:\AdaBoost_RandomForest_4\PromptDlg.cpp"
"H:\AdaBoost_RandomForest_4\randomForest.cpp"
"H:\AdaBoost_RandomForest_4\TrainDlg.cpp"
"H:\AdaBoost_RandomForest_4\vector.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\owner\LOCALS~1\Temp\RSPC4.tmp"
Creating temporary file "C:\DOCUME~1\owner\LOCALS~1\Temp\RSPC5.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/AdaBoost.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"H:\AdaBoost_RandomForest_4\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\owner\LOCALS~1\Temp\RSPC5.tmp"
Creating temporary file "C:\DOCUME~1\owner\LOCALS~1\Temp\RSPC6.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 /nologo /subsystem:windows /incremental:yes /pdb:"Debug/AdaBoost.pdb" /debug /machine:I386 /out:"Debug/AdaBoost.exe" /pdbtype:sept
.\Debug\AdaBoost.obj
.\Debug\Adaboost_common.obj
.\Debug\Adaboost_results_file.obj
.\Debug\Adaboost_train_main.obj
.\Debug\AdaBoostDoc.obj
.\Debug\AdaBoostView.obj
.\Debug\Compute_Param.obj
.\Debug\Compute_Prompt.obj
.\Debug\MainFrm.obj
.\Debug\matrix.obj
.\Debug\MissingData.obj
.\Debug\PromptDlg.obj
.\Debug\randomForest.obj
.\Debug\StdAfx.obj
.\Debug\TrainDlg.obj
.\Debug\vector.obj
.\Debug\AdaBoost.res
]
Creating command line "link.exe @C:\DOCUME~1\owner\LOCALS~1\Temp\RSPC6.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
AdaBoost.cpp
Adaboost_common.cpp
Adaboost_results_file.cpp
Adaboost_train_main.cpp
AdaBoostDoc.cpp
AdaBoostView.cpp
Compute_Param.cpp
Compute_Prompt.cpp
MainFrm.cpp
matrix.cpp
MissingData.cpp
PromptDlg.cpp
randomForest.cpp
TrainDlg.cpp
vector.cpp
Generating Code...
h:\adaboost_randomforest_4\adaboost_common.cpp(76) : warning C4715: 'read_train_file' : not all control paths return a value
h:\adaboost_randomforest_4\adaboost_common.cpp(115) : warning C4715: 'read_test_file' : not all control paths return a value
h:\adaboost_randomforest_4\adaboost_common.cpp(1229) : warning C4715: 'nol_ll' : not all control paths return a value
Linking...
<h3>Results</h3>
AdaBoost.exe - 0 error(s), 3 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -