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

📄 wavelets.plg

📁 小波变换技术用VC来实现的程序很好的直接可以运行
💻 PLG
📖 第 1 页 / 共 2 页
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Wavelets - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/Wavelets.res" /d "_DEBUG" /d "_AFXDLL" "E:\论文\小波变换书的代码\第5章\Wavelets\Wavelets.rc"" 
Creating temporary file "C:\DOCUME~1\LSZ~1.JLU\LOCALS~1\Temp\RSP154.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /FR"Debug/" /Fp"Debug/Wavelets.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c 
"E:\论文\小波变换书的代码\第5章\Wavelets\ChildFrm.cpp"
"E:\论文\小波变换书的代码\第5章\Wavelets\Diproc.cpp"
"E:\论文\小波变换书的代码\第5章\Wavelets\ImageView.cpp"
"E:\论文\小波变换书的代码\第5章\Wavelets\MainFrm.cpp"
"E:\论文\小波变换书的代码\第5章\Wavelets\Wavelets.cpp"
"E:\论文\小波变换书的代码\第5章\Wavelets\WFilter.cpp"
"E:\论文\小波变换书的代码\第5章\Wavelets\WvltDoc.cpp"
"E:\论文\小波变换书的代码\第5章\Wavelets\WvltTrans.cpp"
"E:\论文\小波变换书的代码\第5章\Wavelets\WvltView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\LSZ~1.JLU\LOCALS~1\Temp\RSP154.tmp" 
Creating temporary file "C:\DOCUME~1\LSZ~1.JLU\LOCALS~1\Temp\RSP155.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /FR"Debug/" /Fp"Debug/Wavelets.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c 
"E:\论文\小波变换书的代码\第5章\Wavelets\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\LSZ~1.JLU\LOCALS~1\Temp\RSP155.tmp" 
Creating temporary file "C:\DOCUME~1\LSZ~1.JLU\LOCALS~1\Temp\RSP156.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Debug/Wavelets.pdb" /debug /machine:I386 /out:"Debug/Wavelets.exe" /pdbtype:sept 
".\Debug\ChildFrm.obj"
".\Debug\Diproc.obj"
".\Debug\ImageView.obj"
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\Wavelets.obj"
".\Debug\WFilter.obj"
".\Debug\WvltDoc.obj"
".\Debug\WvltTrans.obj"
".\Debug\WvltView.obj"
".\Debug\Wavelets.res"
]
Creating command line "link.exe @C:\DOCUME~1\LSZ~1.JLU\LOCALS~1\Temp\RSP156.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ChildFrm.cpp
Diproc.cpp
E:\论文\小波变换书的代码\第5章\Wavelets\Diproc.cpp(46) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
E:\论文\小波变换书的代码\第5章\Wavelets\Diproc.cpp(46) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
E:\论文\小波变换书的代码\第5章\Wavelets\Diproc.cpp(47) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
E:\论文\小波变换书的代码\第5章\Wavelets\Diproc.cpp(47) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
E:\论文\小波变换书的代码\第5章\Wavelets\Diproc.cpp(56) : warning C4305: 'argument' : truncation from 'const double' to 'float'
E:\论文\小波变换书的代码\第5章\Wavelets\Diproc.cpp(92) : warning C4305: 'argument' : truncation from 'const double' to 'float'
E:\论文\小波变换书的代码\第5章\Wavelets\Diproc.cpp(142) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
E:\论文\小波变换书的代码\第5章\Wavelets\Diproc.cpp(147) : warning C4305: 'argument' : truncation from 'const double' to 'float'
E:\论文\小波变换书的代码\第5章\Wavelets\Diproc.cpp(184) : warning C4305: 'argument' : truncation from 'const double' to 'float'
E:\论文\小波变换书的代码\第5章\Wavelets\Diproc.cpp(188) : warning C4305: 'argument' : truncation from 'const double' to 'float'
E:\论文\小波变换书的代码\第5章\Wavelets\Diproc.cpp(212) : warning C4305: 'argument' : truncation from 'const double' to 'float'
E:\论文\小波变换书的代码\第5章\Wavelets\Diproc.cpp(249) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
E:\论文\小波变换书的代码\第5章\Wavelets\Diproc.cpp(250) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
E:\论文\小波变换书的代码\第5章\Wavelets\Diproc.cpp(261) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
ImageView.cpp
MainFrm.cpp
Wavelets.cpp
WFilter.cpp
E:\论文\小波变换书的代码\第5章\Wavelets\WFilter.cpp(60) : warning C4305: 'argument' : truncation from 'const double' to 'float'
E:\论文\小波变换书的代码\第5章\Wavelets\WFilter.cpp(101) : warning C4305: 'argument' : truncation from 'const double' to 'float'
E:\论文\小波变换书的代码\第5章\Wavelets\WFilter.cpp(137) : warning C4305: 'argument' : truncation from 'const double' to 'float'
E:\论文\小波变换书的代码\第5章\Wavelets\WFilter.cpp(177) : warning C4305: 'argument' : truncation from 'const double' to 'float'
WvltDoc.cpp
E:\论文\小波变换书的代码\第5章\Wavelets\WvltDoc.cpp(190) : warning C4018: '<' : signed/unsigned mismatch
E:\论文\小波变换书的代码\第5章\Wavelets\WvltDoc.cpp(213) : warning C4804: '~' : unsafe use of type 'bool' in operation
E:\论文\小波变换书的代码\第5章\Wavelets\WvltDoc.cpp(213) : warning C4805: '&' : unsafe mix of type 'bool' and type 'int' in operation
E:\论文\小波变换书的代码\第5章\Wavelets\WvltDoc.cpp(213) : warning C4804: '~' : unsafe use of type 'bool' in operation
E:\论文\小波变换书的代码\第5章\Wavelets\WvltDoc.cpp(213) : warning C4804: '~' : unsafe use of type 'bool' in operation
E:\论文\小波变换书的代码\第5章\Wavelets\WvltDoc.cpp(278) : warning C4018: '<' : signed/unsigned mismatch
E:\论文\小波变换书的代码\第5章\Wavelets\WvltDoc.cpp(301) : warning C4804: '~' : unsafe use of type 'bool' in operation
E:\论文\小波变换书的代码\第5章\Wavelets\WvltDoc.cpp(301) : warning C4805: '&' : unsafe mix of type 'bool' and type 'int' in operation
E:\论文\小波变换书的代码\第5章\Wavelets\WvltDoc.cpp(301) : warning C4804: '~' : unsafe use of type 'bool' in operation
E:\论文\小波变换书的代码\第5章\Wavelets\WvltDoc.cpp(301) : warning C4804: '~' : unsafe use of type 'bool' in operation
E:\论文\小波变换书的代码\第5章\Wavelets\WvltDoc.cpp(369) : warning C4018: '<' : signed/unsigned mismatch
E:\论文\小波变换书的代码\第5章\Wavelets\WvltDoc.cpp(391) : warning C4305: 'argument' : truncation from 'const double' to 'float'
E:\论文\小波变换书的代码\第5章\Wavelets\WvltDoc.cpp(394) : warning C4804: '~' : unsafe use of type 'bool' in operation
E:\论文\小波变换书的代码\第5章\Wavelets\WvltDoc.cpp(394) : warning C4805: '&' : unsafe mix of type 'bool' and type 'int' in operation
E:\论文\小波变换书的代码\第5章\Wavelets\WvltDoc.cpp(394) : warning C4804: '~' : unsafe use of type 'bool' in operation
E:\论文\小波变换书的代码\第5章\Wavelets\WvltDoc.cpp(394) : warning C4804: '~' : unsafe use of type 'bool' in operation

⌨️ 快捷键说明

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