代码搜索:按键扫描

找到约 10,000 项符合「按键扫描」的源代码

代码结果 10,000
www.eeworm.com/read/7227/110559

c keypad.c

#include /*键盘扫描函数,没有键按下返回0x7f*/ /*如果shift按下,返回值最高位为1*/ extern delay_1ms(void); void delay_ms(unsigned int n); unsigned char scan_key(void) { unsigned char i,temp; unsigne
www.eeworm.com/read/15488/465703

c keypad.c

#include /*键盘扫描函数,没有键按下返回0x7f*/ /*如果shift按下,返回值最高位为1*/ extern delay_1ms(void); void delay_ms(unsigned int n); unsigned char scan_key(void) { unsigned char i,temp; unsigne
www.eeworm.com/read/37095/899451

#ifndef _MIGONG_H_ #define _MIGONG_H_ #include "che.h" #include "lcd1602.h" uint i_l,i_r; uint i_bai; #define flag_stop 10 #define left_xun 0 //左转的循环扫描次数 #define right_xun 0 //右转的循环扫
www.eeworm.com/read/222913/4817408

c keyboard.c

#include "..\inc\44b.h" #include "..\inc\def.h" #include "Zlg7289.h" #include "Keyboard.h" U16 FunctionKey=0xffff;//功能键扫描吗,0有效 U8 keyBoard_KeyMap[]={'7','4','1',0,'N',0,0,0,'8','5','2','0','/',
www.eeworm.com/read/284190/4066725

c keyboard.c

#include "..\inc\44b.h" #include "..\inc\def.h" #include "Zlg7289.h" #include "Keyboard.h" U16 FunctionKey=0xffff;//功能键扫描吗,0有效 U8 keyBoard_KeyMap[]={'7','4','1',0,'N',0,0,0,'8','5','2','0','/',
www.eeworm.com/read/386001/2577367

c keyboard.c

#include "..\inc\44b.h" #include "..\inc\def.h" #include "Zlg7289.h" #include "Keyboard.h" U16 FunctionKey=0xffff;//功能键扫描吗,0有效 U8 keyBoard_KeyMap[]={'7','4','1',0,'N',0,0,0,'8','5','2','0','/',
www.eeworm.com/read/360652/2960537

txt 算法 5.9.txt

算法 5.9 void CrossSearch(CrossList &M, ElemType x) { // 在十字链表中查找所有值为x的元素并输出 i=0; // 从第1行开始扫描 p=*(M.rhead+i); // p指向第1行的第一个十字链表结点 while(
www.eeworm.com/read/154509/5636796

txt 算法 5.9.txt

算法 5.9 void CrossSearch(CrossList &M, ElemType x) { // 在十字链表中查找所有值为x的元素并输出 i=0; // 从第1行开始扫描 p=*(M.rhead+i); // p指向第1行的第一个十字链表结点 while(
www.eeworm.com/read/154509/5637036

txt 算法 5.9.txt

算法 5.9 void CrossSearch(CrossList &M, ElemType x) { // 在十字链表中查找所有值为x的元素并输出 i=0; // 从第1行开始扫描 p=*(M.rhead+i); // p指向第1行的第一个十字链表结点 while(
www.eeworm.com/read/474737/6805625

c keyboard.c

#include "..\inc\44b.h" #include "..\inc\def.h" #include "Zlg7289.h" #include "Keyboard.h" U16 FunctionKey=0xffff;//功能键扫描吗,0有效 U8 keyBoard_KeyMap[]={'7','4','1',0,'N',0,0,0,'8','5','2','0','/',