📄 readme.2
字号:
The CELP 3.2 FORTRAN code is written with IFDEFS in the code to allowfor processing with SUNGRAPH enabled. This allows generation of theSUNGRAPH files for analysis of the CELP coder. SUNGRAPH is includedin this release under the tools directory**. To enable this featureexecute make in the following manner: %make !* CPPFLAGS=-DSUNGRAPHGenerally it is usefull to alias this to something more easily typed.To run CELP 3.2 without the generation of the SUNGRAPH files, simplyexecute make without anything else: %makeTo compile CELP with debugging (dbx) and array bounds checking, executemake in the following manner: %make debugThis command will automatically create a new directory called debug inwhich all the debug .o files will be placed.To compile CELP with profiling, execute make in the following manner: %make profileThis command will automatically create a new directory called profile inwhich all the profiling .o files will be placed.** NOTE to PC users:No particular provisions have been made for the PC release due to thefact that this office runs CELP on UNIX platforms exclusively. Sungraphhas not been provided in this release since it is unusable with PCs
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -