代码搜索:Scan

找到约 10,000 项符合「Scan」的源代码

代码结果 10,000
www.eeworm.com/read/288178/8648936

h dlgsetting.h

#pragma once // CDlgSetting 对话框 class CDlgSetting : public CDialog { DECLARE_DYNAMIC(CDlgSetting) public: CDlgSetting(CWnd* pParent = NULL); // 标准构造函数 virtual ~CDlgSetting(); //
www.eeworm.com/read/431668/8663191

c macroblock.c

/***************************************************************************** * macroblock.c: h264 encoder library ***************************************************************************** * C
www.eeworm.com/read/187350/8831643

h driver_func.h

typedef unsigned char uchar; typedef unsigned int uint; typedef unsigned long ulong; #include "keyboard.h" /* ************************************************************************
www.eeworm.com/read/427148/8972515

c quant8x8_normal.c

/*! ************************************************************************************* * \file quant8x8_normal.c * * \brief * Quantization process for a 8x8 block without any adaptat
www.eeworm.com/read/283726/8993632

h dlgsetting.h

#pragma once // CDlgSetting 对话框 class CDlgSetting : public CDialog { DECLARE_DYNAMIC(CDlgSetting) public: CDlgSetting(CWnd* pParent = NULL); // 标准构造函数 virtual ~CDlgSetting(); //
www.eeworm.com/read/282931/9052727

lis system.lis

.module System.c .area text(rom, con, rel) 0000 .dbfile F:\AVR\按键扫描\System.c 0000 .dbfunc e main _main fV 000
www.eeworm.com/read/281861/9128809

vhd ledscan.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_ARITH.ALL; ENTITY ledscan IS PORT( clk_scan : IN STD_LOGIC; --扫描时钟,周期300HZ ledaddr : OUT STD_LOGIC_VECTOR
www.eeworm.com/read/281861/9128821

vhd key.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; ENTITY key IS PORT( clk : IN STD_LOGIC; --全局时钟 keyin : IN STD_LOGIC_VECTOR(3 DOWNTO 0); keyvalue : OUT STD_LOGIC_VECT
www.eeworm.com/read/181164/9271898

h wy__scanum.h

/* Copyright is licensed under GNU LGPL. by I.J.Wang 2006 Header only for inclusion */ #ifndef WY__SCAN_NUM_H__ #define WY__SCAN_NUM_H__ // [Benefit] Make usage like sscanf(text,
www.eeworm.com/read/180280/9313727

makefile

# simplest makefile of module KERNELDIR = /home/HM901ESP/linux-2.4.27 LD = arm-linux-gcc CFLAGS = -D__KERNEL__ -DMODULE -I$(KERNELDIR)/include -O2 -Wall ifdef CONFIG_SMP CFLAGS += -D__SMP__ -DSMP e