毕业论文论文范文课程设计实践报告法律论文英语论文教学论文医学论文农学论文艺术论文行政论文管理论文计算机安全
您现在的位置: 毕业论文 >> 课程设计 >> 正文

单片机滚动液晶电子钟设计源代码 第2页

更新时间:2012-8-4:  来源:毕业论文
{
      //Assign the value.
            if (lasttoken == '0')
               { lvalue = calc_asciidec (number);}
            else
               { rvalue = calc_asciidec (number);}

            //Clear the number buffer.
            bufferptr = number;
            for (i = 0;i <= MAX_DISPLAY_CHAR; i++)
               { number[i] = ' '; }
  
            //Process the Operator.
            currtoken = key;
   if (currtoken == 'C')
      { calc_opfunctions(currtoken); }
    else
      { calc_opfunctions(lasttoken); }
  
       // Clear the outputbuffer for reuse on next operation.
            for (i = 0;i <= MAX_DISPLAY_CHAR;i++)
               { outputbuffer[i] = ' ';}
       
            bufferptr = number;
   // Handle the equals operation here for brevity.
   // All we need do is preserve the previous operator in论文范文http://www.chuibin.com/  
   // lasttoken.
   if (currtoken != 0x3D) lasttoken = currtoken;
           
       }
       lastpress = key;
     }
 }

VOID calc_opfunctions (CHAR token)
// Handle the operations. Lvalue holds the result and we test for
// consecutive operator presses.
 { CHAR data result;
   switch(token)

上一页  [1] [2] [3] [4] 下一页

单片机滚动液晶电子钟设计源代码 第2页下载如图片无法显示或论文不完整,请联系qq752018766
设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©751com.cn 辣文论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。