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

搜索资源列表

  1. Calculator

    1下载:
  2. 通过JAVA设计 GUI 界面的计算器程序,用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除等混合运算,这些完成标准计算器的基础操作。当选择科学计算器后,可以实现sin 、 cos 、 tan 、 ln、x^y、x^2、x^3、pi、n!、mod和十六进制除这个以外还可以删除输入,清空结果,求1除X,X百分比,十进制是,八进制,二进制的相互转换。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7.37kb
    • 提供者:gggfhv
  1. 细分时钟刻度算法.txt

    0下载:
  2. 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
  3. 所属分类:WEB源码

  1. BigCalculator_src

    0下载:
  2. java开发的大整数计算器,实现基本的运算,还有sin,cos,tan,cot.-java big integer calculator developed to achieve basic computing, there is sin, cos, tan, cot.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:40.48kb
    • 提供者:xi
  1. MyCalcultaor

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

    • 发布日期:2017-04-29
    • 文件大小:344.75kb
    • 提供者:m1rud1n
  1. AxisSinCos

    0下载:
  2. 用java编程实现sin和cos曲线,主要是通过3个类来实现.-It is completed sin and cos curve in Java programming.And it is mainly through the three categories to achieve.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1.19kb
    • 提供者:xuexia
  1. mydraw

    0下载:
  2. 此代码可以实现在一个画布上画sin和cos函数图像.-This code can be achieved on a canvas painted sin and cos function of the image.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:838byte
    • 提供者:linuxiva
  1. Javacalculator

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

    • 发布日期:2017-03-26
    • 文件大小:3kb
    • 提供者:李瑞
  1. jisuanqi

    0下载:
  2. 计算器功能比较简单,界面比较清爽,能进行十进制的加、减、乘、除、求倒数和负数功能,后来加上能实现“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 "
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:158.74kb
    • 提供者:tony
  1. calculator

    0下载:
  2. calculate numbers with java.can do sin cos and other arthmatical calculation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:2.91kb
    • 提供者:mahmuda
  1. java__calculator

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

    • 发布日期:2017-04-01
    • 文件大小:73.35kb
    • 提供者:wang
  1. AssignmentSharp1

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

    • 发布日期:2017-03-28
    • 文件大小:180.31kb
    • 提供者:Anas
  1. croftsoft_2008-09-28

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

    • 发布日期:2017-06-11
    • 文件大小:18.08mb
    • 提供者:Malik
  1. keytest

    0下载:
  2. 创建一个GUI程序,含有三个按钮(sin、cos和sqrt),含有canvas控件-Creating a GUI program, with three buttons (sin, cos and sqrt), with canvas control
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-04-11
    • 文件大小:708byte
    • 提供者:罗芳
  1. Calucator

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

    • 发布日期:2017-04-05
    • 文件大小:3.08kb
    • 提供者:罗远
  1. TaiJi

    0下载:
  2. 自己写的JS程序: 具体是使用JS+JQ+animate动画+勾股定理实现了画太极图,原理很简单,就是使用绝对定位作为 div坐标+动画+div生成,升级画法:可以使用三角函数(sin,cos,tan etc),使用勾股定理每个像 素点的位置不太好把握! 最后:感兴趣的同学可以将imgs中的图片改成透明的图片,替换JS中方块,这样效果好看些。-JS write their own programs: Specifically using JS+ JQ+ an
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:281.3kb
    • 提供者:
  1. mobilegamingPhysicsM

    0下载:
  2. 物体做抛物线运动是游戏中基本运动物理模型之一! 在PC游戏中可以由重力公式 轻易模拟,但在手机游戏中 ,由于多数手机不支持浮点运算 因此不能用 sin ,cos, 来分解初速度。 所以只能用近似模拟的方法! 我所采用的是:先放大后缩小的模拟方式,并且为了更精确加入了一定的偏移量。- -Objects do parabolic movement is one of the basic sports physical model of the game! Can be easily simula
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:54.04kb
    • 提供者:向宇
  1. src

    0下载:
  2. 计算器 包括+ - * / sin cos tan 开根号 加括号 进制转换-Calculators include+-*/sin cos tan roots and bracketed hex conversion
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-26
    • 文件大小:3.51kb
    • 提供者:123xiao
  1. wireframe cube rendered by javascript in .svg file

    0下载:
  2. points are calculated by sin/cos and drawn by line function
  3. 所属分类:其它源码

    • 发布日期:2014-08-21
    • 文件大小:2.66kb
    • 提供者:pizzahawaii
  1. function-photoes-java

    0下载:
  2. 函数图像的实现,可以实现正弦,余弦,正切,和若干个反三角函数-math function achieved can achieve sin cos tan
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-14
    • 文件大小:2.65kb
    • 提供者:苏彦洲
  1. calculator_java

    0下载:
  2. 这是一个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
  3. 所属分类:JavaScript

    • 发布日期:2017-12-07
    • 文件大小:23.76kb
    • 提供者:吴蔓
« 12 »
搜珍网 www.dssz.com