文件名称:Snake-program
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-12-28
- 文件大小:
- 85kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
贪吃蛇游戏代码
/* 署 名: /* 时 间: /* 备 注: 游戏为了快速响应按键,应该把按键通过线与和 INIT0 合并,做成中断按键。
/* 液 晶: 选用时无所谓的只要能点亮或者熄灭 其中特点坐标的点就可以了,可以用点阵
/* 12864 等 ,我用的液晶是淘宝上买的38块钱是彩屏的比 12864好玩。便宜!
/* 分享一下网站:/* 电路说明:需要一个4个以上按键,一个LCD显示-Snake game code /* signature: /* Time: /* Note: in order to quickly respond to the button, the game should be the key line and INIT0 merger made Interrupt key. /* LCD: selection does not matter as long as can be lit or extinguished the point which characteristics of coordinates, can, can use dot matrix /* 12864, I use the LCD Taobao bought 38 dollars is the color than 12864 fun. Cheap! /* Share the website :/* circuit Descr iption: need more than a four buttons and an LCD display
/* 署 名: /* 时 间: /* 备 注: 游戏为了快速响应按键,应该把按键通过线与和 INIT0 合并,做成中断按键。
/* 液 晶: 选用时无所谓的只要能点亮或者熄灭 其中特点坐标的点就可以了,可以用点阵
/* 12864 等 ,我用的液晶是淘宝上买的38块钱是彩屏的比 12864好玩。便宜!
/* 分享一下网站:/* 电路说明:需要一个4个以上按键,一个LCD显示-Snake game code /* signature: /* Time: /* Note: in order to quickly respond to the button, the game should be the key line and INIT0 merger made Interrupt key. /* LCD: selection does not matter as long as can be lit or extinguished the point which characteristics of coordinates, can, can use dot matrix /* 12864, I use the LCD Taobao bought 38 dollars is the color than 12864 fun. Cheap! /* Share the website :/* circuit Descr iption: need more than a four buttons and an LCD display
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Snake program51单片机贪吃蛇程序\7SEG.C
...............................\7SEG.h
...............................\KEY_SWEEP.c
...............................\KEY_SWEEP.H
...............................\KEY_SWEEP.LST
...............................\KEY_SWEEP.OBJ
...............................\LCD_SSD1283.C
...............................\LCD_SSD1283.H
...............................\LCD_SSD1283.LST
...............................\LCD_SSD1283.OBJ
...............................\Main.C
...............................\Main.LST
...............................\Main.OBJ
...............................\picture.H
...............................\SNAKE
...............................\SNAKE.c
...............................\SNAKE.h
...............................\SNAKE.hex
...............................\SNAKE.lnp
...............................\SNAKE.LST
...............................\SNAKE.M51
...............................\SNAKE.OBJ
...............................\SNAKE.Opt
...............................\SNAKE.plg
...............................\SNAKE.Uv2
...............................\SNAKE_Opt.Bak
...............................\SNAKE_Uv2.Bak
...............................\ssd1283a.plg
...............................\ssd1283a_Opt.Bak
...............................\ssd1283a_Uv2.Bak
...............................\UART_Com.C
...............................\UART_Com.h
...............................\ziku.h
Snake program51单片机贪吃蛇程序