搜索资源列表
Cubic.java
- Cubic.java是JAVA经典游戏范例,适合初学者学习使用-Cubic.java game is JAVA classic example of learning to use for beginners
Calculator
- java计算器,能够算加减乘除,及开方立方的计算及其他功能-java calculator, to count addition, subtraction, and square root calculation and other functions of cubic
NumericalAnalysis
- 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition
java1
- java语言编程实现:利用命令行参数解一元三次方程。 包含相关代码和运行结果 -java programming language: the use of command-line parameter cubic equation solution of one dollar. Contains the relevant code and operating results
cubicsplineinterpolation1
- 实现离散数据的三次样条插值的java语言实现-Realize discrete data of the cubic spline interpolation of the java language
spline
- 三次样条插值,需要三次样条插值的可以下载这个包,也许对你有帮助-cubic spline curve
CubicSplineInterpolation
- Cubic Spline Interpolation
CubicSpline
- Cubic spline algorithm approximating function y=f(x) - ((-2)*x*(2*x+3))/(x*x+4*x+5) in interval [-2 2]-Cubic spline algorithm approximating function y=f(x)- ((-2)*x*(2*x+3))/(x*x+4*x+5) in interval [-2 2]
cubic
- 用两种方法实现贝赛尔曲线的画法。Java库函数和贝赛尔曲线原理公式画法,用这两种方法画一个小动物。-Two methods to achieve Bezier curve drawing method. Java library functions and principles of Bezier curve formula for painting, using these two methods to draw a small animals.
TestAlgorithm
- 求花朵数的JAVA代码实现 一个N位的十进制正整数,如果它的每个位上的数字的N次方的和等于这个数本身,则称其为花朵数。 例如: 当N=3时,153就满足条件,因为 1^3 + 5^3 + 3^3 = 153,这样的数字也被称为水仙花数(其中,“^”表示乘方,5^3表示5的3次方,也就是立方)。 当N=4时,1634满足条件,因为 1^4 + 6^4 + 3^4 + 4^4 = 1634。 当N=5时,92727满足条件。 实际上,对N的每个取值,可能有多个数字满足条件。
Spline
- 根据(0.0,0.0)(0.5,1.6)(1.0,2.0)(6.0,2.0)(7.0,1.5)(9.0,0.0)六个点使用三次样条差值求多项式并作图-According to (0.0,0.0) (0.5,1.6) (1.0,2.0) (6.0,2.0) (7.0,1.5) (9.0,0.0) using cubic spline six point margin and a polynomial mapping
Equation
- 对一元一次,一元二次一元三次方程的求解,此题是java程序设计之网络编程的实验的源代码-On a dollar again, a quadratic equation Cubic, this problem is the network programming java programming source code for experiments
capi
- Bspline曲线生成程序Catmull-Rom Spline, Lagrange, Natural Cubic Spline, and NURBS方法获得B样条曲线-Implementation of various mathematical curves that define themselves over a set of control points. The API is written in Java. The curves supported are: Bezier, B-Spl
LeastSquare20110722
- 1. 最小二乘法拟合数据成直线。 2. 三次样条插值。 3. 两个3D演示程序(用程序直接在平面上画的三维图像)。-自动翻译的:1 a linear least-squares fitting the data. 2 cubic spline interpolation. 3 two 3D demo program (application directly on the painting in three-dimensional image plane).
IsNarcissus
- java语言,找出0到1000之间的所有水仙花数,水仙花数就是各位数字立方和等于该数本身的数-java language, find out all the between 0 and 1000 the number of daffodils, narcissus and the number is, you figure cubic number equal to the number itself
Narcissus
- 个人原创代码:编写Java Appet 程序。打印 “水仙花” 数 (它的个、十、百位数字的立方的和等于该数本身,如:153=1^3+5^3+3^3)。-Personal original code: write Java Appet program prints the number of the "Narcissus" (cubic, ten, one hundred digital and equal to the number itself, such as: 153 = 1 ^ 3+5
sayhello
- 用Java语言编写的一个applet,输入一个整数num,计算0-num之间各个整数的平方值和立方值,并以很工整简洁的格式显示出来-Written in Java, an applet, enter an integer num, calculate the square value of each integer between 0-num and cubic, and displayed a very neat and concise format
GraphicsShapeDemo
- Java图形的绘制与填充源码实例,这里主要是创建DrawPanel对象用于绘制图形,把对象drawPanel加入内容窗格,可以绘制的几何图形有:直线、矩形、圆角矩形、圆、椭圆、开虎弓形、饼形、三次曲线和二次曲线。编写过程中用到坐标编程的一些知识-The Java graphics rendering filling source code examples, mainly used to draw graphics to create DrawPanel object, add objects
GraphicsShapeDemo
- Java图形的绘制与填充源码实例,这里主要是创建DrawPanel对象用于绘制图形,把对象drawPanel加入内容窗格,可以绘制的几何图形有:直线、矩形、圆角矩形、圆、椭圆、开虎弓形、饼形、三次曲线和二次曲线。编写过程中用到坐标编程的一些知识-drawPanel add content pane, you can draw geometric shapes are: straight lines, rectangles, rounded rectangles, circles, ellipse
java-source
- 内附三次样条插值、拉格朗日插值、积分、傅里叶变换、定态薛定谔方程求解程序,各程序有详细的说明-Included cubic spline interpolation, Lagrange interpolation, integration, Fourier transform, Schrodinger equation solver, a detailed descr iption of each program
