CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 表达式求值 c

搜索资源列表

  1. biaodashi

    0下载:
  2. 1.一个表达式和一个二叉树之间,存在着自然的对应关系。写一个程序,实现基于二叉树表示的算术表达式Expression的操作。 2.假设算术表达式Expression内可以含有变量(a~z)、常量(0~9)和二元运算符(+,-,*,/,^(乘幂))。实现以下操作: ⑴ReadExpr(E)——以字符序列的形式输入语法正确的前缀表达式并构造表达式E。 ⑵WriteExpr(E)——用带括弧的中缀表达式输出表达式E。 ⑶Assign(V,c)——实现对变量Vde赋值(V=c),变量的初
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3627
    • 提供者:王莹
  1. 4

    0下载:
  2. 表达式求值(C语言) 输入完成后直接回车进行计算 前后均不需要#
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:7321
    • 提供者:STartBoy
  1. expression

    0下载:
  2. 用C语言版 编写一个表达式求值演算的 算法程序 要求:使用栈,需要将算法的过程显示出来 ,输入一连串算术值 如:2*(3+2)# 然后 显示出算术过程 和结果!先将输入的中缀 转换后缀 再求值 程序中使用两个栈! 可以在VC++ 中运行- A linear epitope recognized by both MAbs,c2410 and WH303,which has strong specificity of CSFV,has been precisely defined and l
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1968
    • 提供者:占冬冬
  1. Expreesion

    1下载:
  2. 一个表达式和一棵二叉树之间,存在着自然的对应关系。写一个程序,实现基于二叉树表示的算术表达式Expression的操作。 【基本要求】 【一】【必做部分】 假设算术表达式Expression内可以含有变量(a-z),常量(0-9)和二元运算符(+,-,*,/,^(乘幂))。实现以下操作: (1)ReadExpr(E)――以字符序列的形式输入语法正确的前缀表达式并构造表达式E。 (2)WriteExpr(E)――用带括号的中缀表达式输出表达式E。 (3)Assign(V,c
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-19
    • 文件大小:250880
    • 提供者:snake
  1. biaodashiqiuzhi

    0下载:
  2. c++数据结构实习 中缀表达式求值 输入一个中缀表达式 输出转换成的后缀表达式和结果-c++ data structure internships infix expression evaluation input an infix expressions output into the suffix expressions and results
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:10295
    • 提供者:lixiao
  1. 3

    0下载:
  2. 表达式解析源代码 对于包含有函数sin、cos、tan、cot、sqrt、asin、acos、atan、log,和运算符+(加)、-(减)、*(乘)、/(除)与^(幂次)的字符串进行解析。可以解析出变量名,由用户赋值然后求表达式的值。 -Parsing the source code for the expression contains a function, sin, cos, tan, cot, sqrt, asin, acos, atan, log, and operators
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:46403
    • 提供者:how
  1. bianyiyuanlishiyan

    0下载:
  2. 相当强悍,学编译原理的绝不能错过! ------------------------------------ 编译原理的几个实验: 1.词法分析 2.语法分析 3.表达式求值 4.四元式中间代码 有C和VC两个环境、-Very tough, learning to compile principle must not be missed!------------------------------------ Compilation Principle of sev
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:135238
    • 提供者:joesh
  1. 1

    0下载:
  2. 实现算术表达式求值的演示运算 用c语言实现的 思路很清晰的哦-The realization of arithmetic expression evaluation demo computation c language is very clear ideas Oh
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1638
    • 提供者:阮传帅
  1. data3

    0下载:
  2. 数据结构中的表达式求值源程序代码利用visusl c++编程-Data structure of the expression evaluator to use source code visusl c++ programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:6345
    • 提供者:chengx
  1. biaodashi

    0下载:
  2. c++编写的表达式求值算法,帮你学习数据结构中的链表-c++ to prepare for the value of the expression of algorithms, data structures to help you study the list
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:135123
    • 提供者:gongwang
  1. suanshubiaodashi

    0下载:
  2. C++算数表达式求值,通过C++语言编写的,可以进行四则运算-suanshubiaodashiqiuzhi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2680
    • 提供者:ww
  1. qiubiaodashi

    0下载:
  2. 功能较全的表达式求值程序 C代码。mian是主函数,内设有加密密码。-Function than the expression of the whole evaluation process C code. mian is the main function, which are equipped with encrypted password.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6976
    • 提供者:Glory.Chen
  1. Stack

    0下载:
  2. 栈的定义,C++定义的栈的基本操作 用于栈的操作练习 表达式求值,中缀转后缀-Stack
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:509514
    • 提供者:范志东
  1. biaodashi

    0下载:
  2. c++编译的能够实现一些简单的表达式求值的程序,当然输入要求有限制,能够计算一些算式的结果-c++ compiler to achieve the expression of some simple procedures for evaluation, of course, there are restrictions on the importation of the requirements, to calculate the result of some formula
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1321
    • 提供者:lw
  1. jisuanqi

    0下载:
  2. 一个基于表达式求值的科学计算器,C++,MFC,支持四种进制的数在一个表达式中同时出现的进制混合运算(除十进制外的各进制数不限于整数,如12d.3axh,xh是我的计算类所能识别的十六进制数的标识符);且程序做得也比较精细(如制作了鼠标键盘、窗口跟随、计算历史查看等)。-Expression based on the evaluation of the scientific calculator, C++, MFC, in support of a number of four-band exp
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:28960
    • 提供者:sunnypill
  1. Expression

    0下载:
  2. 算式表达式求值,如4+2*3,是c语言类的-Formula for the value of expression
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:178847
    • 提供者:wangminglu
  1. 00011

    0下载:
  2. 数据结构 表达式求值 有控制台模式和界面模式(C++)两种 已测试通过-Expression evaluation data structures and interfaces with console mode mode (C++) have been tested two kinds of
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:511613
    • 提供者:
  1. biaodashi

    0下载:
  2. 一个表达式求值样例程序,对于C++初学者很有帮助-a sample of expression evaluation,it will be helpful for C/C++ fresher
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:94237
    • 提供者:追风
  1. calculator

    0下载:
  2. 一、实验一:带括号的算术表达式求值 二、实验的目的和要求: 1.采用算符优先数算法,能正确求值表达式 2.熟练掌握栈的应用 3.熟练掌握计算机系统的基本操作方法,了解如何编辑、编译、链接和运行一个C++程序 -1, experiment 1: arithmetic expressions with parentheses evaluated two experimental purposes and requirements: 1. Using operators pr
  3. 所属分类:Other windows programs

    • 发布日期:2014-09-21
    • 文件大小:416646
    • 提供者:liujianye
  1. Expression

    0下载:
  2. 这是用C#写的关于表达式求值的类库,并附上了类库的说明文档。-It is written in C# class library on the expression evaluation, together with the class library documentation.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:71766
    • 提供者:Adrian
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com