搜索结果

找到约 48 项符合 Keypad 的查询结果

C/C++语言编程 基于(英蓓特)STM32V100的串口程序

This example provides a description of how  to use the USART with hardware flowcontrol and communicate with the Hyperterminal.First, the USART2 sends the TxBuffer to the hyperterminal and still waiting fora string from the hyperterminal that you must enter which must end by '\r'character (keypa ...
https://www.eeworm.com/dl/503/37358.html
下载: 144
查看: 1127

微处理器开发 一款SmartPhone的驱动代码

一款SmartPhone的驱动代码,其中包括Camera, Video controller, LCD, I2C, Keypad, DMA等多种驱动的源代码。
https://www.eeworm.com/dl/655/128503.html
下载: 76
查看: 1050

编辑器/阅读器 这是一个简单的编辑器雏形

这是一个简单的编辑器雏形,这里用到了屏幕开发库 curses 和键盘函数 keypad,程序可移动光标,输入,删除,增加代码就可成为功能强大的编辑器了, 编译程序:gcc -I/usr/include/ncurses edit.c -o edit -lncurses
https://www.eeworm.com/dl/626/159567.html
下载: 120
查看: 1048

单片机开发 一个动态可视化的MCS-51全功能模拟器,此模拟器可以让您在PC机上模拟运行MCS-51程序就如同在硬体上一样. 这模拟器提供8KB的程序空间,256字节的RAM,16KB的XRAM,2个16位的定

一个动态可视化的MCS-51全功能模拟器,此模拟器可以让您在PC机上模拟运行MCS-51程序就如同在硬体上一样. 这模拟器提供8KB的程序空间,256字节的RAM,16KB的XRAM,2个16位的定时/计数器(T0与T1),一个实时时钟,一个 5x6 的小键盘,一个 128x64 点阵的 LCD,一个音频发生器,一个串口,一个打印口,和5个有两个优先级的中断源,并且程序 ...
https://www.eeworm.com/dl/648/267640.html
下载: 148
查看: 1064

其他 说明: Virtual51是一个动态可视化的MCS-51全功能模拟程序

说明: Virtual51是一个动态可视化的MCS-51全功能模拟程序,可以让你在Virtual51上运行MCS-51程序就如同在硬体上一 样。提供8KB的程序空间,256字节的RAM,16KB的XRAM,2个16位的定时/计数器(T0 和 T1),一个实时时钟,一个 5X6的小键盘,一个128X64点阵的LCD,一个音频发生器,一个串口(未连接至电脑串口),一个打 ...
https://www.eeworm.com/dl/534/297480.html
下载: 127
查看: 1041

单片机开发 Use this program to decode the Manchester Code of the RFID. Validate the accessibility of detected c

Use this program to decode the Manchester Code of the RFID. Validate the accessibility of detected card. Including a keypad controller, generally a all in one card access reader.
https://www.eeworm.com/dl/648/310154.html
下载: 151
查看: 1048

单片机开发 A huge program that consist of polling mechanism of a main controller to 32 slave in a fireman inter

A huge program that consist of polling mechanism of a main controller to 32 slave in a fireman intercom environment. Including the handset condition detection, LCD controller, keypad controller, interrupt handling and ADC.
https://www.eeworm.com/dl/648/310160.html
下载: 48
查看: 1050

Symbian Open C++: Memory Game Example This Open C++ example application demonstrates a simple memory game

Open C++: Memory Game Example This Open C++ example application demonstrates a simple memory game. The game engine part has been written in Open C++ and the UI part has been written in Symbian C++. The application supports S60 3rd Edition and S60 5th Edition devices. Keypad and Touch UI are supp ...
https://www.eeworm.com/dl/675/383217.html
下载: 21
查看: 1039

其他嵌入式/单片机内容 Program for implementing AES on 8051 based microcontrollers. SDCC is used as the C compiler. Microco

Program for implementing AES on 8051 based microcontrollers. SDCC is used as the C compiler. Microcontroller used is P89V51RD2. There are 2 programs included. One program will accept string via UART and accept key via a 4x4 keypad and display decrypted text on 16x2 LCD. The other program will accept ...
https://www.eeworm.com/dl/687/424465.html
下载: 192
查看: 1100

Linux/Unix编程 form = new_form(fields) scale_form(form, &rows, &cols) win = newwin(rows+3, cols+4, 3, 20)

form = new_form(fields) scale_form(form, &rows, &cols) win = newwin(rows+3, cols+4, 3, 20) subwin = derwin(win, rows, cols, 1, 2) set_form_sub(form, subwin) box(win, 0, 0) keypad(win, TRUE) post_form(form) refresh() wrefresh(win) wrefresh(subwin) //设置覆盖模式 ...
https://www.eeworm.com/dl/619/451810.html
下载: 106
查看: 1030