搜索结果
找到约 601 项符合
private-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
微处理器开发 实验源码是2410完全开发用的
实验源码是2410完全开发用的,通过此源码实验初学者可以一步步步入arm开发的殿堂。
源码包括:led点亮、key、stdio操作以及nand和sdram操作控制等。
单片机开发 进行键盘扫描及键处理时
进行键盘扫描及键处理时,在程序中直接调用函数KeyProcess()即可。键处理函数原
型声明在头文件Key.h中,键处理函数可放在程序的任何地方,一个按键对应一个处理函
数。
该键盘扫描程序去抖动为什么不需软件延时?因为从无按键到键被按下,要进行两次
扫描,此间相当于延时去抖动。
该键盘扫描程序还有一特色:用二维数组 ...
单片机开发 进行键盘扫描及键处理时
进行键盘扫描及键处理时,在程序中直接调用函数KeyProcess()即可。键处理函数原
型声明在头文件Key.h中,键处理函数可放在程序的任何地方,一个按键对应一个处理函
数。
该键盘扫描程序去抖动为什么不需软件延时?因为从无按键到键被按下,要进行两次
扫描,此间相当于延时去抖动。
该键盘扫描程序还有一特色:用二维数组 ...
系统设计方案 === === === === === === === === === === ==== 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 ...
其他 数据结构(严慰敏)配套纯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"c ...
单片机开发 // 工程名称: 61_SpeechClock // 功能描述: 61板程序示例--具有语音播报功能的电子钟 // 使用61板上的三个按键控制报时和时间调整: // Key1 -
// 工程名称: 61_SpeechClock
// 功能描述: 61板程序示例--具有语音播报功能的电子钟
// 使用61板上的三个按键控制报时和时间调整:
// Key1 - 按一下播报年、月、日,再按一下播报时、分
// 长按Key1键达到1.5秒,则进入日期时间调整模式
// Key2 - 在调整模式下,使年、月、日、时、分、秒增加
// ...
汇编语言 class Time { public: Time(int =0,int =0,int =0) void setTime(int,int,int) void printMilita
class Time
{
public:
Time(int =0,int =0,int =0)
void setTime(int,int,int)
void printMilitary()
void printStandard()
private:
int hour
int minute
int second
}
编译器/解释器 完整的S语言词法分析器
完整的S语言词法分析器,
包含文件说明:
parser.cpp 词法分析C++源码
Scanner.exe 词法分析程序
key.txt 是关键字表
s.txt 测试源码表
程序运行生成:
symble.txt 符号表
token.txt 单词表