mkdct16c.c
来自「arm ads1.2 with crack.rar」· C语言 代码 · 共 12 行
C
12 行
/*
* Huffman short decode table
* Copyright (C) ARM Limited 1998-1999. All rights reserved.
*/
/*
define the size of the symbol data as 16 bits and include
the generic function to create the codeword-to-symbol lookup tables
*/
#define SIZE 16
#include "mkdctm.h"
#undef SIZE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?