代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/263024/11379947
h usb-ohci.h
#ifndef _USB_OHCI_H
#define _USB_OHCI_H
/*
* URB OHCI HCD (Host Controller Driver) for USB.
*
* (C) Copyright 1999 Roman Weissgaerber
* (C) Copyright 2000-2001 David Brownell
www.eeworm.com/read/407485/11418113
txt savethemark.txt
/* Note:Your choice is C IDE */
#include "stdio.h"
#include
#include
#define MAX 11
#define NUM 10000
#define FILENAME "record.dat"
typedef int COUNT;
typedef struct
{
www.eeworm.com/read/404857/11476997
c adc.c
#include
#define uchar unsigned char
#define uint unsigned int
uchar TAB[]={ 0xc0,0xf9,0xa4,0xb0,
0x99,0x92,0x82,0xf8,
www.eeworm.com/read/348535/11589627
asm a5_3.asm
;///////////////////////////////////////////
;本程序源代码由单片机培训网提供.
;单片机培训网,让更多人学习单片机更容易.
;第一网址----www.mcuedu.com
;第二网址----http://51_train.nease.net
;创办人------刘永忠
;热线电话----(0755)27529998
;email-----
www.eeworm.com/read/158126/11642513
h usb-ohci.h
/*
* URB OHCI HCD (Host Controller Driver) for USB.
*
* (C) Copyright 1999 Roman Weissgaerber
* (C) Copyright 2000-2001 David Brownell
*
*
www.eeworm.com/read/261384/11650623
cpp zdeflate.cpp
// zdeflate.cpp - modified by Wei Dai from:
// Distributed with Jean-loup Gailly's permission.
/*
The following sorce code is derived from Info-Zip 'zip' 2.01
distribution copyrighted by Mark
www.eeworm.com/read/260821/11700882
asm 5简单的四位数码管移动显示.asm
;=================================================
; 简单的四位数码管移动显示
;=================================================
;
; zsMCU51实验板配套学习例程
;
; 中山单片机学习网 智佳科技
;
; 作者:逸风 QQ:105558851
;
; http:
www.eeworm.com/read/346531/11739143
h micro.h
#include "reg52.h"
#define TimerH_Xus 0xff
#define TimerL_Xus 0xec
#define TimerH_50us 0xff
#define TimerL_50us 0xce
#define TimerH_1ms 0xfc
#define TimerL_1ms 0x18
#define TimerH_2ms 0xf7
#
www.eeworm.com/read/260013/11751831
h key.h
#ifndef _KEY_H
#define _KEY_H_
extern unsigned char key_scan(void);
#endif
www.eeworm.com/read/260013/11751848
c key.c
#include "common.h"
unsigned char key_scan(void);
/********************************************************************************************
* 函数名称:key_scan()
* 功 能:返回用户按下的键盘所对应的键盘号
* 入