24小时接单的黑客

联系黑客,怎么找黑客,黑客怎么找,黑客接单,破解系统

黑客帝国4矩阵重生预告片(黑客帝国4矩阵重生预告片)

  //======================================

  //======================================

  uchar scan() // 键盘扫描程序

  {

  uchar temp,h,j,i,high, low;

  bit find=0; //定义位find标志 并赋值零

  P0=0xf0;

  temp=P0; //行低电平 列高电平

  if(temp!=0xf0) //检测是否有键按下

  {

  delay(1000); //去抖

  if(temp!=0xf0) //确定有键按下

  {

  find=1; //标志有键按下

  high=(temp>>4); //将列的状态存入high

  P0=0x0f; //翻转行列电平

  temp=P0; //再次读取P0

  low=(temp&0x0f); //将行的状态存入low

  for(i=0;i<4;i++) //确定按键的坐标

黑客帝国4矩阵重生预告片(黑客帝国4矩阵重生预告片)

  {

  if(hao[i]==high){j=i;}

  if(hao[i]==low){h=i;}

黑客帝国4矩阵重生预告片(黑客帝国4矩阵重生预告片)

  }

  }

  }

  if(find==0){return 16;}

  else return(4*h+j);

  }

  //=============================================

  void main()

  {

  uchar a,key=0;

  while(1)

  {

  a=scan();

  if(a!=16)

  {

  key=key_[a];

  }

  P1=seg7[key];

  P2=0xfe;

  delay(200);

  }

  }

发表评论:

Powered By

Copyright Your WebSite.Some Rights Reserved.