CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 布尔表达式

搜索资源列表

  1. buer

    0下载:
  2. 程序可以让使用者输入布尔表达式来得到相关结果.-procedures can allow users to input Boolean expressions to be relevant results.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:22021
    • 提供者:cyp
  1. hxf

    0下载:
  2. 编译原理课程设计,输入布尔表达式,然后有系统自动转换为逆波兰四元式-compiler theory of curriculum design, the importation of Boolean expressions, and then the system automatically converted to reverse Poland four yuan -
  3. 所属分类:Windows编程

    • 发布日期:2014-01-15
    • 文件大小:3130
    • 提供者:hxf
  1. zh

    0下载:
  2. 编译原理课程设计,输入布尔表达式,然后有系统自动转换为逆波兰四元式-compiler theory of curriculum design, the importation of Boolean expressions, and then the system automatically converted to reverse Poland four yuan -
  3. 所属分类:Windows编程

    • 发布日期:2014-01-15
    • 文件大小:628
    • 提供者:hxf
  1. demo3Dlg

    0下载:
  2. 编译原理课程设计,输入布尔表达式,然后有系统自动转换为逆波兰四元式-compiler theory of curriculum design, the importation of Boolean expressions, and then the system automatically converted to reverse Poland four yuan -
  3. 所属分类:Windows编程

    • 发布日期:2014-01-15
    • 文件大小:2648
    • 提供者:hxf
  1. TitleTip

    0下载:
  2. 编译原理课程设计,输入布尔表达式,然后有系统自动转换为逆波兰四元式-compiler theory of curriculum design, the importation of Boolean expressions, and then the system automatically converted to reverse Poland four yuan -
  3. 所属分类:Windows编程

    • 发布日期:2014-01-15
    • 文件大小:3639
    • 提供者:hxf
  1. MyODBCDBGridFile

    0下载:
  2. 编译原理课程设计,输入布尔表达式,然后有系统自动转换为逆波兰四元式-compiler theory of curriculum design, the importation of Boolean expressions, and then the system automatically converted to reverse Poland four yuan -
  3. 所属分类:Windows编程

    • 发布日期:2014-01-15
    • 文件大小:2508
    • 提供者:hxf
  1. by

    0下载:
  2. 条件语句的语法分析及语义分析程序设计 利用 LL(1)法完成对语句 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉;的语法分析及语义分析。中间代码选用四元式表示。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:108611
    • 提供者:苹果
  1. LL(1)法对布尔表达式的语法分析

    0下载:
  2. LL(1)法对布尔表达式的语法分析
  3. 所属分类:C#编程

    • 发布日期:2008-12-22
    • 文件大小:762
    • 提供者:jason88129
  1. 20064350132

    1下载:
  2. 通过设计,编制,调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉 其中 (1)、可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。 (2)、 写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。 (3)、 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。 目 录 一.系统需求分析 二.概念模型设计 三.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:488522
    • 提供者:aden
  1. BoolExpr

    0下载:
  2. 可以根据输入的布尔表达式求值 稍作修改也可以计算复杂的公式-Can enter the Boolean expression is evaluated with some slight modifications can also calculate the complex formula
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:156405
    • 提供者:kwbin
  1. 547475753

    0下载:
  2. 布尔表达式的翻译,对输入的文法判断其合法性,并输出逆波兰表达式 -Boolean expressions of the translation, the grammar of the input to determine its legitimacy, and output Reverse Polish expression
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2769
    • 提供者:xieli123
  1. 20049741130012

    0下载:
  2. 布尔表达式的翻译,对输入的文法判断其合法性,并输出逆波兰表达式 -Boolean expressions of the translation, the grammar of the input to determine its legitimacy, and output Reverse Polish expression
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:189835
    • 提供者:xieli123
  1. 22302304232

    0下载:
  2. 对条件语句: if 〈布尔表达式〉〈赋值语句〉 else 〈赋值语句〉, 进行词法,语法分析,并根据语法制导翻译方法将条件语句翻译成四元式中间代码形式,最后输出翻译后的四元式代码。-Of conditional statements: if <Boolean expression> <assignment statement> else <assignment statement> for lexical, syntax analysis, and in a
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2985577
    • 提供者:xieli123
  1. boolen

    0下载:
  2. 通过设计、编制、调试一个布尔表达式的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。-By designing, developing, debugging a boolean expression syntax and semantic analysis procedures, better understanding of the syntax and semantic analysis of understanding of the pri
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:83716
    • 提供者:elaine
  1. boolexprcal

    0下载:
  2. 布尔表达式四元分析程序,VC程序,编译原理试验程序-bool expr analysis by four element
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:34985
    • 提供者:majun
  1. C-notes

    0下载:
  2. C 语言常见问题集,本书共20章,原著:Steve Summit,翻译:朱群英, 孙云。这不是一本普通的基础入门书籍,他把所有C中可能遇见的难点,容易出错的地方全部收集其中,通俗易懂 第一章:声明和初始化 第二章:结构、联合和枚举 第三章:表达式 第四章:指针 第五章:空(null) 指针 第六章:数组和指针 第七章:内存分配 第八章:字符和字符串 第九章:布尔表达式和变量 第十章:C 预处理器 第十一章:ANSI/ISO 标准C 第十二章:标准输
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:942678
    • 提供者:chennature
  1. bool-value

    0下载:
  2. 求给定布尔表达式的真值,包括中缀转后缀,由后缀求值的运算。-Demand given the true value of the Boolean expression, including infix to suffix the suffix for the value of the operation.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1761
    • 提供者:吴亚伟
  1. 7097403

    0下载:
  2. 程序可以让使用者输入布尔表达式来得到相关结果,不错的-Program allows users to input the Boolean expression to get the results, good
  3. 所属分类:Other systems

    • 发布日期:2017-12-15
    • 文件大小:23552
    • 提供者:ztipvatny
  1. boolResolver

    0下载:
  2. 布尔运算表达式的解析,组合模式,Java(Analysis of Boolean expressions)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:25600
    • 提供者:TI菜鸟
  1. dxmlvqv108

    0下载:
  2. 程序可以让使用者输入布尔表达式来得到相关结果,不错的(Program allows users to input the Boolean expression to get the results, good)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:22528
    • 提供者:Glorsp
« 12 »
搜珍网 www.dssz.com