-
cifafenxi
通过设计、编制、调试一个具体的词法分析程序,加深对词法分析原理的理解,并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。
实验内容及基本要求:
设计一个简单的程序设计语言(语言中有+、-运算,语句有赋值语句、输入语句、输出语句、复合语句)
要求:
1.输入源程序,最后以“#”作结束标志;
2.处理各单词,计算各个单词的值和类型;
3.输出各个单词名、单词的值和类型。
(By design, develop and debug a specific lexical analysis procedures, to deepen understanding of the principles of lexical analysis, and mastery of the programming language source code will be scanned in the decomposition process of lexical analysis of various types of words. Experimental content and basic requirements: the design of a simple programming language (language has+,- arithmetic, assignment statement has input statements, output statements, compound statements) requirements: 1 input source, and finally to " #" as. end marker 2 each word processing, calculating the value and type of each word 3 outputs each word name, value and type of the word.)
- 2021-04-28 08:28:43下载
- 积分:1
-
RobotView
实现机器人路径规划,内有详细代码和使用说明,由visual c++编写(robot path planning)
- 2011-07-19 12:47:14下载
- 积分:1
-
ISO_14230_3_1999
ISO_14230_3_1999_道路车辆_诊断系统_关键词协议2000_第3部分_应用层。做诊断开发的童鞋应该能用得到。(ISO_14230_3_1999_ road vehicles _ diagnostic systems- Keyword protocol 2000_ _ Part 3 _ the application layer. The development of children' s shoes to make the diagnosis should be able to get.)
- 2013-08-21 21:15:39下载
- 积分:1
-
backwardforward
backwardfoeward load flow for distribution network
- 2014-02-14 00:30:57下载
- 积分:1
-
Magnetic
是用于计算磁偏角的程序,可以计算最新的时间、任何地方的磁偏角(program with Magnetic Variation )
- 2009-10-08 22:38:19下载
- 积分:1
-
zhengjiaobianhuan
多媒体图形图像正交变换语言是VC++,源码正交变换(Multimedia graphic image orthogonal transform language is VC++ source orthogonal transformation)
- 2012-06-21 17:09:34下载
- 积分:1
-
port_scan
Visual C++案例开发集锦第六章\端口扫描程序的程序源码,值得一看!(Visual C++ case development highlights Chapter program source port scanner, worth a visit!)
- 2011-08-13 16:06:40下载
- 积分:1
-
queueing-theory
洗车模型,经典排队论,关于排队模型的相应说明含在压缩文件之中(Wash model, classical queuing theory, queuing models regarding the appropriate instructions included in the compressed file into)
- 2013-10-25 13:00:58下载
- 积分:1
-
dbscan
基于密度聚类算法的实现,用c#语言实现功能比较全面。(Density-based clustering algorithm, with c# language features more comprehensive.)
- 2021-05-13 13:30:02下载
- 积分:1
-
problem-LastBossOrigin
问题:找出一个短字符串在一个长字符串中的精确匹配。
要求:基于BWT压缩和FM索引技术的序列匹配,用Burrows-Wheeler transform算法解决该问题。(Problem: find the exact match of a short string in a long string. Requirements: BWT-based compression and indexing techniques sequence matching FM, with the Burrows-Wheeler transform algorithm to solve the problem)
- 2020-12-26 00:09:04下载
- 积分:1