imagicon.h

来自「speech signal process tools」· C头文件 代码 · 共 77 行

H
77
字号
/* * This material contains proprietary software of Entropic Research * Laboratory, Inc.  Any reproduction, distribution, or publication * without the prior written permission of Entropic Research * Laboratory, Inc. is strictly prohibited.  Any public distribution * of copies of this work authorized in writing by Entropic Research * Laboratory, Inc. must bear the notice * *    "Copyright (c) 1989, 1990 Entropic Research Laboratory, Inc. *     Copyright (c) 1990-1995 Entropic Research Laboratory, Inc. *                   All rights reserved." * * @(#)imagicon.h	1.5	2/20/96	ERL * * image (gray-scale spectrum) icon */#ifndef imagicon_H#define imagicon_H#ifdef __cplusplusextern "C" {#endif#define imagicon_width 64#define imagicon_height 64static unsigned char imagicon_bits[] = {   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00,   0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,   0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x7e, 0x3c,   0x3e, 0x3c, 0x00, 0x80, 0x01, 0x00, 0x02, 0x42, 0x42, 0x42, 0x00, 0x80,   0x01, 0x00, 0x02, 0x02, 0x42, 0x02, 0x00, 0x80, 0x01, 0x00, 0x3e, 0x3c,   0x42, 0x3c, 0x00, 0x80, 0x01, 0x00, 0x02, 0x40, 0x3e, 0x40, 0x00, 0x80,   0x01, 0x00, 0x02, 0x40, 0x02, 0x40, 0x00, 0x80, 0x01, 0x00, 0x02, 0x42,   0x02, 0x42, 0x00, 0x80, 0x01, 0x00, 0x7e, 0x3c, 0x02, 0x3c, 0x00, 0x80,   0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00,   0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,   0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00,   0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,   0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x81, 0xff, 0xff, 0xff,   0xff, 0xff, 0xff, 0x81, 0x81, 0x00, 0x11, 0x55, 0xd5, 0xee, 0xfe, 0x81,   0x81, 0x40, 0x44, 0xa8, 0xaa, 0xbb, 0xff, 0x81, 0x81, 0x00, 0x22, 0x56,   0xd5, 0xdd, 0xfd, 0x81, 0x81, 0x80, 0x88, 0xa8, 0x6a, 0x77, 0xff, 0x81,   0x81, 0x00, 0x11, 0x55, 0xd5, 0xee, 0xfe, 0x81, 0x81, 0x40, 0x44, 0xa8,   0xaa, 0xbb, 0xff, 0x81, 0x81, 0x00, 0x22, 0x56, 0xd5, 0xdd, 0xfd, 0x81,   0x81, 0x80, 0x88, 0xa8, 0x6a, 0x77, 0xff, 0x81, 0x81, 0x00, 0x11, 0x55,   0xd5, 0xee, 0xfe, 0x81, 0x81, 0x40, 0x44, 0xa8, 0xaa, 0xbb, 0xff, 0x81,   0x81, 0x00, 0x22, 0x56, 0xd5, 0xdd, 0xfd, 0x81, 0x81, 0x80, 0x88, 0xa8,   0x6a, 0x77, 0xff, 0x81, 0x81, 0x00, 0x11, 0x55, 0xd5, 0xee, 0xfe, 0x81,   0x81, 0x40, 0x44, 0xa8, 0xaa, 0xbb, 0xff, 0x81, 0x81, 0x00, 0x22, 0x56,   0xd5, 0xdd, 0xfd, 0x81, 0x81, 0x80, 0x88, 0xa8, 0x6a, 0x77, 0xff, 0x81,   0x81, 0x00, 0x11, 0x55, 0xd5, 0xee, 0xfe, 0x81, 0x81, 0x40, 0x44, 0xa8,   0xaa, 0xbb, 0xff, 0x81, 0x81, 0x00, 0x22, 0x56, 0xd5, 0xdd, 0xfd, 0x81,   0x81, 0x80, 0x88, 0xa8, 0x6a, 0x77, 0xff, 0x81, 0x81, 0x00, 0x11, 0x55,   0xd5, 0xee, 0xfe, 0x81, 0x81, 0x40, 0x44, 0xa8, 0xaa, 0xbb, 0xff, 0x81,   0x81, 0x00, 0x22, 0x56, 0xd5, 0xdd, 0xfd, 0x81, 0x81, 0x80, 0x88, 0xa8,   0x6a, 0x77, 0xff, 0x81, 0x81, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x81,   0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00,   0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,   0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00,   0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,   0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00,   0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,   0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00,   0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,   0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00,   0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,   0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00,   0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};#ifdef __cplusplus}#endif#endif /* imagicon_H */

⌨️ 快捷键说明

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