代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/440316/7690696
h key.h
#ifndef __KEY_H__
#define __KEY_H__
#include "uTypes.h"
#include "..\inc\44b0x.h"
#include "..\inc\console.h"
#include "..\inc\SysUtils.h"
#define ESC_KEY 0x1b
void Test_key(void);
U16 Scan
www.eeworm.com/read/437922/7739304
lst up51s005.lst
C51 COMPILER V7.08 UP51S005 01/04/2005 16:20:42 PAGE 1
C51 COMPILER V7.08, COMPILATION OF MODULE UP51S005
OBJECT MODULE PLACED I
www.eeworm.com/read/435744/7785997
vhd debounce.vhd
--debounce.vhd keypress debounce
library ieee ;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity debounce is
port(
key_pressed : in std_logic;--key_pressed?
clk : in
www.eeworm.com/read/434836/7801100
lst timer05.lst
C51 COMPILER V8.05a TIMER05 02/08/2009 08:16:07 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE TIMER05
OBJECT MODULE PLACED I
www.eeworm.com/read/434836/7801111
c timer05.c
/*
* Copyright (c) 2005, Owen Studio
* All rights reserved.
*
* 文件名称:MyBoard.c
* 当前版本:Version 1.0
*
* 本程序为通过调试的源程序
*
* 功能描述:上电后系统等待用户输入登陆密码,用户可查询储存在24C02中的登陆密码(A键),也可修改登陆密码(B键),
* 当输入登陆密
www.eeworm.com/read/399708/7840476
h operate_lnode.h
/*==================================*/
/*结构体定义 */
/*==================================*/
typedef struct lnode{
int data;
struct lnode *next;
}L_node;
/*==============
www.eeworm.com/read/399708/7840503
h operate_tree.h
/*=====================================*/
/*定义结构体 */
/*=====================================*/
typedef struct Tree_one{
int data;
struct Tree_one *left, *right;
}Tree
www.eeworm.com/read/399708/7840510
c main.c
#include
#include
/*===========================================*/
//定义结构体
/*===========================================*/
typedef struct Ltree{
int data;
struct Ltree *
www.eeworm.com/read/299071/7892052
001 top studio.001
# Microsoft Developer Studio Project File - Name="Top Studio" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 5.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86
www.eeworm.com/read/299071/7892424
dsp top studio.dsp
# Microsoft Developer Studio Project File - Name="Top Studio" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86