搜索资源列表
计算器2.0
- 能运算的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos, 运算方式: +,-,*,/,绝对值(“[ ]”),^,!, 输入规则: 用键盘或按钮都可,输入完按回车运算,(光标要在最后) sin(21-32)/(12-43) 4(323-4343) 4*(323-4343) e^2-sin3-3^4,(不要输入pow(3,4)) //有无*都可 2*3^4是(2*3)^4
functioncalc
- 非常好用的计算器,可以计算很多东西,包括一些简单函数的求解-very handy calculator that can calculate a lot of things, including some simple function of solution
php_calc
- 用PHP编写的表达式计算器,是用的编译的知识实现的,并非使用eval()函数实现。 功能强大,可以做所有的数值计算,代数计算还不能实现。 1。可以计算形如“-3*sin(2^0.5/2+3.1415)-pi()^2”的式子。 2。能识别数字(包括小数、正负数)、数学函数。 3。可以做加、减、乘、除、指数、取模 计算(其中加、减包括一元和二元两种操作)。 压缩包里的“math.php”是演示文件-with PHP prepared by the express
功能强大的计算器
- 功能强大的计算器,采用仿C语言表达式语法 并且给出表达式的逆波兰表达式,支持二十余种函数运算,程序经测试成功-powerful calculator, using fake C language syntax expression and expression is the inverse Poland expression, I support 20 species of Operational functions, procedures have been tested successful
C语言 计算器
- 具有四则运算功能,并能实现常用函数计算
JSQ
- 改程序为积分计算器,对给定的函数 (如 等),能够按照三种数值积分法进行计算,并能正确输出计算结果。其中,所采用的数值积分法为:梯形求积公式、辛普森求积公式、高斯公式。-Reform procedures for the points calculator, for a given function (eg, etc.), in accordance with the three numerical integration method to calculate and correct outp
calculator
- 一个小型计算器,简单四则运算和函数功能。-A small calculator, simple arithmetic and function features.
Calc2
- 表达式计算器,可以输入表达式进行计算,支持函数。-Expression calculator
Functionalcalculator
- 一款具有多功能的计算器,可以直接输入函数,程序能跟据你的函数自动算出结果-A calculator with a multi-functional, can be directly input function, the program could, according to the results of your function automatically calculated
3_2
- 分数计算器及测试程序。 1.该程序是分数计算器,程序的有些功能没有完成,请编写函数,将程序完成,要求界面提示清晰,便于操作。 2.增加输入分数四则运算的功能。 3.增加输出文件的功能,使输入的字符串及输出结果可以保存在文件中。 4.增加判别分母是否为零的功能,无论任何运算,分母一旦为零,则退出当前运算并输出提示消息。-Score Calculator and testing procedures. 1. The program is fractional calculator,
count
- 自由函数计算器,可以实现很多类型的计算,而且不用安装,容量小-Free calculator
caculator
- 计算器,其主要功能 (1)实现基本数学运算(加减乘除等),而且要能进行混合运算 (2)实现部分函数功能,如求平方根、求倒数等 (3)能实现小数运算 界面与标准计算器界面类似-Calculator, its main function (1) for basic mathematical operations (addition, subtraction, etc.), but can be mixed operations (2) to achieve partial function feat
SuperCalc
- 超强计算器,支持设置变量,综合运算,函数运算。还可以显示运算步骤-Super Calculator, set the variable to support, integrated operations, function operations. Computing steps can also display
calculater
- c语言编程实现的计算器,运用c语言图形函数编出的能实现加,减,乘,除的计算器-calculater
jishuanqi
- delphi写的四则运算计算器,用一个函数来完成对四则运算的规则处理。加减乘除括号。-delphi write four arithmetic calculator, a function to complete the processing of the rules of the four operations. Addition, subtraction, multiplication and division brackets.
MATLAB
- 利用matlab制作的小型单功能计算器,测试回调函数。-Small single-function calculator using matlab production test callback function.
CALC
- 以前用VB6编写的一个计算器,支持常用的数学函数,支持弧度、角度转换,支持简单的函数作图。-A calculator writen by VB6, supports common mathematical functions, support radian, angle conversion, support simple function mapping.
calculator
- 运用堆栈算法实现的可执行计算器,能够计算除 函数外的计算。-Executable stack algorithm using calculator can calculate calculate except outside the function.
jisuanqi_v2
- 功能较全面的计算器,除了简单的四则运算之外,还增加了三角函数、幂函数和对数函数,另外还增加了shift功能键,可以用来计算反三角函数。使用方法:使用前将.m和.fig文件放到matlab工作目录下(本人R2013放到bin文件夹下)-More comprehensive calculator function, in addition to simple arithmetic, but also increased the trigonometric, exponential function
taylortool
- taylor逼近计算器,有非常好的逼近拟合功能(TAYLORTOOL is an interactive Taylor series calculator that graphs a function f against the Nth partial sum of itsTaylor series over [-2*pi,2*pi].)