代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/393091/8312810
cpp encryptfile.cpp
// encryptfile.cpp : implementation file
//
#include
#include "stdafx.h"
#include "encrypt.h"
#include "encryptfile.h"
#include "des.h"
#include
#ifdef _DEBUG
#define
www.eeworm.com/read/368685/9681553
c block.c
/*!
*************************************************************************************
* \file block.c
*
* \brief
* Process one block
*
* \author
* Main contributors (see co
www.eeworm.com/read/367006/9785961
c main.c
#include
#include
#include
#include
unsigned char togglebit = 0;
unsigned char in_data = 0x26;
unsigned char auto_scan = 0;
unsigned char in_select
www.eeworm.com/read/170767/9791227
c block.c
/*!
*************************************************************************************
* \file block.c
*
* \brief
* Process one block
*
* \author
* Main contributors (see co
www.eeworm.com/read/266952/11200439
c block.c
/*!
*************************************************************************************
* \file block.c
*
* \brief
* Process one block
*
* \author
* Main contributors (see co
www.eeworm.com/read/248593/12551408
c block.c
/*!
*************************************************************************************
* \file block.c
*
* \brief
* Process one block
*
* \author
* Main contributors (see co
www.eeworm.com/read/248277/12586245
vhd codetran.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity codetran is
port(scan_code :in std_logic_vector(7 downto 0);
clk:in std_logic;
www.eeworm.com/read/334001/12648355
c key3a.c
#ifndef _key_c
#define _key_c
//************************************************************************************
//
//#include
//#include
#include"config.h"
//------
www.eeworm.com/read/235561/14063375
c 4x4.c
/*-----------------------------------------------
函数名称:key_scan
功 能:键盘扫描,返回数字键值
输 入:无
输 出:无符号整型键值
范 围:
------------------------------------------------*/
unsigned char key_scan(void)
{
www.eeworm.com/read/100710/15866565
c trophie.c
#include "trophie.h"
int PROC_COUNT = 0;
int TROPHIE_TIMEOUT = 30;
int vs_ret;
int vs_addr;
/* Print the usage */
void usage(void)
{
fprintf(stdout, "\n(Version: %s)\n\n", TROPHIE_VERSION);
fprint