搜索资源列表
2.4.4--计算器提高(具有数制转换功能的计算器)
- 一个具有+,-,*,/和数学函数运算功能,并能够将二进制数和十进制数相互转换的小型计算器。-,-,*,/ and with a mathematical function computing functions, and to be binary and decimal number of small mutual conversion calculator.
util
- 非常重要的数学处理函数和字符串处理函数。
泊松分布是一种常用的离散型概率分布
- 泊松分布是一种常用的离散型概率分布,数学期望为m的泊松分布的分布函数定义如下: P(m, k) = mk * e-m/k! (k = 0, 1, 2, 3, …) 对于给定的m和k (0<m<2000, 0<= k < 2500),计算其概率,以科学格式输出,保留小数点后6位有效数字。 ,Poisson distribution is a commonly used discrete probability distributions, mathema
dp
- java 课程设计画板,根据提供的数学函数画出曲线,同时画出多条曲线-Sketchpad java curriculum design, in accordance with the provision of mathematical functions to draw the curve, at the same time to draw a number of curves
ik-analyzer
- IK Expression是一个开源的(OpenSource),可扩展的(Extensible),基于java语言开发的一个超轻量级(Super lightweight)的公式化语言解析执行工具包。 IK Expression V2.0不依赖于任何第三方的java库。它做为一个简单的jar,可以集成于任意的Java应用中。这包括了JavaEE应用(基于应用服务器的), Java桌面应用以及Java WebStart方式的应用。 IK Expression
javacalculus
- java的数学函数包,fft之类的都有,可以省不少事-java package of mathematical functions, fft of the class have, you can save a lot of things
caulter
- 数学运算包括加、减、乘、除等 复杂的拓展数学运算的实现 包括阶乘、相反数、三角函数、反三角函数、指数函数、对数函数、幂函数、开方、倒数等。其中三角、反三角函数包括用弧度计算和用角度计算。 achieve development Including factorial, on the contrary the number of trigonometric functions, inverse trigonometric functions, exponential functio
Random6Str
- 这个程序模拟实现了:1网页中生成六个字母的Java小程序,使用到了Random()函数 2:基本类型与String类型的链接 3:常用的数学函数-The code will generate six letters with random(). Another explain the basic types and the String. The last gives us examples of some math functions.
java_pic_board
- Netbeans平台下编写的Java小型函数作图画板,能够绘制基本数学函数的函数图像并且能保存图像-Function of making a picture board in Java
tongjifenxi
- 工程数学在线分析函数实现,jsp,ajax-Engineering Mathematics-line analysis function implementation, jsp, ajax
Adapter
- 适配器模式,完整代码,运行结果截图 题目: 有一个类(adaptee)实现了数学中的幂次运算,方法中需要传入两个参数,一个是基数base,另外一个是幂次exp。现在客户端需要一个求得一个数的平方的函数接口(target),传入一个数,得到它的平方值。为了复用已经存在的类adaptee,适用Adapter来适配adaptee,adapter实现了target接口。 -Adapter mode, the complete code, the results capture Title: A
TestCalculator
- 简易科学计算器,从最基本的加、减、乘、除,到基本数学函数处理,再到数的进制转换处理。-A simple scientific calculator, from the most basic addition, subtraction, multiplication, division, to the basic mathematical functions, to the number of hexadecimal conversion processing.
MATH_INTRINSICS_BY_JAVA
- JAVA小程序,演示了如何使用JAVA数学包中的内部函数。-a JAVA program which demonstrates the use of the intrinsic functions provided by the Java Math package.
JavaCoculator
- 做一些基本的数学计算,包括一些基本的数学函数的简单计算-Do some math works
MathUtil
- java开发中常用到的数学函数,大家有需要的话,请自行下载-java development of mathematical functions commonly used to, we need it, please download
junzhifangchaguji_matlab
- 本实验主要是学会利用matlab软件,在用编程语言实现单样本均值和方差的区间估计的过程中,调用matlab工具中的数学函数来完成计算功能,并绘制出样本均值概率分布图和样本方差分布图。-This experiment is to learn to use matlab software, a programming language to achieve a single sample interval estimation of the mean and variance of the proc
plot.java
- 轻量级绘制数学函数的图像的JAVA界面程序, 可在eclipse中运行, 注意jdk版本应在1.5以上-Lightweight draw the image of mathematical functions JAVA interface program can be run in eclipse, should pay attention to jdk version 1.5 or greater
Shapes
- 这是一个简单的画图示例,适合初学者看,其中包含了几个简单的数学函数,可以加减很多东西。- This is an example of a simple drawing, suitable for beginners to see, which contains a few simple mathematical functions, you can subtract a lot of things.
jep
- JEP是Java expression parser的简称,即java表达式分析器,Jep是一个用来转换和计算数学表达式的java库。通过这个程序包,用户可以以字符串的形式输入一个、任意的公式,然后快速地计算出结果。Jep支持用户自定义变量、常量和函数。包括许多常用的数学函数和常。(Jep is a Java library for converting and calculating mathematical expressions. Through this package, the use
jep-java-3.4-trial
- java表达式分析器,Jep是一个用来转换和计算数学表达式的java库。通过这个程序包,用户可以以字符串的形式输入一个、任意的公式,然后快速地计算出结果。Jep支持用户自定义变量、常量和函数。包括许多常用的数学函数和常。(Java expression analyzer)