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

搜索资源列表

  1. RegextoDFA

    0下载:
  2. 正则表达式转DFA,设计原理:1正则表达式转换为带ε的NFA(Thompson构造法);2ε-NFA转为DFA;3最小化DFA;4DFA状态转换表判断是否接受输入字符串,附有详细文档说明。-Regular expressions turn DFA, design principles: a regular expression is converted to ε of the NFA (Thompson Construction Law) 2ε-NFA to DFA 3 minimal DF
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:85008
    • 提供者:王乾坤
  1. Caluate

    0下载:
  2. 将中缀表达式转换为后缀表达式,并计算任意四则运算表达式的结果,采用链表和队列实现,非文法和状态机-Infix expression would be converted to suffix expressions, and calculate the arithmetic expression of arbitrary results, the use of linked lists and queues to achieve, non-grammar and the state machine
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:7126
    • 提供者:wuwenxi
  1. bolanbiaodashi

    0下载:
  2. 求表达式的值,先把表达式转换成波兰表达式,然后求波兰表达式-Seeking expressions of value, first expression into the Polish expression, and then seek expressions Poland
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:14853
    • 提供者:liujun
  1. suanshubiaodashiqiuzhi

    0下载:
  2. 把算术表达式转换成后缀表达式然后求值。数据结构实验,包含实验报告。-Put arithmetic expressions into expressions suffix then evaluated. Experimental data structure that contains the report of the experiment.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:905195
    • 提供者:傅其龙
  1. Expression

    0下载:
  2. 把中缀表达式转换为后缀表达后,求表达式的结果。用到栈和队列-Infix expression to convert the expression of suffix, and the results of expressions. Used stack and queue
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:9818
    • 提供者:Allan
  1. 4

    0下载:
  2. 四则运算 将算术表达式转换成后缀表达式后计算-#include<stdio.h> #include <stdlib.h>
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1144
    • 提供者:
  1. WindowsApplication1

    0下载:
  2. 基于编译原理的表达式计算器 使用算符优先算法实现了表达式计算器,能分析用户输入的表达式是否正确,支持括号运算、浮点运算、简单的四则运算、复杂的表达式运算、进制之间的相互转换等。操作简单,界面清晰。-Design of the expression calculator based on the compiler theory
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:84775
    • 提供者:周某某
  1. biaodashiqiuzhi

    0下载:
  2. 表达式求值程序,绝对原创。 先将表达式转换成后缀表达式,然后求值-Expression evaluation procedures, an absolute original. First suffix expressions into expressions, and then evaluated
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:850
    • 提供者:决定
  1. code2html

    0下载:
  2. 利用正则表达式实现将C++代码转换为html页面并对不同类别关键字高亮显示。编译时需boost/regex库支持。-Use regular expressions to achieve the C++ code into a html page and highlight the different types of keywords. When compiling boost/regex library support.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:152536
    • 提供者:晓阳
  1. Expressionconversation

    0下载:
  2. 表达式转换,中缀表达式变后缀表达式并求值。有栈中内容变化说明。-Expression conversion infix postfix expression and the expression changes evaluated. There are changes in the contents of the stack instructions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:999055
    • 提供者:高仁杰
  1. zhongzhui

    1下载:
  2. 本程序能将运算式从中缀表达式转换为后缀表达式,并计算运算式的值。暂时仅可计算正整数之间的运算。暂时无法处理负数,要计算负数请用 (0-n) 的形式。输入仅含数字0~9及+、-、*、/、(、)的式子,并在结尾处加 # 字作为结束符。-This program can convert an expression from infix expressions to postfix expressions, and calculate the expression value. Calculate th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:52079
    • 提供者:moon walker
  1. exchange

    0下载:
  2. (1)实现中缀表达式转换成后缀表达式 (2)计算表达式的值 -(1) implementation infix expression into postfix expression (2) Calculate the value of the expression
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1396
    • 提供者:Beaug
  1. expression

    0下载:
  2. 实验要求把中缀表达式转换成为后缀表达式,然后再对后缀表达式求值。其中要利用栈,数组等。-Experimental requirements to convert infix expression into postfix expression and then evaluate the expression of the suffix. Which make use of the stack, the array and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1603
    • 提供者:haha
  1. homework

    0下载:
  2. (1)从键盘输入任意一个语法正确的(中缀)表达式,显示并保存该表达式。 (2)利用栈结构,把上述(中缀)表达式转换成后缀表达式,并显示栈的状态变化过程和所得到的后缀表达式。 (3)利用栈结构,对上述后缀表达式进行求值,并显示栈的状态变化过程和最终结果。-(1) keyboard input either from the right syntax (infix) expressions, display and save the expression. (2) the use
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:8843
    • 提供者:林小悠
  1. postfix-expression-evaluation-

    0下载:
  2. 后缀表达式求值,将中缀表达式转换成后缀表达式,然后求值-Postfix expression evaluation infix expression into postfix expression and then evaluated
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:2086632
    • 提供者:无道
  1. calculator

    0下载:
  2. 简单的计算器应用,适合程序的初学者,后缀表达式转换-Simple calculator application, suitable for beginners of the program, postfix expression conversion
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:18403
    • 提供者:康超凡
  1. convert

    0下载:
  2. 用python将php数组通过正则表达式转换成javascr ipt的字典,然后打印出来-Php array by regular expression in python to convert javascr ipt dictionary, and then print out
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:3159
    • 提供者:lichuan
  1. zhongzhuizhuanhouzhui

    0下载:
  2. 将中缀表达式转换为后缀表达式并计算它的结果,采用栈的结构-Convert infix expression to postfix expression and calculate its results, using the stack structure
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:684495
    • 提供者:上官凝荫
  1. expression-change

    0下载:
  2. 中缀表达式转换为后缀表达式。将正确的中缀表达式输入,程序自动转化为后缀表达式并计算出结果。-Convert infix expression to postfix expression. The correct infix expression input, the program automatically converted into postfix expression and calculate the results.
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:1449
    • 提供者:zk
  1. main

    0下载:
  2. 问题描述   中缀表达式就是我们通常所书写的数学表达式,后缀表达式也称为逆波兰表达式,在编译程序对我们书写的程序中的表达式进行语法检查时,往往就可以通过逆波兰表达式进行。我们所要设计并实现的程序就是将中缀表示的算术表达式转换成后缀表示,例如,将中缀表达式 (A 一 (B*C 十 D)*E) / (F 十 G ) 转换为后缀表示为: ABC*D十E*—FG十/ 注意:为了简化编程实现,假定变量名均为单个字母,运算符只有+,-,*,/ 和^(指数运算),可以处理圆括号(),
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1439
    • 提供者:yyz
« 12 3 »
搜珍网 www.dssz.com