readme

来自「大师写的二代小波经典之作」· 代码 · 共 17 行

TXT
17
字号
*********** libutil.a***********In this directory, there are all the files with some utility functions andmacros. There is a set of common used constants, macros for the most usedfunction, such as MAX, MIN, CEIL, etc., a memory manager to check memory leaks,an error handling routine, and all the useful functions to allocate memory forthe most used data structures (vectors and matrices), as well as for the internalimage data structure used in the program.To create the library libutil.a, simply type 'make new' in the command lineand the corresponding files will be compiled to created the library.LiftTeam :-)May 18th 1996

⌨️ 快捷键说明

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