版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、#include#include#include#includeuchar ad_data;uchar ch2;uchar ds5;sbit adcs =p35; sbit addi =p37; sbit addo =p37; sbit adclk =p36;sbit fuwei=p34;sbit kaishi=p33;float press;float price;float total_price;float danjia=2.35,3.56,5.67,4.58,8.96,2.65,5.89,2.19;char *mingcheng=商品代码;void delay(uint z)uint
2、x,y;for(x=z;x0;x-)for(y=110;y0;y-);void bcdtocha(uchar cha)ch0=cha/16+0;ch1=cha%16+0;void flotocha(float t) uint tt; tt=(t*100+0.5); ds0=tt/1000+0; ds1=tt%1000/100+0; ds2=46; ds3=tt%1000%100/10+0; ds4=tt%10+0;/*读adc0832函数* */采集并返回uchar adc0832() /ad转换,返回结果channel为初始值uchar channel=2; uchar i=0; uchar
3、 j; uint dat=0; uchar ndat=0; addi=1; _nop_(); _nop_(); adcs=0;/拉低cs端 _nop_(); _nop_(); adclk=1;/拉高clk端 _nop_(); _nop_(); adclk=0;/拉低clk端,形成下降沿1 _nop_(); _nop_(); adclk=1;/拉高clk端 addi=channel&0x1; _nop_(); _nop_(); adclk=0;/拉低clk端,形成下降沿2 _nop_(); _nop_(); adclk=1;/拉高clk端 addi=(channel1)&0x1; _nop_()
4、; _nop_(); adclk=0;/拉低clk端,形成下降沿3 addi=1;/控制命令结束 _nop_(); _nop_(); dat=0; for(i=0;i8;i+) dat|=addo;/收数据 adclk=1; _nop_(); _nop_(); adclk=0;/形成一次时钟脉冲 _nop_(); _nop_(); dat=1; if(i=7)dat|=addo; for(i=0;i8;i+) j=0; j=j|addo;/收数据 adclk=1; _nop_(); _nop_(); adclk=0;/形成一次时钟脉冲 _nop_(); _nop_(); j=j7; ndat=
5、ndat|j; if(i=1; adcs=1;/拉搞cs端 adclk=0;/拉低clk端 addo=1;/拉高数据端,回到初始状态 dat=8; dat|=ndat; return(dat); /return ad bit fuwei()bit cc=1;if(fuwei=0) fuwei=1;delay(10);if(fuwei=0)cc=0; return cc;void disp_week()gettime_1302();bcdtocha(year);write_lcd(96,12,ch);bcdtocha(mon);write_lcd(96,16,ch);bcdtocha(day);
6、write_lcd(96,20,ch);bcdtocha(hour);write_lcd(112,0,ch);bcdtocha(min);write_lcd(112,3,ch);bcdtocha(sec);write_lcd(112,6,ch);switch(week)case 1:write_lcd(112,14,日);break; case 2:write_lcd(112,14,一);break; case 3:write_lcd(112,14,二);break; case 4:write_lcd(112,14,三);break; case 5:write_lcd(112,14,四);br
7、eak; case 6:write_lcd(112,14,五);break; case 7:write_lcd(112,14,六);break; void main() ea=1;ex0=1;it0=1;lcd_init();init_1302(); clr_lcdall();write_lcd(0,0, -);write_lcd(12,0, 实用电子称的设计 );write_lcd(28,0,-);write_lcd(40,0, 设计人: 张元科 );write_lcd(56,0,-);write_lcd(68,0, 指导教师:姚惠林 );write_lcd(84,0,-);write_lc
8、d(96,0,当前时间: 20 年 月 日 );write_lcd(112,0, : : 星期 );dodisp_week();while(fuwei();delay(100); clr_lcdall(); write_lcd(0,0, 商品名称:商品代码 );write_lcd(16,0,-);write_lcd(36,0,单价: 元/千克 );write_lcd(52,0,重量: 千克 );write_lcd(68,0,总价: 元 );write_lcd(84,0,-);write_lcd(96,0,当前时间: 20 年 月 日 );write_lcd(112,0, : : 星期 );do
9、 disp_week();ad_data=adc0832() ;write_lcd(0,9,mingcheng);total_price=price*press;flotocha(price); write_lcd(36,5,ds);flotocha(press);write_lcd(52,5,ds);flotocha(total_price);write_lcd(68,5,ds);while(fuwei(); delay(100); void int0()interrupt 0p1=0xff;delay(10);switch(p1)case 0xfe:mingcheng=苹果 ; price
10、=danjia0; break;case 0xfd: mingcheng=香蕉 ; price=danjia1; break; case 0xfb: mingcheng=黄瓜 ; price=danjia2; break;case 0xf7: mingcheng=西瓜 ; price=danjia3; break;case 0xef: mingcheng=李子 ; price=danjia4; break;case 0xdf: mingcheng=栗子 ; price=danjia5; break;case 0xbf: mingcheng=橘子 ; price=danjia6; break;c
11、ase 0x7f: mingcheng=雪梨 ; price=danjia7; break; typedef struct typfnt_gb16 / 汉字字模数据结构 signed char index2; / 汉字内码索引 char msk32; / 点阵码数据 ;struct typfnt_gb16 code gb_16 = / 数据表 实, 0x01,0x00,0x00,0x80,0x3f,0xfe,0x28,0x04 , 0x46,0x88,0x04,0x80,0x08,0x80,0x06,0x80 , 0x04,0x80,0x7f,0xfe,0x00,0x80,0x01,0x40
12、, 0x02,0x20,0x04,0x10,0x18,0x18,0x60,0x10 ,/*0*/ 用, 0x00,0x00,0x1f,0xfc,0x10,0x84,0x10,0x84 , 0x10,0x84,0x1f,0xfc,0x10,0x84,0x10,0x84 , 0x10,0x84,0x1f,0xfc,0x10,0x84,0x10,0x84 , 0x20,0x84,0x20,0x84,0x40,0x94,0x80,0x88 ,/*1*/ 电, 0x01,0x00,0x01,0x00,0x01,0x00,0x3f,0xf8 , 0x21,0x08,0x21,0x08,0x3f,0xf8,
13、0x21,0x08 , 0x21,0x08,0x21,0x08,0x3f,0xf8,0x21,0x08 , 0x01,0x02,0x01,0x02,0x00,0xfe,0x00,0x00 ,/*2*/子, 0x00,0x00,0x3f,0xf0,0x00,0x20,0x00,0x40 , 0x00,0x80,0x01,0x00,0x01,0x00,0x01,0x04 , 0xff,0xfe,0x01,0x00,0x01,0x00,0x01,0x00 , 0x01,0x00,0x01,0x00,0x05,0x00,0x02,0x00 ,/*3*/ 称, 0x0c,0x80,0x70,0x80,0
14、x10,0xfe,0x10,0x82 , 0xfd,0x24,0x31,0x20,0x32,0x20,0x58,0xb0 , 0x54,0xa8,0x91,0xa4,0x11,0x24,0x12,0x22 , 0x14,0x22,0x10,0x20,0x10,0xa0,0x10,0x40 ,/*4*/ 设, 0x40,0x00,0x21,0xf0,0x31,0x10,0x21,0x10 , 0x01,0x10,0x01,0x10,0xe2,0x0e,0x25,0xf8 , 0x21,0x08,0x21,0x08,0x20,0x90,0x20,0x90 , 0x28,0x60,0x30,0x90
15、,0x23,0x0e,0x0c,0x04 ,/*5*/ 计, 0x40,0x20,0x20,0x20,0x30,0x20,0x20,0x20 , 0x00,0x20,0xf3,0xfe,0x10,0x20,0x10,0x20 , 0x10,0x20,0x10,0x20,0x10,0x20,0x12,0x20 , 0x14,0x20,0x18,0x20,0x10,0x20,0x00,0x20 ,/*6*/ 人, 0x01,0x00,0x01,0x80,0x01,0x00,0x01,0x00 , 0x01,0x00,0x01,0x00,0x02,0x80,0x02,0x80 , 0x04,0x80
16、,0x04,0x40,0x08,0x60,0x08,0x30 , 0x10,0x18,0x20,0x0e,0x40,0x04,0x00,0x00 ,/*7*/ 张, 0x00,0x80,0xf8,0x88,0x08,0x8c,0x08,0x90 , 0x78,0xa0,0x40,0xc0,0x40,0x80,0x43,0xfe , 0xf8,0xa0,0x48,0xa0,0x08,0x90,0x08,0x90 , 0x08,0x88,0x08,0xa6,0x29,0xc4,0x10,0x80 ,/*8*/ 元, 0x00,0x00,0x1f,0xf8,0x00,0x00,0x00,0x00 ,
17、 0x00,0x00,0x7f,0xfe,0x04,0x40,0x04,0x40 , 0x04,0x40,0x04,0x40,0x08,0x40,0x08,0x40 , 0x10,0x42,0x20,0x42,0x40,0x3e,0x00,0x00 ,/*9*/ 科, 0x06,0x08,0x78,0x88,0x08,0x48,0x08,0x48 , 0xfe,0x08,0x18,0x88,0x1c,0x48,0x2a,0x48 , 0x28,0x0e,0x48,0x78,0x8b,0x88,0x08,0x08 , 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08
18、 ,/*10*/ 学, 0x01,0x08,0x10,0x8c,0x0c,0xc8,0x08,0x90 , 0x7f,0xfe,0x40,0x04,0x8f,0xe8,0x00,0x40 , 0x00,0x80,0x7f,0xfe,0x00,0x80,0x00,0x80 , 0x00,0x80,0x00,0x80,0x02,0x80,0x01,0x00 ,/*11*/ 号, 0x1f,0xf0,0x10,0x10,0x10,0x10,0x10,0x10 , 0x1f,0xf0,0x00,0x00,0xff,0xfe,0x08,0x00 , 0x08,0x00,0x1f,0xf0,0x08,0x
19、10,0x00,0x10 , 0x00,0x10,0x01,0x10,0x00,0xa0,0x00,0x40 ,/*12*/指, 0x11,0x00,0x11,0x38,0x11,0xc0,0x11,0x04 , 0xfd,0x04,0x11,0xfc,0x14,0x00,0x19,0xfc , 0x31,0x04,0xd1,0x04,0x11,0xfc,0x11,0x04 , 0x11,0x04,0x11,0x04,0x51,0xfc,0x20,0x00 ,/*13*/导, 0x00,0x00,0x1f,0xf0,0x10,0x10,0x1f,0xf0 , 0x10,0x04,0x10,0x
20、04,0x0f,0xfc,0x00,0x20 , 0x00,0x20,0xff,0xfe,0x08,0x20,0x04,0x20 , 0x06,0x20,0x04,0x20,0x00,0xa0,0x00,0x40 ,/*14*/教, 0x08,0x20,0x08,0x20,0x7f,0x20,0x0a,0x7e , 0xff,0xc4,0x08,0x44,0x10,0xc4,0x3e,0x48 , 0xc4,0x28,0x08,0x28,0x0f,0x10,0xf8,0x10 , 0x08,0x28,0x08,0xc8,0x2b,0x06,0x10,0x04 ,/*15*/ 师, 0x08,0
21、x00,0x0b,0xfe,0x48,0x20,0x48,0x20 , 0x4b,0xfe,0x4a,0x22,0x4a,0x22,0x4a,0x22 , 0x4a,0x22,0x52,0x22,0x52,0x2a,0x12,0x24 , 0x20,0x20,0x40,0x20,0x80,0x20,0x00,0x20 ,/*16*/姚, 0x10,0xa0,0x10,0xa0,0x10,0xa0,0x12,0xa4 , 0x7d,0xa8,0x24,0xb0,0x24,0xa0,0x24,0xb0 , 0x49,0xa8,0x2e,0xac,0x12,0xa8,0x18,0xa0 , 0x25
22、,0x22,0x41,0x22,0x82,0x1e,0x04,0x00 ,/*17*/ 惠, 0x01,0x00,0x7f,0xfc,0x01,0x00,0x1f,0xf0 , 0x11,0x10,0x1f,0xf0,0x11,0x10,0x1f,0xf0 , 0x01,0x08,0x7f,0xfc,0x00,0x04,0x09,0x00 , 0x28,0x88,0x28,0x24,0x67,0xe4,0x00,0x00 ,/*18*/ 林, 0x10,0x20,0x10,0x20,0x10,0x20,0x10,0x20 , 0xfd,0xfe,0x10,0x20,0x10,0x60,0x38
23、,0x70 , 0x34,0xb0,0x54,0xa8,0x51,0x28,0x92,0x26 , 0x14,0x24,0x10,0x20,0x10,0x20,0x10,0x20 ,/*19*/ 当, 0x00,0x80,0x10,0x90,0x08,0x98,0x0c,0x90 , 0x08,0xa0,0x00,0x80,0x3f,0xfc,0x00,0x04 , 0x00,0x04,0x1f,0xfc,0x00,0x04,0x00,0x04 , 0x00,0x04,0x3f,0xfc,0x00,0x04,0x00,0x00 ,/*20*/ 前, 0x08,0x10,0x06,0x18,0x
24、04,0x20,0xff,0xfe , 0x00,0x00,0x3e,0x08,0x22,0x48,0x3e,0x48 , 0x22,0x48,0x22,0x48,0x3e,0x48,0x22,0x48 , 0x22,0x48,0x2a,0x08,0x24,0x28,0x00,0x10 ,/*21*/ 时, 0x00,0x10,0x00,0x10,0x7c,0x10,0x44,0x10 , 0x47,0xfe,0x44,0x10,0x7c,0x10,0x45,0x10 , 0x44,0x90,0x44,0x90,0x7c,0x10,0x00,0x10 , 0x00,0x10,0x00,0x10
25、,0x00,0x50,0x00,0x20 ,/*22*/ 间, 0x20,0x00,0x13,0xfc,0x10,0x04,0x40,0x04 , 0x47,0xe4,0x44,0x24,0x44,0x24,0x47,0xe4 , 0x44,0x24,0x44,0x24,0x47,0xe4,0x40,0x04 , 0x40,0x04,0x40,0x04,0x40,0x14,0x40,0x08 ,/*23*/ 年, 0x08,0x00,0x0f,0xfc,0x10,0x80,0x10,0x80 , 0x20,0x80,0x4f,0xf8,0x88,0x80,0x08,0x80 , 0x08,0x
26、80,0x08,0x80,0xff,0xfe,0x00,0x80 , 0x00,0x80,0x00,0x80,0x00,0x80,0x00,0x80 ,/*24*/ 月, 0x07,0xf0,0x04,0x10,0x04,0x10,0x04,0x10 , 0x07,0xf0,0x04,0x10,0x04,0x10,0x04,0x10 , 0x07,0xf0,0x04,0x10,0x08,0x10,0x08,0x10 , 0x10,0x10,0x20,0x50,0x40,0x20,0x00,0x00 ,/*25*/ 日, 0x00,0x00,0x1f,0xf0,0x10,0x10,0x10,0x
27、10 , 0x10,0x10,0x10,0x10,0x1f,0xf0,0x10,0x10 , 0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10 , 0x1f,0xf0,0x10,0x10,0x00,0x00,0x00,0x00 ,/*26*/ 星, 0x00,0x00,0x1f,0xf8,0x10,0x08,0x1f,0xf8 , 0x10,0x08,0x1f,0xf8,0x01,0x00,0x11,0x00 , 0x1f,0xfc,0x21,0x00,0x21,0x00,0x4f,0xf8 , 0x01,0x00,0x01,0x00,0x7f,0xfe,0x00
28、,0x00 ,/*0*/期, 0x22,0x00,0x22,0x7c,0x7f,0x44,0x22,0x44 , 0x3e,0x44,0x22,0x7c,0x3e,0x44,0x22,0x44 , 0x22,0x44,0xff,0x7c,0x00,0x44,0x24,0x84 , 0x22,0x84,0x43,0x14,0x81,0x08,0x00,0x00 ,/*1*/ 一, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 , 0x00,0x00,0x00,0x00,0x00,0x04,0x7f,0xfe , 0x00,0x00,0x00,0x00,0x00,
29、0x00,0x00,0x00 , 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 ,/*2*/二, 0x00,0x00,0x00,0x10,0x3f,0xf8,0x00,0x00 , 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 , 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04 , 0x7f,0xfe,0x00,0x00,0x00,0x00,0x00,0x00 ,/*3*/ 三, 0x00,0x00,0x00,0x00,0x7f,0xfc,0x00,0x00 , 0x00,0x00,0x00,0
30、x00,0x00,0x00,0x3f,0xf8 , 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 , 0x00,0x00,0x7f,0xfe,0x00,0x00,0x00,0x00 ,/*4*/ 四, 0x00,0x00,0x7f,0xfc,0x44,0x84,0x44,0x84 , 0x44,0x84,0x44,0x84,0x44,0x84,0x44,0x84 , 0x48,0x84,0x48,0x7c,0x50,0x04,0x60,0x04 , 0x40,0x04,0x7f,0xfc,0x40,0x04,0x00,0x00 ,/*5*/ 五, 0x00,0
31、x00,0x7f,0xf8,0x02,0x00,0x02,0x00 , 0x02,0x00,0x02,0x00,0x02,0x20,0x3f,0xf0 , 0x04,0x20,0x04,0x20,0x04,0x20,0x04,0x20 , 0x04,0x24,0xff,0xfe,0x00,0x00,0x00,0x00 ,/*6*/六, 0x04,0x00,0x03,0x00,0x01,0x80,0x01,0x00 , 0xff,0xfe,0x00,0x00,0x00,0x00,0x04,0x80 , 0x06,0x40,0x04,0x20,0x08,0x10,0x08,0x18 , 0x10,
32、0x0c,0x20,0x0c,0x40,0x08,0x00,0x00 ,/*7*/商, 0x01,0x00,0x00,0x80,0x7f,0xfc,0x04,0x20 , 0x02,0x40,0x3f,0xf8,0x22,0x48,0x24,0x28 , 0x3f,0xe8,0x24,0x48,0x24,0x48,0x27,0xc8 , 0x24,0x48,0x24,0x08,0x20,0x28,0x20,0x10 ,/*0*/ 品, 0x00,0x00,0x0f,0xf0,0x08,0x10,0x08,0x10 , 0x08,0x10,0x0f,0xf0,0x08,0x10,0x00,0x0
33、0 , 0x7e,0xfc,0x42,0x84,0x42,0x84,0x42,0x84 , 0x42,0x84,0x7e,0xfc,0x42,0x84,0x00,0x00 ,/*1*/ 代, 0x11,0x00,0x19,0x20,0x11,0x10,0x11,0x08 , 0x21,0xfc,0x3f,0x00,0x50,0x80,0x90,0x80 , 0x10,0x80,0x10,0x40,0x10,0x40,0x10,0x24 , 0x10,0x14,0x10,0x0c,0x10,0x06,0x00,0x00 ,/*2*/码, 0x00,0x00,0xfd,0xf8,0x10,0x08
34、,0x10,0x88 , 0x10,0x88,0x20,0x88,0x3c,0x88,0x64,0xfc , 0xa4,0x04,0x24,0x04,0x25,0xf4,0x24,0x04 , 0x3c,0x04,0x24,0x04,0x20,0x28,0x00,0x10 ,/*3*/ 单, 0x08,0x20,0x06,0x30,0x04,0x40,0x3f,0xf8 , 0x21,0x08,0x3f,0xf8,0x21,0x08,0x21,0x08 , 0x3f,0xf8,0x21,0x08,0x01,0x00,0xff,0xfe , 0x01,0x00,0x01,0x00,0x01,0x
35、00,0x01,0x00 ,/*4*/ 价, 0x08,0x40,0x0c,0x40,0x18,0xa0,0x11,0x10 , 0x32,0x18,0x64,0x0e,0xa9,0x14,0x21,0x10 , 0x21,0x10,0x21,0x10,0x21,0x10,0x22,0x10 , 0x22,0x10,0x24,0x10,0x24,0x10,0x28,0x10 ,/*5*/ 总, 0x08,0x20,0x04,0x20,0x04,0x40,0x1f,0xf0 , 0x10,0x10,0x10,0x10,0x10,0x10,0x1f,0xf0 , 0x00,0x00,0x01,0x
36、00,0x08,0x88,0x28,0x84 , 0x28,0x16,0x68,0x12,0x07,0xf0,0x00,0x00 ,/*6*/ 重, 0x01,0xf0,0x3f,0x00,0x01,0x00,0xff,0xfe , 0x01,0x00,0x1f,0xf0,0x11,0x10,0x1f,0xf0 , 0x11,0x10,0x1f,0xf0,0x01,0x00,0x3f,0xf8 , 0x01,0x00,0x01,0x00,0xff,0xfe,0x00,0x00 ,/*7*/ 量, 0x1f,0xf0,0x10,0x10,0x1f,0xf0,0x10,0x10 , 0x1f,0x
37、f0,0x00,0x00,0xff,0xfe,0x11,0x10 , 0x1f,0xf0,0x11,0x10,0x1f,0xf0,0x01,0x00 , 0x1f,0xf8,0x01,0x00,0xff,0xfe,0x00,0x00 ,/*8*/苹, 0x04,0x40,0x04,0x40,0xff,0xfe,0x04,0x40 , 0x04,0x40,0x3f,0xfc,0x11,0x10,0x09,0x18 , 0x0d,0x20,0x09,0x40,0xff,0xfe,0x01,0x00 , 0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00 ,/*9*/ 果
38、, 0x00,0x00,0x1f,0xf0,0x11,0x10,0x1f,0xf0 , 0x11,0x10,0x1f,0xf0,0x01,0x00,0x01,0x00 , 0xff,0xfe,0x03,0x80,0x05,0x40,0x09,0x30 , 0x31,0x0e,0xc1,0x04,0x01,0x00,0x01,0x00 ,/*10*/ 香, 0x01,0xf0,0x3f,0x00,0x01,0x00,0xff,0xfe , 0x03,0x80,0x05,0x40,0x09,0x30,0x31,0x0e , 0xcf,0xf4,0x08,0x10,0x08,0x10,0x0f,0x
39、f0 , 0x08,0x10,0x08,0x10,0x0f,0xf0,0x00,0x00 ,/*11*/ 蕉, 0x04,0x20,0x04,0x20,0xff,0xfe,0x05,0x20 , 0x10,0x80,0x1f,0xfc,0x30,0x80,0x5f,0xf8 , 0x90,0x80,0x1f,0xf8,0x10,0x80,0x1f,0xfc , 0x00,0x00,0x28,0x88,0x26,0x66,0x44,0x44 ,/*12*/ 黄, 0x04,0x40,0x04,0x40,0x7f,0xfc,0x04,0x40 , 0x04,0x40,0xff,0xfe,0x01,
40、0x00,0x1f,0xf0 , 0x11,0x10,0x1f,0xf0,0x11,0x10,0x11,0x10 , 0x1f,0xf0,0x08,0x20,0x10,0x18,0x60,0x08 ,/*13*/ 西, 0x00,0x00,0xff,0xfe,0x04,0x40,0x04,0x40 , 0x7f,0xfc,0x44,0x44,0x44,0x44,0x44,0x44 , 0x44,0x44,0x48,0x3c,0x50,0x04,0x60,0x04 , 0x40,0x04,0x7f,0xfc,0x40,0x04,0x00,0x00 ,/*15*/瓜, 0x00,0x10,0x01
41、,0xf8,0x1e,0x40,0x12,0x40 , 0x12,0x40,0x12,0x20,0x12,0x20,0x12,0x20 , 0x12,0x20,0x12,0x10,0x12,0x90,0x22,0x50 , 0x22,0xa8,0x43,0x28,0x42,0x06,0x80,0x04 ,/*16*/李, 0x01,0x00,0x01,0x00,0x7f,0xfc,0x03,0x80 , 0x05,0x40,0x09,0x30,0x31,0x0e,0xdf,0xe4 , 0x00,0x80,0x01,0x00,0x7f,0xfe,0x01,0x00 , 0x01,0x00,0x
42、01,0x00,0x05,0x00,0x02,0x00 ,/*17*/ 子, 0x00,0x00,0x3f,0xf0,0x00,0x20,0x00,0x40 , 0x00,0x80,0x01,0x00,0x01,0x00,0x01,0x04 , 0xff,0xfe,0x01,0x00,0x01,0x00,0x01,0x00 , 0x01,0x00,0x01,0x00,0x05,0x00,0x02,0x00 ,/*18*/栗, 0x7f,0xfe,0x04,0x40,0x04,0x40,0x3f,0xf8 , 0x24,0x48,0x24,0x48,0x3f,0xf8,0x01,0x00 , 0
43、xff,0xfe,0x01,0x80,0x03,0x40,0x05,0x20 , 0x19,0x18,0x61,0x0e,0x01,0x04,0x01,0x00 ,/*19*/橘, 0x11,0xfc,0x10,0x08,0x10,0x30,0x13,0xfe , 0xfc,0x54,0x11,0x90,0x38,0x30,0x37,0xfe , 0x52,0x92,0x52,0x8e,0x93,0x72,0x12,0x52 , 0x12,0x72,0x12,0x02,0x12,0x0a,0x12,0x04 ,/*21*/雪,0x00,0x00,0x3f,0xf8,0x01,0x00,0x7f
44、,0xfe , 0x41,0x04,0x1d,0x70,0x01,0x00,0x1d,0x70 , 0x00,0x00,0x3f,0xf8,0x00,0x08,0x1f,0xf8 , 0x00,0x08,0x00,0x08,0x3f,0xf8,0x00,0x08 ,/*23*/梨, 0x07,0x84,0x7c,0x04,0x04,0x24,0x7f,0xa4 , 0x0e,0x24,0x15,0x24,0x25,0x04,0xc4,0x14 , 0x01,0x08,0x7f,0xfe,0x03,0x80,0x05,0x40 , 0x09,0x30,0x31,0x0e,0xc1,0x04,0x
45、01,0x00 ,/*24*/元, 0x00,0x00,0x1f,0xf8,0x00,0x00,0x00,0x00 , 0x00,0x00,0x7f,0xfe,0x04,0x40,0x04,0x40 , 0x04,0x40,0x04,0x40,0x08,0x40,0x08,0x40 , 0x10,0x42,0x20,0x42,0x40,0x3e,0x00,0x00 ,/*25*/ 千, 0x00,0x10,0x00,0xf8,0x3f,0x00,0x01,0x00 , 0x01,0x00,0x01,0x04,0xff,0xfe,0x01,0x00 , 0x01,0x00,0x01,0x00,0
46、x01,0x00,0x01,0x00 , 0x01,0x00,0x01,0x00,0x01,0x00,0x00,0x00 ,/*26*/克, 0x01,0x00,0x01,0x00,0x7f,0xfc,0x01,0x00 , 0x01,0x00,0x1f,0xf0,0x10,0x10,0x10,0x10 , 0x1f,0xf0,0x14,0x50,0x04,0x40,0x04,0x40 , 0x08,0x42,0x08,0x42,0x10,0x3e,0x20,0x00 ,/*27*/ 的,0x10,0x80,0x10,0x80,0x20,0x80,0x7c,0xfc,0x45,0x04,0x4
47、5,0x04,0x46,0x04,0x7c,0x84,0x44,0x44,0x44,0x64,0x44,0x24,0x44,0x04,0x7c,0x04,0x44,0x28,0x40,0x10,0x00,0x00,/*0*/ 名, 0x04,0x00,0x04,0x00,0x07,0xf8,0x08,0x10,0x10,0x20,0x24,0x40,0x42,0x80,0x01,0x00,0x06,0x00,0x1f,0xf8,0xe8,0x08,0x08,0x08,0x08,0x08,0x0f,0xf8,0x08,0x08,0x00,0x00,/*0*/ ; #ifndef data_h#d
48、efine data_hchar code asc_msk36*16 = /8*80x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /*- -*/0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x18,0x3c,0x3c,0x3c,0x18, /*- ! -*/0x18,0x00,0x18,0x18,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x66,0x66,0x66,0x00,0x00, /*- -*/0x00,0x00,0x00,0x00,0x00,0x00,0x0
49、0,0x00,0x00,0x00,0x00,0x36,0x36,0x7f,0x36,0x36, /*- # -*/0x36,0x7f,0x36,0x36,0x00,0x00,0x00,0x00,0x00,0x18,0x18,0x3c,0x66,0x60,0x30,0x18, /*- $ -*/0x0c,0x06,0x66,0x3c,0x18,0x18,0x00,0x00,0x00,0x00,0x70,0xd8,0xda,0x76,0x0c,0x18, /*- % -*/0x30,0x6e,0x5b,0x1b,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x6
50、c,0x6c,0x38,0x60, /*- & -*/0x6f,0x66,0x66,0x3b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x18,0x18,0x18,0x00,0x00, /*- -*/0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x18,0x18,0x30,0x30, /*- ( -*/0x30,0x30,0x30,0x18,0x18,0x0c,0x00,0x00,0x00,0x00,0x00,0x30,0x18,0x18,0x0c,0x0c, /*- ) -*/0x0c,0x0c,0x0c,0x18,0x18,0x30,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x36,0x1c,0x7f, /*- * -*/0x1c,0x36,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 医疗设备质量与安全分析
- 安缦法云案例分析说明及意象
- 数字经济管理课程介绍
- 按比例安排残疾人就业情况核定申报表、审核认定书
- 公寓寝室管理委员会竞选
- 提高有风险患者预防跌倒坠床护理措施落实率品管圈PDCA案例汇报
- 国家开放大学《公文写作》期末考试辅导参考答案
- 2024年中级《质量专业理论与实务》考前通关必练题库(含答案)
- (新版)理财规划师《投资规划》考试题库(含答案)
- 四川省平昌中学2024-2025学年高一上学期第二次月考数学试题(含答案)
- 人教版数学第一学期一年级期末试卷
- 高空坠物防护培训
- 设备维修知识培训
- 特殊教育家长会课件:支持特殊孩子的成长与发展
- 亮点工作总结提炼不够
- 南京大屠杀遇难者纪念馆实践报告 (修改)
- 空乘人员生涯发展展示
- 2022年广东省深圳市第九届“鹏程杯”八年级邀请赛数学试卷
- 《物联网应用技术》期末试卷及答案2套
- 大数据通识教程全套教学课件
- 民间借贷法律知识讲座
评论
0/150
提交评论