标签:man info code 游戏 https star draw std initial
【资源下载】百度网盘下载地址如下:
https://docs.qq.com/doc/DTlRSd01BZXNpRUxl
#include<reg52.h> #include <intrins.h> #include <string.h> #include <stdlib.h> #include <stdio.h> #include <lcd_160128.h> extern uchar LCD_Initialise(); extern uchar LCD_Write_Command(uchar cmd); extern uchar LCD_Write_Command_P1(uchar cmd,uchar paral); extern uchar LCD_Write_Command_P2(uchar cmd,uchar paral,uchar para2); extern uchar LCD_Write_Data(uchar dat); extern void Set_LCD_POS(uchar row,uchar col) reentrant; extern void Line(uchar x1,uchar y1,uchar x2,uchar y2,uchar Mode) reentrant;//以上在中断中也有用到所以定义为可重入函数 extern void Draw_Image(uchar *G_Buffer,uchar Start_Row,uchar Start_Col)reentrant; extern void Display_Str_at_xy(uchar x,uchar y,char *Buffer,uchar wb) reentrant; extern void cls(); void Show_Score_and_Bullet() reentrant; sbit K1=P1^4; sbit K2=P1^5; sbit K3=P1^6; sbit K4=P1^7; sbit BEEP=P1^0;
1287【毕设课设】基于单片机T6963C液晶显示的模拟射击训练游戏
标签:man info code 游戏 https star draw std initial
原文地址:https://www.cnblogs.com/ythero/p/14501282.html