资源列表

« 1 2 ... .13 .14 .15 .16 .17 318.19 .20 .21 .22 .23 ... 1384 »

[编译器/词法分析VCcifa

说明:用VC实现的词法分析器,可以输入一个表达式,然后进行分解-With VC realize the lexical analyzer, you can enter a regular expression, and then break down
<杨晨> 在 2024-11-14 上传 | 大小:454kb | 下载:0

[编译器/词法分析compile_desigh

说明:对编译器的文法的介绍其中包括C0,P0文法以及扩充的c0和p0文法-languages of the compiler
<zoulu> 在 2024-11-14 上传 | 大小:454kb | 下载:0

[编译器/词法分析bobo

说明:学生信息注册系统,数据库是ACCESS!-Student Registration information systems, databases are ACCESS!
<edione> 在 2024-11-14 上传 | 大小:452kb | 下载:0

[编译器/词法分析Easy51pro

说明:在这次单片机培训实验中用到了S51系列单片机的ISP编程线以及软件 想自制该编程线的同学可以从这里下载相关的电路图和程序-Training in the single-chip experiment using the S51 series MCU line ISP and software programming would like to made the students line programming can be dow
<李艳军> 在 2024-11-14 上传 | 大小:452kb | 下载:0

[编译器/词法分析Hxm_xuniji

说明:该虚拟机是一个汇编级别的虚拟运行时系统,并为该虚拟机设计了一套汇编语言、一个汇编器(hsm)和一个连接器(link)。-The virtual machine is a virtual run-time compilation system level, and for the design of a virtual machine assembly language, an assembler, (hsm), and a connec
<wanghuahua> 在 2024-11-14 上传 | 大小:455kb | 下载:0

[编译器/词法分析CompilerExperiment4-syntaxAnalysis-2

说明:一个小的教学用的编译器(PL0语言)方便学习《编译原理》的语法分析器-预测分析法-Compiler Experiment PL0 for study syntax Analysis (predict analysis )of compiling principle
<Mrfu> 在 2024-11-14 上传 | 大小:455kb | 下载:0

[编译器/词法分析myCompiler

说明:用C#语言对编译原理的编程实现包括NFA转DFA、LR(0)、算符优先等算法-Compiled with the C# language programming principles, including NFA transfer DFA, LR (0), operator precedence and other algorithms
<wangxiaoming> 在 2024-11-14 上传 | 大小:451kb | 下载:0

[编译器/词法分析lexical-analyzer

说明:通过设计、编制、调试一个具体的词法分析程序,加深对词法分析原理的理解,并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法 输入:字符串。 输出:二元式(种别编码,单词自身)构成的序列。 举例: 输入:a=$ # 输出:(6,a) (12,=) FOUND ERROR (13, ) -The design, development, debugging a specific
<张映生> 在 2024-11-14 上传 | 大小:455kb | 下载:0

[编译器/词法分析Syntax-analyzer

说明:编制递归下降法的语法分析器 通过设计、编制、调试一个典型的语法分析程序,能识别由加+、乘*、括号()、操作数所组成的算术表达式,其文法如下: E→TE E →+TE ∣ε T→FT T →*FT ∣ε F→(E)∣i 1.程序功能(举例) 输入:#i1*(i2+i3)# 输出:SUCCESS 输入:# i1*( i2+i3# 输出:FOUND ERROR -Recursive Desc
<张映生> 在 2024-11-14 上传 | 大小:454kb | 下载:1

[编译器/词法分析PL0

说明:编译课设源代码,PL0编译器,完整代码,1500行,功能强大-PL0 compiler, complete code, 1500 lines, powerful
<文柳> 在 2024-11-14 上传 | 大小:454kb | 下载:0

[编译器/词法分析LC-Meter_2

说明:this program is LC meter , write C in CODEVSION , download and use it-this program is LC meter , write C in CODEVSION , download and use it . . .
<vahid> 在 2024-11-14 上传 | 大小:453kb | 下载:0

[编译器/词法分析nb-(39)

说明:有限元静力计算问题的fortran计算源代码,主要针对桁架问题-Finite element static calculation of computational problems fortran source code, the main problem for truss
<Icy> 在 2024-11-14 上传 | 大小:454kb | 下载:0
« 1 2 ... .13 .14 .15 .16 .17 318.19 .20 .21 .22 .23 ... 1384 »

源码中国 www.ymcn.org