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

搜索资源列表

  1. stack_and_expression

    0下载:
  2. 我上传的是数据结构里面栈``表达式求值`问题的`源程序``并且`编译能运行拉`` 是用c++编的``还算可以-I upload the data structure inside stack expression evaluates the source and compiler can run Rafah is c series may have been
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1962
    • 提供者:jiangcan
  1. qiubiaodashi

    0下载:
  2. 此源码是用C++语言编写的求表达式的值小程序。-this source is used C language for the expression of the value of small programs.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2248
    • 提供者:我来也
  1. exp_mid

    0下载:
  2. 用C写的中缀表达式求值程序及实验报告。-C superintendent, which was the expression evaluates procedures and laboratory reports.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:23873
    • 提供者:薇拉
  1. 表达式求值的C源程序

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

    • 发布日期:2008-10-13
    • 文件大小:1524
    • 提供者:峰峰
  1. biaodashiqiuzhi(C++)

    0下载:
  2. 表达式求值的源代码,注释完全,适合初学者使用
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:2368
    • 提供者:李博
  1. houzui

    0下载:
  2. 用c++语言实现的后缀表达式求值 个人感觉不错仅供参考
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1362
    • 提供者:王力
  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. 数学表达式计算器

    0下载:
  2. 这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。 这个Calculator class虽然经过我多次测试,改正了不少错误,但我不保证在将来的使用中它不会对您的程序造成影响,对您在使用中造成的一切后果,本人不承担任何责任。-this a mathematical expression evaluates the C class, detailed descr iption of the Calculator.pdf China. The Calculato
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:34370
    • 提供者:李海生
  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. C

    1下载:
  2. C#算术表达式求值我是的算法核心是逆波兰式.还有就是w3eval这个算术表达式求值算法很不错.但有一种表达式它会报错.我想这是一个BUG:w3eavl不能计算"-(3+5)"的值.或者类似的计算式.-C# Arithmetic expressions evaluate my algorithm is the core of Reverse Polish-style. W3eval there is the arithmetic expression evaluation algorithm is
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:6728
    • 提供者:箱子
  1. 1

    0下载:
  2. C++语言编的表达式求值-中缀表达式转为后缀表达式-C++ language for evaluation of the expression- expression to infix expressions suffix
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1565
    • 提供者:小杨
  1. Expression

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

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

    0下载:
  2. 简单的表达式求值的C程序,运用了进栈出栈的一些应用-Simple expression evaluation of the C program, using the stack into the stack a number of applications
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:2005
    • 提供者:王杰
  1. interpreter

    0下载:
  2. 类c语言解释器的设计与实现,实现了词法分析、语法分析、表达式求值。可对c的各种语句进行解释执行。-the design an implementation of c-like language
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:82559
    • 提供者:xxh
  1. Arithmetic-Expression-Evaluation

    0下载:
  2. 此源码是用C写的,用于一般表达式的求值。由于是用C写的,可以跨平台使用。你也可以取其中的功能函数嵌入到其他项目中作为一个功能组件。-This source code is written in C, for the general expression to be evaluated. Because it is written in C, can be cross-platform use. You can also take one of the feature functions embe
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-13
    • 文件大小:2166
    • 提供者:Acer
  1. WinRAR

    0下载:
  2. 一个表达式和一个二叉树之间,存在着自然的对应关系。写一个程序,实现基于二叉树的表示的算术表达式Expression的操作。 基本要求 1.ReadExpr(E) 以字符序列的形式输入语法正确的前缀表示式并够着表达式E。 2.WriteExpr(E) 用带括弧的中缀表达式输出表达式E。 3.Assign(V,c) 实现对变量V的赋值(V=c),变量的初值为0。 4.Value(E) 对算术表达式E求值。 5.CompoundExpr(P,E1,E2) 构造一个新的复合
  3. 所属分类:source in ebook

    • 发布日期:2017-11-12
    • 文件大小:6474
    • 提供者:wdtswdy
  1. DataStructureCS

    0下载:
  2. 数据结构-代码(C#实现) 链表:单链表,双向链表,循环链表 栈,队列 二叉树应用-表达式求值 树的操作 图 二分查找 排序算法:插入排序,选择排序,冒泡排序 -全是C#,附上Viso图和一些解释-data structue
  3. 所属分类:source in ebook

    • 发布日期:2017-12-10
    • 文件大小:2212918
    • 提供者:狄恒
搜珍网 www.dssz.com