搜索资源列表
Calculator
- 通过JAVA设计 GUI 界面的计算器程序,用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除等混合运算,这些完成标准计算器的基础操作。当选择科学计算器后,可以实现sin 、 cos 、 tan 、 ln、x^y、x^2、x^3、pi、n!、mod和十六进制除这个以外还可以删除输入,清空结果,求1除X,X百分比,十进制是,八进制,二进制的相互转换。
细分时钟刻度算法.txt
- import java.awt.*; import javax.swing.*; public class Exercise8_12 extends JFrame { // Main method with three auguments: // args[0]: hour // args[1]: minute // args[2]: second public static void main(String[] args) { // Declare hour, minute, and seco
BigCalculator_src
- java开发的大整数计算器,实现基本的运算,还有sin,cos,tan,cot.-java big integer calculator developed to achieve basic computing, there is sin, cos, tan, cot.
MyCalcultaor
- this program is very interesting for to calculate with simple operation and advance operation. simple operation such us +,-,:,x and advance operation such as calculate sin,cos and tan implementation-this program is very interesting for to calculate w
AxisSinCos
- 用java编程实现sin和cos曲线,主要是通过3个类来实现.-It is completed sin and cos curve in Java programming.And it is mainly through the three categories to achieve.
mydraw
- 此代码可以实现在一个画布上画sin和cos函数图像.-This code can be achieved on a canvas painted sin and cos function of the image.
Javacalculator
- 通过JAVA设计 GUI 界面的计算器程序,用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除等混合运算,这些完成标准计算器的基础操作。当选择科学计算器后,可以实现sin 、 cos 、 tan 、 ln、x^y、x^2、x^3、pi、n!、mod和十六进制除这个以外还可以删除输入,清空结果,求1除X,X百分比,十进制是,八进制,二进制的相互转换-Through JAVA calculator program designed GUI interface, users can turn
jisuanqi
- 计算器功能比较简单,界面比较清爽,能进行十进制的加、减、乘、除、求倒数和负数功能,后来加上能实现“sin” “cos” “tan” “pow” 功能,clear表示初始化。-Simple calculator functions, interface cleaner, can be decimal add, subtract, multiply, divide, find the inverse and negative features, was added to achieve "
calculator
- calculate numbers with java.can do sin cos and other arthmatical calculation
java__calculator
- 本源码是java 仿WINDOWS的一个计算器,包含了的基本运算和log ,sin,cos,等运算。-WINDOWS imitation of the source is a java calculator, contains the basic arithmetic and log, sin, cos, and other operations.
AssignmentSharp1
- Write a program that takes the x-y coordinates of a point in the Cartesian plan and print a message in a message dialog box telling either an axis in which the point lies or the quadrant in which it is found. Sample line of output: (-1.0, -2.5)
croftsoft_2008-09-28
- float midy = (float)(y - lastY)/2) double phi = Math.atan2(midy-center.y, midx-center.x) String s = neighbors[i-1] double sw = font.getStringBounds(s, frc).getWidth() double diag = Math.sqrt(sw*sw + sh*sh)/2 float sx = (float)(mi
keytest
- 创建一个GUI程序,含有三个按钮(sin、cos和sqrt),含有canvas控件-Creating a GUI program, with three buttons (sin, cos and sqrt), with canvas control
Calucator
- java小科学计算器,界面简单,除简单的四则运算外,还有sin,cos等计算功能,对于初学java的同学比较有用。-java scientific calculator, a simple interface, in addition to a simple four operations, as well as sin, cos and other computing functions, useful for the novice Java students.
TaiJi
- 自己写的JS程序: 具体是使用JS+JQ+animate动画+勾股定理实现了画太极图,原理很简单,就是使用绝对定位作为 div坐标+动画+div生成,升级画法:可以使用三角函数(sin,cos,tan etc),使用勾股定理每个像 素点的位置不太好把握! 最后:感兴趣的同学可以将imgs中的图片改成透明的图片,替换JS中方块,这样效果好看些。-JS write their own programs: Specifically using JS+ JQ+ an
mobilegamingPhysicsM
- 物体做抛物线运动是游戏中基本运动物理模型之一! 在PC游戏中可以由重力公式 轻易模拟,但在手机游戏中 ,由于多数手机不支持浮点运算 因此不能用 sin ,cos, 来分解初速度。 所以只能用近似模拟的方法! 我所采用的是:先放大后缩小的模拟方式,并且为了更精确加入了一定的偏移量。- -Objects do parabolic movement is one of the basic sports physical model of the game! Can be easily simula
src
- 计算器 包括+ - * / sin cos tan 开根号 加括号 进制转换-Calculators include+-*/sin cos tan roots and bracketed hex conversion
wireframe cube rendered by javascript in .svg file
- points are calculated by sin/cos and drawn by line function
function-photoes-java
- 函数图像的实现,可以实现正弦,余弦,正切,和若干个反三角函数-math function achieved can achieve sin cos tan
calculator_java
- 这是一个java写的计算器,除了加减乘除外还实现了许多的函数,比如sin,cos,求倒数,二十进制转换等,是我十多天的心血,程序非常长,也成功实现了设定的功能,有漂亮的用户界面,通过这个程序可以学到很多关于java GUI和计算器的知识-This is a java to write the calculator, in addition to addition and subtraction, but also to achieve a lot of functions, such as si