资源列表

« 1 2 ... .95 .96 .97 .98 .99 400.01 .02 .03 .04 .05 ... 1383 »

[编译器/词法分析grammar

说明:为L语言设计一个语法分析器。 读入源程序,输出分析过程,包括状态,已规约串,当前输入,语义动作(移进/规约),规约使用的产生式。适当考虑错误处理。-L language for the design of a parser. Read the source code, the output analysis of the process, including the state, has the Statute of string, the current input, semantic a
<刘提> 在 2025-06-18 上传 | 大小:12kb | 下载:0

[编译器/词法分析analyser

说明:整个工作过程主要划分成词法分析阶段、语法分析阶段、中间代码生成和目标代码生成四个部分。 第一阶段是把输入的字符串形式的源程序分割成一个个单词符号。 第二阶段是识别由词法分析给出的单词符号序列在结构上是否符合给定的文法规则。 第三阶段中间代码的形式采用便于阅读的四元式。 第四阶段是把经过语法分析或优化后的中间代码作为输入,将其转换成特定机器的机器语言或汇编语言作为输出,这样的转换程序称为代码生成器。-The whole process is divided into the
<刘提> 在 2025-06-18 上传 | 大小:80kb | 下载:0

[编译器/词法分析yufafenxi

说明:c++6.0上实现的s语言的语法分析程序-c++ 6.0 on the realization of the s language parser
<Sung> 在 2025-06-18 上传 | 大小:5kb | 下载:0

[编译器/词法分析syntax_analyzer

说明:C#写的语法分析器,带说明文档-C# Written parser with documentation
<asdf> 在 2025-06-18 上传 | 大小:110kb | 下载:0

[编译器/词法分析Scanner

说明:一个能够分析三种整数、标识符、主要运算符和主要关键字的词法分析程序。 ㈠、基本要求: 标识符 <字母>(<字母>|<数字字符>)* 十进制整数 0 | (1|2|3|4|5|6|7|8|9)(0|1|2|3|4|5|6|7|8|9)* 八进制整数 0(1|2|3|4|5|6|7)(0|1|2|3|4|5|6|7)* 十六进制整数 0x(0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f)(0|1|2|3|4|5|6
<seker> 在 2025-06-18 上传 | 大小:169kb | 下载:0

[编译器/词法分析loki-0.1.6

说明:loki库。。。。。 一个很好的设计模式库 -loki library. . . . . A good design pattern library
<lidf> 在 2025-06-18 上传 | 大小:1.71mb | 下载:0

[编译器/词法分析zdxx

说明:编译原理课程设计,自定向下分析器 附带代码-Compilation Principle course design, self-directed spin-off under the code analyzer
<eastascend> 在 2025-06-18 上传 | 大小:111kb | 下载:0

[编译器/词法分析13224759569

说明:可以进行词法分析的程序,用C语言编写,内容有些是从网上找到的,比较新-Lexical analysis can be carried out the procedure, using C language, content and some are found from the Internet, a relatively new
<李国东> 在 2025-06-18 上传 | 大小:2kb | 下载:0

[编译器/词法分析2004040416443319235ex

说明:和刚才的有些类似,不过实现的功能有些差异,上面那个如果没有stdafx函数可以不能运行,可以多多试几次,或者把第一个头函数删除再试-And just now some similar, but the realization of the functions of some differences, above stdafx if there is no function that can not run, you can try several times more, or to try to
<李国东> 在 2025-06-18 上传 | 大小:3kb | 下载:0

[编译器/词法分析compiler

说明:一个支持中文的类C语言编译器,词法分析和语法分析被封装成两个c++类。-A pro-Chinese language class C compiler, lexical analysis and syntax analysis is packaged into two c++ Category.
<> 在 2025-06-18 上传 | 大小:54kb | 下载:0

[编译器/词法分析TraceRoute

说明:路由追踪的,自己无聊写的,编译没有错误,可以运行,大家可以试试。-Routing track, written by their own boredom, the compiler no errors, you can run, we can try.
<梁园> 在 2025-06-18 上传 | 大小:272kb | 下载:0

[编译器/词法分析upanddown

说明:粗略地说它的实现思想是对输入符号串自左向右进行扫描,并将输入符逐个移入一个后进先出栈中,边移入边分析,一旦栈顶符号串形成某个句型的句柄时,(该句柄对应某产生式的右部),就用该产生式的左部非终结符代替相应右部的文法符号串。-Rough idea is that it s the realization of the input symbol string to be scanned from left to right, and enter the site one by one into a L
<jilangzhe> 在 2025-06-18 上传 | 大小:2kb | 下载:0
« 1 2 ... .95 .96 .97 .98 .99 400.01 .02 .03 .04 .05 ... 1383 »

源码中国 www.ymcn.org