makct8c.c

来自「arm ads1.2 with crack.rar」· C语言 代码 · 共 12 行

C
12
字号
/*
 * Huffman byte code table
 * Copyright (C) ARM Limited 1998-1999. All rights reserved.
 */

/*
define the size of the symbol data as 8 bits and include
the generic function to create the symbol-to-codeword lookup table
*/
#define	SIZE	8
#include "makctm.h"
#undef 	SIZE

⌨️ 快捷键说明

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