搜索资源列表

  1. 表达式计算

    0下载:
  2. 用C语言实现了表达式计算-realizing expressing counting using C program laguage
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:63764
    • 提供者:闻思源
  1. 表达式计算

    0下载:
  2. 可实现表达式计算,栈实现
  3. 所属分类:Windows编程

    • 发布日期:2009-04-28
    • 文件大小:246957
    • 提供者:mailwwj@qq.com
  1. 表达式计算(加减乘除与或非及括号)C语言

    1下载:
  2. 参考书c语言版得严蔚敏的数据结构 利用堆栈实现根据表达式运算符优先级比较完成正确的计算 程序设计有运算符优先级表可以自己设定运算符优先级
  3. 所属分类:数据结构常用算法

  1. 栈类

    0下载:
  2. 栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:墨镜牛郎
  1. expr

    0下载:
  2. 可以计算各种函数,还可以使用变量,如A,B,C,D。可以计算各种数学函数sin cos tg ctg,处理括号,四则运算,是VC中一款不可多得的表达式计算类和计算工具。例如:cos(0) 1-can calculate various functions, variables can also be used, such as A, B, C, D. Can calculate mathematical functions sin co
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:1965056
    • 提供者:何福保
  1. 表达式计算

    0下载:
  2. 用C语言实现了表达式计算-realizing expressing counting using C program laguage
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:63488
    • 提供者:闻思源
  1. 中序表达式计算(四则混合)

    0下载:
  2. .cpp文件。输入中序表达式,可以计算10以内的整数四则混合运算。思路是用中序转后序,再进行计算。-. cpp file. Input sequence expression, can be calculated within 10 4 mixed-integer calculations. Idea is to be used in sequence after sequence, and then calculated.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:桃蕊实
  1. 表达式计算源代码

    0下载:
  2. 能计算+-*/四则运算,支持变量,可以给变量赋值,支持条件判断等...开发环境vc6,win2000sp4下测试通过-computation-*/4 Operational support variables, variables can be assigned to support the conditions judgment ... vc6 development environment, under the test win20
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:44032
    • 提供者:陈曦
  1. 逆波兰表达式

    0下载:
  2. 计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0—9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix
  3. 所属分类:系统编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:刘一
  1. 在程序中识别并计算表达式

    0下载:
  2. 在 程序 中 识别 并 计算 表达式,完成计算功能-recognize and compute expression in program,complete computing function.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:47104
    • 提供者:清澈
  1. expression_calculation

    0下载:
  2. 利用栈实现的算术表达式计算程序,语言为纯c。开发工具为vc6。-use Stack arithmetic expression calculation procedures, language pure c. Development tools for vc6.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:263168
    • 提供者:朱麟
  1. Calculate000

    0下载:
  2. 可以识别输入的算术表达式并计算机结果,支持+、-、*、/四则运算及嵌套的(),比如4*3+5*((16+8)/2-5)。 利用后缀表达式计算。-can identify imported computer arithmetic expression and the results support ,-,*,/4 Operational and nested (), such as 3 5 4** ((16 8)/2-5). The
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:梁清华
  1. expression

    0下载:
  2. 中缀表达式计算的堆栈算法的实现,在tc或vc++下编译通过-Infixation expression stack algorithm for the calculation of the realization in tc or under compile vc
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 输入一个表达式计算结果输出,支持加减乘除和括号-Enter an expression output calculation results support the calculation and the brackets
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:fanzhg
  1. calc

    0下载:
  2. 多功能计算器,比window操作系统自带的计算器强大,功能介绍: 1.字符串数学表达式计算:3+9*8=75 2.多括号嵌套匹配计算:(3+9)*8=96 3.标准数学函数计算:sin(3)*mod(12,17)=1.69 4.逻辑表达式计算:2*2=4 and 27=3*9 = true 5.时间语句计算:"时间:"+string(today()) 6.IF语句计算:if(2<4,1,0)=1-Mult
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:153600
    • 提供者:罗承林
  1. caculator

    0下载:
  2. 具备整型数据、浮点型数据的算术(加、减、乘、除)运算功能;实现单运算符表达式计算的功能-With integer data, floating-point data arithmetic (add, subtract, multiply, divide) operator function realize single-operator calculation of the function of expression
  3. 所属分类:Windows编程

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

    0下载:
  2. 用于表达式计算,如果用户自己添加界面,可以模仿微软计算器,另外,用户可进一步扩展,以支持程序中的变量-Expression for the calculation, if the user add their own interface that mimics Microsoft' s calculator, In addition, users can further expand to support the process
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:20480
    • 提供者:隐名
  1. Calc

    0下载:
  2. 用MFC做得计算器,功能简单,有表达式计算功能。-Calculator to do with MFC, functional simplicity, the calculation function of the expression.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:94208
    • 提供者:Kong
  1. 2.表达式计算

    0下载:
  2. 思路: 1、创建两个栈 linkstack * operand ;//运算数栈 linkstack * operator;//运算符栈 2、扫描表达式。 <1>若是运算数,合并成一个完整的数data。 规则:直接入操作数栈 push_stack(operator_stack,data);(Ideas: Create two stacks Linkstack * operand;/ / operation n
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:412672
    • 提供者:啊哈S
  1. 后缀表达式计算

    0下载:
  2. 给定一个后缀表达式,并计算其算术计算结果(Give a postfix expression and calculate the result)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:11264
    • 提供者:Ass、
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org