learn.plg
来自「C++实现的支持向量机神经网络代码」· PLG 代码 · 共 40 行
PLG
40 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: learn - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP108.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_AFXDLL" /Fp"Debug/learn.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\research\人脸识别研究\FaceRecognition\mySVM\learn.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP108.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP109.tmp" with contents
[
/nologo /subsystem:console /incremental:yes /pdb:"Debug/learn.pdb" /debug /machine:I386 /out:"Debug/learn.exe" /pdbtype:sept
".\Debug\example_set.obj"
".\Debug\globals.obj"
".\Debug\kernel.obj"
".\Debug\learn.obj"
".\Debug\parameters.obj"
".\Debug\smo.obj"
".\Debug\svm_c.obj"
".\Debug\svm_nu.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP109.tmp"
<h3>Output Window</h3>
Compiling...
learn.cpp
Linking...
<h3>Results</h3>
learn.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?