代码搜索:漏洞扫描
找到约 5,408 项符合「漏洞扫描」的源代码
代码结果 5,408
www.eeworm.com/read/415312/2137300
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/415312/2137357
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/390230/2528974
vhd key0.vhd
--
-- 矩阵键盘实验1:向用户介绍矩阵键盘扫描实现的方法,没有考虑去抖和判断键弹起的问题;把相应的键值显示在数码管上
--
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY key0 IS
P
www.eeworm.com/read/372091/2776069
vhd key0.vhd
--
-- 矩阵键盘实验1:向用户介绍矩阵键盘扫描实现的方法,没有考虑去抖和判断键弹起的问题;把相应的键值显示在数码管上
--
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY key0 IS
P
www.eeworm.com/read/362401/2934028
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/159284/5586527
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/159284/5586648
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/159284/5586742
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/159284/5586935
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/159284/5586992
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-↑