搜索资源列表
Calculator
- java计算器,能够算加减乘除,及开方立方的计算及其他功能-java calculator, to count addition, subtraction, and square root calculation and other functions 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
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
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
Finalwork
- 结合java图形界面编程实现了计算方法中的相关的算法,包含:雅可比迭代 高斯-塞德尔迭代 拉格朗日插值 主元素高斯消去 高斯-约当消去 牛顿插值 不含列主元高斯约当法 二次多项式拟合 一次多项式拟合 二分法 牛顿迭代 三次样条插值 三对角的追赶法-Combined with java GUI programming calculation method of the related algorithms, comprising: Jacobi iteration Gauss- Seidel it
