登录
首页 » Compiler program » 一个SQL解析器

一个SQL解析器

于 2022-02-14 发布 文件大小:14.02 kB
0 169
下载积分: 2 下载次数: 1

代码说明:

一个SQL解析器- A SQL analysis

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Jad is a Java decompiler, in IE to read Java class files and converts them into...
    Jad 是一个 Java 反编译器,在 IE 中读取 Java 类文件,并将他们转换成 Java 原文件,这些原文件可以被重新编译-Jad is a Java decompiler, in IE to read Java class files and converts them into Java of the original documents, which the original files can be re-compiled
    2022-06-27 05:39:17下载
    积分:1
  • Turbo Pascal BOOK. Very good for beginners!
    Turbo Pascal BOOK. Very good for beginners!
    2023-02-21 08:20:03下载
    积分:1
  • 一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。...
    一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(-read a word process, from the import of the source to identify all the independent significance of the word, that is to retain the basic character identifier, constant, Operators, separated top-five. Output and followed all the internal code words and symbols own words value. (
    2023-03-20 00:35:03下载
    积分:1
  • 一个简单的编译器,有词法分析,语言分析代码生成。对毕业生有用。...
    一个简单的编译器,有词法分析,语言分析代码生成。对毕业生有用。-a simple compiler, lexical analysis, linguistic analysis code generator. Right graduates useful.
    2022-02-04 20:36:15下载
    积分:1
  • TurboC2.0汉化包 311K 英语不太好的朋友们可以试试看。不过需要先下载一个英文版的TurboC2.0,用汉化包覆盖。...
    TurboC2.0汉化包 311K 英语不太好的朋友们可以试试看。不过需要先下载一个英文版的TurboC2.0,用汉化包覆盖。-TurboC2.0 sinicizing wraps the 311K English not too good friends to be allowed to try to look. But needs first to download an English version TurboC2.0, with sinicizing package of cover.
    2022-08-24 08:50:42下载
    积分:1
  • 一个由LEX编写的C
    一个由LEX编写的C-词法分析程序。为锻炼使用者能力,未加载LEX已编译的代码。建立时最好建立控制台程序。-LEX written by a C-lexical analysis program. The user the ability to exercise without load LEX compiled code. Is best to establish procedures for the establishment of the console.
    2022-03-24 22:33:27下载
    积分:1
  • 这是一个用C++实现的语法制导翻译程序,当输入一个表达式时可以将其转化为相应的四元式...
    这是一个用C++实现的语法制导翻译程序,当输入一个表达式时可以将其转化为相应的四元式-This is a realization of the C syntax translation guided procedure, when an input expression can be translated into the corresponding four yuan-
    2022-01-26 08:09:45下载
    积分:1
  • vc实现的pl0编译器,有读取输出功能
    vc实现的pl0编译器,有读取输出功能-read() -write(),这个源码对初学编译原理者有很好的指导作用,我当初学的时候用了3天看懂了源码,也对编译原理更加理解了,毕竟只学理论不看代码是不可能真正理解的,原作者是dwing,我对代码做了一些修改,在此感谢dwing提供的代码-vc achieve pl0 compiler, a reader output- read ()- write (), the source for beginners compiler principles are very good role in guiding, I had time to study the use of three days to read the source code, but also to build a greater understanding of the tenets of all, the theory is not see the code is impossible to truly understand the original author dwing yes, I made some code changes like to thank the code dwing
    2022-10-10 13:20:03下载
    积分:1
  • 为了实现编译器的实用,可自由编写源代码…
    为了实现的编译程序实用,源程序可采用自由书写格式,即一行内可以书写多个语句,一个语句也可以占领多行书写;标识符的前20个字符有效;整数用2个字节表示;长整数用4个字节表示。这样词法分析程序的主要工作为: (1)从源程序文件中读入字符。 (2)统计行数和列数用于错误单词的定位。 (3)删除空格类字符,包括回车、制表符空格。 (4)按拼写单词,并用(种别,单词)二元式表示。 (5)根据需要是否填写标识符表供以后各阶段使用。 这里采用的编译程序的实现方法是一遍扫描,即从左到右只扫描一次源程序,也就是词法分析作为语法分析的一个子程序。故在编写词法分析程序时,用重复调用词法分析子程序取一单词的方法得到整个源程序的二元式流。 -in order to achieve the compiler practical, available free to write source code format, that his writing can be more than words, a statement can occupy multiple lines written; identifier of 20 characters effective; Integer with two byte; long integer with four byte. This lexical analysis for major work : (1) from source document read into the characters. (2) Statistics and a few mistakes out a few words for positioning. (3) delete the blank type characters, including the carriage return, tab spaces. (4) the spelling words and use (other species, words) dual ceremony. (5) whether the need for completing the table identifier subsequent stages. Here the compilers of th
    2022-01-23 11:14:40下载
    积分:1
  • 该文件是一个简短的语法分析文法,是用来实现LL1文法的,适用于初级学者!...
    该文件是一个简短的语法分析文法,是用来实现LL1文法的,适用于初级学者!-this is a ll1 gramer!
    2022-01-25 17:59:52下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载