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

一个SQL解析器

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

代码说明:

一个SQL解析器- A SQL analysis

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

发表评论

0 个回复

  • LL (1) parser
    LL(1)语法分析器,在任何时候,总控程序都是按照栈顶符号X和当前输入符号a行事的。对于任何(X,a),总控程序每次都执行下述三种可能的动作之一: 若X=a=’#’,则宣布分析成功,停止分析过程; 若X=a≠’#’,则把X从栈顶逐出,让a指向下一输入符号; 若X是一个非终结符,则查看分析表M。若M中存放着一条关于X的产生式,那么,首先把X逐出栈顶,然后,把产生式的右部符号按反序一一推进栈,同时做这个产生式相应的语义动作(目前不管)。若M[X,a]中存放着一条出错标志,则调用出错诊查程序Error。-LL (1) parser
    2022-04-20 05:21:39下载
    积分:1
  • 状态转换矩阵 用来判断运算符的正确性
    状态转换矩阵 用来判断运算符的正确性- The phase transition matrix uses for to judge the operator the accuracy
    2022-07-26 11:04:14下载
    积分:1
  • 这是编译原理里面用来判断输入的东西是是否是符合数学运算公式...
    这是编译原理里面用来判断输入的东西是是否是符合数学运算公式-This is the compiler used to determine the principle of which is whether the importation of things are in line with the mathematical formula
    2022-02-02 05:22:38下载
    积分:1
  • PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。PL/0的目标程序为假想栈式计算机的汇编语言,与具体计算机无关。...
    PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。PL/0的目标程序为假想栈式计算机的汇编语言,与具体计算机无关。-PLO
    2022-06-27 02:22:10下载
    积分:1
  • c―语言的词法分析器。将一个C
    c―语言的词法分析器。将一个C--语言程序分割成token串的序列。处理C--语言的所有token类型。程序要做成命令行程序,带两个参数,分别表示输入和输出文件名。 -c-language lexical analyzer. A C language program is separated into token strings of sequences. C-treatment of all token types. Procedures to create command line process, with two parameters, respectively, express the input and output file names.
    2022-10-07 07:50:04下载
    积分:1
  • 串口通信用的全口通信程序,用C++实现的源代码…
    口通信 VC 完整串口通信程序Vc++源代码 串口通讯 vc++ 源代码 vc 串口通信 串口通信 mfc 通信 发送程序 vc++ 串口 VC 串口通信程序 完整串口通信程序Vc 源代码 VC串口通信 窜口通信程序 《Visual C /Turbo C串口通信编程实践》 vc 接受串口数据 vc 串口通讯 代码 串口 发送 -Serial Port Communication VC complete communication program Vc++ Source code for serial communication vc++ Source code vc serial communication serial communication procedures mfc communications sent vc++ Serial serial communication program integrity VC serial communication program Vc source code VC serial communication port channeling communication program
    2022-03-13 06:23:21下载
    积分:1
  • A very useful procedure, c language written, for many school friends SCM may be...
    一个非常有用的程序,c语言写得,对于很多学单片机的朋友或许有用。 -A very useful procedure, c language written, for many school friends SCM may be useful.
    2022-03-20 22:04:32下载
    积分:1
  • 词法分析的程序。核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果
    词法分析的程序。核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果你做一个新的DFA,就能分析新的词法。 DFA 的初始化在CAjaxParserDlg::OnInitDialog。- Lexical analysis procedure. The core function is condition cut function CAjaxParserDlg::Route. The condition cut function solution acts according to DFA to come to the input text to carry on the analysis. In other words, if you make new DFA, can analyze the new morphology. DFA initialization in CAjaxParserDlg::OnInitDialog.
    2022-03-29 21:14:24下载
    积分:1
  • 很好用的语法分析器。
    很好用的语法分析器。-good with the parser.
    2022-12-18 09:15:03下载
    积分:1
  • 8237各个引脚的功能以及其应用 可以运用于课程设计
    8237各个引脚的功能以及其应用 可以运用于课程设计-8237 different pin functions and their applications can be used in curriculum design
    2022-02-13 07:23:52下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载