* The functions debug_init() and debug() implement non-RTOS * serial port initialization and a blo
* The functions debug_init() and debug() implement non-RTOS * serial port initialization and a blo...
* The functions debug_init() and debug() implement non-RTOS * serial port initialization and a blo...
绝对好的源码,DM642上实现了H264算法,在CCS 上编译通过 NO ERROR...
LL(1)语法分析器,在任何时候,总控程序都是按照栈顶符号X和当前输入符号a行事的。对于任何(X,a),总控程序每次都执行下述三种可能的动作之一: 若X=a=’#’,则宣布分析成功,停止分析过程; ...
Because of the poor observability of Inertial Navigation System on stationary base, the estimation ...
The MAX481E, MAX483E, MAX485E, MAX487E–MAX491E, and MAX1487E are low-power transceivers for RS-485 ...
Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2...
The files in this directory comprise ANSI-C language reference implementations of the CCITT (Intern...
Produce Java classes to calculate and display the Poisson probability when input the value of the av...
词法分析 1、通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 2、编制一个读单词过程,从输入的源程序...
实现编译器的词法分析,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,...