哈弗曼编码的课程设计报告
源代码在线查看: 哈夫曼编码.plg
Build Log
--------------------Configuration: 哈夫曼编码 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4D.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/哈夫曼编码.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\自己所写程序\哈夫曼编码\测试哈夫曼.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4D.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4E.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 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/哈夫曼编码.pdb" /debug /machine:I386 /out:"Debug/哈夫曼编码.exe" /pdbtype:sept
".\Debug\测试哈夫曼.obj"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP4E.tmp"
Output Window
Compiling...
测试哈夫曼.cpp
Linking...
Results
哈夫曼编码.exe - 0 error(s), 0 warning(s)