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

📄 sysicon.c

📁 一个操作系统源代码 用于嵌入式设备 在Vc++环境下仿真 成功移植到多款处理器上
💻 C
📖 第 1 页 / 共 4 页
字号:
const		unsigned char      zi_dianliang[]={

//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x24,0x00,	// 位图的宽度(36 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x02,			// 位图的像素深度(2 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x04,0x00,0x00,0x00,	// 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff,0xc0,0xc0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0xcf,0xff,0xf3,0xff,0xfc,
0xff,0xff,0x00,0xc0,0xcd,0x55,0x73,0x55,0x5c,0xd5,0x57,0x00,0xc0,0xcd,0x55,0x73,
0x55,0x5c,0xd5,0x57,0x00,0xff,0xcd,0x55,0x73,0x55,0x5c,0xd5,0x57,0x00,0xc3,0xcd,
0x55,0x73,0x55,0x5c,0xd5,0x57,0x00,0xc3,0xcd,0x55,0x73,0x55,0x5c,0xd5,0x57,0x00,
0xc3,0xcd,0x55,0x73,0x55,0x5c,0xd5,0x57,0x00,0xc3,0xcd,0x55,0x73,0x55,0x5c,0xd5,
0x57,0x00,0xc3,0xcd,0x55,0x73,0x55,0x5c,0xd5,0x57,0x00,0xff,0xcd,0x55,0x73,0x55,
0x5c,0xd5,0x57,0x00,0xc0,0xcd,0x55,0x73,0x55,0x5c,0xd5,0x57,0x00,0xc0,0xcf,0xff,
0xf3,0xff,0xfc,0xff,0xff,0x00,0xc0,0xc0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xc0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00
};
const  unsigned char    zi_xinhao[]={

//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x24,0x00,	// 位图的宽度(36 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x02,			// 位图的像素深度(2 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x04,0x00,0x00,0x00,	// 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3f,0xf0,0x00,
0x00,0x00,0x00,0x00,0x00,0x03,0xc0,0x0c,0x00,0x00,0x00,0xff,0xff,0xf0,0x3c,0x00,
0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x3d,0x55,0x03,0x00,0x00,0x00,0x00,0x00,0x00,
0xdf,0x44,0x43,0x00,0x00,0x00,0xff,0xff,0x00,0xec,0xd1,0x03,0x00,0x00,0x00,0x00,
0x00,0x03,0x5d,0x34,0x07,0x00,0x00,0x00,0x00,0x00,0x03,0x6c,0x4c,0x07,0x00,0x00,
0x00,0xff,0xf0,0x03,0x19,0x10,0x1c,0x00,0x00,0x00,0x00,0x00,0x03,0x24,0x40,0x5c,
0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x05,0x70,0x00,0x00,0x00,0xff,0x00,0x00,0x31,
0x55,0xc0,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0xff,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x33,0x00,0x00,0x00,0x00,0xf0,0x00,0x00,0x03,0xff,0xf0,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0xff,0xc0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00

};

const		  unsigned char	zi_imme[]={

//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x02,			// 位图的像素深度(2 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x04,0x00,0x00,0x00,	// 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0xff,0xff,0xff,0xff,0xfc,0x00,0x00,0x00,0x03,0xc0,0x00,0x00,0x00,0x3c,0x03,0xff,
0xfc,0x03,0xc0,0x03,0xff,0xc0,0x3c,0x00,0x3f,0xfc,0x03,0xc0,0x0f,0xff,0xc0,0x3c,
0x00,0xff,0xfc,0x03,0xc0,0x3f,0xf0,0xc0,0x3c,0x03,0xf0,0x0c,0x03,0xc0,0x3c,0x00,
0x00,0x3c,0x03,0xc0,0x00,0x03,0xc0,0x0f,0x00,0x00,0x3c,0x00,0x3c,0x00,0x03,0xc0,
0x00,0xf0,0x00,0x3c,0x00,0x00,0x00,0x03,0xc0,0x00,0x00,0x00,0x3f,0xff,0xff,0xff,
0xff
};

const		  unsigned char	zi_duanxintishi[]={
//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x02,			// 位图的像素深度(2 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x04,0x00,0x00,0x00,	// 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0xff,0xff,0xff,0xc0,0xc0,0x00,
0x00,0x0c,0x0f,0x03,0x03,0x03,0xc0,0xcc,0x0c,0xc0,0xcc,0x0c,0x30,0x30,0x30,0xc0,
0xc0,0xc3,0x0c,0x0c,0x0c,0x03,0x03,0x00,0xc0,0xc0,0xcc,0xcc,0x0c,0x0c,0x30,0x30,
0x30,0xc0,0xcc,0x00,0x00,0xcc,0x0f,0x00,0x00,0x03,0xc0,0xc0,0x00,0x00,0x0c,0x0c,
0x00,0x00,0x00,0xc0,0xff,0xff,0xff,0xfc,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00
};

