搜索资源列表
ljSimple
- 输入一个DO-WHILE的语句,进行词法分析,词法分析器利用超前搜索,状态转换等方法,将源程序转化成为一个一个的单词符号二元式,如果词法分析无误,则进入语法分析部分,使用简单优先法进行文法分析,为每个终极符与非终极符之间定义优先关系,利用优先关系进行移进-规约,如果能规约到文法的开始符,则文法分析成功,输出四元式.-importation of a DO-WHILE statements, lexical analysis, lexical analyzer using advanced sea
mod_python-3.3.1
- Mod_python is an Apache module that embeds the Python interpreter within the server. With mod_python you can write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as
FORTRAN
- FORTRAN完全自学手册_源代码,内容涉及入门、常量变量、程序流控制、输入输出、基本数值算法、种别和属性、数组、文件操作、文件处理等。对初学者到高手的必然进阶源程序学习。-Complete self-study manual _ FORTRAN source code, related to entry, constant variables, program flow control, input and output, basic numerical algorithms, and oth
jsjruanjianzucheng
- 本公司所研制的计算机组成原理与系统结构实验仪是根据理工科院校计算机组成原理课程大纲的要求和计算机教学迅速发展的需要,在吸收了国内外先进教学成果的基础上设计定型的。-The company developed a computer system architecture composed of theory and experiment is based on the composition of colleges of science and engineering principles of
flex_bison
- Learn how to use flex and bison to process text data in Linux or Unix with the updated edition of this classic book. Whether you re interpreting code, configuration files, or any other structured format, flex & bison explains how these flexible utili
attachments_2009_11_07
- this code is an advanced menu with options of save, delete, new, open, & exit and it uses colors and highlights-this code is an advanced menu with options of save, delete, new, open, & exit and it uses colors and highlights...
PPTadvancedoffice.password.recovery.pro
- ppt advancedoffice.password.recovery.pro-advancedoffice.password.recovery.pro
vkproject
- VK3212是UART接口的2通道UART器件。VK3212实现UART扩展2个串口(UART)的功能。 扩展的子通道的UART具备如下功能特点: 每个子通道UART的波特率、字长、校验格式可以独立设置,最高可以提供1Mbps的通信速率。 每个子通道可以独立设置工作在IrDA红外通信、 9位网络地址自动识别、软件自动流量控制、 广播接收等高级工作模式下。 每个子通道具备收/发独立的16 BYTE FIFO,FIFO的中断为4级可编程条件触发点。 VK3212采用SSOP1
Ccompiler.design.code
- C# 编译器源代码高级软件开发设计C # compiler, advanced software development and design of source code -C# compiler, advanced software development and design of source code
a
- 设计一个扫描器,该扫描器是一个子程序,其输入是源程序字符串,每调用一次识别并输出一个单词符号。为了避免超前搜索,提高运行效率,简化扫描器的设计,假设该程序设计语言中,基本字(也称关键词)不能做一般标识符用,如果基本字、标识符和常数之间没有确定的运算符或界符作间隔,则用空白作间隔。-The design of a scanner, the scanner is a subroutine, the input source string, each one call to identify and
Simple-Database-Engine
- 结构化查询语言 (Structured Query Language)简称 SQL.结构化查询语言是一种数据库和程序设 ,用于存取数据以及查询、更新和管理关系库统。 结构化查询语言是高级 数据操作语言, 不要求用户指定对数据的存放方法,也需了解具体不要求用户指定对数据的 存放方法,也需了解具体数据存放方式, 所以是一种高效的数据输入与管理的接口。结构化查询语言句可以嵌套,这使他具有极大的灵活性和强大功能。 在本题中,我们实现部分比较重量和常见的SQL语句,数据存储在内存中。-Struct