《键盘c语言程序》word版

《键盘c语言程序》word版

ID:25410447

大小:56.50 KB

页数:10页

时间:2018-11-20

《键盘c语言程序》word版_第1页
《键盘c语言程序》word版_第2页
《键盘c语言程序》word版_第3页
《键盘c语言程序》word版_第4页
《键盘c语言程序》word版_第5页
资源描述:

《《键盘c语言程序》word版》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、查看文章 在DSP2812上的键盘C++程序#include"main.h"classSystemObjSystem;classTimerObjTimer;classLcdObjLcd;classKeyboardObjKeyboard;intmain(void){    Lcd.SetDisplayPos(0,0);//汉字定位到上行左端    Lcd.Display("汉字显示演示12");    Lcd.SetDisplayPos(1,0);//汉字定位到上行左端    Lcd.Display("汉字显示演示34");    Lcd.SetDisplayPos(2,0);//

2、汉字定位到上行左端    Lcd.Display("汉字显示演示56");    Lcd.SetDisplayPos(3,0);//汉字定位到上行左端    Lcd.Display("汉字显示演示78");    EALLOW;//    PieCtrlRegs.PIEACK.all=0xFFFF;//PIEACK_GROUP1;    PieCtrlRegs.PIEACK.bit.ACK7=1;    EDIS;        EINT;   //EnableGlobalinterruptINTM    ERTM;    //EnableGlobalrealtimeinterr

3、uptDBGM    for(;;)    {       asm("nop");    //Resetthewatchdogcounter       KickDog();    }}#include"keyboard.h"KeyboardObj::KeyboardObj(void){    Init();}voidKeyboardObj::Init(void){    for(inti=0;i

4、void){typedefvoid(KeyboardObj::*FunctionPtr)(void);//函数指针staticconstFunctionPtrKeyboardCommandTab[3][KeyboardNumbers]={    {        &KeyboardObj::Key01,        &KeyboardObj::Key02,        &KeyboardObj::Key03,        &KeyboardObj::Key04,        &KeyboardObj::Key05,        &KeyboardObj::Key06, 

5、       &KeyboardObj::Key07,        &KeyboardObj::Key08    },//放键表    {        &KeyboardObj::Key11,        &KeyboardObj::Key12,        &KeyboardObj::Key13,        &KeyboardObj::Key14,        &KeyboardObj::Key15,        &KeyboardObj::Key16,        &KeyboardObj::Key17,        &KeyboardObj::Key18

6、    },//短压表    {        &KeyboardObj::Key21,        &KeyboardObj::Key22,        &KeyboardObj::Key23,        &KeyboardObj::Key24,        &KeyboardObj::Key25,        &KeyboardObj::Key26,        &KeyboardObj::Key27,        &KeyboardObj::Key28    }//长压表};unsignedcharKeyCount;    Count%=KeyboardNu

7、mbers;    KeyCount=PressCount[Count];//取压键次数    if(Scan()==Count+1)//有键压下    {        KeyCount++;//压键计数            if(KeyCount>=KeyboardPushTimes)        {            if(KeyCount==KeyboardPushTimes)//短压键            {//                System.B

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。