CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - cubic java

搜索资源列表

  1. Cubic.java

    0下载:
  2. Cubic.java是JAVA经典游戏范例,适合初学者学习使用-Cubic.java game is JAVA classic example of learning to use for beginners
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:29.29kb
    • 提供者:肖苏
  1. Calculator

    0下载:
  2. java计算器,能够算加减乘除,及开方立方的计算及其他功能-java calculator, to count addition, subtraction, and square root calculation and other functions of cubic
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:43kb
    • 提供者:陈泽
  1. NumericalAnalysis

    1下载:
  2. 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5.27mb
    • 提供者:Lynn
  1. java1

    0下载:
  2. java语言编程实现:利用命令行参数解一元三次方程。 包含相关代码和运行结果 -java programming language: the use of command-line parameter cubic equation solution of one dollar. Contains the relevant code and operating results
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:8.42kb
    • 提供者:zhou
  1. cubicsplineinterpolation1

    0下载:
  2. 实现离散数据的三次样条插值的java语言实现-Realize discrete data of the cubic spline interpolation of the java language
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:960byte
    • 提供者:yangyanlong
  1. spline

    0下载:
  2. 三次样条插值,需要三次样条插值的可以下载这个包,也许对你有帮助-cubic spline curve
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-13
    • 文件大小:2.04kb
    • 提供者:shanshan
  1. CubicSplineInterpolation

    0下载:
  2. Cubic Spline Interpolation
  3. 所属分类:CA program

    • 发布日期:2017-04-06
    • 文件大小:14.53kb
    • 提供者:EMIC
  1. CubicSpline

    0下载:
  2. 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]
  3. 所属分类:CA program

    • 发布日期:2017-03-27
    • 文件大小:3.63kb
    • 提供者:Vaidas Zid
  1. cubic

    0下载:
  2. 用两种方法实现贝赛尔曲线的画法。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.
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:4.95kb
    • 提供者:chen
  1. TestAlgorithm

    0下载:
  2. 求花朵数的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的每个取值,可能有多个数字满足条件。
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1.51kb
    • 提供者:谷琼
  1. Spline

    0下载:
  2. 根据(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
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.39kb
    • 提供者:回忆
  1. Equation

    0下载:
  2. 对一元一次,一元二次一元三次方程的求解,此题是java程序设计之网络编程的实验的源代码-On a dollar again, a quadratic equation Cubic, this problem is the network programming java programming source code for experiments
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:1.21kb
    • 提供者:吴燕杰
  1. capi

    0下载:
  2. 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
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-26
    • 文件大小:470.39kb
    • 提供者:zhuwh
  1. LeastSquare20110722

    0下载:
  2. 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).
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:314.86kb
    • 提供者:zbj
  1. IsNarcissus

    0下载:
  2. 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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1.99kb
    • 提供者:lishaoyang
  1. Narcissus

    0下载:
  2. 个人原创代码:编写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
  3. 所属分类:Applet

    • 发布日期:2017-04-07
    • 文件大小:789byte
    • 提供者:李瑞
  1. sayhello

    0下载:
  2. 用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
  3. 所属分类:Applet

    • 发布日期:2017-04-08
    • 文件大小:15.8kb
    • 提供者:周智慧
  1. GraphicsShapeDemo

    0下载:
  2.  Java图形的绘制与填充源码实例,这里主要是创建DrawPanel对象用于绘制图形,把对象drawPanel加入内容窗格,可以绘制的几何图形有:直线、矩形、圆角矩形、圆、椭圆、开虎弓形、饼形、三次曲线和二次曲线。编写过程中用到坐标编程的一些知识-The Java graphics rendering filling source code examples, mainly used to draw graphics to create DrawPanel object, add objects
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:11.04kb
    • 提供者:pudn1379
  1. GraphicsShapeDemo

    0下载:
  2. Java图形的绘制与填充源码实例,这里主要是创建DrawPanel对象用于绘制图形,把对象drawPanel加入内容窗格,可以绘制的几何图形有:直线、矩形、圆角矩形、圆、椭圆、开虎弓形、饼形、三次曲线和二次曲线。编写过程中用到坐标编程的一些知识-drawPanel add content pane, you can draw geometric shapes are: straight lines, rectangles, rounded rectangles, circles, ellipse
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:14.26kb
    • 提供者:李江
  1. java-source

    0下载:
  2. 内附三次样条插值、拉格朗日插值、积分、傅里叶变换、定态薛定谔方程求解程序,各程序有详细的说明-Included cubic spline interpolation, Lagrange interpolation, integration, Fourier transform, Schrodinger equation solver, a detailed descr iption of each program
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:6.37kb
    • 提供者:申小二
« 12 »
搜珍网 www.dssz.com