⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 purdue.h

📁 计算机系统结构的讲义,浓缩了一本一千多页的书.真的是好东西.
💻 H
字号:
/* * purdue.h -- * *  This file contains the bitmap pattern for Purdue Unversity logo. * *  This file is part of DISC.  * */#define pur_width 57#define pur_height 55static unsigned char pur_bits[] = { 0xff,0xff,0xff,0xf0,0xff,0xff,0xff,0x01,0xff,0xff,0x2f,0xe6,0xe3,0xff,0xff, 0x01,0xff,0xff,0x67,0xfa,0x79,0xfe,0xff,0x01,0xff,0x3f,0x26,0xf7,0x38,0xff, 0xff,0x01,0xff,0x3f,0x4f,0xf8,0x39,0xf3,0xff,0x01,0xff,0x7f,0xc7,0xff,0x07, 0xc3,0xff,0x01,0xff,0x03,0xfa,0xff,0xbf,0xf1,0xff,0x01,0xff,0x4d,0xfc,0xff, 0xff,0x3c,0xff,0x01,0xff,0xcd,0xff,0xff,0xff,0x7f,0xfe,0x01,0x7f,0xde,0xff, 0xff,0xff,0x17,0xff,0x01,0x7f,0xcc,0xff,0xff,0xff,0xcf,0xf9,0x01,0xff,0xf0, 0xff,0xff,0xff,0xdf,0xf8,0x01,0xdf,0xf9,0xff,0xe7,0xff,0x7f,0xfc,0x01,0x8f, 0xfd,0xff,0xe1,0xff,0x7f,0xee,0x01,0x37,0xfe,0x07,0xe4,0xab,0xfe,0xc1,0x01, 0x37,0xfe,0x03,0xf6,0x01,0xfe,0xd5,0x01,0xb3,0x5f,0xfc,0xb7,0x55,0xff,0xfd, 0x01,0xc3,0x0f,0xfe,0xc7,0xff,0xff,0xbd,0x01,0x8f,0xa7,0xff,0xc3,0xfe,0xff, 0x9b,0x01,0xdf,0xab,0xfa,0xff,0xfe,0xff,0x87,0x01,0xe9,0x03,0xfc,0x7f,0xef, 0xff,0xdf,0x01,0xc1,0xfd,0xfe,0x7f,0x07,0xe4,0x1f,0x01,0xe7,0x0f,0xfc,0x7f, 0x2b,0xf0,0x0f,0x01,0xef,0xe7,0xf9,0x7f,0xff,0xff,0xa7,0x00,0xfe,0xf3,0xfb, 0x3f,0xff,0xff,0xaf,0x00,0xec,0xfb,0xfb,0x7f,0xff,0xff,0xaf,0x00,0xe0,0xff, 0xfb,0x7f,0x0e,0xfd,0x2f,0x00,0xe1,0xff,0xfb,0x7f,0x06,0xa0,0x3f,0x00,0xff, 0xff,0xff,0x3f,0xfe,0xc5,0xff,0x01,0xf1,0xff,0xfd,0x03,0xfc,0xff,0xcf,0x01, 0xe1,0xff,0x2f,0xe0,0xfe,0xff,0x0f,0x00,0xec,0xff,0x81,0xfe,0x1c,0xff,0x1f, 0x00,0xdf,0x7f,0xf0,0xff,0x2d,0xf8,0x5f,0x01,0xfd,0x1f,0xf0,0xff,0x7c,0xc1, 0xc7,0x00,0x01,0xcf,0xe0,0xff,0xf9,0xf7,0x47,0x01,0x41,0xe3,0x89,0xff,0xdd, 0xff,0x1b,0x01,0xfd,0xf9,0x1c,0xff,0x09,0xff,0xbb,0x01,0x7f,0xfc,0x79,0xfe, 0x3d,0xfe,0xf7,0x01,0x1f,0xff,0xfc,0xf8,0x79,0xfc,0xd9,0x01,0xcf,0xff,0xf9, 0xf1,0xfd,0xf9,0xc5,0x01,0xef,0xff,0xfc,0xe7,0xfd,0xff,0xc6,0x01,0xdf,0xff, 0xf9,0x8f,0xfd,0xff,0xf8,0x01,0x9f,0xff,0xfc,0x1f,0xfd,0xff,0xe0,0x01,0xbf, 0xff,0xf9,0x7f,0xfc,0x3f,0xff,0x01,0x7f,0xff,0xfc,0xff,0xfe,0x3f,0xfe,0x01, 0x7f,0xfe,0xf9,0xff,0xfe,0x77,0xf8,0x01,0xff,0xfc,0xfc,0xff,0xfe,0xe3,0xfe, 0x01,0xff,0xf9,0xf9,0x7f,0x9e,0xc5,0xff,0x01,0xff,0xe7,0xfc,0x7f,0xb3,0x8f, 0xff,0x01,0xff,0xcf,0xf9,0x7f,0x0b,0x9e,0xff,0x01,0xff,0x1f,0xfc,0xbf,0x71, 0x8c,0xff,0x01,0xff,0x7f,0xf8,0xdf,0xf3,0xfe,0xff,0x01,0xff,0xff,0xc1,0xdf, 0x73,0xfe,0xff,0x01,0xff,0xff,0x07,0xe0,0x33,0xff,0xff,0x01,0xff,0xff,0x3f, 0xf0,0xe7,0xff,0xff,0x01};

⌨️ 快捷键说明

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