const		  unsigned char	zi_dianhuatishi[]={
//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x02,			// 位图的像素深度(2 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x04,0x00,0x00,0x00,	// 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0xfc,0x00,0x0f,0x03,
0xc0,0x30,0x03,0x03,0xc0,0x03,0x00,0xc0,0xc0,0x00,0x30,0x0c,0x30,0x05,0x47,0x00,
0x0c,0x01,0xfd,0x70,0x03,0x00,0x70,0xff,0x00,0xc0,0x1c,0xc0,0x00,0x3c,0x07,0x30,
0x00,0x03,0x01,0xcc,0x00,0x00,0x30,0x0c,0x00,0x00,0x03,0x00,0x30,0x00,0x00,0x34,
0x07,0x00,0x00,0x03,0xd5,0xf0,0x00,0x00,0x0f,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,
0x00
};


const		  unsigned char	zi_tixing[] = {
//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x02,			// 位图的像素深度(2 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x04,0x00,0x00,0x00,	// 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0xc0,0x00,0x00,0x00,0x33,0x00,0x00,0x00,0x0c,0x0c,0x00,0x00,0x03,0x00,
0x30,0x00,0x00,0x33,0xc3,0x00,0x00,0x0c,0x3c,0x0c,0x00,0x00,0xc3,0xc0,0xc0,0x00,
0x30,0x3c,0x03,0x00,0x03,0x03,0xc0,0x30,0x00,0xc0,0x3c,0x00,0xc0,0x0c,0x03,0xc0,
0x0c,0x03,0x00,0x00,0x00,0x30,0x30,0x03,0xc0,0x03,0x0c,0x00,0x3c,0x00,0x0c,0xc0,
0x00,0x00,0x00,0xcf,0xff,0xff,0xff,0xfc,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00
};


const		  unsigned char	zi_bohao[]={
//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x18,0x00,	// 位图的宽度(24 pixels)
0x18,0x00,	// 位图的高度(24 pixels)
0x02,			// 位图的像素深度(2 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x04,0x00,0x00,0x00,	// 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x3f,0xf0,0x00,0x00,0x00,0x00,0xc0,0x0f,0xf0,0x00,0x00,0x03,0x07,0xc0,0x0f,
0x00,0x00,0x0c,0x14,0x30,0x00,0xc0,0x00,0x0c,0x5c,0x14,0x34,0x3c,0x00,0x0c,0x70,
0x15,0xcd,0x0c,0x00,0x03,0xc0,0x5f,0xc7,0x03,0x00,0x03,0x05,0x01,0xd5,0x40,0xf0,
0x0c,0x05,0xf0,0x43,0x30,0x70,0x30,0x71,0x10,0x30,0x0d,0x70,0xc1,0x05,0xc3,0x07,
0x33,0xf0,0xc0,0x73,0xc0,0x40,0x03,0x70,0xc0,0x04,0x71,0x40,0x03,0x70,0xc0,0x03,
0x0f,0xc0,0x03,0xc0,0xc0,0x00,0xc0,0x00,0x03,0x00,0x3c,0x00,0x70,0x00,0x03,0x00,
0x03,0xf0,0x5c,0x00,0x00,0xa0,0x00,0x0c,0x5f,0xc0,0x00,0x90,0x00,0x03,0xf0,0x3f,
0x02,0x5c,0x00,0x00,0x00,0x00,0xc9,0x5c,0x00,0x00,0x00,0x00,0xa5,0x60,0x00,0x00,
0x00,0x00,0x95,0xb0,0x00,0x00,0x00,0x00,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00
};


const		  unsigned char	zi_dianhuabenchazhao[]={
//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x02,			// 位图的像素深度(2 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x04,0x00,0x00,0x00,	// 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x03,0xfc,0x00,0x03,0xfc,0x30,0x30,0x00,0xc0,0xc3,0x00,0xc0,
0x30,0x0c,0x30,0x03,0x0c,0x00,0xc3,0x00,0x0f,0x00,0x0c,0x30,0x00,0xf0,0x00,0xc3,
0x00,0x0f,0x00,0x0c,0x30,0x00,0xf0,0x00,0xc3,0x00,0x0f,0x00,0x0c,0x30,0x00,0xf0,
0x00,0xc3,0x00,0x0f,0x00,0x0c,0x30,0x00,0xf0,0x00,0xc3,0x00,0x0f,0x00,0x0c,0x3f,
0xc0,0xf0,0x3f,0xc0,0x03,0xcf,0x3c,0x00,0x00,0x0f,0xff,0x00,0x00,0x00,0x00,0x00,
0x00
};



const		  unsigned char	zi_tonghuajiluchazhao[]={
//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x02,			// 位图的像素深度(2 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x04,0x00,0x00,0x00,	// 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x00,0x03,0xff,
0xcf,0x00,0x0f,0xc3,0x03,0xf0,0x03,0xc0,0x00,0xff,0xc0,0xc3,0x00,0x3f,0xf3,0x0c,
0x00,0x0f,0xc0,0x30,0xf0,0x03,0xc0,0x0f,0x0c,0x00,0x00,0x00,0x30,0xf3,0x00,0x0c,
0x0f,0x0c,0xfc,0x30,0x3f,0x30,0x30,0x3f,0xfc,0x0c,0x00,0xfc,0x00,0x3f,0x00,0x00,
0x3f,0xfc,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00
};


