代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/388501/8605669
m51 isd4004.m51
BL51 BANKED LINKER/LOCATER V5.03 12/11/2006 11:49:08 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
F:\软件安装1\软件安装\安装软件\C51\BIN\BL51
www.eeworm.com/read/388500/8605697
lst main.lst
C51 COMPILER V7.09 MAIN 08/02/2008 11:36:35 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN ma
www.eeworm.com/read/432387/8607193
h ps2protomaps.h
// ps2protomaps.h
prog_char asciiToScan[] PROGMEM = {
' ',0x29,
'a',0x1c,
'b',0x32,
'c',0x21,
'd',0x23,
'e',0x24,
'f',0x2b,
'g',0x34,
'h',0x33,
'i'
www.eeworm.com/read/288682/8613925
h tms320.h
/************************************************************/
/* Version 2.20.01 */
/************************************************************/
#ifndef
www.eeworm.com/read/388262/8620888
h colorspace.h
/*
* Colorspace conversion defines
* Copyright (c) 2001, 2002, 2003 Fabrice Bellard.
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify
www.eeworm.com/read/187582/8622569
c keypad.c
#include
/*键盘扫描函数,没有键按下返回0x7f*/
/*如果shift按下,返回值最高位为1*/
extern delay_1ms(void);
void delay_ms(unsigned int n);
unsigned char scan_key(void)
{
unsigned char i,temp;
unsigne
www.eeworm.com/read/187582/8622623
s keypad.s
.module keypad.c
.area text(rom, con, rel)
.dbfile D:\ICC-AVR\Pc_At\keypad.c
.dbfunc s scan_key _scan_key fI
; shift -> R10,R11
; i -> R20
; temp -> R12
.ev
www.eeworm.com/read/187515/8634208
xianshi
//key_164_led_2
#include
#include
#include
unsigned char code ledk[17]={0x3f,0x06,0x5b,0x4f,0x66,0x6D,0x7d,0x07,0x7f,
0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71,0x00};
www.eeworm.com/read/187515/8634257
c 键功能_1.cpp.c
//key_164_led_2
#include
#include
#include
unsigned char code ledk[17]={0x3f,0x06,0x5b,0x4f,0x66,0x6D,0x7d,0x07,0x7f,
0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71,0x00};
www.eeworm.com/read/187515/8634341
c 44anjian.c
//key_164_led_2
#include
#include
#include
unsigned char key,ledk[17]={0x3f,0x06,0x5b,0x4f,0x66,0x6D,0x7d,0x07,0x7f,0x6f,0x77,0x7c,
0x39,0x5e,0x79,0x71,0x00};
u