搜索资源列表

  1. true-value

    0下载:
  2. 此程序完成真值表的实现,包括:与,或,非等,主要掌握逆波兰式用法,文档中有运行后的结果。-The realization of this process is complete truth table, including: and, or, non-, the main control Reverse Polish Notation usage, document the results of a run.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1441792
    • 提供者:飞扬奇迹
  1. Porland

    0下载:
  2. 文中包含逆波兰式的相关源代码,用C++类实现-Reverse Polish text contained in the relevant source code, using C++ class implementation
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:321536
    • 提供者:蒋伟
  1. 2008620_2636

    0下载:
  2. 编译原理课程设计使用词法分析,语法分析将布尔表达式转换为逆波兰式-Course Design Compiler
  3. 所属分类:其它资源

    • 发布日期:2024-05-17
    • 文件大小:9216
    • 提供者:yuanyuan
  1. yy

    0下载:
  2. 编译原理 使用词法分析,语法分析将布尔表达式转换为逆波兰式-Course Design Compiler
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:9216
    • 提供者:yuanyuan
  1. nibolanshi

    0下载:
  2. 逆波兰式的转换,采用C++编程,含完整代码,实现一般表达式到逆波兰式的转换-Inverse transformation of the polish type by c++ programming, including complete code, realize general expressions to inverse Poland type conversion
  3. 所属分类:汇编语言

    • 发布日期:2024-05-17
    • 文件大小:535552
    • 提供者:weideyong
  1. uCalc

    0下载:
  2. 自己写的利用逆波兰式进行四则运算的类,目前仅支持四则及括号运算-Write their own use Reverse Polish Notation for arithmetic class, currently only supports four operations and parentheses
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:chinyeh
  1. A

    0下载:
  2. 实现逆波兰式求值, /*运用栈的思想将demo[]中数转化为逆波兰式存储在exp[]中,demo[]再作为符号标志*/-Evaluated to achieve Reverse Polish Notation, /* use stack ideas will demo [] the number into a Reverse Polish Notation is stored in the exp [] in, demo [] and
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:kevin
  1. rpn

    0下载:
  2. 中缀式变后缀式的代码。经典逆波兰式算法。-Reverse Polish notation
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:15360
    • 提供者:afj
  1. calculator

    0下载:
  2. 基于逆波兰式实现的简易计算器。开发工具:VS2005,语言:C#。-Based on Reverse Polish Notation achieve the calculator. Development tools: VS2005, Language: C#.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:49152
    • 提供者:kboy
  1. nibolanshi

    0下载:
  2. 文本中主要讲述的是逆波兰式的定义和在程序实现的方法-The text is mainly about the inverse Poland type definitions and programming method
  3. 所属分类:软件工程

    • 发布日期:2024-05-17
    • 文件大小:10240
    • 提供者:daniel
  1. code

    0下载:
  2. 代码优化,对输入等式进行分析,利用递归程序和栈,将等式的各个部分分析整理,生成所对应的逆波兰式-Code optimization, analysis of the input equation, the use of recursive procedures and stack, to collate the various parts of the equation, corresponding to the inverse wav
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:赵彬洋
  1. Calculator

    0下载:
  2. c++编写的计算器类,逆波兰式,暂未实现含负数的计算-a calss named calculator
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:王争
  1. nibolan

    0下载:
  2. 非后缀式用来表示的算术表达式转换为用逆波兰式来表示的算术表达式,并计算用逆波兰式来表示的算术表达式的值。-Suffix used to represent arithmetic expressions arithmetic expression converted to Reverse Polish Notation, and calculate the value of the arithmetic expression Revers
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:243712
    • 提供者:孙辰
  1. compiler

    0下载:
  2. 本编译器主要有四部分功能: 1、词法分析 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)。 2、语法分析之递归下降分析 递归下降分析法的前提是文法必需为LL(1)文法,此功能为验证性功能,已经给出文法,输入一符号串,验证是否属于该文法的句
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:635904
    • 提供者:Jagtu
  1. calculator

    0下载:
  2. 计算器-逆波兰式,计算机计算中缀表达式时通常要将中缀转后缀,也就是逆波兰式-The calculator- Reverse Polish Notation, the computer calculation infix expression usually To infix turn suffix, which is the inverse Polish
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-17
    • 文件大小:137216
    • 提供者:
  1. 24point

    0下载:
  2. 上数据结构课程时侯编写的24点游戏程序,用到了逆波兰式来计算表达式,程序中还有各种堆栈等的操作-On the data structure courses Hou written in 24-point game program, use Reverse Polish Notation to evaluate the expression, there are a variety of program stack operation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:291840
    • 提供者:baoyugang
  1. Calculator

    0下载:
  2. java 课程大作业,用逆波兰式写的计算器。可实现简单功能。-java courses job with Reverse Polish Notation calculator written. Can achieve a simple function.
  3. 所属分类:游戏

    • 发布日期:2024-05-17
    • 文件大小:29696
    • 提供者:逆水之寒
  1. VB

    0下载:
  2. 编译原理实验报告 实验一:词法分析设计 实验二:LL(1)分析法 实验三:逆波兰式的产生及计算 实验四:LR(1)分析法 实验五:应用DAG进行局部优化 -Compiler principle experiment report Experiment 1: lexical analysis design Experiment two: LL (1) analysis method
  3. 所属分类:汇编语言

    • 发布日期:2024-05-17
    • 文件大小:222208
    • 提供者:烟岚
  1. CalcStrExpression

    0下载:
  2. 一个用逆波兰式求解表达式值的程序,很全面,有注释,而且用类封装,能够直接运行。-A Reverse Polish Notation solving the expression value of the program, it is comprehensive, annotated, and the type of packaging, can be run directly
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:254976
    • 提供者:魏飞
  1. object-code

    0下载:
  2. 编译原理最后一步目标代码生成逆波兰式转换成汇编-Compilation Principle final step object code generation Reverse Polish Notation into assembly
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:张晓祎
« 1 2 3 4 5 6 7 89 10 »

源码中国 www.ymcn.org