Huffman树的解码与编码

时间:2014-01-18 07:35:32
【文件属性】:

文件名称:Huffman树的解码与编码

文件大小:2KB

文件格式:CPP

更新时间:2014-01-18 07:35:32

huffman

对huffman的解码与编码Build Log --------------------Configuration: resoure - Win32 Debug-------------------- Command Lines Creating temporary file "C:\Users\lenovo\AppData\Local\Temp\RSP40CD.tmp" with contents [ /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/resoure.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c "D:\Microsoft Visual Studio\MyProjects\赫夫曼树\resoure.cpp" ] Creating command line "cl.exe @C:\Users\lenovo\AppData\Local\Temp\RSP40CD.tmp" Creating temporary file "C:\Users\lenovo\AppData\Local\Temp\RSP40CE.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/resoure.pdb" /debug /machine:I386 /out:"Debug/resoure.exe" /pdbtype:sept ".\Debug\resoure.obj" ] Creating command line "link.exe @C:\Users\lenovo\AppData\Local\Temp\RSP40CE.tmp" Output Window Compiling... resoure.cpp Linking... Results resoure.exe - 0 error(s), 0 warning(s)


网友评论