alaw_ulaw_table.c
来自「基于sip协议的网络电话源码」· C语言 代码 · 共 1,461 行 · 第 1/5 页
C
1,461 行
/* $Id: alaw_ulaw_table.c 974 2007-02-19 01:13:53Z bennylp $ *//* * Copyright (C) 2003-2007 Benny Prijono <benny@prijono.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *//* * The tables here and also the conversion ideas are contributed by * Toni Rutar <toni at aufbix.org>. Many thanks! */#include <pjmedia/alaw_ulaw.h>#if defined(PJMEDIA_HAS_ALAW_ULAW_TABLE) && PJMEDIA_HAS_ALAW_ULAW_TABLE!=0const pj_uint8_t pjmedia_linear2ulaw_tab[16384] = { 0xff,0xfe,0xfe,0xfd,0xfd,0xfc,0xfc,0xfb, 0xfb,0xfa,0xfa,0xf9,0xf9,0xf8,0xf8,0xf7, 0xf7,0xf6,0xf6,0xf5,0xf5,0xf4,0xf4,0xf3, 0xf3,0xf2,0xf2,0xf1,0xf1,0xf0,0xf0,0xef, 0xef,0xef,0xef,0xee,0xee,0xee,0xee,0xed, 0xed,0xed,0xed,0xec,0xec,0xec,0xec,0xeb, 0xeb,0xeb,0xeb,0xea,0xea,0xea,0xea,0xe9, 0xe9,0xe9,0xe9,0xe8,0xe8,0xe8,0xe8,0xe7, 0xe7,0xe7,0xe7,0xe6,0xe6,0xe6,0xe6,0xe5, 0xe5,0xe5,0xe5,0xe4,0xe4,0xe4,0xe4,0xe3, 0xe3,0xe3,0xe3,0xe2,0xe2,0xe2,0xe2,0xe1, 0xe1,0xe1,0xe1,0xe0,0xe0,0xe0,0xe0,0xdf, 0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,0xdf,0xde, 0xde,0xde,0xde,0xde,0xde,0xde,0xde,0xdd, 0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdd,0xdc, 0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,0xdc,0xdb, 0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,0xdb,0xda, 0xda,0xda,0xda,0xda,0xda,0xda,0xda,0xd9, 0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd9,0xd8, 0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,0xd8,0xd7, 0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd7,0xd6, 0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,0xd6,0xd5, 0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd5,0xd4, 0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,0xd4,0xd3, 0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd3,0xd2, 0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,0xd2,0xd1, 0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd1,0xd0, 0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xd0,0xcf, 0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf, 0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xcf,0xce, 0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce, 0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xcd, 0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd, 0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcd,0xcc, 0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc, 0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcc,0xcb, 0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb, 0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xcb,0xca, 0xca,0xca,0xca,0xca,0xca,0xca,0xca,0xca, 0xca,0xca,0xca,0xca,0xca,0xca,0xca,0xc9, 0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9, 0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc9,0xc8, 0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8, 0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc8,0xc7, 0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7, 0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc7,0xc6, 0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6, 0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc6,0xc5, 0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5, 0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc5,0xc4, 0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4, 0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc4,0xc3, 0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3, 0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc3,0xc2, 0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2, 0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc2,0xc1, 0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1, 0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc1,0xc0, 0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0, 0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xbf, 0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf, 0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf, 0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf, 0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbf,0xbe, 0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe, 0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe, 0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe, 0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbe,0xbd, 0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd, 0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd, 0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd, 0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbd,0xbc, 0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc, 0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc, 0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc, 0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbc,0xbb, 0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb, 0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb, 0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb, 0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xbb,0xba, 0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba, 0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba, 0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xba, 0xba,0xba,0xba,0xba,0xba,0xba,0xba,0xb9, 0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9, 0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9, 0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9, 0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb9,0xb8, 0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8, 0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8, 0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8, 0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb8,0xb7, 0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7, 0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7, 0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7, 0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb7,0xb6, 0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6, 0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6, 0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6, 0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb6,0xb5, 0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5, 0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5, 0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5, 0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb5,0xb4, 0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4, 0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4, 0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4, 0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb4,0xb3, 0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3, 0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3, 0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3, 0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb3,0xb2, 0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2, 0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2, 0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2, 0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb2,0xb1, 0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1, 0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1, 0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1, 0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb0, 0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0, 0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0, 0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0, 0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xb0,0xaf, 0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf, 0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf, 0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf, 0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf, 0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf, 0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf, 0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf, 0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xaf,0xae, 0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae, 0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae, 0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae, 0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae, 0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae, 0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae, 0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xae, 0xae,0xae,0xae,0xae,0xae,0xae,0xae,0xad, 0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad, 0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad, 0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad, 0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad, 0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad, 0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad, 0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xad, 0xad,0xad,0xad,0xad,0xad,0xad,0xad,0xac, 0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac, 0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac, 0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac, 0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac, 0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac, 0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac, 0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xac, 0xac,0xac,0xac,0xac,0xac,0xac,0xac,0xab, 0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab, 0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab, 0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab, 0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab, 0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab, 0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab, 0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xab, 0xab,0xab,0xab,0xab,0xab,0xab,0xab,0xaa, 0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa, 0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa, 0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa, 0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa, 0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa, 0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa, 0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa, 0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xaa,0xa9, 0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9, 0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9, 0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9, 0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9, 0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9, 0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9, 0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9, 0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa9,0xa8, 0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8, 0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8, 0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8, 0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8, 0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8, 0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8, 0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8, 0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa8,0xa7, 0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7, 0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7, 0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7, 0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7, 0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7, 0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7, 0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7, 0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa7,0xa6, 0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6, 0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6, 0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6, 0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6, 0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6, 0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6, 0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6, 0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa6,0xa5, 0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5, 0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5, 0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5, 0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5, 0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5, 0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5, 0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5, 0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa5,0xa4, 0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4, 0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4, 0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4, 0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4, 0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4, 0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4, 0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4, 0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa4,0xa3, 0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3, 0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3, 0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3, 0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3, 0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3, 0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3, 0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3, 0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa3,0xa2, 0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2, 0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2, 0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2, 0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2, 0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2, 0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2, 0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2, 0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa2,0xa1, 0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1, 0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1, 0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1, 0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1, 0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1, 0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1, 0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1, 0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa1,0xa0, 0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0, 0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0, 0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0, 0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0, 0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0, 0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0, 0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0, 0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0xa0,0x9f, 0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f, 0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f, 0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f, 0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f, 0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f, 0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f, 0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f, 0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f, 0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f, 0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f, 0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f, 0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,0x9f,
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?