📄 readme
字号:
Requirements: For this example to run the followingrequirements are in place.- The TCS executable must have access to the comp and uncompsubdirs.- The 'comp' dir must contain files compressed using the tmcompress compression utility. The 'uncomp' dir must contain the original uncompressed file.This example was used in measuring how much the code sizeof an application changed when using the zlib library.This was done for compression only, for uncompressiononly and for both compression and uncompression.This was done in a crude manner, as the relevant compression and uncompression function calls werecommented out dependinging on the specific codesize required.Once compiled with maximum optimization and with thethe following linker options enabled :-' -bcompact -bfoldcode -bremoveunusedcode'.A 'tmsize zdecompress.out' and a unix 'ls -al zdecompress.out' were then executed.These steps were carried out for compression anduncompression commented out, just compression commented out, just uncompression commnented outand neither compression nor uncompression commentedout.The results of these test are in GzipCodeSize.txt. When running this program data files should initially be compressed with the tmcompress utilityand the compressed files placed in the comp directoryand the original (or uncompressed) file in the uncompdirectory.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -