资源列表

« 1 2 ... .31 .32 .33 .34 .35 436.37 .38 .39 .40 .41 ... 1384 »

[编译器/词法分析compiler

说明:这个程序是编译程序的一部分,用于阅读源代码,并识别其中的标记符、关键词(以字母开头)、数(以数字开头)。其中数按其是否以0开头分为10进制和8/16进制,而16进制的第二位是“x”。将上述所有识别的内容分类显示在屏幕和文件result.txt中。 函数scan负责整个识别、输出过程,compare1负责识别单个字符,compare2识别词。-This procedure is the compiler part of the
<Fayer Michael> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[编译器/词法分析dgxj

说明:编译原理:指定文法的递归下降子程序的分析过程.有些地方考虑得并不怎么周到还可以改进-Compilation Principle: recursive grammar designated drop Subprogram analysis. In some places is not how thoughtful consideration can also be improved
<陈谨> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[编译器/词法分析loucomp

说明:大学里编译原理的大作业,一个简单的编译器包括词法语法分析等。-The university to compile a major operating principle, a simple grammar compiler including lexical analysis.
<杜亮> 在 2024-10-13 上传 | 大小:55296 | 下载:0

[编译器/词法分析Grammer

说明:近日学习编译原理课程,就写了这么个文法化简的程序,实现文法化简,文法改造,的消除空产生式,消除单产生式,消除无用产生式的功能。另附一个很好的Pascal语言词法分析程序,与大家共同学习。-Compilation Principle recent study courses, wrote a grammar of such a simple procedure, to achieve simplification of grammar,
<周龙亭> 在 2024-10-13 上传 | 大小:20480 | 下载:0

[编译器/词法分析dos_words

说明:主要是编译原理的实验,实验内容是词法分析 用java写的-The main principle is to compile experiments using lexical analysis is written in java
<yutanghua> 在 2024-10-13 上传 | 大小:203776 | 下载:0

[编译器/词法分析IvanCompiler

说明:简单编译器前端:词法、语法、语义包含报告-Simple front-end compiler: lexical, syntax, semantics contains reports
<谌林> 在 2024-10-13 上传 | 大小:156672 | 下载:0

[编译器/词法分析wer45353222

说明:用C语言编写的一个编译器小程序 可以读出输入的字符串并把他按照字母,符号,数字等分类,希望给初学编译原理的网友有帮助。-Using C language compiler of a small program can read out the input string and put him in accordance with the letters, symbols, numbers, etc., hoping to novic
<aijdf> 在 2024-10-13 上传 | 大小:129024 | 下载:0

[编译器/词法分析tinyc

说明:一个非常小的C语言编译器!!! !!! !!!! -A very small C language compiler!!!!!!!!!!!!!
<12-12-12> 在 2024-10-13 上传 | 大小:25600 | 下载:0

[编译器/词法分析netcheck

说明:海明码发送与接收程序 测试信道的可靠性 可单独设立监听端口-Hamming code to send and receive testing the reliability of channel can be set up to monitor a separate port
<李大炮> 在 2024-10-13 上传 | 大小:6144 | 下载:0

[编译器/词法分析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,
<刘提> 在 2024-10-13 上传 | 大小:12288 | 下载:0

[编译器/词法分析analyser

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

[编译器/词法分析yufafenxi

说明:c++6.0上实现的s语言的语法分析程序-c++ 6.0 on the realization of the s language parser
<Sung> 在 2024-10-13 上传 | 大小:5120 | 下载:0
« 1 2 ... .31 .32 .33 .34 .35 436.37 .38 .39 .40 .41 ... 1384 »

源码中国 www.ymcn.org