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

📄 clustering.plg

📁 用K均值算法实现聚类分析的Vc源码
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Clustering - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/Clustering.res" /d "_DEBUG" /d "_AFXDLL" "E:\参考\Clustering\Clustering.rc"" 
Creating temporary file "C:\DOCUME~1\hcl\LOCALS~1\Temp\RSP5F.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Clustering.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\参考\Clustering\Clustering.cpp"
"E:\参考\Clustering\ClusteringDoc.cpp"
"E:\参考\Clustering\ClusteringView.cpp"
"E:\参考\Clustering\InputDlg.cpp"
"E:\参考\Clustering\MainFrm.cpp"
"E:\参考\Clustering\ParameterDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\hcl\LOCALS~1\Temp\RSP5F.tmp" 
Creating temporary file "C:\DOCUME~1\hcl\LOCALS~1\Temp\RSP60.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Clustering.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\参考\Clustering\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\hcl\LOCALS~1\Temp\RSP60.tmp" 
Creating temporary file "C:\DOCUME~1\hcl\LOCALS~1\Temp\RSP61.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Clustering.pdb" /debug /machine:I386 /out:"Debug/Clustering.exe" /pdbtype:sept 
".\Debug\Clustering.obj"
".\Debug\ClusteringDoc.obj"
".\Debug\ClusteringView.obj"
".\Debug\InputDlg.obj"
".\Debug\MainFrm.obj"
".\Debug\ParameterDlg.obj"
".\Debug\StdAfx.obj"
".\Debug\Clustering.res"
]
Creating command line "link.exe @C:\DOCUME~1\hcl\LOCALS~1\Temp\RSP61.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Clustering.cpp
ClusteringDoc.cpp
ClusteringView.cpp
InputDlg.cpp
MainFrm.cpp
ParameterDlg.cpp
Generating Code...
Linking...



<h3>Results</h3>
Clustering.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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