syntax table

[ˈsɪnˌtæks ˈtebəl][ˈsɪnˌtæks ˈteibl]

语法表

  • In chapter 5 the theory of Program Special Information in MPEG-2 and Service Information in DVB the characteristic and syntax of Network Information Table are introduced ;

    第5章叙述了MPEG-2节目专用信息PSI和DVB业务信息SI的基本理论,介绍了网络信息 NIT的 语法和特点,提出了NIT更新机制设计。

  • In the designed experiments the simple arithmetic expressions were analyzed through lexical analysis syntax analysis semantic analysis table process and error process .

    设计的实验是以简单的算术表达式为处理对象,进行词法分析、 语法分析和语义分析, 兼有 表格处理和出错处理。

  • Introduces the course of writing ES syntax in detail expounds the structure of predict analytical table discusses semantic analysis about semantic record data structure middle code design of code and semantic processing .

    详细介绍ES 文法编写的过程,论述预测分析 的构造,讨论语义分析过程中语义记录数据结构、中间代码设计和语义例程。

  • This method has the strongpoint of LR ( 1 ) analyzer at the same time reduces the syntax analysis table .

    这种方法在保持了LR(1)分析方法功能强大的特性同时,有效地减小了分析 的大小,提高了 语法分析的效率。

  • Some of the common DBI conventions and syntax are listed in the table below .

    下面的 中列出了一些常见的DBI约定和 语法

  • This paper presents a new method of modifying the items of Goto table in correcting syntax error based on analyzing the items of LR syntax analysis table .

    在分析LR 语法分析中LR分析 特性的基础上,提出了一种对LR分析 中的Goto表项进行改造来进行语法错误的诊断和恢复的方法。

  • To implement a percentage of space to be reserved you use the same syntax as with regular tables namely by using the PCTFREE option when the table is created .

    为实现一定百分比的预留空间,和常规表一样使用相同的 语法,即在创建 时使用PCTFREE选项。

  • The following syntax examples demonstrate the steps necessary to create a hash-partitioned table

    如下的 语法示例展示了创建一个哈希分区 所需步骤

  • This is fairly standard SQL syntax for creating a table .

    创建 的语法是非常标准的SQL 语法

  • Like most SQL statements this example follows the standard SQL syntax of SELECT column ( s ) * FROM table ( s ) * WHERE condition ( s ) .

    跟大多数SQL语句一样,本例遵循SELECTcolumn(s) .FROM table(s)。

  • Firstly by analyzing the characteristics of source code and object code the architecture of compiling and interpreting system which includes morphology / syntax analysis semantic analysis error handling symbol table manager and object code generation was presented .

    通过分析源代码、目标代码的特点,提出了由词法/ 语法分析、语义分析、错误处理、符号 管理及代码生成五个阶段构成的编译解释系统体系结构。

  • This format may seem like overkill and a bit complicated but this syntax is consistent with AdminApp commands and makes the input more efficient when table data needs to be specified .

    这种格式看起来可能有些重复和复杂,但这种 语法与AdminApp命令是一致的,并且在需要指定 数据时,使输入变得更加高效。

  • The full syntax for deleting or more formally dropping a table from a database is

    从数据库中删除(或者更正式地说,撤下(drop))一个 的完整 语法

  • And the methods of syntax debugging logic debugging and the significant steps to ensure the correct operation of the stored procedure in debugging are expounded . There are three methods in logic debugging which includes inserting test table DBMS_OUTPUT and PL / SQL debugger .

    说明存储子程序的 语法调试和逻辑调试的具体方法以及调试是保证存储子程序正确的重要步骤,其中逻辑调试有三种不同的方法分别是插入测试 、DBMSOUTPUT以及PL/SQL调试器。

  • Keyword syntax is explained in the description of the step table .

    在步骤 表格中的描述中解释了关键词 语法

  • In this article I provided generic mappings from the Oracle style CONNECT BY recursive query syntax to DB2 's standard compliant recursive common table expressions using UNION ALL .

    在本文中,我提供了从Oracle型CONNECTBY递归查询 语法到DB2中遵从标准的使用UNIONALL的递归公共 表达式的通用映射。

  • If you use this syntax to create an index on a table that other users are accessing the index is not available until no user is updating the table .

    如果使用这种 语法在其他用户正访问的 上创建索引,那么只有当没有用户更新该表时,创建的索引才能使用。

  • The SQL syntax to delete a table is DROP TABLE followed by the tablename .

    删除 的SQL 语法是DROPTABLE,这之后是表名。

  • This is in contrast to Oracle syntax where the CREATE INDEX statement provides an option to specify in which table space the index will reside .

    但在Oracle 语法中,CREATEINDEX语句有一个选项来指定索引存放在哪个 空间。

  • If the step does not take a table as input such as this example then the syntax is equivalent to a table with a single row .

    如果步骤没有使用表作为输入,例如本例,那么 语法上等同于只使用了单行的

  • So now let 's finish our discussion of syntax since some of you are probably asking questions like how do I reference the entire table headers and all ?

    现在我结束关于 语法的讨论,因为某些用户可能会问到下面的问题“我如何引用全部 数据、标题和整个列表?”

  • Beyond Lua 's simple syntax and powerful table structure Lua 's real power is evident when mixing it with a host language .

    除了 语法简单并且具有功能强大的 结构之外,Lua的强大功能使其可以与宿主语言混合使用。