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

📄 main.plg

📁 几种常用的压缩算法 本程序包含以下功能: 1、 Arithmetic coding 2、 Huffman coding 3、 LZ77 coding 4、 LZ78 coding 5、 L
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: main - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP91.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/main.pdb" /debug /machine:I386 /out:"Debug/main.exe" /pdbtype:sept 
".\Debug\main.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP91.tmp"
<h3>Output Window</h3>
Linking...
main.obj : error LNK2001: unresolved external symbol "void __cdecl FatalError(char *,...)" (?FatalError@@YAXPADZZ)
main.obj : error LNK2001: unresolved external symbol "public: void __thiscall CRLE::Encode(unsigned char *,long &,unsigned char *,long,int)" (?Encode@CRLE@@QAEXPAEAAJ0JH@Z)
main.obj : error LNK2001: unresolved external symbol "public: long __thiscall CRLE::GetMaxEncoded(long)" (?GetMaxEncoded@CRLE@@QAEJJ@Z)
main.obj : error LNK2001: unresolved external symbol "public: void __thiscall CLZW::Encode(unsigned char *,long &,unsigned char *,long)" (?Encode@CLZW@@QAEXPAEAAJ0J@Z)
main.obj : error LNK2001: unresolved external symbol "public: long __thiscall CLZW::GetMaxEncoded(long)" (?GetMaxEncoded@CLZW@@QAEJJ@Z)
main.obj : error LNK2001: unresolved external symbol "public: void __thiscall CLZ78::Encode(unsigned char *,long &,unsigned char *,long)" (?Encode@CLZ78@@QAEXPAEAAJ0J@Z)
main.obj : error LNK2001: unresolved external symbol "public: long __thiscall CLZ78::GetMaxEncoded(long)" (?GetMaxEncoded@CLZ78@@QAEJJ@Z)
main.obj : error LNK2001: unresolved external symbol "public: void __thiscall CLZ77::Encode(unsigned char *,long &,unsigned char *,long)" (?Encode@CLZ77@@QAEXPAEAAJ0J@Z)
main.obj : error LNK2001: unresolved external symbol "public: long __thiscall CLZ77::GetMaxEncoded(long)" (?GetMaxEncoded@CLZ77@@QAEJJ@Z)
main.obj : error LNK2001: unresolved external symbol "public: void __thiscall CHuffman::Encode(unsigned char *,long &,unsigned char *,long)" (?Encode@CHuffman@@QAEXPAEAAJ0J@Z)
main.obj : error LNK2001: unresolved external symbol "public: long __thiscall CHuffman::GetMaxEncoded(long)" (?GetMaxEncoded@CHuffman@@QAEJJ@Z)
main.obj : error LNK2001: unresolved external symbol "public: void __thiscall CArithmetic::Encode(unsigned char *,long &,unsigned char *,long)" (?Encode@CArithmetic@@QAEXPAEAAJ0J@Z)
main.obj : error LNK2001: unresolved external symbol "public: long __thiscall CArithmetic::GetMaxEncoded(long)" (?GetMaxEncoded@CArithmetic@@QAEJJ@Z)
main.obj : error LNK2001: unresolved external symbol "public: long __thiscall CRLE::Decode(unsigned char *,long &,unsigned char *,long)" (?Decode@CRLE@@QAEJPAEAAJ0J@Z)
main.obj : error LNK2001: unresolved external symbol "public: long __thiscall CRLE::GetMaxDecoded(unsigned char *)" (?GetMaxDecoded@CRLE@@QAEJPAE@Z)
main.obj : error LNK2001: unresolved external symbol "public: long __thiscall CLZW::Decode(unsigned char *,long &,unsigned char *,long)" (?Decode@CLZW@@QAEJPAEAAJ0J@Z)
main.obj : error LNK2001: unresolved external symbol "public: long __thiscall CLZW::GetMaxDecoded(unsigned char *)" (?GetMaxDecoded@CLZW@@QAEJPAE@Z)
main.obj : error LNK2001: unresolved external symbol "public: long __thiscall CLZ78::Decode(unsigned char *,long &,unsigned char *,long)" (?Decode@CLZ78@@QAEJPAEAAJ0J@Z)
main.obj : error LNK2001: unresolved external symbol "public: long __thiscall CLZ78::GetMaxDecoded(unsigned char *)" (?GetMaxDecoded@CLZ78@@QAEJPAE@Z)
main.obj : error LNK2001: unresolved external symbol "public: long __thiscall CLZ77::Decode(unsigned char *,long &,unsigned char *,long)" (?Decode@CLZ77@@QAEJPAEAAJ0J@Z)
main.obj : error LNK2001: unresolved external symbol "public: long __thiscall CLZ77::GetMaxDecoded(unsigned char *)" (?GetMaxDecoded@CLZ77@@QAEJPAE@Z)
main.obj : error LNK2001: unresolved external symbol "public: long __thiscall CHuffman::Decode(unsigned char *,long &,unsigned char *,long)" (?Decode@CHuffman@@QAEJPAEAAJ0J@Z)
main.obj : error LNK2001: unresolved external symbol "public: long __thiscall CHuffman::GetMaxDecoded(unsigned char *)" (?GetMaxDecoded@CHuffman@@QAEJPAE@Z)
main.obj : error LNK2001: unresolved external symbol "public: long __thiscall CArithmetic::Decode(unsigned char *,long &,unsigned char *,long)" (?Decode@CArithmetic@@QAEJPAEAAJ0J@Z)
main.obj : error LNK2001: unresolved external symbol "public: long __thiscall CArithmetic::GetMaxDecoded(unsigned char *)" (?GetMaxDecoded@CArithmetic@@QAEJPAE@Z)
main.obj : error LNK2001: unresolved external symbol "public: __thiscall CArithmetic::CArithmetic(void)" (??0CArithmetic@@QAE@XZ)
main.obj : error LNK2001: unresolved external symbol "public: __thiscall CHuffman::CHuffman(void)" (??0CHuffman@@QAE@XZ)
main.obj : error LNK2001: unresolved external symbol "public: __thiscall CLZ77::CLZ77(void)" (??0CLZ77@@QAE@XZ)
main.obj : error LNK2001: unresolved external symbol "public: __thiscall CLZ78::CLZ78(void)" (??0CLZ78@@QAE@XZ)
main.obj : error LNK2001: unresolved external symbol "public: __thiscall CLZW::CLZW(void)" (??0CLZW@@QAE@XZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CArithmetic::~CArithmetic(void)" (??1CArithmetic@@UAE@XZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CHuffman::~CHuffman(void)" (??1CHuffman@@UAE@XZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CLZ77::~CLZ77(void)" (??1CLZ77@@UAE@XZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CLZ78::~CLZ78(void)" (??1CLZ78@@UAE@XZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CLZW::~CLZW(void)" (??1CLZW@@UAE@XZ)
Debug/main.exe : fatal error LNK1120: 35 unresolved externals
Error executing link.exe.



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

⌨️ 快捷键说明

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