搜索资源列表

  1. 后缀表达式求值

    0下载:
  2. 简单的后缀表达式求值-simple expression evaluates Suffix
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:冯彩华
  1. 表达式求值的C源程序

    0下载:
  2. 用栈实现表达式求值-stack with Expression Evaluation
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:峰峰
  1. 上机作业

    0下载:
  2. 关于数据结构中表达式求值的算法,功能强大,符合需要交作业的同学的需求 应该是初学数据结构的人使用-This the algorthim of expression evaluation in data structure, its function is very powerful, and concord with the demand of classmates which are needed to hand over the w
  3. 所属分类:Windows编程

    • 发布日期:2024-05-26
    • 文件大小:6144
    • 提供者:徐瑞
  1. lgh2.5

    0下载:
  2. 算术表达式求值演示系统--数据结构作业!-arithmetic expression evaluates demonstration system-- operational data structure!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-26
    • 文件大小:2048
    • 提供者:luox
  1. ExpCompiler_java

    0下载:
  2. 一个JAVA表达式求值的便宜程序,能处理括号和小数-a Java expression for the value of cheaper procedures to handle and a small number in brackets
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-26
    • 文件大小:15360
    • 提供者:林峰
  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. 所属分类:编译器/词法分析

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:hxf
  1. PostfixCalcular-java

    0下载:
  2. 这是一个简单的计算器,当输入一个完整的计算是之后进行计算,转换成后最表达式之后再进行计算得出结果。利用堆栈实现的。-This is a simple calculator, when the importation of a complete calculation is carried out after the calculation, converted into the most regular expressions and
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-26
    • 文件大小:5120
    • 提供者:肖超伟
  1. EXPRE

    0下载:
  2. 二叉树实现算术表达式存储。前序输入表达式,可进行表达式求值和表达式复合-Binary tree to achieve the arithmetic expression stored. Preorder input expression, the expression can be evaluated and the expression of complex
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-26
    • 文件大小:222208
    • 提供者:方超
  1. Weather

    0下载:
  2. 所属分类:JSP源码/Java

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:李猛
  1. stack

    0下载:
  2. 用栈实现算术表达式 一个小小的科学计算器,根据用户输入的表达式计算出结果-Arithmetic expressions using stacks to achieve a small scientific calculator, in accordance with user input to calculate the results of the expression
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:jwjshitiancai
  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编程

    • 发布日期:2024-05-26
    • 文件大小:2048
    • 提供者:xieli123
  1. jisuanqi

    0下载:
  2. VC++课程设计(GDUT) 计算器 (内含实验报告) 1.设计任务 系统地学习面向对象编程思想,了解MFC架构,逐步熟悉可视化编程环境Visual C++,并在此环境下设计并实现一个简单计算器系统,该计算器应能实现如下功能: 1)、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2)、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 3)、以角度、
  3. 所属分类:界面编程

    • 发布日期:2024-05-26
    • 文件大小:4640768
    • 提供者:caicai
  1. Eval

    0下载:
  2. java内表达式求值源码。适用于Java项目中进行表达式计算。-java source code within the expression evaluator
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:menjoy
  1. BianYiYuanLi

    0下载:
  2. 设计题三:条件语句的语法分析及语义分析程序设计。 1.目的 通过设计、编制、调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 2.设计内容及要求 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉 其中 (1)可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。 (2)如1题写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-26
    • 文件大小:334848
    • 提供者:龚斌
  1. tree1

    0下载:
  2. 递归方式建立表达式树,并对表达式树进行递归和非递归两种方式的遍历,遍历方法分为先序、中序和后序,并对表达式树转为后缀表达式求值。-Established recursive expression tree, and the expression tree for recursive and non-recursive traversal of the two methods, divided into first traversal s
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-26
    • 文件大小:2048
    • 提供者:cnwst
  1. 20064350132

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

    • 发布日期:2024-05-26
    • 文件大小:488448
    • 提供者:aden
  1. tree

    0下载:
  2. 二叉树的遍历问题中关于使用二叉树进行表达式求值-Binary Tree Traversal issues on the use of the expression tree for evaluation
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:kyo
  1. 2_parser

    0下载:
  2. C编写的一个语法分析器,输入一个算术表达式可分析出其是否为一个正确的表达,使用+,-,*,/四个表达式。-C prepared by a parser, type an arithmetic expression can be analyzed for their expression of a correct use of the four expressions+,-,*,/.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-26
    • 文件大小:10240
    • 提供者:李子超
  1. SJJG

    0下载:
  2. 数据结构课设。关于哈夫曼树和表达式求值的-Data structure class is located. Demand on the Huffman tree and the value of the expression
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-26
    • 文件大小:2403328
    • 提供者:李娜
  1. CompileUltimate

    0下载:
  2. 简单的编译器,对一些控制语句和赋值语句以及布尔表达式关系运算符进行翻译-A simple compiler, for some control statements and assignment statements, and Boolean expressions to translate relational operators
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-26
    • 文件大小:1657856
    • 提供者:chensheng

源码中国 www.ymcn.org