arminer.plg

来自「本程序实现的是关联规则挖掘领域中规则发现算法.」· PLG 代码 · 共 42 行

PLG
42
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ARMiner - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\tszhu\LOCALS~1\Temp\RSP6C1.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/ARMiner.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ   /c 
"C:\tszhu\Workspace\ARMiner\ARMinerDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\tszhu\LOCALS~1\Temp\RSP6C1.tmp" 
Creating temporary file "C:\DOCUME~1\tszhu\LOCALS~1\Temp\RSP6C2.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/ARMiner.pdb" /debug /machine:I386 /out:"Debug/ARMiner.exe" /pdbtype:sept 
.\Debug\ARMiner.obj
.\Debug\ARMinerDlg.obj
.\Debug\StdAfx.obj
.\Debug\ARMiner.res
.\Debug\tzObject.obj
.\Debug\association.obj
.\Debug\HashTree.obj
.\Debug\ItemSet.obj
.\Debug\List.obj
.\Debug\apriori.obj
]
Creating command line "link.exe @C:\DOCUME~1\tszhu\LOCALS~1\Temp\RSP6C2.tmp"
<h3>Output Window</h3>
Compiling...
ARMinerDlg.cpp
Linking...



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

⌨️ 快捷键说明

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