代码搜索:漏洞扫描
找到约 5,408 项符合「漏洞扫描」的源代码
代码结果 5,408
www.eeworm.com/read/25993/952984
+
#include
sbit key0=P1^0;
sbit key1=P1^1;
sbit key2=P1^2;
sbit key3=P1^3;
unsigned char keyscan() //键盘扫描函数
{
unsigned char keyscan_num,temp;
P1=0xff;
temp=P1;
if(~(te
www.eeworm.com/read/31624/1025702
c key.c
//按键扫描驱动程序
unsigned char key,key_h,kpush;
unsigned int key_l;
//按键连接到p1.0、p1.1、p1.2
void int_t0(void) interrupt 1 {
unsigned char dd,i;
TL0=TL0+30;TH0=0xfb; //800
/* 按键判别 */
if ((P1&
www.eeworm.com/read/31627/1025982
c key.c
//按键扫描驱动程序
unsigned char key,key_h,kpush;
unsigned int key_l;
//按键连接到p1.0、p1.1、p1.2
void int_t0(void) interrupt 1 {
unsigned char dd,i;
TL0=TL0+30;TH0=0xfb; //800
/* 按键判别 */
if ((P1&
www.eeworm.com/read/34129/1039224
c 主机源程序.c
#include
sbit key0=P1^0;
sbit key1=P1^1;
sbit key2=P1^2;
sbit key3=P1^3;
unsigned char keyscan() //键盘扫描函数
{
unsigned char keyscan_num,temp;
P1=0xff;
temp=P1;
if(~(te
www.eeworm.com/read/34129/1039241
c 从机源程序.c
#include
sbit key0=P1^0;
sbit key1=P1^1;
sbit key2=P1^2;
sbit key3=P1^3;
unsigned char keyscan() //键盘扫描函数
{
unsigned char keyscan_num,temp;
P1=0xff;
temp=P1;
if(~(te
www.eeworm.com/read/242747/4535814
c keyboard16.c
#include "..\inc\44b.h"
#include "..\inc\def.h"
#include "..\inc\Keyboard16.h"
U16 FunctionKey=0xffff;//功能键扫描吗,0有效
U8 keyBoard_KeyMap[]={0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15};
U16 GetScanKey()
{
U1
www.eeworm.com/read/242747/4535935
c keyboard16.c
#include "..\startup\44b.h"
#include "..\inc\def.h"
#include "..\inc\Keyboard16.h"
U16 FunctionKey=0xffff;//功能键扫描吗,0有效
U8 keyBoard_KeyMap[]={1,4,7,10,2,5,8,0,3,6,9,11,12,13,14,15};//10-退格,11-*/.,12-↑
www.eeworm.com/read/242747/4536029
c keyboard16.c
#include "..\inc\44b.h"
#include "..\inc\def.h"
#include "..\inc\Keyboard16.h"
U16 FunctionKey=0xffff;//功能键扫描吗,0有效
U8 keyBoard_KeyMap[]={0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15};
U16 GetScanKey()
{
U1
www.eeworm.com/read/242747/4536222
c keyboard16.c
#include "..\startup\44b.h"
#include "..\inc\def.h"
#include "..\inc\Keyboard16.h"
U16 FunctionKey=0xffff;//功能键扫描吗,0有效
U8 keyBoard_KeyMap[]={1,4,7,10,2,5,8,0,3,6,9,11,12,13,14,15};//10-退格,11-*/.,12-↑
www.eeworm.com/read/242747/4536279
c keyboard16.c
#include "..\startup\44b.h"
#include "..\inc\def.h"
#include "..\inc\Keyboard16.h"
U16 FunctionKey=0xffff;//功能键扫描吗,0有效
U8 keyBoard_KeyMap[]={1,4,7,10,2,5,8,0,3,6,9,11,12,13,14,15};//10-退格,11-*/.,12-↑