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

搜索资源列表

  1. Java_jishuanqi

    0下载:
  2. 用java GUI写的计算器程序。程序安全,健壮。多输几个小数点也只记录一个,和Windows XP 里的计算器(标准型),功能上是一样的。2+3=5,“2+3***”结果为5,不会连乘。“5*6==180”会连乘,2+3*8=40,2+3***8=40,9/0=0不报错-java GUI with written procedures calculators. Safety procedures, robust. Lost more than a few decimal point only
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:10.11kb
    • 提供者:leisuee
  1. 复数计算程序

    0下载:
  2. 复数计算程序,实现复数的加,减乘除计算-program of calculate complex number,carry out the complex number s addition,subtract and multiply and divide.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4.8kb
    • 提供者:马鹏
  1. matrix

    0下载:
  2. (1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法mul
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7.63kb
    • 提供者:fangfei
  1. calculator(java)

    0下载:
  2. 一个计算器代码,能够进行连加连减连乘连除-a calculator code, is capable of reducing even the company continually multiply even among
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:121.36kb
    • 提供者:王斌
  1. 实验报告:大数相乘

    0下载:
  2. 算法分析实验报告:大数相乘程序,调试成功-algorithm analysis experiment : Large Numbers multiply procedures, debug success
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:9.79kb
    • 提供者:刘兰英
  1. matrix-multiplication

    0下载:
  2. 编写一个程序,实现两个矩阵相乘 需要第一个矩阵的列数与第二个矩阵的行数相同,结果是一个矩阵,且其行数与第一个矩阵的行数相同,与第二个矩阵的列数相同,结果矩阵中第i行/第j列的元素等于第一个矩阵的第i行的各元素与第二个矩阵第j列的各元素对应相乘之和。 -Write a program to multiply two matrices needed to achieve the first columns of a matrix of rows and the second the s
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:658byte
    • 提供者:guang
  1. Cacultor

    0下载:
  2. 使用Eclipse进行开发的简单计算器,完成了数据的加、减、乘、除、求倒、取反等功能,采用了java awt、java swing。-Use Eclipse to develop a simple calculator, complete data add, subtract, multiply, divide, seeking down, take anti-functions, using java awt, java swing.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:10.21kb
    • 提供者:晨风
  1. GUICalculater

    0下载:
  2. 一个简单的模仿 window 计算器的java程序 可以进行加,减,乘,除等简单运算-Window to imitate a simple calculator java program can add, subtract, multiply, with the exception of simple computing
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:12.14kb
    • 提供者:zhangzhijun
  1. CalcV1_0

    0下载:
  2. 使用java实现的计算器功能,能够实现加,减,乘,除功能.-The realization of the use of java calculator functions, to achieve add, subtract, multiply, divide function.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1.14kb
    • 提供者:余震
  1. Complex

    1下载:
  2. 复数类,实现了两个复数的加,减,乘,除以及一个复数和一个实数的加,减,乘,除.-Plural category, has achieved two plural add, subtract, multiply, divide, as well as a plural and a real number of add, subtract, multiply, divide.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:916byte
    • 提供者:余震
  1. jisuanqi

    0下载:
  2. JAVA课程设计---计算器源代码 主程序界面菜单,菜单栏有游戏、工具、帮助三个子菜单。 用户可以通过鼠标或键盘依次输入参加计算的数值,进行加、减、乘、除、求余运算混合运算。 -JAVA course design--- main program source code calculator interface menu, menu bar there are games, tools, help the three sub-menu. Users can order through the
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:8.95kb
    • 提供者:暮明
  1. calculator

    0下载:
  2. java 本系统给人们提供更加方便和快捷的计算工具——计算器,程序实现了计算器的基本功能有:加、减、乘、除等基本算术运算,除此之外,还包括%,开方,1/X等运算,它与计算机系统中自带的计算器比较相似。-java the system to provide people with more convenient and faster calculation tools- calculator, a calculator program to achieve the basic functions
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:52.97kb
    • 提供者:田月
  1. Calculator

    0下载:
  2. 简单的进行加,减,乘,除计算.代码简单,并且非常适合于Java的初学者.-Simple to add, subtract, multiply, with the exception of the calculation. Code simple and very suitable for beginners of Java.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1.39kb
    • 提供者:蒋华丽
  1. caculator

    0下载:
  2. 用java编写的小型计算器程序,具有加、减、乘、除四则运算功能-Using java process to prepare a small calculator with add, subtract, multiply, with the exception of four computing function
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:5.15kb
    • 提供者:阿曼达
  1. Calculator

    0下载:
  2. 使用myeclipse开发的有加、减、乘、除功能的B/S模式的计算器,使用struts框架技术,比较简单,适合于struts初学者用来了解struts的工作原理。-Myeclipse have developed the use of add, subtract, multiply, with the exception of functions of B/S mode calculator, use the struts framework of technology, relatively
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-29
    • 文件大小:22.48kb
    • 提供者:周欣宇
  1. ComputerPad

    0下载:
  2. 用java实现的计算器,能实现加,减,乘,除等基本功能-Using java to achieve calculator, to achieve add, subtract, multiply, in addition to basic functions such as
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:27.98kb
    • 提供者:ogreen
  1. Calculator

    0下载:
  2. 用Java编写一个简易计算器,能实现基本的加、减、乘、除。有小数点,能进行小数的运算。-Using Java to prepare a simple calculator, able to achieve basic add, subtract, multiply, divide. Have the decimal point, can be decimal arithmetic.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1.12kb
    • 提供者:叶晓彬
  1. javajsq

    0下载:
  2. 这是使用Java开发的简单计算器,可以实现加、减、乘、除运算-This is easy to use Java to develop the calculator, you can achieve add, subtract, multiply, with the exception of computing
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:24.29kb
    • 提供者:任海涛
  1. multiply-two-matrices-

    0下载:
  2. This java program multiply two matrices. Before multiplication matrices are checked whether they can be multiplied or not.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-10
    • 文件大小:630byte
    • 提供者:Mohamed
  1. nine-Multiply--nine

    0下载:
  2. nine Multiply nine.zip-nine Multiply nine.zip
  3. 所属分类:Java Develop

    • 发布日期:2017-12-05
    • 文件大小:9.65kb
    • 提供者:Bella
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com