代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/351555/3107114
c memcmp.c
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include
int memcmp(const void *__s1, const void *__s2, size_t __n)
{
const char *scan1, *scan2;
size_t n;
scan1 = __s1;
scan2 = __s2;
www.eeworm.com/read/392140/8362081
h head.h
//此头文件用来定义一些函数和常量
/* 常量定义 */
#define SD_Disable() IO0SET |= 1
www.eeworm.com/read/292132/8376217
c key.c
/*
file: KEY.C
purpose:
new keyboard interrupt handler and various keyboard routines
based on code from ZKEY.ASM
date: 11/4/95
note:
the key interrupts are not passed
www.eeworm.com/read/390970/8431052
cpp jdinput.cpp
/*
* jdinput.c
*
* Copyright (C) 1991-1995, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READM
www.eeworm.com/read/390920/8433575
c jdinput.c
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
/* Private state */
typedef struct {
struct jpeg_input_controller pub; /* public fields */
boolean inheaders; /* TR
www.eeworm.com/read/289142/8572294
c keyboard.c
/*
***************************************************************************************
*
* (c) Copyright 2006-2008, hui lian. luo, china, zj. hz
* All
www.eeworm.com/read/289138/8573050
c keyboard.c
/*
***************************************************************************************
*
* (c) Copyright 2006-2008, hui lian. luo, china, zj. hz
* All
www.eeworm.com/read/187999/8580528
c tapctrl.c
/*
* tapctrl.c :
1). Implement TAP controller state transitions.
2). Implement required JTAG public instructions.
*
* Copyright (C) 2004, OPEN-JTAG, All rights reserved.
*/
#include
www.eeworm.com/read/187999/8580606
h tapctrl.h
/*
* tapctrl.h : the head file for tapctrl.c
*
* Copyright (C) 2004, OPEN-JTAG, All rights reserved.
*/
#ifndef XJTAG_TAPCTRL_H
#define XJTAG_TAPCTRL_H
#include "types.h"
#include "
www.eeworm.com/read/289062/8581753
c key.c
/*
file: KEY.C
purpose:
new keyboard interrupt handler and various keyboard routines
based on code from ZKEY.ASM
date: 11/4/95
note:
the key interrupts are not passed