搜索结果

找到约 5 项符合 GetKey 的查询结果

单片机开发 DP-51的键盘驱动,用户可以调用宏GetKey等待键盘消息;或是调用宏GetKeyNMsgs取得缓冲区中的消息数目;或是参考这两个宏编写自己的取得键盘消息的程序。

DP-51的键盘驱动,用户可以调用宏GetKey等待键盘消息;或是调用宏GetKeyNMsgs取得缓冲区中的消息数目;或是参考这两个宏编写自己的取得键盘消息的程序。
https://www.eeworm.com/dl/648/312102.html
下载: 42
查看: 1032

Java编程 * 使用DES加密与解密,可对byte[],String类型进行加密与解密 密文可使用String,byte[]存储. * * 方法: void getKey(String strKey)从

* 使用DES加密与解密,可对byte[],String类型进行加密与解密 密文可使用String,byte[]存储. * * 方法: void getKey(String strKey)从strKey的字条生成一个Key * * String getEncString(String strMing)对strMing进行加密,返回String密文 String * getDesString(String strMi)对strMin进行解密,返回String明文 * *b ...
https://www.eeworm.com/dl/633/444156.html
下载: 48
查看: 1068

Linux/Unix编程 getkey.c file is get from linux package. but i found that it can be used indivisually.

getkey.c file is get from linux package. but i found that it can be used indivisually.
https://www.eeworm.com/dl/619/455788.html
下载: 195
查看: 1131

单片机编程 Keil C51开发系统基本知识3

Keil C51开发系统基本知识3 1. 1. 专用寄存器include文件例如8031、8051均为REG51.h其中包括了所有8051的SFR及其位定义,一般系统都必须包括本文件。2. 2. 绝对地址include文件absacc.h该文件中实际只定义了几个宏,以确定各存储空间的绝对地址。3. 3. 动态内存分配函数,位于stdlib.h中 4. 4. 缓冲区处理函数位于“string. ...
https://www.eeworm.com/dl/502/30654.html
下载: 199
查看: 1045

单片机开发 c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines in STDIO.h

c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines in STDIO.h to write to and read from the UART interface. The program reads a character using the STDIO routine getkey(), outputs that character to the screen, and then outputs the ASCII hex value of that cha ...
https://www.eeworm.com/dl/648/334589.html
下载: 20
查看: 1094