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

搜索资源列表

  1. erjiezhui

    0下载:
  2. 二阶锥均衡约束优化问题在工业工程,机器人研制以及连续逆优化等领域有着广泛的应用.本论文首先研究二阶锥互补集合的变分性质,基于这些性质研究二阶锥均衡约束优化问题的最优化性条件、二阶锥互补集合的Aubin性质以及线性规划与线性二阶锥规划逆问题的求解,其主要结果可概括如下: 1.第2章基于变分分析的经典理论,研究了二阶锥互补集合的变分性质,包括二阶锥互补集合切锥与法锥的计算公式以及二阶锥法锥映射coderivative的计算表达式,这些结果为后续的讨论提供了基础. 2.第3章在前一章研究的基础上,研究
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:3427770
    • 提供者:李小花
  1. computer

    0下载:
  2. 计算表达式,连接字符串,计算字符个数;若表达式格式不正确,提示是否继续-computer expression
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3338
    • 提供者:liwei
  1. calculater

    0下载:
  2. 能够计算表达式的计算器,主要是给大家分享思路的,通过自己制作的括号匹配来完成。-if you can understand English only,sorry!
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-24
    • 文件大小:113806
    • 提供者:dyx
  1. jisuanqi

    0下载:
  2. 现在就用这个方式再实现计算器.. 表达式一旦转换成后缀表达式再进行计算就简单的不得了.遇到一个符号就弹出离他最近的两个操作数然后进行这个操作符指定的运算就ok了...运算完成后压栈继续扫描,依次重复...等到操作符没有了.所有的运算也就结束了.结果也就出来了...不必再判断优先级的什么的了.括号什么的也一并省略..爽吧. 其实在中缀转后缀的时候就可以进行计算,表达式扫描完成,计算完成. -it is a txt file based on c++ language to
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:1134
    • 提供者:wsk
  1. calculator

    0下载:
  2. 一个用C编写的计算器,可以计算带括号的计算表达式的值,仅支持整数范围内的计算(开始的时候是开发给单片机用的,由于执行效率原因,所以设计不支持浮点数计算),代码很简介,只要修改下数据类型和小部分代码就可实现完全的浮点数计算了-Calculator, written in C can calculate the value of the bracketed expression is evaluated only supports integer within the calculation (th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:7365
    • 提供者:LIJINKUN
  1. 24dian

    0下载:
  2. 输入任意四个整数(0到10),运算符只有加减乘除,还有括号.每个数只能且必须用一次。要求判断这些表达的结果中是否有24。如果有,输出计算表达式:如输入4,6,1,1,输出 4*6*1*1 =24 (允许有括号)。-Enter any four integer (0-10), the operator only addition, subtraction, there are brackets for each number can only be and must be used once. R
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1322
    • 提供者:邬锡敏
  1. RR

    0下载:
  2. 这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\masm>js 3+2 5 c:\masm>js 6*7 2A c:\masm>js 10-4 c c:\masm>js 12/3 6 -This is a computer program is downloaded from the
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:3815
    • 提供者:周斧
  1. cpp1

    0下载:
  2. 本设计属于二叉树的应用,即使用二叉树计算表达式的值,要求将表达式(例如9*7+6/3等)以二叉树方式存入数组,以递归的方式建立表达式之二叉树结构,再分别输出前序遍历、中序遍历和后序遍历结果,并计算出表达式的结果。-This design is the application of the binary tree, using the binary tree to calculate the value of the expression, the expression (9* 7+6/3, e
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:162800
    • 提供者:车丹
  1. bianyi

    0下载:
  2. 编译原理问法分析,输入数学计算表达式算出结果-Compiler theory ask the input mathematical expressions calculated results
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:2239
    • 提供者:梁官皓
  1. JS

    0下载:
  2. 能实现加、减、乘、除的计算。该程序接受 的是16进制数。执行时,需在文件名后直接跟上计算表达式-Of add, subtract, multiply, in addition to the calculation. The program accepts a hexadecimal number. The execution time required in the file name directly to keep up with evaluating the expression
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:2394
    • 提供者:曾华
  1. Point24

    0下载:
  2. Visual C++实现4个扑克牌数字计算24点,计算表达式结果输出到Excel工作薄。-Visual C++ achieve four poker figures of 24 points, evaluate the expression output the results to an Excel workbook.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:91538
    • 提供者:张君亭
  1. haohaokankan

    0下载:
  2. 使用键盘输入表达式,计算表达式的值并输出;将表达式转化成后缀表达式输出,利用后缀表达式求表达式的值并输出。-Keyboard input expression, the expression values calculated and output the expression into postfix expression output, the use of a postfix expression to evaluate the expression and output.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1600
    • 提供者:pyn
  1. Expression

    0下载:
  2. 表达式求值,先输入需要计算表达式的个数,再逐个写出表达式-Program design require for a function, can complete randomly input an expression (including parentheses, digital, arithmetic symbol), and be able to according to your input expression to evaluated, and come to the corre
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:15283
    • 提供者:lafin1
  1. biaodashijisuan

    0下载:
  2. 表达式计算,使用c++语言编写,能够自动计算表达式的值-Expression evaluates
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:247239
    • 提供者:李蝶
  1. caculate-the-value-of-an-expression-

    0下载:
  2. 计算表达式的值,中序表达式,前序表达式的转换-Calculate the value of the expression in sequence expression, the preamble expressions conversion
  3. 所属分类:Other systems

    • 发布日期:2017-11-01
    • 文件大小:1448
    • 提供者:孙晨
  1. 24

    0下载:
  2. 输入任意四个整数(0到10),运算符只有加减乘除,还有括号.每个数只能且必须用一次。要求判断这些表达的结果中是否有24。如果有,输出计算表达式:如输入4,6,1,1 输出 4*6*1*1 =24 (允许有括号)。 -Enter any four integers (0-10), the operator only addition, subtraction, multiplication, and division, as well as brackets each number can onl
  3. 所属分类:assembly language

    • 发布日期:2017-11-17
    • 文件大小:898185
    • 提供者:何佑
  1. CALC.rar

    0下载:
  2. 数学表达式计算命令,By Lxl1638 使用方法: Calculator.EXE {代数表达式}#小数位数(默认6位最多16位) 支持的运算符号: 加"+"、减"-"、乘"*"、除"/"、幂"^"、或"|"、与"&"和括号解释 支持的数学常数: e 表示欧拉常数, pi 表示圆周率π 支持的数学函数: 共计32个
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-02-20
    • 文件大小:8609
    • 提供者:lxl1638
  1. sun0

    0下载:
  2. 计算表达式的数值,可以有括号,并自动进行匹配,有运算优先级,并按优先级来计算,不必有等号,即可出来结果-Calculated the value of the expression in parentheses, and automatically match the operational priority in accordance with the priority to calculate, do not have to have an equal sign, you can come
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:722794
    • 提供者:Rebecca
  1. 24point

    0下载:
  2. 上数据结构课程时侯编写的24点游戏程序,用到了逆波兰式来计算表达式,程序中还有各种堆栈等的操作-On the data structure courses Hou written in 24-point game program, use Reverse Polish Notation to evaluate the expression, there are a variety of program stack operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:291537
    • 提供者:baoyugang
  1. lisp

    0下载:
  2. 简单的LISP计算表达式计算器 计算表达式的值 输入表达式 能自动识别 有美丽的界面设计-The simple LISP calculated expression evaluator
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-25
    • 文件大小:2598045
    • 提供者:杜紫藤
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com