Welcome![Sign In][Sign Up]
Location:
Search - pl-2

Search list

[ELanguagepl0

Description: PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。PL/0的目标程序为假想栈式计算机的汇编语言,与具体计算机无关。 文件说明: PL.htm---PL/0语言基本原理 pl0.h---定义 PL0.cpp---实现 testPl0.cpp---使用方法举例 testPas.txt---一个LP/0语言源程序-PL/0 language may regard as the PASCAL language the subset, its compiler is a translation explanation execution system. The PL/0 target program for the imaginary stack type computer assembly language, has nothing to do with with the concrete computer. Document explanation that, PL.htm---PL/0 language basic principle pl0.h--- defines PL0.cpp--- to realize the testPl0.cpp--- application method to give an example testPas.txt--- a LP/0 language source program
Platform: | Size: 596992 | Author: 许豫飞 | Hits:

[ELanguagec++pl0

Description: c++ pl/0语言分析程序-c pl/0 speech analysis procedure
Platform: | Size: 122880 | Author: | Hits:

[ELanguagepl0compiler

Description: c++ pl/0简易编译器-c pl/0 simple compiler
Platform: | Size: 9216 | Author: | Hits:

[ELanguagePl0 in C

Description: PL/0教学语言的编译程序原代码。-PL/0 teaching language compiler original code.
Platform: | Size: 5120 | Author: 刘远兴 | Hits:

[source in ebookPL0语法分析器递归子程序法

Description: 程序功能:PL/0语言语法分析程序,检测pl/0源程序的语法是否正确-procedures functions : PL/0 language syntax analysis procedures, testing pl/0 source of correct grammar
Platform: | Size: 5120 | Author: 王军 | Hits:

[OraclePL_SQL_CODE

Description: 《Oracle8i PL/SQL程序设计》附源码-"Oracle8i PL/SQL Programming" by source
Platform: | Size: 47104 | Author: bdg | Hits:

[Oracle数据库上机实验四

Description: 使用ORCLE创建表,及相关操作。包括有详细的。SQL文件,直接使用PL/SQL即可导入数据库查看。-ORCLE used to create forms, and related operations. Includes detailed. SQL documents, direct access PL/SQL can look into the database.
Platform: | Size: 7168 | Author: 何芳 | Hits:

[OracleORACLE8 PLSQL程序设计_sql_code

Description: Oracle8 PL/SQL程序设计中的例子脚本 162K SQL(英文) The example code used in Oracle8 PL/SQL Programming-Oracle PL/SQL Programming examples of SQL scripts 162K (English) Th e example code used in Oracle PL/SQL Programmi ng
Platform: | Size: 48128 | Author: 周非 | Hits:

[ADO-ODBCforallsample

Description: oracle pl/sql 的例子,完全由oracle公司出品,学习必备-pl/sql example, fully embraced by the oracle, learning essential
Platform: | Size: 8192 | Author: | Hits:

[Software Engineeringbianyiyuanlisheji

Description: 1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。 ●保留字(关键字):所谓保留字是指在Pascal语言中具有特定的含义。标准Pascal语言中的保留字一共有35个,Turbo Pascal语言一共有51个。下面是Pascal语言的保留字:AND,ARRAY,BEGIN,CASE,CONST,DIV,DO,DOWNTO,ELSE,END,FILE,FOR,FUNTION,GOTO,IF,IN,LABEL,MOD,NIL,NOT,OF,OR,PACKED,PROCEDURE,PROGRAM,RECORD,REPEAT,SET,THEN,TO,TYPE,UNTIL,VAR,WHILE,WITH,EXPORTS,SHR,STRING,ASM,OBJECT,UNIT,CONSTRUCTOR,IMPLEMENTATION,DESTRUCTOR,USES,INHERITED,INLINE,INTERFACE,LIBRARY,XOR,SHL -err
Platform: | Size: 513024 | Author: 与非门 | Hits:

[ELanguageLL20061021

Description: 编译原理课程设计,用C写的PL/0编译器,有详细的文档和代码-compiler theory curriculum design, the C write PL/0 compiler, a detailed documentation and code
Platform: | Size: 158720 | Author: 人类 | Hits:

[source in ebookoracle9iPLSQL

Description: Oracle 9i PL/SQL程序设计的随书源码,机械工业出版社,Oracle技术系列丛书。-Oracle 9i PL/SQL procedures designed with the book-source, industrial machinery Press, Oracle Technology Series.
Platform: | Size: 135168 | Author: 丽鹃 | Hits:

[ELanguagePL0-translate

Description: PL/0语言是Pascal语言的一个子集,是一种简单而且可扩充的语言,在我的测试用例中有具体的体现。它通过词法分析、语法分析、语义分析等过程,生成目标代码,目标代码是一种形似汇编语言的栈操作指令。-PL/0 Pascal language is a language subset is a simple and extensible language, In my test case with concrete expression. Through lexical analysis, parsing, semantic analysis process, generating object code, Object Code is a huge stack of assembly language operating instructions.
Platform: | Size: 1171456 | Author: 李建康 | Hits:

[ELanguageSC_22

Description: 讨论了pl/0语言与C语言程序在处理子过程问题上的区别,并阐述了二者的编译程序为保证语言的子过程使用规则,在编译方面处理上的异同点,主要区别是是否需要存取链来保证是否支持子过程的嵌套定义,pl/0需要使用存取链,而C语言不需要,因为C语言不支持函数的嵌套定义而Pl/0语言支持。 -Discussed the pl/0 language and C language procedures in dealing with the issue of sub-process distinction, and described the two compilers for a subset of the process to ensure that the use of language rules in the compiler on the similarities and differences between aspects of treatment, the main difference is whether there is a need access links to ensure whether or not to support the definition of nested sub-processes, pl/0 need to use the access links, while the C language does not need, because C language does not support the nested function definition of Pl/0 language support.
Platform: | Size: 131072 | Author: 徐黎明 | Hits:

[ELanguagepl0

Description: pl/0,汇编原理、清华第二版。c++实现的-pl/0, the compilation of principles, Tsinghua second edition. c++ realize the
Platform: | Size: 600064 | Author: chi990418 | Hits:

[Program doctoad

Description: pl/sql的综合运用上例用到的oracle里关于游标的几个内置函数:%isopen,%notfound,%rowcount。 隐式游标更多用在for loop中,你不用再手工去open,fetch或是close游标,非常方便-pl/sql integrated the use of oracle used in Example cursor on several built-in functions: isopen, notfound, rowcount. Implicit cursor more used in for loop, you no longer have to manually open, fetch or close the cursor, a very convenient
Platform: | Size: 2048 | Author: 风之子 | Hits:

[Oracle10g_PLSQL

Description: 介绍Oracle PL SQL编程,包括Oracle SQL基础和所有PL/SQL内容-Introduction Oracle PL SQL programming, including the basis of Oracle SQL, and all PL/SQL content
Platform: | Size: 466944 | Author: hedijun | Hits:

[OracleOracleDatabase10gPLSQL

Description: Oracle Database 10g PL/SQL入门教程的全部例子-Oracle Database 10g PL/SQL Tutorial all examples of
Platform: | Size: 24576 | Author: 郭统一 | Hits:

[ELanguagediv3

Description: flex code,compiler theory curriculum design, the C write PL / 0 compiler, a detailed documentation and code -flex code, compiler theory curriculum design, the C write PL/0 compiler, a detailed documentation and code
Platform: | Size: 39936 | Author: yn | Hits:

[SQL ServerPL-SQL

Description: sql初学者不错的教程,可以让初学者比较快比较容易的上手-sql tutorials good for beginners, allowing relatively fast for beginners easier to use
Platform: | Size: 3083264 | Author: jiangshengqi | Hits:
« 12 3 4 5 6 7 8 9 10 ... 24 »

CodeBus www.codebus.net