const       unsigned char        zi_delete[]={
//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x02,			// 位图的像素深度(2 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x04,0x00,0x00,0x00,	// 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3f,0xff,0xff,0xff,0x03,0x00,0x00,
0x00,0x30,0x30,0x00,0x00,0x03,0x03,0x03,0x00,0x3c,0x30,0x30,0x3c,0x0f,0xc3,0x03,
0x00,0xc3,0xc0,0x30,0x30,0x0f,0xf0,0x03,0x03,0x00,0x3c,0x00,0x30,0x30,0x0f,0xf0,
0x03,0x03,0x03,0xc3,0xc0,0x30,0x30,0xf0,0x0f,0xc3,0x03,0x00,0x00,0x00,0x30,0x30,
0x00,0x00,0x03,0x03,0xff,0xff,0xff,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00
};


const		  unsigned char	zi_fasongduanxin[]={
//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x02,			// 位图的像素深度(2 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x04,0x00,0x00,0x00,	// 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0xff,0xff,0xff,0x00,0x35,0x00,0x00,0x3f,
0xff,0x50,0x00,0x03,0x00,0x35,0x3f,0xf0,0x33,0xff,0x00,0x00,0x03,0x00,0x30,0x00,
0x00,0x30,0xff,0x03,0xff,0x03,0x00,0x30,0x00,0x00,0x30,0x03,0x00,0x00,0x03,0x00,
0x3f,0xff,0xff,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00
};


const		  unsigned char	zi_save[]={
//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x02,			// 位图的像素深度(2 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x04,0x00,0x00,0x00,	// 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x3f,0xff,0xff,0xff,0xfc,0x30,0x00,0x03,0xcf,0xc3,0x00,0x00,0x3c,0xfc,0x30,0x3f,
0xf3,0xcf,0xc3,0x03,0xff,0x3c,0xfc,0x30,0x3f,0xf3,0xcf,0xc3,0x03,0xff,0x3c,0xfc,
0x30,0x00,0x03,0xcf,0xc3,0x00,0x00,0x3c,0xfc,0x3f,0xff,0xff,0xcf,0xc0,0x00,0x00,
0x00,0xfc,0x00,0x00,0x00,0x0f,0xc3,0xff,0xff,0xfc,0xfc,0x30,0x00,0x00,0x0f,0xc3,
0x00,0x00,0x00,0xfc,0x30,0x00,0x00,0x0f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0xff
};


const		  unsigned char	zi_changyongyu[]={
//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x02,			// 位图的像素深度(2 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x04,0x00,0x00,0x00,	// 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x3c,0x30,0xfc,0x00,0x03,0x03,0x30,
0x30,0x00,0x30,0x33,0x13,0xff,0xf3,0xfc,0xc4,0xc0,0x03,0x01,0x31,0x35,0x55,0x30,
0xfc,0x4c,0x00,0x03,0x0d,0x13,0x55,0x55,0x30,0xd4,0xc0,0x00,0x03,0x0d,0x35,0x55,
0x55,0x30,0x3c,0x00,0x00,0x03,0x00,0xc5,0x55,0x55,0x30,0x0c,0x55,0x55,0x53,0x00,
0xc0,0x00,0x00,0x30,0x0c,0x55,0x55,0x17,0x00,0xc0,0x00,0x01,0xd0,0x0f,0xff,0xff,
0xf5
};


const		  unsigned char	zi_lishijiluchazhao[]={

//头信息
0x42,0x4d,		// 位图的标识符('BM')
0x12,0x00,	// 位图的宽度(18 pixels)
0x12,0x00,	// 位图的高度(18 pixels)
0x02,			// 位图的像素深度(2 bits/pixel)
0x00,			// 位图的状态标志位
				// |7|6|5|4|3|2|1|0|
				// 0位:使用系统调色板
				// 1位:不使用压缩算法
0x04,0x00,0x00,0x00,	// 位图实际使用到的颜色数(4 colors)
0x10,0x00,0x00,0x00,		// 数据区的偏移量(16 bytes)
// 数据区
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x00,0x03,0xff,
0xcf,0x00,0x0f,0xc3,0x03,0xf0,0x03,0xc0,0x00,0xff,0xc0,0xc3,0x00,0x3f,0xf3,0x0c,
0x00,0x0f,0xc0,0x30,0xf0,0x03,0xc0,0x0f,0x0c,0x00,0x00,0x00,0x30,0xf3,0x00,0x0c,
0x0f,0x0c,0xfc,0x30,0x3f,0x30,0x30,0x3f,0xfc,0x0c,0x00,0xfc,0x00,0x3f,0x00,0x00,
0x3f,0xfc,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,

⌨️ 快捷键说明

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