代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/368473/9692245
h key.h
#ifndef KEY_H
#define KEY_H
#ifdef KEY_C
#define NO_KEY 255
//#ifdef KEY_4X4 //键盘为4X4
/*#define K1_1 1
#define K1_2 2
#define K1_3 3
#define K1_4 4
#define K2_1 5
#define K2_2 6
#de
www.eeworm.com/read/269573/11091572
cpp reader.cpp
#include
#include "maplay.h"
#include "mahelper.h"
#include "reader.h"
CReader::CReader()
{
m_hFile = INVALID_HANDLE_VALUE;
}
CReader::~CReader()
{
if (m_hFile != INVALID_H
www.eeworm.com/read/248349/12581589
rpt clock.fit.rpt
Fitter report for clock
Wed Dec 14 14:45:24 2005
Version 5.0 Build 148 04/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. Fi
www.eeworm.com/read/248277/12586242
vhd keyboard.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity keyboard is
port(clk:in std_logic;
row:in std_logic_vector(3 downto 0);
com:
www.eeworm.com/read/237852/13926774
h key_drv.h
#ifndef _Key_Drv_H
#define _Key_Drv_H
extern void Key_Init(void);
extern void Key_Process(void);
extern void Key_Scan(void);
#endif
www.eeworm.com/read/113543/15453543
c cmd.c
/*
* cmd, kernel module, console shell,
* similar to Cisco command shell, by risonhan.
* email: risonhan@sina.com
*/
#include
#include
#include "cmd.h"
#incl
www.eeworm.com/read/106994/15615201
opts wlan.opts
# Wireless LAN adapter configuration
#
# wlan.opts 1.1 by Mark S. Mathews
#
# The address format is "scheme,socket,instance,hwaddr".
#
#
case "$ADDRESS" in
*,*,*,*)
# Scan for which SSID?
SCAN_SSI
www.eeworm.com/read/106111/15647778
c cmd.c
/*
* cmd, kernel module, console shell,
* similar to Cisco command shell, by risonhan.
* email: risonhan@sina.com
*/
#include
#include
#include "cmd.h"
#incl
www.eeworm.com/read/103841/15718941
c cmd.c
/*
* cmd, kernel module, console shell,
* similar to Cisco command shell, by risonhan.
* email: risonhan@sina.com
*/
#include
#include
#include "cmd.h"
#incl
www.eeworm.com/read/102301/15787092
h rexinterface.h
#ifndef REX_INTERFACE_INCLUDED_
#define REX_INTERFACE_INCLUDED_
#include "RexAlgorithm.h"
struct REXI_DefErr{
enum{eNoErr,eErrInName,eErrInRegExp} eErrCode;
string strErrMsg;