搜索资源列表
ThreeInOne
- 插值演示,牛顿插值,拉格浪日插值,三次样条插值-interpolation demonstration of Newton's interpolation, the waves of Rugby Day interpolation, cubic spline interpolation
Calculator
- java计算器,能够算加减乘除,及开方立方的计算及其他功能-java calculator, to count addition, subtraction, and square root calculation and other functions of cubic
JavaApplication9
- 用netbean的applet形式编写的计算器,可以实现+ - * / 开方、立方等计算-NetBeans applet to use the form prepared by the calculator, can be achieved+-*/Prescribing, in terms of cubic
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
XS
- 可以实现简单的平方.立方的小型计算机-Can achieve a simple square. Cubic small computer. .
Count011
- 可以实现简单立方.平方计算的小型计算机。-Can be simple cubic. Square small computer calculation.
ArcChaBu
- 任意三次曲线插补 任意三次曲线方程:y=(1/9)*Math.pow(x, 3)+(1/3)*Math.pow(x, 2)+(5/6)*x 设置起点坐标和终点坐标。 在面板上画出插补算法直线。 F>=0,x向+x方向前进一步,J7-- F<0,y向+y方向前进一步,J7-- 直到J7<0 J7=|xe-x0|+|ye-y0| -Any arbitrary cubic curve cubic interpolation equation:
Equation
- 对一元一次,一元二次一元三次方程的求解,此题是java程序设计之网络编程的实验的源代码-On a dollar again, a quadratic equation Cubic, this problem is the network programming java programming source code for experiments
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
narcissistic-number
- 打印出所有的 "水仙花数 ",所谓 "水仙花数 "是指一个三位数,其各位数字立方和等于该数本身。例如:153是一个 "水仙花数 ",因为153=1的三次方+5的三次方+3的三次方。-Print out the the " Narcissus number" , the so-called " Narcissus number" refers to a three-digit of its Members figures cubic equal to the nu
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
jung2-2_0_1
- UNG是一个不错的用于描述网络图形结构的软件框架,使用它可以方便创建类似微软人立方的应用系统。-UNG is a good descr iption of the network graphics software framework for the structure, you can easily use it to create a similar one cubic Microsoft applications.
test
- 打印出所有的"水仙花数",所谓"水仙花数"是指一个三位数,其各位数字立方和等于该数本身。例如:153是一个"水仙花数",因为153=1的三次方+5的三次方+3的三次方。-Print out all the " daffodils" , the so-called " daffodils" refers to a three-digit number, which you figure cubic equal to the number itself. For e
java-source
- 内附三次样条插值、拉格朗日插值、积分、傅里叶变换、定态薛定谔方程求解程序,各程序有详细的说明-Included cubic spline interpolation, Lagrange interpolation, integration, Fourier transform, Schrodinger equation solver, a detailed descr iption of each program
Cubic-Spline-Interpolation
- 三次样条插值算法的原理三次样条插值鉴于高次插值不收敛又不稳定的特点。-Three times spline interpolation algorithm of the principle of the three spline interpolation in view of the high order interpolation is not convergence and instability.
Finalwork
- 结合java图形界面编程实现了计算方法中的相关的算法,包含:雅可比迭代 高斯-塞德尔迭代 拉格朗日插值 主元素高斯消去 高斯-约当消去 牛顿插值 不含列主元高斯约当法 二次多项式拟合 一次多项式拟合 二分法 牛顿迭代 三次样条插值 三对角的追赶法-Combined with java GUI programming calculation method of the related algorithms, comprising: Jacobi iteration Gauss- Seidel it
