learn.plg
来自「svm算法的实现分类技术」· PLG 代码 · 共 32 行
PLG
32 行
<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\RSP2B.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\RSP2B.tmp"
<h3>Output Window</h3>
Linking...
<h3>Results</h3>
learn.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?