资源列表

« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 1384 »

[编译器/词法分析cf2

说明:词法分析—分析关键字,运算符,常数并用动态链表保存结果-lexical analysis-keyword analysis, Operators, constant and dynamic results preservation Chain
<王小伟> 在 2024-05-06 上传 | 大小:1024 | 下载:0

[编译器/词法分析cffxc

说明:用vc编写的一个词法分析源程序,可以对输入的C语言语句进行种别分类-vc prepared with a lexical analysis of the source, can be imported to the C language statements for other species classification
<范铮> 在 2024-05-06 上传 | 大小:1024 | 下载:0

[编译器/词法分析ag

说明:词法分析程序,可对以下的C源程序进行分析:main() {int a[12] ,sum for(i=1 i<=12 i++) {for(j=1 j<=12 j++)scanf("%d",&a[i][j]) } for(i=12 i>=1 i--){ for(j=12 j>=1 j--){ if(i==j&&i+j==13)sum+=a[i][j] } } printf("%c",sum) }-lexical an
<范铮> 在 2024-05-06 上传 | 大小:1024 | 下载:0

[编译器/词法分析MainFr

说明:这是一个可视化编译器的语法分析过程的原程序 用VC编的 下载解压即可运行还有几个程序我会一一上传的-This is a visual syntax compiler analysis procedures with the original series of the VC-extracting download can run several procedures I will upload the January 1
<楚楚> 在 2024-05-06 上传 | 大小:1024 | 下载:0

[编译器/词法分析asdfadsfd

说明:编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详-compiler source code, the compiler principles involved in various processes : lexical analysis, LL1 syntax analysis, se
<长波> 在 2024-05-06 上传 | 大小:1024 | 下载:0

[编译器/词法分析a

说明:PASCAL语言的词法分析程序,用C++语言编写,开发环境为LINUX.包含源程序的输入文件和分析后的输出文件-PASCAL language lexical analysis procedures using C language, development environment for Linux. Includes input source document and analyze the output files
<白天> 在 2024-05-06 上传 | 大小:1024 | 下载:0

[编译器/词法分析cifafenxiqi

说明:/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0 -/******** lexical analysis procedure********/# includelt; Iostream.hgt;# Includelt; Fstream.hgt;# Includ
<白天> 在 2024-05-06 上传 | 大小:1024 | 下载:0

[编译器/词法分析recda

说明:我们编译原理的上机作业,随便写写糊弄老师的,做tc下调试通过。-we build on the principle of operation for the casual writing fool the teachers do tc under debugging through.
<静水流深> 在 2024-05-06 上传 | 大小:1024 | 下载:0

[编译器/词法分析qian

说明:词法分析,用C语言开发的,绝对值的一看经过本人十多天的研究,写成的-lexical analysis using the C language, a look at the absolute value of my days after the study, written
<tttt> 在 2024-05-06 上传 | 大小:1024 | 下载:0

[编译器/词法分析sigle

说明:编译器 词法分析是指原文件被分解为词法符号的过程,通常是整个编译过程的第一步。虽然通常认为了解 C++ 的词法分析过程对于大多数一辈子都不会编写 C++ 编译器的程序员来说意义不大,但这篇文章不仅仅是为了满足某些人的好奇心而写的,因为我觉得任意一个严谨的 C++ 程序员都应该对 C++ 的词法分析有所了解,以避免一些偶然情况下会发生的错误-compiler lexical analysis refers to the original
<差额> 在 2024-05-06 上传 | 大小:1024 | 下载:0

[编译器/词法分析c++分析

说明:一个编译原理程序,一个语法分析器。可以在c++上平台上实现。-a compiler principles procedures, a parser. C can achieve on the platform.
<lee> 在 2024-05-06 上传 | 大小:1024 | 下载:0

[编译器/词法分析kkkkk

说明:一个词法分析器,可以实验词法分析的所有功能,在c环境下运行。-A morphology analyzer, may test the lexical analysis all functions, moves under the c environment.
<lee> 在 2024-05-06 上传 | 大小:1024 | 下载:0
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 1384 »

源码中国 www.ymcn.org