代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/285058/8872223
c microvfd.c
/* Copyright 1997, ESS Technology, Inc. */
/* SCCSID @(#)microvfd.c 4.11.1.2 04/12/05 */
/*
* $Log$
*/
#include "vcxi.h"
#include "const.h"
#include "timedef.h"
#include "util.h"
#include "micr
www.eeworm.com/read/384144/8893951
h osaddtask.h
#ifndef __OSADDTASK_H__
#define __OSADDTASK_H__
#define OS_KeyBoard_Scan_Task 1
#define OS_Touch_Screen_Task 0
void OSAddTask_Init(void);
#endif
www.eeworm.com/read/382497/9024106
am makefile.am
noinst_PROGRAMS = issgen
issgen_SOURCES = symbol.cpp symbol.hpp issgen.hpp issgen.cpp parse_isa.cpp scan_isa.cpp parse_isa.hpp
parse_isa.cpp : parse_isa.y
@YACC@ -d -p isa_ $^ -o $@
scan_isa.cpp :
www.eeworm.com/read/283196/9036790
c memory4.c
#include
#include
#define ONE_K (1024)
int main() {
char *some_memory;
char *scan_ptr;
some_memory = (char *)malloc(ONE_K);
if (some_memory == NULL) exit(E
www.eeworm.com/read/282931/9052782
o system.o
XL
H 1 areas 4 global symbols
M System.c
S _Get_Code Ref0000
S _System_INIT Ref0000
S _Key_Scan_New Ref0000
A text size 12 flags 0
dbfile F:\AVR\按键扫描\System.c
dbfunc e main 0 fV
dbsym r chKey
www.eeworm.com/read/381939/9062703
txt 键盘扫描程序(屏蔽了硬件).txt
#include"iom16.h"
#include
#define uchar unsigned char
#define uint unsigned int
/************键盘接口定义*****************/
#define KEY_DDR DDRB
#define KEY_PORT PORT
www.eeworm.com/read/381925/9062956
txt 键盘扫描程序(屏蔽了硬件).txt
#include"iom16.h"
#include
#define uchar unsigned char
#define uint unsigned int
/************键盘接口定义*****************/
#define KEY_DDR DDRB
#define KEY_PORT PORT
www.eeworm.com/read/281426/9155855
c fdjzsb.c
/***************************文件信息****************************************
**汽油发电机转速显示源程序,采用11.0592MHz晶振 **
**转速=(fosc/12)*VV_JCOU*n/js_zhuanshu
www.eeworm.com/read/222183/9319153
asm ds18b20.asm
;这是一个使用DS18B20集成数字温度传感器(参见DS18B20.PDF)测量温度的实用程序.
;第1,2个数码管显示温度值
;硬件:将P1.0口线的跳线器置焊盘位置(下方),连接DS18B20,即可.
;本程序使用DS18B20的12位单点采样模式,采样周期约0.8秒钟,每按键一次就采样一次!
;程序编制人:蔡祥荣 2004/06/20
;-------------
www.eeworm.com/read/177613/9444036
c memory4.c
#include
#include
#define ONE_K (1024)
int main() {
char *some_memory;
char *scan_ptr;
some_memory = (char *)malloc(ONE_K);
if (some_memory == NULL) exit(E