代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/392403/8344842
c key_test.c
#include "GloblDef.h"
#include "key.h"
extern void KeyInitial();
extern BYTE GetKeyValue();
extern BYTE ScanKey();
extern BYTE xdata ScanKeyInterval; //键扫描时间
#pragma NOAREGS
void OnTimer()
www.eeworm.com/read/268019/11156487
m imscan.m
function im_out = imscan (net,im)
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
% This function gets the network and an image , select some 27x18 windows
% of the image and send them
www.eeworm.com/read/147608/12542879
c moveadd.c
/* We include the following header files,
define some character arrays and a pointer to those arrays
and then initialize the curses structures. */
#include
#include
#in
www.eeworm.com/read/236975/13985066
c key.c
/**********Copyright (c)*********************************
** 西安傅立叶电子有限公司
** 研 发 部
** http:/
www.eeworm.com/read/133667/14031049
c moveadd.c
/* We include the following header files,
define some character arrays and a pointer to those arrays
and then initialize the curses structures. */
#include
#include
#in
www.eeworm.com/read/204441/15339532
h hardware.h
#ifndef _HARDWARE_H_
#define _HARDWARE_H_
#include
#ifndef BYTE
#define BYTE unsigned char
#endif
#ifndef WORD
#define WORD unsi
www.eeworm.com/read/104805/15682849
cpp keyboard.cpp
#include "keyboard.h"
#include "interrupt.h"
#include "message.h"
#include "kernel.h"
#include "video.h"
#include "kernel.h"
#include "system.h"
struct_pyos_StateKey class_pyos_Keyboard::Stat
www.eeworm.com/read/104224/15701604
h keyboard.h
//-------------------------------------------------------------------------
/*
Copyright (C) 1996, 2003 - 3D Realms Entertainment
This file is NOT part of Duke Nukem 3D version 1.5 - Atomic Edition
H
www.eeworm.com/read/100217/15880006
h yyxobj.h
#ifndef __YYXOBJ_H
#define __YYXOBJ_H
#if !defined(__YYXSYS_H)
#include "yyxsys.h"
#endif
#if !defined(__YYXMSG_H)
#include "yyxmsg.h"
#endif
enum direction {TO_UP,TO_DOWN};
typedef c