资源列表

« 1 2 ... .90 .91 .92 .93 .94 595.96 .97 .98 .99 .00 ... 1384 »

[编译器/词法分析Lex

说明:一个关于运算的词法分析器,转载人家的,很简单的一具词法分析器-lex
<peilishen> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[编译器/词法分析dfa

说明:Dfa minimization from nfa
<Jeff> 在 2024-11-19 上传 | 大小:4kb | 下载:0

[编译器/词法分析cifafenxi

说明:简单c++单词词法分析程序设计:读取txt, 词法分析,结果输出并保存在制定txt文件!-Simple c++ word lexical analysis program design: read txt, lexical analysis, the results of the output and save txt document in the development!
<王正道> 在 2024-11-19 上传 | 大小:2kb | 下载:0

[编译器/词法分析bascomAVR

说明:Basic Microcontroller Compiler
<Budi Bambang> 在 2024-11-19 上传 | 大小:352kb | 下载:0

[编译器/词法分析Lexical_analysis

说明:编译原理LL(1)词法分析实验,分析一段代码的词法结构-Compilation Principle LL (1) lexical analysis of the experiment, analysis of the lexical structure of a section of code
<凤清> 在 2024-11-19 上传 | 大小:7kb | 下载:0

[编译器/词法分析ChnTiny

说明:详细描述了如何开发一个编译器的全过程,以一个小型编译器作为案例,并且是中文的,对研究编译器的人具有很高的价值噢-Described in detail how to develop a compiler of the entire process to a small compiler as a case study of compiler people have a high value of O
<PennNathan> 在 2024-11-19 上传 | 大小:38kb | 下载:0

[编译器/词法分析AVI2MPEG

说明:AVI转MPEG 有些网友写信对我问:怎样才能调整会声会影6、7中AVI转MPEG的清晰度.就象小日本(TMPGENC)软件一样-AVI to MPEG and some friends wrote to me asking: How can we adjust in VideoStudio 6,7 clarity AVI to MPEG. Like a small Japanese (TMPGENC) software as
<kenao> 在 2024-11-19 上传 | 大小:3.32mb | 下载:0

[编译器/词法分析lexyacc

说明:是关于yacc和lex的用法的文件。对大家的了解编译器肯定会很有帮助的。-A pdf for how to use yacc and lex to wirte a programmer.
<caiwuquan> 在 2024-11-19 上传 | 大小:120kb | 下载:0

[编译器/词法分析TinyBasic

说明:一个小型的BASIC直译器,用VC++开发,有兴趣研究脚本语言或直译器的朋友,值得参考-A BASIC Interpreter what is designed by VC++.
<劉立清> 在 2024-11-19 上传 | 大小:16kb | 下载:0

[编译器/词法分析shishu

说明:词法分析器(实数)输入一个数据,判断次数是否为实数,若为实数输出是实数,否则输出不是实数-Lexical Analyzer (real number) a data input to determine whether the number of real, if real output is a real number, otherwise the output is not a real number
<符晓娟> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[编译器/词法分析calc

说明:用lex实现的词法分析,用lex编译后可以实现简单的词法分析-Achieved by lex lexical analysis, the compiler can use lex simple lexical analysis
<chen> 在 2024-11-19 上传 | 大小:17kb | 下载:0

[编译器/词法分析lr0

说明:LR分析法是一种自下而上进行规范归约的语法分析法,L指从左到右扫描输入符号串,R是指构造最右推导的逆过程。对大多数无二义性上下文无关文法描述的语言都可用它进行有效的分析。主要分析器有LR(0),SLR(1),LR(1),LALR(1): LR(0):在分析的每一步,只需根据当前栈顶状态而不必向前查看输入符号就能确定应采取的分析动作。所能分析的LR(0)文法要求文法的每一个LR(0)项目集中都不含冲突项目。 -LR anal
<大海> 在 2024-11-19 上传 | 大小:8kb | 下载:0
« 1 2 ... .90 .91 .92 .93 .94 595.96 .97 .98 .99 .00 ... 1384 »

源码中国 www.ymcn.org