代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/374530/9400007
vhd scan_gen.vhd
package test_con is
constant N1:integer:=3686;
end test_con;
use work.test_con.all;
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
e
www.eeworm.com/read/373664/9444419
vhd scan_led.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY scan_led IS
PORT(clk:IN STD_LOGIC;
sg:OUT STD_LOGIC_VECTOR(6 DOWNTO 0);
bt:OUT STD_LOGIC_VECT
www.eeworm.com/read/373225/9468583
c key_scan.c
#include "GloblDef.h"
#include "key.h"
struct SKeyValue xdata KeyValue[KEY_NUM]={
{1,{0}}, //功能键1 KEY_FUN1
{1,{1}}, //退格键 KEY_C
{1,{2}}, //功能键2 KEY_FUN2
{2,{'1','.'}},
{4,{'2','a','b','
www.eeworm.com/read/372965/9484383
cpp scan_bmp.cpp
// Scan_Bmp.cpp: implementation of the Scan_Bmp class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "math.h"
#include "Scan_Bmp.h"
#
www.eeworm.com/read/372965/9484561
h scan_bmp.h
// Scan_Bmp.h: interface for the Scan_Bmp class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SCAN_BMP_H__C7D813C1_860D_11D3_BB8D_0000B4336158__INCLU
www.eeworm.com/read/176648/9488952
h key_scan.h
static const char tab[16]={0x01,0x02,0x03,0x0c, /*键盘码00,01,02,03,*/
0x04,0x05,0x06,0x0d, /*键盘码04,05,06,07,*/
0x07,0x08,0x09,0x0e, /*键盘码08,09,0a,0b,*/
www.eeworm.com/read/371236/9560417
frm scan_c.frm
/**********************************************************
** SCAN_C.FRM
** Coco/R C Support Frames.
** Author: Frankie Arzu
**
** Jun 12, 1996 Version 1.06
**
www.eeworm.com/read/371236/9560424
frm scan_h.frm
/**********************************************************
** SCAN_H.FRM
** Coco/R C Support Frames.
** Author: Frankie Arzu
**
** Jun 12, 1996 Version 1.06
**
www.eeworm.com/read/371236/9560426
frm scan_c.frm
//****************************************************************
// CPLUS2\SCAN_C.FRM
// Coco/R C++ Support Frames.
// Author: Frankie Arzu
//
// Jun 12, 1996 Versio