资源列表

« 1 2 ... .67 .68 .69 .70 .71 1172.73 .74 .75 .76 .77 ... 1383 »

[编译器/词法分析cifasaomiaoqi

说明:设计一个词法扫描器。词法扫描器的功能是输入源程序,输出单词符号。写出关键字集合和程序流程图。例如源程序为C语言。输入如下一段: main() { int a,b a = 10 b = a + 20 } 输出如图: (2,”main”) (5,”(“) (5,”)“) (5,”{“) (1,”int”) (2,”a”) (5,”,”) (2,”b”) (5,” ”) (2,”a”) (4,”=”)
<覃曼丽> 在 2025-07-16 上传 | 大小:2kb | 下载:0

[编译器/词法分析diguizichengxu

说明: 设计、编制、调试一个典型的语法分析程序,实现对如下文法的递归子程序法分析,进一 步掌握常用的语法分析方法。-Design, preparation, testing a typical parser to realize the following grammar for a recursive subroutine Analysis, to further understand the syntax of commonly used analytical methods.
<张皓> 在 2025-07-16 上传 | 大小:2kb | 下载:0

[编译器/词法分析cifafenxi

说明: 设计、编制、调试一个词法分析子程序-识别单词,加深对词法分析原理的理解-Design, compilation, debugging a subroutine lexical analysis- identifying words, to deepen understanding of the principles of lexical analysis
<张皓> 在 2025-07-16 上传 | 大小:2kb | 下载:0

[编译器/词法分析m_klav_p1

说明:1.The content is too simple 2.Is not a sourcecode or document 3.lost some files 4.Descr iption is not detailed or not correct 5.Compressed file has password 6.Sourcecode duplicate or already exist po
<Brano> 在 2025-07-16 上传 | 大小:2kb | 下载:0

[编译器/词法分析bianyi

说明:词法分析,可识别关键字,整数,实数,标识符,有一定的提示操作界面-Lexical analysis can identify the keywords, integers, real numbers, identifiers, there are some tips user interface
<caohai> 在 2025-07-16 上传 | 大小:2kb | 下载:0

[编译器/词法分析yuyi

说明:语义分析器,将语义分析程序编制成子程序,在语法分析器分析出各语法单位后,分析其含义,并将可执行语句或表达式翻译为四元式输出,并将错误信息输出。-Semantic analyzer, semantic analysis program compiled subroutines, in the parser analyzes the syntax of the unit, analyze its meaning, and translated into an executable statement
<陈美娟> 在 2025-07-16 上传 | 大小:2kb | 下载:0

[编译器/词法分析knn

说明:K-nearest neighbor classifier (k-NN) is a nonparametric approach for classification. It does not require the priori knowledge such as priori probabilities and the conditional probabilities. It operates directly towards the samples and is categorized
<酷小羊> 在 2025-07-16 上传 | 大小:2kb | 下载:0

[编译器/词法分析pci_pio

说明:this some sample fo pci-this is some sample fo pci
<ahmed> 在 2025-07-16 上传 | 大小:2kb | 下载:0

[编译器/词法分析nfatodfa

说明:NFA转化成DFA的C程序代码,编译原理实验题目-NFA to DFA
<云遥> 在 2025-07-16 上传 | 大小:2kb | 下载:0

[编译器/词法分析C

说明:code for autonomous robot building
<raj> 在 2025-07-16 上传 | 大小:2kb | 下载:0

[编译器/词法分析fuzhiyuju

说明:赋值语句的翻译:利用算符优先法将一个赋值语句翻译成后缀表达式-Assignment statement translation: Using the priority France will be one operator assignment statement translated into postfix expression
<orange> 在 2025-07-16 上传 | 大小:2kb | 下载:0

[编译器/词法分析c

说明:pl/0编译器的C++实现 pl/0编译器的C++实现 -pl/0编译器的C++实现pl/0编译器的C++实现pl/0编译器的C++实现
<lipeng> 在 2025-07-16 上传 | 大小:2kb | 下载:0
« 1 2 ... .67 .68 .69 .70 .71 1172.73 .74 .75 .76 .77 ... 1383 »

源码中国 www.ymcn.org