• 大小: 0.23M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: 其他
  • 标签: 其他  

资源简介


网上找来的,觉得很好,发给大家看看!!!

资源截图

代码片段和文件信息

/*八路抢答器-----能够显示抢答、回答时间倒计时,能够调节抢答、回答时间,能够报警犯规抢答,可以计分,可以实现软复位*/
/*桂林电子科技大学*信息与通信学院*电子科学与技术*/
/*此程序仅供参考!!恳请自重*/
/*本人博客:http://blog.sina.com.cn/13302xiaoqiao  */
/*欢迎交流*/
#include
#define uchar unsigned char
#define uint unsigned int
sbit fmq=P3^6;
sbit Key_Start=P3^4;//开始键时间设置时+
sbit Key_Stop=P3^5;//停止键,时间设置时-
sbit Key_Restart=P3^0;//复位键
sbit Key_set_Q=P3^2;//抢答时间设置键
sbit Key_set_H=P3^3;//回答时间设置键
sbit led=P3^7;//抢答LED提示
uchar code table[]={0xc00xf90xa40xb00x990x920x820xf80x800x900xbf0xff0xc60xf00xb6};//段码表
uchar code table_char[]={0xc00xf90xa40xb00x990x920x820xf80x800x900xc70xc00x920x860xbf0xb70xff0xb90x8f};//0-9 L O S E -
uchar  table_score[9]={05050505050505050};//记分数组初设值50分
void delay(uint z);//延时函数声明
void init();//初始化函数声明
void display(uchar XuanShouuchar time);//显示数字函数声明
void display_char(uchar char_1uchar char_2uchar char_3uchar char_4 );//显示字符函数声明
void display_set(uchar char_1uchar timeuchar char_2);//时间

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      20628  2011-05-27 11:19  八位抢答器程序\Project_Q

     文件       5072  2011-05-27 11:19  八位抢答器程序\Project_Q.hex

     文件         47  2011-05-27 11:19  八位抢答器程序\Project_Q.lnp

     文件      30087  2011-05-27 11:19  八位抢答器程序\Project_Q.M51

     文件       2228  2011-05-27 11:19  八位抢答器程序\Project_Q.Opt

     文件       1111  2011-05-27 11:19  八位抢答器程序\Project_Q.plg

     文件       2121  2010-05-18 21:49  八位抢答器程序\Project_Q.Uv2

    .......      2228  2011-05-27 11:19  八位抢答器程序\Project_Q_Opt.Bak

     文件          0  2010-05-18 20:53  八位抢答器程序\Project_Q_Uv2.Bak

     文件      12840  2011-05-27 11:19  八位抢答器程序\Text_Q.c

     文件      34877  2011-05-27 11:19  八位抢答器程序\Text_Q.LST

     文件      24050  2011-05-27 11:19  八位抢答器程序\Text_Q.OBJ

     目录          0  2011-05-27 11:19  八位抢答器程序

     文件     382976  2011-05-27 11:15  抢答器电路图\抢答器最终电路.Bkp

     文件     382976  2011-05-27 11:15  抢答器电路图\抢答器最终电路.ddb

     目录          0  2011-05-27 11:20  抢答器电路图

     文件      77927  2011-05-27 11:30  实物图1.jpg

     文件      65290  2011-05-27 11:31  实物图2.jpg

----------- ---------  ---------- -----  ----

              1044458                    18


评论

共有 条评论