登录
首页 » C# » 430单片机贪吃蛇

430单片机贪吃蛇

于 2023-07-30 发布 文件大小:39.78 kB
0 89
下载积分: 2 下载次数: 2

代码说明:

采用msp430f169单片机驱动LCD12864完成的贪吃蛇游戏,共有四个独立按键,分别控制四个不同的方向。应经调试成功。单片机型号为美国TI公司的MSP430f169型。程序各部分均有头文件形式构成,对于初学者便于理解。#include "msp430x16x.h" #include //包含随机数 //液晶引脚定义 #define E_1 P5OUT|=BIT7 #define E_0 P5OUT&=~BIT7 #define RW_1 P5OUT|=BIT6 #define RW_0 P5OUT&=~BIT6 #define RS_1 P5OUT|=BIT5 #define RS_0 P5OUT&=~BIT5 #define PSB_CLR P5OUT &= ~BIT0 //PSB置低,串口方式 #define PSB_SET P5OUT |= BIT0 //PSB置高,并口方式 #define RST_CLR P5OUT &= ~BIT1 //RST置低 #define RST_SET P5OUT |= BIT1 //RST置高 #define uchar unsigned char #define uint unsigned int //按键引脚定义 #define key_state_0 0 #define key_state_1 1 #define key_state_2 2 unsigned char key_state[4]={0,0}; uchar zi[]={0xd3,0xce,0xcf,0xb7,0xbd,0xe1,0xca,0xf8};//游戏结束 uchar fen[]={0xb5,0xc3,0xb7,0xd6};//得分

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • c#编写的关于com口通信访问的程序。很不错的
    c#编写的关于com口通信访问的程序。很不错的-c# write access on the com port communication program. Nice
    2023-06-17 01:50:04下载
    积分:1
  • 模仿Windows任务栏
    说明:  一个rar包,主要是模式windows的任务栏的功能,(a rar packs, the main mode of windows is the task bar functions,)
    2005-09-14 11:40:12下载
    积分:1
  • EXAM8
    说明:   CH375的INT#引脚采用查询方式处理, 数据复制方式为"单DPTR和P2+R0复制",速度最快(CH375 the INT# pin using inquiry processing, data replication for the "single-DPTR and P2 R0 reproduction," the fastest)
    2006-03-02 10:16:36下载
    积分:1
  • ADtlc2543P12864
    基于51单片机12864显示的12位AD程序tlc2543(Based on 51 single-chip 12 864 Displaying 12 AD process tlc2543)
    2013-08-24 10:03:59下载
    积分:1
  • Abat_algorithm
    粒子群算法改进的自适应蝙蝠算法,具有很好的收敛速度和收敛精度(Improved adaptive bat algorithm based on particle swarm optimization has good convergence speed and convergence accuracy.)
    2018-06-18 19:48:56下载
    积分:1
  • stm32示波器
    以一定的频率读取输入信号,通过按键实现存储和示波(Read the input signal at a certain frequency, and store and display the wave through the key.)
    2018-07-18 21:56:19下载
    积分:1
  • ADJUST_DRAG_COEFFICIENT
    FLUENT-UDF:dpm颗粒曳力的修改程序。(It is a good program about the dpm-drag.)
    2017-06-22 09:43:27下载
    积分:1
  • OPENCV视频跟踪分割运动中的物体
    此程序演示了一种寻找轮廓,连接组件,清除背景的简单方法,实现跟踪分割视频中运动的物体 程序运行开始后,便开始“学习背景 可以通过【Space】空格键来切换是否打开“背景学习”技术。
    2022-05-18 15:33:59下载
    积分:1
  • opencv hand gesture detection
    the aim of the project was to device a program that is able to detect out hands, tracj them in realtime and perform some guesture recognition. it it do be done with simple dignal processing performed on images obtained from a regular laptop web-camera.
    2023-01-25 09:55:04下载
    积分:1
  • dhte-can
    解除共享软件日期限制软件源码,可以参考用(Its date of shareware software source code, you can reference)
    2017-03-28 10:19:18下载
    积分:1
  • 696516资源总数
  • 106474会员总数
  • 2今日下载