资源列表

« 1 2 ... .51 .52 .53 .54 .55 1156.57 .58 .59 .60 .61 ... 1383 »

[编译器/词法分析YuFaFenXi

说明:本程序可以对一个完整的类pascal程序进行语法分析并将分析的结果输出显示。 程序要求输入的字符串必须有完整的程序体说明以及程序开始的标志,否则,该语法分析器给出错误信息。 当进行完上述判断后,则进行各个语句串的分析,其中包括赋值语句,分支语句与循环语句(可嵌套判断),并将判断结果显示,若有错误,则输出错误类型以及行号。 输出结果的形式:该语法分析器在结束一种句型分析时给出一个类型信息例如:if 1 then j:=j+1 的判断信息为:“赋值语句” 和“if then 分支语句”
<wangyangyang> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析cifa

说明:词法分析,按行读取,语言的规则在源代码中-Lexical analysis, by line reading, language rules in the source code
<张言国> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析03

说明:编译原理实验中有关中缀表达式转后缀表达式输出的程序代码.-Compilation Principle experiment infix expressions related to the expression output suffix code.
<卢雪> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析WORD2

说明:很好用的分析机,适合编译原理课的实验上机调试,和作业-Very good analytical machine, suitable for compiling principle class experiment on machine debugging, and operating
<anmsc> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析jacobi

说明:利用MPI实现并行化的jacobi算法,同时加入串行实现的算法用于对比 编译:mpicc jacobi.c -o jacobi 运行:mpirun -n nodenum jacobi-Realize the use of MPI-based parallel jacobi algorithm, at the same time serial algorithm is used to realize the contrast compilers: mpicc jacobi.c-o jaco
<stonewing> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析Textfile(2)

说明:VC编写的词法分析程序,适用于广大编程爱好者-VC prepared lexical analysis procedure, for a broader range of programming enthusiasts
<hejian> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析cifafenxi

说明:词法分析的一个实现方法,很简练,希望能够对大家有所帮助-Lexical Analysis of a method, it is concise and hope to be able to help everyone
<pp> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析by4

说明:一个算符优先的算法,供大家参考-Operator of a priority algorithm, for your reference
<lyy> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析cifafenxi

说明:词法分析程序,交编译作业所写,供大家参考-Lexical analysis program, written by cross-compiler operation, for your reference
<KG> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析statementanalysis

说明:实现编译原理中语法分析,对于输入的语句判断是否是正确的-Realize the principle of grammar compiler analysis, for input to determine whether the statement is correct
<李秀兰> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析cifa

说明:词法分析器 实现了简单的词法分析功能 可以输出词法分析结果-Lexical analyzer realize a simple lexical analysis function can output the results of lexical analysis
<杨龙> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[编译器/词法分析SLR

说明:实验SLR(1)分析表的构造,和大家分享一下.-Experimental SLR (1) Analysis of the structure, and the U.S. share.
<毅文> 在 2025-06-17 上传 | 大小:2kb | 下载:0
« 1 2 ... .51 .52 .53 .54 .55 1156.57 .58 .59 .60 .61 ... 1383 »

源码中国 www.ymcn.org