搜索资源列表
Computer.zip
- 对于包含有函数sin、cos、tan、cot、sqrt、asin、acos、atan、log,和运算符+(加)、-(减)、*(乘)、/(除)与^(幂次)的字符串进行解析。可以解析出变量名,由用户赋值然后求表达式的值。
TREEBINA
- 计算器程序。 能够显示计算优先级的二叉树。 可以任意加括号。 可进行+_*/%运算,及sin,cos,tan,cot,^,ln,e^,a^运算。 运行于TC2.0。要求正确配置图形驱动程序。-calculator program. Calculated to demonstrate the priority of binary tree. Can be arbitrary bracketed. Can be _ * /% Operational and sin, cos, tan
th
- 弹簧隔振器的系数k0=4.5 hc=3.5 d=[3.15 3.23] a1=tan(pi*(d)./(2*hc)) a2=cot(pi*(d)./(2*hc)) % plot(d,a1) y=(a1+a2)*2*k0*hc*1e-3./pi y=y./9.8*8 % var=1+(tan(pi*(d+0.25)./(2*hc))).^2 k=2*k0*hc/pi*( var*pi./(2*hc)+var*pi./(2*hc)./
Calculator
- 强大的计算功能 基本的计算都有了 如 SIN COS TAN COT...... 还有如幂次运算
calculator
- 本程序能实现: 1)常用的四则运算(+ - * / ),三角( sin(),cos(),tan(),cot()),反三角(asin(),acos(),atan(),acot()), 乘方(^) , 开方( sqrt() ) ,指数(exp()), 对数( ln(),log() ). 2)支持变量赋值,变量的覆盖和运算. 3)支持对向量的 + - .* 和共向量的简单赋值运算. 希望大家参考后加以改进!优化代码!
VC++JISUANQI
- VC++计算器 ,有界面 ,有Sin ,cos ,tan cot功能
calculator.zip
- 表达式计算器。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:\、|、=、&、%、$、@、#、`、~.二、函数有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小写。函数后的变量名可以加括号,也可以不要括号,如:log(C1)与logC1是相同的。三、运算符有+(加)、-(减)、*(乘)、/(除)与^(幂次)。,Expression ca
Android SQLite--小巧好用的SQLite GUI管理工具
- 非常好用的SQLiteSpy 1.8.16 免费正式版(内附有一做好的DB,大家可以马上看下效果)。网上看到的,整理了下,共享给大家! 希望有用! SQLiteSpy是一个快速和紧凑的图形用户界面的SQLite数据库管理软件。它可以读取sqlite3文件并执行SQL。图形用户界面使得它很容易分析和操纵sqlite3的数据库。 注意:SQLiteSpy是免费供个人和教育用途,SQLiteSpy主要特点: 1、数据库一览:树状显示所有的架构,包括表,列,索引和触发器在数据库中包含的
3
- 表达式解析源代码 对于包含有函数sin、cos、tan、cot、sqrt、asin、acos、atan、log,和运算符+(加)、-(减)、*(乘)、/(除)与^(幂次)的字符串进行解析。可以解析出变量名,由用户赋值然后求表达式的值。 -Parsing the source code for the expression contains a function, sin, cos, tan, cot, sqrt, asin, acos, atan, log, and operators
BigCalculator_src
- java开发的大整数计算器,实现基本的运算,还有sin,cos,tan,cot.-java big integer calculator developed to achieve basic computing, there is sin, cos, tan, cot.
ociuldr
- JNA工具,ORACLE访问 JNA工具,ORACLE访问 -hello test ,now code ,diffectent kalago ksi is your dedi mma cot
Calcit-tester
- Source code to evaluate the mathimatical expressions with support of almost all mathematical functions sin cos tan cot sinh-Source code to evaluate the mathimatical expressions with support of almost all mathematical functions sin cos tan cot sinh...
Calculator-Sourcecode
- 1、实现十进制下的四则运算(加、减、乘、除)和四则混合运算 2、实现十进制转化为二进制或十六进制 3、实现进行一些常用的函数运算(比如sin、cos、tan、cot、sqrt、ln等) 4、实现“(”,“)”符号的表达式的计算-1 decimal, under the four operations ( addition, subtraction, multiplication, addition) and four mixed computing 2, decimal conv
calculator
- 使用C语言编写的具有简单计算功能的计算器,可以完成加、减、乘、除、sin、cos、tan、cot运算,并且有界面。适合初级C语言编程人员学习。-Calculator using C language with a simple calculation function, you can complete the addition, subtraction, multiplication, addition to, sin, cos, of tan, cot computing and inter
Computer
- VC++表达式解析(计算)工具源代码,由江汉石油学院计算机系的学生所编写。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:、|、=、&、 、$、@、#、`、~.二、函数有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小写。函数后的变量名可以加括号,也可以不要括号,如:log(C1)与logC1是相同的。三、运算符有+(加)、-(减)、*
3-(2)
- 可现实sin cos tan cot 的函数图像,需要用户输入相关参数-Real sin cos tan cot can be a function of the image, requiring users to input parameters
cot
- 基于COT控制模式的BUCK变换器simulink model。-An converter simulink model-based the COT control mode BUCK.
Calculator(c)
- C计算器,支持+、-、*、/、^、!、(、) 数学函数 sin cos tan cot sign ln log sinh cosh tanh coth等 支持正负 支持*的省略 支持弧度角度转化 支持大整数的加减 支持设置精度 支持常数PI和E 支持文件储存-C calculator supports+,-,*, /, ^,!, (,) Mathematical functions sin cos tan
I2C-cot
- 可以用于学习及工程设计调用,完全自主开发的源码。-Can be used for learning and engineering calls, completely independently developed source code.
COT
- 阶次分析进行等角度采样以及频率曲线的拟合(Equal Angle Sampling and Curve Fitting for Order Analysis)