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

搜索资源列表

  1. java小型防真计算器

    0下载:
  2. 本“计算器”可以完成任意的通常借助手持计算器来完成的标准运算。“计算器”可用于基本的算术运算,比如加减运算等,以及C(清除)、AC(全部清零)、N(符号改变)、存储(M+、M-、MR)、平方根和百分比运算。关于科学计算本“计算器”暂不支持。-the "calculator" to be completed with the usual arbitrary use handheld calculators to complete the standard operation.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:37634
    • 提供者:占琪
  1. JAVA

    0下载:
  2. 计算器的源代码,界面挺漂亮的,能做简单的加减乘除,可以开平方根-Calculator source code, interface, pretty, and can do simple addition and subtraction multiplication and division, you can open the square root
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:2503
    • 提供者:杨莉
  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
    • 文件大小:44027
    • 提供者:陈泽
  1. Exercise5_22

    0下载:
  2. 平方根的近似求法,编写sqrt方法,数num的平方根可通过反复计算下列公式求得nextguess=(lastguess+(num/lastguess))/2-Approximate approach to the square root, sqrt method of preparation, the square root of the number of num can be obtained by repeatedly calculating the following formula n
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2565
    • 提供者:xuzhihong
  1. calculator

    0下载:
  2. 使用java用户图形界面编译的带有简单计算功能的计算器,除了普通的加减乘除运算,还有平方根计算,显示数据区域还有退格功能-Compiled using java graphical user interface functions with a simple calculation calculator, in addition to ordinary addition and subtraction, multiplication and division, and square root c
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:9032
    • 提供者:yellowhh
  1. jsq

    0下载:
  2. 计算器,能实现加减乘除,平方,平方根运算等。-Calculators, multiplication and division addition and subtraction can be achieved, square, square root calculations.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:1934
    • 提供者:caicai
  1. Calculator

    0下载:
  2. [原创]SWT做的计算器,部分代码来自IBM DW。 可以从Eclipse导入本文件夹为Calculator项目,需要导入swt-3.5.2-win32-win32-x86.zip,Calculator.jar是打包后的程序,可以直接双击运行。 功能: 1.二进制,八进制,十进制,十六进制转换及加减乘除、求倒数、平方、开方运算(非十进制模式下只支持整数运算,且不支持求倒数、平方、开方运算); 2.可以复制运算结果到系统剪贴板,也可以从系统剪贴板取得数据作为运算数据(从剪贴板
  3. 所属分类:Java Develop

    • 发布日期:2017-05-22
    • 文件大小:7022316
    • 提供者:cracode
  1. counter

    0下载:
  2. 计算器加减乘除开方等运算!与电脑上的计算器极为相似,而且是运用JS制作的!有易于参考!-Square root calculator, Math and other operations! Calculators and computers are very similar, and is produced using JS! Have easy reference!
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:3094
    • 提供者:LIGuoJin
  1. jisuanqi

    0下载:
  2. 设计的计算器应用程序可以完成加法、减法、乘法、除法和开方,次幂运算。且有小数点、正负号、清空、清除以及一定的错误处理等功能。用鼠标单击相应的数字键和运算符号键,然后单击“=”号按钮,窗口上方的文本框将会显示计算出来的结果,要将文本编辑框清空,可单击清空按钮。-Calculator application designed to be completed addition, subtraction, multiplication, division and square root, sub-pow
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:48197
    • 提供者:YAKA
  1. Calucator

    0下载:
  2. 一个计算器,利用它可以进行简单的四则运算(加、减、乘、除、开方)等,但仅限于十进制下,此外还可以进行(八进制,十进制,十六进制)之间的相互转换。-A calculator, use it for simple arithmetic (add, subtract, multiply, divide, square root), etc., but only decimal, the addition can also be used (octal, decimal, hexadecimal) be
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:2036
    • 提供者:tankaijie
  1. math

    0下载:
  2. 通用初等函数计算器,在网页上模拟出键盘的风格,程序主要是进行数学运算,不但包括最基本的加减乘除运算,还有平方根、立方根、正弦、余弦运算,以及一些更复杂的数学函数。本计算器运行于PHP环境,更多功能希望与大家一起完善。 http://www.codefans.net/other/math/-Universal primary function calculator on the page to simulate the style of the keyboard, the program is
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-09
    • 文件大小:6450
    • 提供者:
  1. Calculator

    0下载:
  2. 简单计算器的Java实现,含有+、-、*、/,取余,求倒数,求平方根功能-Simple calculator Java implementations, containing+,-,*, /, take over, I pray, let the square root function countdown
  3. 所属分类:Applet

    • 发布日期:2017-04-03
    • 文件大小:1645
    • 提供者:梁沛权
  1. KeChengSheJi

    0下载:
  2. 实现计算器的基本功能。使之能实现基本的加、减、乘、除、开方、倒数等基本运算,同时具有存储数据的功能,能存储相关数据便于下步运算。-To achieve the basic functions of the calculator. So that it can achieve the basic addition, subtraction, multiplication, division, square root, reciprocal and other basic operations, b
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:11314
    • 提供者:旋转
  1. calculator

    0下载:
  2. 计算器的实现,实现了加减乘除基本的四则运算,求倒数,求百分数以及开根号-CALCULATORS realized Math basic arithmetic, find the inverse, find the percentage and square root
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4054
    • 提供者:林传棋
  1. SquareEquation

    0下载:
  2. 将类打包的方法,实现求解一元二次方程的平方根的功能-The class package approach for solving a quadratic equation to achieve the function of the square root
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:516
    • 提供者:
  1. Dol5

    0下载:
  2. java 计算器 功能键: MC键:清除存储器中数据 CE键:清除当前显示的数据 C键:清除所有数据 MR键:将存于存储器中的数据显示出来 MS键:将显示的数据存储在存储器中 M+键:将显示的数据与存储器中的数据相加并进行存储 sqrt:开平方-java calculator function keys: MC key: CE key to clear the data in memory: clear the cu
  3. 所属分类:Applet

    • 发布日期:2017-03-23
    • 文件大小:34600
    • 提供者:李茉莉
  1. calculator

    0下载:
  2. 这是一个简单的计算器,能实现加减乘除、开平方等功能。-This is a simple calculator, able to addition, subtraction, square root functions.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:5811
    • 提供者:林丽
  1. c1_1

    0下载:
  2. java程序,对给定的任意实数数值的a,求解其平方根-java program, given any real values ​ ​ of a, to solve the square root
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1260
    • 提供者:王强
  1. math

    0下载:
  2. 简单数学计算.实现求:1绝对值 2开方 3平方 4退出-Simple mathematical calculations. Goal to achieve: find a square root\squared absolute value
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:4544
    • 提供者:zxy
  1. 75546076_2

    0下载:
  2. 分别用NumberFormat类的方法以及编写的类中的方法输出5的平方根。 通过一个20次的循环,每次获取1~8之间的一个随机数。-Methods were used and the preparation of the NumberFormat class methods in the class output of the square root of 5. 20 times through a loop, each time for between 1 to 8, a random n
  3. 所属分类:JavaScript

    • 发布日期:2017-04-04
    • 文件大小:719
    • 提供者:孙立
« 12 3 »
搜珍网 www.dssz.com