搜索资源列表
用Java展示统计图表
- 介绍用Java计算以下几种统计值的方法:平均数,中位数,众数,标准方差,回归方程式,相关系数.-introduced Java calculated value of the following types of statistical methods : the average, median, mode, standard deviation, the regression equation, the correlation coefficient.
java2.rar
- 用java语言编程创建一个解一元三次方程的界面。输入相关系数可以解出x的根,并包含啦计算和清除按钮,Java programming language used to create a solution of one dollar three times the interface equation. Enter the correlation coefficient can be solved the root of x, and includes the calculation and re
Extract
- 编写一个Java应用程序,在其中编写一个类,该类封装了一元二次方程共有的属性和功能,即该类有刻画方程系数的3个成员变量以及计算实根的方法。并给出计算实根的过程-Write a Java application, in which the preparation of a class that encapsulates the properties of a total of one dollar quadratic equations and functions, that is, such a
fangcheng
- 用Ralational Rose设计的一元二次方程求根(java)的UML图,是.mdl文件-Designed by Ralational Rose Roots of a quadratic equation (java) in the UML diagram is. Mdl file
QuadraticEquation
- Produce Java classes to calculate and display the root of a quadratic equation when input the coefficients a, b and c within the range of -100 to 100 by user.-Produce Java classes to calculate and display the root of a quadratic equation when input t
java1
- java语言编程实现:利用命令行参数解一元三次方程。 包含相关代码和运行结果 -java programming language: the use of command-line parameter cubic equation solution of one dollar. Contains the relevant code and operating results
jisuanfangfa
- 由Java开发工具编写的计算方法中的几种常见的方程解法。-Java development tools from the calculation of the preparation of several common equation solution.
Counter
- Java简易计算器。只有简单的界面。不过作为课程设计等式是可以的。-Simple Calculator Java. Only a simple interface. However, as the curriculum design equation is possible.
LINEAIR_HOUGH
- this code is an simple application of the hough transform in java , detect lines on a foto an describe the line equation
Gaussian
- Java版高斯算法解析多元多次方程 Java版高斯算法解析多元多次方程-Java version of Gauss algorithm for multi-resolution algorithm for multiple equation Java version of Gaussian multiple equation of multi-resolution
yiyuanercifangcheng
- 用Java语言编写一个带有界面的程序,其可以解一元二次方程。-With the Java language to write a program with an interface and its possible solutions to the one dollar quadratic equation.
Equation
- 在JAVA开发环境下 根据GUI编辑的简单的可以解一元二次方程的程序-In the JAVA development environment according to a simple GUI editor that can be the procedure for solving a Quadratic equation
src
- It s a simple graph in java. For plot the polynomial equation.
Equation_Solver
- JAVA program to solve equation of order n with n equation
cholesky
- 楚列斯基分解,有求解过程,无穷范数以及L U分解和残差-Cholesky solution for equation.including infinite norm and L u solution and residual error.
chuliesiji
- 数值计算实验用楚列斯基算法求解希尔伯特方程求出解,无穷范数,残差。-Science computing experiment with cholesky arithmetic to slove hilbert equation.The result need to has infinite norm and residual error.
Equation
- 对一元一次,一元二次一元三次方程的求解,此题是java程序设计之网络编程的实验的源代码-On a dollar again, a quadratic equation Cubic, this problem is the network programming java programming source code for experiments
equation-grapher_es
- graph an equation in java
java-source
- 内附三次样条插值、拉格朗日插值、积分、傅里叶变换、定态薛定谔方程求解程序,各程序有详细的说明-Included cubic spline interpolation, Lagrange interpolation, integration, Fourier transform, Schrodinger equation solver, a detailed descr iption of each program
Equation
- 1、写一个求解一元二次方程的类Equation 2、实现两个异常类 NotQuadraticEquationException,和NoRealResultException 3、Equation的构造函数抛出NotQuadraticEquationException, 求解函数抛出NoRealResultException(Solve Eryuan's equations and thrown out)