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

搜索资源列表

  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. cal24point

    0下载:
  2. 用C写的一个算24点代码,使用逆波兰表达式的求值。-C counting write a 24 point code, the use of reverse Polish expression is evaluated.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1868
    • 提供者:webb
  1. expressionvalue

    0下载:
  2. 属于利用C++开发的数据结构代码,利用栈结构实现了算术表达式的求值。-development is the use of C code structure of the data, using stack structure for arithmetic expression value.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:273403
    • 提供者:张婧姝
  1. biaodashiqiuzhi

    0下载:
  2. 一个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。假设操作数是正整数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符“#”,如:#(7+15)*(23-28/4)#。引入表达式起始、结束符是为了方便。编程利用“算符优先法”求算术表达式的值。用C语言实现
  3. 所属分类:其它

    • 发布日期:2014-01-16
    • 文件大小:312071
    • 提供者:张晓娟
  1. tree

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

    • 发布日期:2008-10-13
    • 文件大小:21477
    • 提供者:刘丹华
  1. work

    0下载:
  2. 利用C++进行编写,对简单的表达式进行求值操作,编译原理课程设计
  3. 所属分类:其它

    • 发布日期:2014-01-20
    • 文件大小:3429
    • 提供者:于富强
  1. biaodaishi

    0下载:
  2. 表达式的求值,简单的C++程序,数据结构试验-Expression evaluation, a simple C++ program, data structure testing
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:478172
    • 提供者:mofengkun
  1. expreession

    0下载:
  2. 用C语言实现的表达式的求值,关于数据结构的栈方面的知识,已经通过测试!-With the C language implementation of the evaluation of the expression on the stack data structure of knowledge, has passed the test!
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1993172
    • 提供者:nick
  1. Editor_Soft

    0下载:
  2. .采用算符优先数算法,能正确求值表达式 2.熟练掌握栈的应用 3.熟练掌握计算机系统的基本操作方法,了解如何编辑、编译、链接和运行一个C++程序 -. Using operator priority number algorithm, able to correctly evaluated expression 2. Familiar with the application of the stack 3. Familiar with the basic operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:481834
    • 提供者:liujianye
  1. shujujiegou2

    0下载:
  2. 数据结构的实验报告,利用栈的基本操作实现一个算术表达式的求值的程序。利用C语言编写-Data structure, the use of the basic operation of the stack to achieve an arithmetic expression evaluation procedures. The use of C language
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:10621
    • 提供者:andy
  1. houzhui2

    0下载:
  2. 用c编写的求后缀和后缀表达式的值的程序。-Written request with the c suffix and the suffix value of the expression process.
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1399
    • 提供者:南风雅
  1. calculator-stor

    0下载:
  2. 一个用visual C++编写的可以储存数据的表达式求值程序,文件包含头文件和cpp文件。-a program based on visual C++. head file and application file are included.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1039748
    • 提供者:谢巍
  1. Answer1

    0下载:
  2. 用C++实现了计算器,用栈实现了混合运算,直接用中缀表达式求值-Calculator c++
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1451
    • 提供者:zhuo116406
  1. include

    0下载:
  2. 数据结构题集C语言版中算术表达式求值演示-Arithmetic expression uation demo
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-15
    • 文件大小:5794
    • 提供者:cheng810337
  1. linklist

    1下载:
  2. c语言的基本结构:栈,链表,二叉树;基本操作:排序,查找,表达式求值-The basic structure of c language: stacks, linked lists, binary tree basic operations: sort, search, expression uation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-12-01
    • 文件大小:1114112
    • 提供者:任浩凯
  1. versdon

    0下载:
  2. vcpp版本的表达式求值 dlg界面的c++表达式求值程序,-VCPP version of the interface of the c++ expression uation DLG expression uator,
  3. 所属分类:ComboBox

    • 发布日期:2017-12-16
    • 文件大小:50176
    • 提供者:Mzrgtbrite
  1. 运算器

    0下载:
  2. 设计实现一个简单的计算器,可以接受中缀数值表达式,并进行求值。 至少应该包括加、减、乘、除4种运算和括号处理; (2) 运算量可以自己约束(整数、实数等); (3)有能力的同学可以仿照WINDOWS计算器界面(The design and implementation of a simple calculator, can accept infix numerical expression, and evaluation. At least 4 additional operations,
  3. 所属分类:数据结构

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:小慧hui
  1. utrvt

    0下载:
  2. vcpp版本的表达式求值 dlg界面的c++表达式求值程序,(VCPP version of the interface of the c + + expression evaluation DLG expression evaluator,)
  3. 所属分类:对话框与窗口

    • 发布日期:2017-12-26
    • 文件大小:49152
    • 提供者:chvzfcifg
  1. TFBT

    0下载:
  2. vcpp版本的表达式求值 dlg界面的c++表达式求值程序,()
  3. 所属分类:组合框控件

    • 发布日期:2018-01-03
    • 文件大小:37888
    • 提供者:qgden
  1. 96425314

    0下载:
  2. vcpp版本的表达式求值 dlg界面的c++表达式求值程序,()
  3. 所属分类:进程与线程

    • 发布日期:2018-04-29
    • 文件大小:37888
    • 提供者:Dylrn
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com