CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 表达式计算器

搜索资源列表

  1. 简易计算程序

    0下载:
  2. 一个简单的计算器程序,从键盘输入"3+5"这样的表达式,程序读入数据和运算符,调用Calculate函数,根据运算符进行+,-,*,/四则运算。要求能反复执行这一过程,直到用户输入#符号作为运算符
  3. 所属分类:C#编程

  1. StackCalculate.rar

    1下载:
  2. 使用C#实现的表达式计算器,直接解析算术表达式并计算,不使用逆波兰式算法。附带二分法解方程功能。,Use C# to achieve expression calculator, direct analysis and calculate arithmetic expression, do not use Reverse Polish algorithm. Solution of equation incidental function dichotomy.
  3. 所属分类:CSharp

    • 发布日期:2017-01-23
    • 文件大小:32135
    • 提供者:史蒂芬
  1. A_1

    0下载:
  2. 在c#环境下开发的计算器,在文本框运算表达式输入后出结果-C# environment in the development of the calculator, computing the expression in the text input box results
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:43279
    • 提供者:张子君
  1. calculate

    0下载:
  2. 功能强大的计算器,例如输入2*(-2+3*2)/4一个表达式后按下等号=,则显示 2*(-2+3*2)/4=2,有清零和后退一位改正输错的一位。能阻止错误输入行为。-Powerful calculator, such as type 2* (-2+3* 2)/4, press the equal sign after an expression =, it shows 2* (-2+3* 2)/4 = 2, there is zero and back, a correction of a
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:50037
    • 提供者:白世豪
  1. MyCalc

    0下载:
  2. C#实现表达式计算器功能。希望大家交流。-C# to achieve an expression calculator functions. Hope that we share.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:58415
    • 提供者:艾琼
  1. jisuanqi

    0下载:
  2. 计算器实现,后缀表达式,小数可行,简单错误处理。-Calculator to achieve, suffix expressions, fractional feasible, simple error handling.
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1117
    • 提供者:刘鹏
  1. MyCaculation

    0下载:
  2. 自己编写的C#计算器,跟windows自带计算器相仿,实现表达式计算-I have written C# calculator, the calculator comes with windows similar to the expression calculated to achieve
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:68884
    • 提供者:基拉
  1. calculation

    0下载:
  2. 表达式计算器,控制台应用程序,加减乘除运算-Expression evaluator, a console application, subtraction multiplication and division
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:18311
    • 提供者:FENGZIYI
  1. MyCASIO

    0下载:
  2. 实现计算器的主类,入口是一个string类变量,表示数学表达式。输出一个double变量。-Realize calculator main class, the entrance is a string class variable representing mathematical expressions. Output a double variable.
  3. 所属分类:CSharp

    • 发布日期:2017-12-04
    • 文件大小:97095
    • 提供者:John
  1. calculate

    0下载:
  2. 支持加减乘除表达式的计算器,支持括号,等号结束-Support, Math expression calculator, support brackets, equals sign end
  3. 所属分类:CSharp

    • 发布日期:2017-11-19
    • 文件大小:41242
    • 提供者:王洋铧
  1. CalculatorStack

    0下载:
  2. C#编写的计算器程序,使用了堆栈实现,支持表达式计算-Calculator program written in C#, using a stack implementation, support for expression evaluation
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:80342
    • 提供者:pain0
  1. CSharp-Caculator

    0下载:
  2. c#计算器实现,通过堆栈,将中序表达式变换为后序表达式,在利用转换来的后序表达式完成计算。-c# calculator achieved through the stack, the sequence expression is converted into a sequence expression is calculated using the conversion to be completed after the sequence expression.
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:80420
    • 提供者:易创
  1. calculator

    0下载:
  2. 这个计算器可以计算复杂的数学表达式, 如:3-3*4/2+8-4.5; +、-、*、\以及小数点都可计算,且此项目没有错误,可以运行。-This calculator can calculate complex mathematical expressions, such as :3-3* 4/2+8-4.5 +,-,*, \, and the decimal point can be calculated, and this project is no error, you can run.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:67552
    • 提供者:
  1. Caculator

    0下载:
  2. 这是一个简易计算器,特点在于实现了“算法优先法”,便于输入和计算很长的算术表达式。-It s a simple caculator ,which is based on the Algorithm priority method.
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:59650
    • 提供者:zqk
  1. Counter

    0下载:
  2. 表达式计算器,包括集合操作。可通过的样例输入: 11.1 + 22.2 、 ln2 或 ln(2) 、 pow(2,4) 、 2*(1+31/3.1) 、 2 + sum([sin30,3+4,6,sum([sum([sum([1,2,3]),2,3]),2,3])]) +4*3-Expression calculator, includes a set of operations. Sample input can be adopted: 11.1+ 22.2 、 ln2 或 ln
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:108350
    • 提供者:
  1. bitreewww

    0下载:
  2. 二叉树表示算术表达式的基础上,设计一个十进制的四则运算的计算器。-The binary tree represents an arithmetic expression based on the design of a decimal four calculus calculator.
  3. 所属分类:CSharp

    • 发布日期:2017-12-13
    • 文件大小:182946
    • 提供者:魏倩
搜珍网 www.dssz.com