readme

来自「可用于TM1300/PNX1300系列DSP(主要用于视频处理)压缩库即应用例子」· 代码 · 共 23 行

TXT
23
字号
Requirements: For this example to run the followingrequirements are in place.- The environment must have access to the TCS FlashFile System. (see the flash example 'mkfs'). Theuser may need to change the Flash Driver in thismakefile to refer to a different flash driver.- The File system should contain files to compressand uncompress. (see zlib utilitiy tmSEA, or the flash_file_system example.) Otherwise no measurements will be provided.This example is used to measure the maximum memoryrequirements of the zlib general purpose compressionlibrary.  The program uses the Flash IO Library. A memory manager is installed which records themaximum amount of memory used after a given functioncall reset_max_malloc().It reads all files in Flash, compresses each file and then uncompress each one. The maximum amount of memoryfor compression and decompression is recorded foreach file.

⌨️ 快捷键说明

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