dip.plg
来自「刚刚看到本站有Visual C++数字图象处理(人民邮电出版社)的电子书」· PLG 代码 · 共 67 行
PLG
67 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Dip - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\Mark\LOCALS~1\Temp\RSP19.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Dip.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\西电教材源码\chap_09\ImgAnalyse.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Mark\LOCALS~1\Temp\RSP19.tmp"
Creating temporary file "C:\DOCUME~1\Mark\LOCALS~1\Temp\RSP1A.tmp" with contents
[
ImageLoad.lib mdv4501v.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Dip.pdb" /debug /machine:I386 /out:"Debug/Dip.exe" /pdbtype:sept
".\Debug\AreaPro.obj"
".\Debug\BtnST.obj"
".\Debug\ChildFrm.obj"
".\Debug\CombineDlg.obj"
".\Debug\DibObject.obj"
".\Debug\Dip.obj"
".\Debug\DipDoc.obj"
".\Debug\DipView.obj"
".\Debug\DlgColor.obj"
".\Debug\DlgFeature.obj"
".\Debug\DlgFouriorFilte.obj"
".\Debug\DlgGeoRota.obj"
".\Debug\DlgGeoTran.obj"
".\Debug\DlgGeoZoom.obj"
".\Debug\DlgHitMiss.obj"
".\Debug\DlgIntensity.obj"
".\Debug\DlgLinerPara.obj"
".\Debug\DlgMedianFilter.obj"
".\Debug\DlgMorph.obj"
".\Debug\DlgPointStre.obj"
".\Debug\DlgProject.obj"
".\Debug\DlgSeedFill.obj"
".\Debug\DlgSmooth.obj"
".\Debug\DlgThreshold.obj"
".\Debug\EdgeDetDlg.obj"
".\Debug\FreqPro.obj"
".\Debug\GeoTrans.obj"
".\Debug\LapDlg.obj"
".\Debug\MainFrm.obj"
".\Debug\MorphProc.obj"
".\Debug\PointPro.obj"
".\Debug\StdAfx.obj"
".\Debug\Dip.res"
".\mdv4501v.lib"
".\Debug\ImgAnalyse.obj"
]
Creating command line "link.exe @C:\DOCUME~1\Mark\LOCALS~1\Temp\RSP1A.tmp"
<h3>Output Window</h3>
Compiling...
ImgAnalyse.cpp
Linking...
<h3>Results</h3>
Dip.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?