虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

KEY

  • when enter different number from 1 to 8 the litte character on the screen can make different activ

    when enter different number from 1 to 8 the litte character on the screen can make different activities accompanied by 8 different voice! and the program will terminated when you press the "enter " KEY

    标签: different character the number

    上传时间: 2014-10-31

    上传用户:aysyzxzm

  • 实验源码是2410完全开发用的

    实验源码是2410完全开发用的,通过此源码实验初学者可以一步步步入arm开发的殿堂。 源码包括:led点亮、KEY、stdio操作以及nand和sdram操作控制等。

    标签: 2410 实验 源码

    上传时间: 2016-02-14

    上传用户:1051290259

  • 进行键盘扫描及键处理时

    进行键盘扫描及键处理时,在程序中直接调用函数KEYProcess()即可。键处理函数原 型声明在头文件KEY.h中,键处理函数可放在程序的任何地方,一个按键对应一个处理函 数。 该键盘扫描程序去抖动为什么不需软件延时?因为从无按键到键被按下,要进行两次 扫描,此间相当于延时去抖动。 该键盘扫描程序还有一特色:用二维数组进行按键功能处理,使程序更简单。 /*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ 矩阵键盘键值扫描,功能处理函数 本程序处理4*4的矩阵键盘,直接用于8051系列单片机,也可移植到其它机型. 行输出在P1口高四位 列输入在P1口低四位,如果不同,则需修改键值读取函数 即:GetKEYCode() 有10个数字键0--9,1个小数点,1个负号键。 第二功能键和回车键共用一个,如果连续按下该键2秒钟,则键盘进入第二功能。 在键盘初始化程序InitKEYboard中把ucKEY1和ucKEY2赋值0xff

    标签: 键盘扫描

    上传时间: 2016-02-19

    上传用户:二驱蚊器

  • 进行键盘扫描及键处理时

    进行键盘扫描及键处理时,在程序中直接调用函数KEYProcess()即可。键处理函数原 型声明在头文件KEY.h中,键处理函数可放在程序的任何地方,一个按键对应一个处理函 数。 该键盘扫描程序去抖动为什么不需软件延时?因为从无按键到键被按下,要进行两次 扫描,此间相当于延时去抖动。 该键盘扫描程序还有一特色:用二维数组进行按键功能处理,使程序更简单。 /*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ 矩阵键盘键值扫描,功能处理函数 本程序处理4*4的矩阵键盘,直接用于8051系列单片机,也可移植到其它机型. 行输出在P1口高四位 列输入在P1口低四位,如果不同,则需修改键值读取函数 即:GetKEYCode() 有10个数字键0--9,1个小数点,1个负号键。 第二功能键和回车键共用一个,如果连续按下该键2秒钟,则键盘进入第二功能。 在键盘初始化程序InitKEYboard中把ucKEY1和ucKEY2赋值0xff

    标签: 键盘扫描

    上传时间: 2013-12-21

    上传用户:dreamboy36

  • === === === === === === === === === === ==== IBM PC KEYBOARD INFORMATION FOR SOFTWARE DEVELOPERS =

    === === === === === === === === === === ==== IBM PC KEYBOARD INFORMATION FOR SOFTWARE DEVELOPERS ================================================================ Sources: PORTS.A of Ralf Brown s interrupt list collection repairfaq.org KEYboard FAQ(doesn t appear to exsist) Linux source code Test hardware: New Samsung KB3T001SAXAA 104-KEY KEYboard Old Maxi 2186035-00-21 101-KEY KEYboard NO WARRANTY. NO GUARANTEE. I have tried to make this information accurate. I don t know if I succeeded. Corrections or additional information would be welcome. This is a plain-text document. If you use a word-processor to view it, use a fixed-pitch font (like Courier) so columnar data and ASCII art lines up properly.

    标签: INFORMATION DEVELOPERS KEYBOARD SOFTWARE

    上传时间: 2014-08-18

    上传用户:ecooo

  • 数据结构(严慰敏)配套纯c代码实验十 typedef int InfoType // 定义其它数据项的类型 typedef int KEYType // 定义RedType类型的关键字为整型

    数据结构(严慰敏)配套纯c代码实验十 typedef int InfoType // 定义其它数据项的类型 typedef int KEYType // 定义RedType类型的关键字为整型 struct RedType // 记录类型(同c10-1.h) { KEYType KEY // 关键字项 InfoType otherinfo // 其它数据项 } typedef char KEYsType // 定义关键字类型为字符型 #include"c1.h" #include"c10-3.h" void InitList(SLList &L,RedType D[],int n) { // 初始化静态链表L(把数组D中的数据存于L中) char c[MAX_NUM_OF_KEY],c1[MAX_NUM_OF_KEY] int i,j,max=D[0].KEY //

    标签: typedef int InfoType KEYType

    上传时间: 2016-03-03

    上传用户:2404

  • // 工程名称: 61_SpeechClock // 功能描述: 61板程序示例--具有语音播报功能的电子钟 // 使用61板上的三个按键控制报时和时间调整: // KEY1 -

    // 工程名称: 61_SpeechClock // 功能描述: 61板程序示例--具有语音播报功能的电子钟 // 使用61板上的三个按键控制报时和时间调整: // KEY1 - 按一下播报年、月、日,再按一下播报时、分 // 长按KEY1键达到1.5秒,则进入日期时间调整模式 // KEY2 - 在调整模式下,使年、月、日、时、分、秒增加 // KEY3 - 在调整模式下,使年、月、日、时、分、秒减小 // 涉及的库: CMacro1016.lib // SacmV26e.lib // 组成文件: main.c, Sound.c, Clock.c, Clock_Speech.c, Clock_Adjust.c // KEY.asm, hardware.asm, ISR.asm // A2000.h, Sound.h, Clock.h, Clock_Speech.h, Clock_Adjust.h, KEY.h, SPCE061A.h, // 硬件连接: 61板自带的三个按键已经连接在IOA0~IOA2上 // 维护记录: 2006-8-30 v1.0

    标签: SpeechClock KEY1 61 工程

    上传时间: 2016-03-07

    上传用户:semi1981

  • IDEA v2.2 IDEA encryption for dos. IDEA stands for International Data Encryption Algorithm it

    IDEA v2.2 IDEA encryption for dos. IDEA stands for International Data Encryption Algorithm it was invented by Xuejia Lai and James Massey in Switzerland its a private KEY block algorithm, and is thought to be very secure.

    标签: IDEA International Encryption encryption

    上传时间: 2013-12-18

    上传用户:gxf2016

  • 完整的S语言词法分析器

    完整的S语言词法分析器, 包含文件说明: parser.cpp 词法分析C++源码 Scanner.exe 词法分析程序 KEY.txt 是关键字表 s.txt 测试源码表 程序运行生成: symble.txt 符号表 token.txt 单词表

    标签: 语言 分析器

    上传时间: 2016-03-14

    上传用户:it男一枚

  • In recent years, the UNIX operating system has seen a huge boost in its popularity, especially with

    In recent years, the UNIX operating system has seen a huge boost in its popularity, especially with the emergence of Linux. For programmers and users of UNIX, this comes as no surprise: UNIX was designed to provide an environment that s powerful yet easy to use. One of the main strengths of UNIX is that it comes with a large collection of standard programs. These programs perform a wide variety of tasks from listing your files to reading email. Unlike other operating systems, one of the KEY features of UNIX is that these programs can be combined to perform complicated tasks and solve your problems. One of the most powerful standard programs available in UNIX is the shell. The shell is a program that provides you with a consistent and easy-to-use environment for executing programs in UNIX. If you have ever used a UNIX system, you have interacted with the shell.

    标签: especially popularity operating recent

    上传时间: 2014-11-26

    上传用户:gaojiao1999