搜索资源列表
calculator_vckbase.zip
- 该类有以下特点: 1.支持字符串中含有各种常用函数,如"7.5+sin(6*ln(8))/exp(5)" 2.具有很好的纠错能力,能检查出表达式中括号是否配对、库函数是否正确 3.运算过程中能检查并判断出各种异常,如除数为0、开方函数sqrt(x)中x<0,反余弦函数acos(x)中的x<-1或x>1等 4.支持积分、求方程,算术表达式中可含有x,计算时将用类中的成员变量xx代替
拉格朗~1
- 数值分析课程上机 拉格朗日插值多项式 插值多项式存在唯一性 在次数不超过N的多项式集合Hn中 满足条件的插值多项式Ln(x)^Hn 是唯一存在的! 牛顿插值 三色~-numerical analysis courses on the plane Lagrange polynomial interpolation polynomial interpolation existence and uniqueness to the number
特殊高级计算器
- 第一步:把如下代码加入<body>区域中 <scr ipt LANGUAGE=\"java-scr ipt\"> <!-- Begin function doit() { form.input.value = eval(form.input.value) } function Cos() { x = form.input.value if (x == ) alert( Err
字符串表达式解析器
- 此程序实现的是一个运算器,是在一个程序的基础上进行改进的,计算器中需要的运算以及操作对象: IF,AND,OR,<,<=,>,>=,<>,=,== 数字0-9,(,),+,-,*,/, SIN,COS,TAN,POW,EXP,ABS,SQRT,INT,LN,LOG,MIN,MAX.-this program is a computing device that is in a proces
calculator
- 该类有以下特点: 1.支持字符串中含有各种常用函数,如"7.5+sin(6*ln(8))/exp(5)" 2.具有很好的纠错能力,能检查出表达式中括号是否配对、库函数是否正确 3.运算过程中能检查并判断出各种异常,如除数为0、开方函数sqrt(x)中x<0,反余弦函数acos(x)中的x<-1或x>1等 4.支持积分、求方程,算术表达式中可含有x,计算时将用类中的成员变量xx代替-Such has the follow
算术表达式解析器
- 此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc 例如设定a1和a2的大小,就可计算下列表达式: exp(sin(a1)*cos(a2))操作系统: Visual C++语言 -this arithmetic expre
高级计算器 V1.0
- 系统支持的数学函数:PI ! ^ % SQR SQRT INT/TRUNC ROUND ABS FRAC SIN COS TAN ARCSIN ARCCOS ARCTAN LN LOG2 LOG10PI:圆周率。Exp!:计算Exp(表达式)的介乘。Exp1^Exp2:计算Exp1的Exp2次方。Exp1%Exp2:计算Exp1除以Exp2后的余数。Sqr(Exp):计算Exp的平方。Sqrt(Exp):计算Exp的平方根。Int(Ex
字符串表达式解析器
- 此程序实现的是一个运算器,是在一个程序的基础上进行改进的,计算器中需要的运算以及操作对象: IF,AND,OR,<,<=,>,>=,<>,=,== 数字0-9,(,),+,-,*,/, SIN,COS,TAN,POW,EXP,ABS,SQRT,INT,LN,LOG,MIN,MAX.-this program is a computing device that is in a proces
Calculate20060802
- VC下最牛的算数表达式,将math.h 所有函数都集成到一起都能用计算出来,包括加减乘除;(、 正玄、 余玄,乘方,log ln,等 -VC most cattle arithmetic expression math.h will integrate all functions are used together can be worked out including the arithmetic; (, Shogen, Yuxuan
compute_descriptors.ln
- sift特征描述算法,可以用于计算sift特征的特征描述-sift profiling algorithm can be used to calculate sift feature profiling
Linuxorders
- Linux命令大全,包括:cat、 cd 、chmod 、chown、cp、cut 、 find 、less、ln 、locate、 ls 、more 等命令的详细用法-Encyclopedia of Linux commands, including: cat, cd, chmod, chown, cp, cut, find, less, ln, locate, ls, more detailed, such as command u
05062130
- 计算器程序源代码。支持参数和以下运算:ABS、cos、sin、Ln、EXP\Round等。输入字符串。输出结果。-Calculator source code. To support the parameters and computing the following: ABS, cos, sin, Ln, EXPRound such. Input string. Output.
h_affine.ln
- 图像仿射变换的源码,可以好好看一下!试试吧 不错的!国外牛人写得-Affine transformation of the source image can be a good look! Good try! Cattle were written abroad
math
- 考虑在一个固定区间上用插值逼近一个函数。显然,Lagrange插值中使用的节点越多,插值多项式的次数就越高。我们自然关心插值多项式增加时,Ln(x)是否也更加靠近被逼近的函数。龙格(Runge)给出的一个例子是极著名并富有启发性的。-Considered at a fixed interval on a function approximation using interpolation. Clearly, Lagrange inter
linuxShellCode
- Linux shell 中多个命令的源代码,如:CP,RM,SU ,UNAME ,mv ,pwd ,ln ,cut ,touch ,unlink, stat ,rmdir ,mkdir等终端命令的源代码-Linux shell commands in multiple source code, such as: CP, RM, SU, UNAME, mv, pwd, ln, cut, touch, unlink, stat, rmdir
mult-div-cordic-sin-atn-ln-date-bresenham-etc-805
- Programs I wrote for 8051 processors, including : - Various multiplications (16x16, 32x8...) - div, atn, ln, sin, sqrt - bresenham for line and circle - 32bit cordic (linear, circular, hyperbolic) - date conv
ln-function
- 利用VHDL编写ln(1+x)这样的特殊函数逼近程序,采用Quartus 仿真-Writing the ln (1+x) special function approximation procedures using VHDL simulation with Quartus
ln
- Mini ln implementation for busybox Source Code for Linux.
h_affine.ln
- 可解压的h_affine.ln.gz,解压后需要输入命令 chmod 777 h_affine.ln .-Please input the command chmod 777 h_affine.ln in the terminal before use it to the data.
LLC增益和频率、Q、Ln关系曲线
- LLC GAIN VS FSW,Ln,Q, MATHCAD