资源列表

« 1 2 ... .59 .60 .61 .62 .63 464.65 .66 .67 .68 .69 ... 1384 »

[编译器/词法分析compiler

说明:c--解释器,输入源码,能够打印出结果,可支持注释,递归等-c interpreter, enter the source code that can print out the results could support the Notes, such as recursive
<冯晓> 在 2024-10-13 上传 | 大小:297984 | 下载:0

[编译器/词法分析fskdigital

说明:用matlab实现fsk的调制,已经调出波形-Using matlab modulation fsk realize, has been transferred out waveform
<伍晨君> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[编译器/词法分析cifa

说明:词法分析器的功能是输入源程序,输出单词符号。词法分析器的单词符号常常表示成以下的二元式(单词种别码,单词符号的属性值)。 识别保留字:if、int、for、while、do、return、break、continue; 单词种别码为1。 其他的都识别为标识符;单词种别码为2。 常数为无符号整形数;单词种别码为3。 运算符包括:+、-、*、/、=、>、<、>=、<=、!= ; 单词种别码为
<xzy> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[编译器/词法分析diguixiajiang

说明:可以识别字符串是否符合以下文法: (1)E->TG (2)G->+TG|—TG (3)G->ε (4)T->FS (5)S->*FS|/FS (6)S->ε (7)F->(E) (8)F->i-String can be identified with the following grammar: (1) E-
<xzy> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[编译器/词法分析SimPas-parser

说明:SimPas词法分析器。用flex编译生成yy.lex.c,然后用vc编译生成.exe文件,附有pascal程序代码正确的和错误的各一段,以及说明。-SimPas lexical analyzer. Flex compiler used to generate yy.lex.c, and then use the vc compiler generated. Exe files with pascal program code and
<飞鱼> 在 2024-10-13 上传 | 大小:37888 | 下载:0

[编译器/词法分析scriptx

说明:
<姚映旭> 在 2024-10-13 上传 | 大小:33792 | 下载:0

[编译器/词法分析lex_yacc

说明:lex与yacc.pdf,可以学习简单的编译原理,以及如何构造sql 的语法分析其-lex and yacc.pdf, the compiler can learn simple principle, as well as how to construct sql syntax analysis of its
<liuchao> 在 2024-10-13 上传 | 大小:5531648 | 下载:0

[编译器/词法分析byyldkhda

说明:编译原理课后习题答案,帮助我们解决课后的难题,有助于我们学习。-Compilation Principle answer after-school exercises, after-school help us solve problems, help us learn.
<周先杰> 在 2024-10-13 上传 | 大小:393216 | 下载:0

[编译器/词法分析fasdf

说明:pl0 c++ 删除debug和release目录,所以请不要将文件放在这两个目录下-pl0 c++ delete debug and release directory, so please do not file on these two directory
<wolf> 在 2024-10-13 上传 | 大小:598016 | 下载:0

[编译器/词法分析TestMFCClassCode

说明:C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC A
<陈嵩> 在 2024-10-13 上传 | 大小:18432 | 下载:0

[编译器/词法分析Cpp3

说明:词法分析器,根据编译原理输入语法在新的TXT文本中输出相应的词法分析代码-Lexical analyzer, in accordance with the principle of input grammar compiler in the new TXT text output corresponding lexical analysis code
<Chris> 在 2024-10-13 上传 | 大小:3072 | 下载:0

[编译器/词法分析pl0

说明:用C实现的PL0的编译器的原代码,弄链表实现了关键字的补充-PL0 achieved using C compiler of the original code, make a keyword list to add
<tqc> 在 2024-10-13 上传 | 大小:14336 | 下载:0
« 1 2 ... .59 .60 .61 .62 .63 464.65 .66 .67 .68 .69 ... 1384 »

源码中国 www.ymcn.org