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

搜索资源列表

  1. Amecur-maths

    0下载:
  2. Amecur Maths是一款数值计算软件,除了可以进行基础的数学表达式和矩阵运算外,还提供可编程的开发环境,并且兼容Matlab 语法。 Amecur Maths拥有以下特点: 1) 友好的工作平台和编程环境; 2) 简单易用的程序语言; 3) 强大的科学计算数据处理能力;-Amecur Maths is a numerical software which can calculate the basis of the mathematical expression and
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:922107
    • 提供者:usafchn
  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. ilovemath

    0下载:
  2. 程序根据国外大学iheartmath改编而成,实现绘制动态三维心并可自由修改文字内容,但是同大多数三维心一样由于数学表达式不完美而存在部分凹陷的缺陷-Procedures adapted from foreign universities iheartmath to achieve to draw dynamic three-dimensional heart and the freedom to modify the text, but with most of the three-dimen
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:1132
    • 提供者:维奇
  1. tcal5.5

    0下载:
  2. 文本计算器说明 一、用法: 1、文本计算器具有关闭时是否保存计算结果的功能、计算结果的小数位选择功能,小数位0表示计算精度; 2、文本计算器打开时,可以自动加载上次的计算结果以及上次关闭时窗口位置; 3、双击计算器的文本框可打开数字键盘,方便笔记本用户使用; 4、输入数学表达式后,按回车键,自动计算结果; 5、一个表达式必须在一行内全部输入; 6、表达式不输入内容时直接回车,不再出现错误提示; 7、需要当记事本用时,在本行最前面加入 号,可不出现错误提示!
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-13
    • 文件大小:438818
    • 提供者:gogol
  1. Calculator

    0下载:
  2. c++计算器 直接输入数学表达式,做的时间短,还不能输入小数点比如输入5*(34+5)/(5-2)-C++ calculator direct input mathematical expression, do a short time, can t input point
  3. 所属分类:Graph program

    • 发布日期:2017-11-26
    • 文件大小:5587926
    • 提供者:陈朝
  1. calculator

    0下载:
  2. 自制学生计算器,使用C++6.0编写,仿卡西欧计算器界面,使用中缀转后缀表达式,可以计算复杂的数学表达式-calculator written by C++6.0,Casio calculator interface, infix turn suffix expression,calculate complex mathematical expressions
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-06
    • 文件大小:55464
    • 提供者:
  1. count-time

    0下载:
  2. 创建一个“计时”测试程序。自行指定一个数学表达式,比较利用公示节点计算和利用本地LabVIEW数学函数计算该数学表达式的平均时间。程序需要一个FOR循环,一个顺序结构和一个case结构。要求FOR循环运行计时测试N次,然后使用统计快捷VI对结果计算平均值 要求顺序结构在代码运行之前和代码运行之后对时间延迟函数进行采样 case结构要判定用户是要执行公式节点还是要执行LabVIEW固有数学函数.,对每个分支运行计时测试程序,比较较快的执行方法.-Create a "timing" test pro
  3. 所属分类:LabView

    • 发布日期:2017-11-16
    • 文件大小:7633
    • 提供者:陈风
  1. tcal5.6

    0下载:
  2. 文本计算器说明 一、用法: 1、文本计算器具有关闭时是否保存计算结果的功能、计算结果的小数位选择功能,小数位0表示计算精度; 2、文本计算器打开时,可以自动加载上次的计算结果以及上次关闭时窗口位置; 3、双击计算器的文本框可打开数字键盘,方便笔记本用户使用; 4、输入数学表达式后,按回车键,自动计算结果; 5、一个表达式必须在一行内全部输入; 6、表达式不输入内容时直接回车,不再出现错误提示; 7、需要当记事本用时,在本行最前面加入 号,可不出现错误提示!
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:468894
    • 提供者:娃娃
  1. mathematical-expression

    0下载:
  2. 按照提示输入数学表达式,程序会应用堆栈计算数学表达式的值-use stack to work out the result of the mathematical expression
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:1329
    • 提供者:张倩
  1. calculator

    0下载:
  2. 这是一个支持数学表达式的c语言源代码(使用栈实现的)-This is a support to the mathematical expression of the c language source code (using the stack to achieve)
  3. 所属分类:Data structs

    • 发布日期:2017-12-07
    • 文件大小:2311
    • 提供者:蓝天
  1. calculatorDouble

    0下载:
  2. 这是一个输入数学表达式回车后能计算结果的c语言源代码(使用数据结构实现)-This is an input mathematical expressions carriage return after the calculation results of the c language source code (using the data structure to achieve)
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:2485
    • 提供者:蓝天
  1. Newton-Raphson-method

    0下载:
  2. fortran90/95格式,方便科学计算中调用,Newton-Raphson,可用来寻找线性/非线性方程f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。-fortran90/95 format, convenience called scientific computing, Newton-R
  3. 所属分类:Algorithm

    • 发布日期:2017-11-13
    • 文件大小:2563
    • 提供者:cardinal
  1. cc

    0下载:
  2. 计算器是我们生活中常用的工具,本文中我们将看到C语言在计算器程序中的应用并实现简单初步的计算。程序的编写基础是Tubro C2.0,它在tubro c的原有基础上实现了多汉字的支持方便了我们的使用。生成的程序可移植性强兼容性好。现在实现了加、减、乘、除、求幂、求模,求平方根,求Sin,求Cos,求Log10,以及一个时钟原代码。这个系统是基于软件发展的生命周期来研制的,它可以直接输入数学表达式,不需要任何转换,就可以直接输出数学四则运算的结果。本文主要介绍了程序的开发背景,开发的过程和所要完成
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:31898
    • 提供者:张声
  1. Polish

    0下载:
  2. VS2008 逆波兰表达式求一个数学表达式的值-VS2008 Reverse Polish expression evaluation value of a mathematical expression
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:1089366
    • 提供者:杨涛
  1. calculateExpress

    0下载:
  2. 实现输入数学表达式,包含+-*/(),可以输出计算出结果,如1+2*(5-4/2)-Achieve input mathematical expressions, including+-*/(), you can output the calculated results, as 1+2* (5-4/2)
  3. 所属分类:CSharp

    • 发布日期:2017-12-05
    • 文件大小:324408
    • 提供者:lily
  1. interpreter

    0下载:
  2. 软件设计模式之解释器模式代码,写的是一个数学表达式的例子,大家觉得可以用的,可以下载-interpretor
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6461
    • 提供者:汪向飞
  1. calc

    0下载:
  2. 这是一个可以计算数学表达式的程序,自动判断符号的优先级This a program to calculate mathematical expressions, automatically determine its priority-This is a program to calculate mathematical expressions, automatically determine its priority
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:5376
    • 提供者:buted
  1. Byangtiao

    0下载:
  2. 这是3次B样条插值的matlab程序,当中使用的符号是自己定义的与数学表达式中的不同,情自行理解-This is three times a B-spline interpolation matlab program, which use their own symbols and mathematical expressions defined in different self-understanding of the situation
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:2888
    • 提供者:党毅
  1. Genetic-algorithm

    0下载:
  2. 引用遗传算法,数学表达式最优值计算的实现。-by using Genetic algorithm to find the best num
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1268
    • 提供者:阚亮
  1. Calculator

    0下载:
  2. 表达式计算器,通过输入一个数学表达式,自动解析优先级并算出结果-Express Calculator.Input a express,it can calculate express automatically
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:7699
    • 提供者:bucket
« 1 2 3 4 5 6 78 9 10 11 12 13 »
搜珍网 www.dssz.com