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

搜索资源列表

  1. chap03

    0下载:
  2. 复数(虚数)计算 包括复数的加、减、乘、除计算-Complex numbers (imaginary numbers) calculations include the plural and add, subtract, multiply, divide the calculation
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:1712
    • 提供者:sww
  1. Mycomplex

    0下载:
  2. 复数类的实现,里面实现了最基本的功能,请多多关注 ,-This is a complex type of realize code! ~Realize the most basic functions Please will pay more attention to, thank you
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-01
    • 文件大小:2701
    • 提供者:杨卓
  1. Complex

    0下载:
  2. 实现复数的运算,加减乘除运算,用class类方法编辑-Achieve complex computing, subtraction multiplication and division, use the class class method editor
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:1268
    • 提供者:nian
  1. ComplexNum

    0下载:
  2. 课堂练习:Java语言写的复数类,在eclipse下可以直接运行,适合初学者使用-Java Class about ComplexNum
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:873
    • 提供者:jason
  1. jav

    0下载:
  2. java语言编写的复数内容详细,欢迎下载-java language more complex content, please download chase chase chase
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:3559
    • 提供者:baicaixiu
  1. java

    0下载:
  2. 实现java的实部虚部计算,和java实现复数的计算,用函数我重载的方法-java s complex add
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:171541
    • 提供者:郭健
  1. ComplexTest

    0下载:
  2. 个人原创代码:编写Java Application程序,定义一个复数(z=x+iy)类Complex,包含: 两个属性:实部x和虚部y 默认构造函数 Complex(),设置x=0,y=0 构造函数:Complex(int i,int j) 显示复数的方法:showComp()将其显示为如: 5+8i或5-8i 的形式。 求两个复数的和的方法:(参数是两个复数类对象,返回值是复数类对象)public Complex addComp(Complex C1,Complex
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:1332
    • 提供者:李瑞
  1. fushu

    0下载:
  2. 3. 定义一个复数(z=x+iy)类Complex,包含: 两个属性:实部x和虚部y 默认构造函数 Complex(),设置x=0,y=0 构造函数:Complex(int i,int j) 显示复数的方法:showComp()将其显示为如: 5+8i或5-8i 的形式。 求两个复数的和的方法:(参数是两个复数类对象,返回值是复数类对象)public Complex addComp(Complex C1,Complex C2) 求两个复数的差的方法:(参数是两个复
  3. 所属分类:JavaScript

    • 发布日期:2016-01-25
    • 文件大小:3072
    • 提供者:袁木
  1. ComplexNumber

    0下载:
  2. Java源码,学生实验样例,复数运算代码,银行与客户交易代码,简单易懂,已调试无误-Java source code,student s test example,ComplexNumber computing code,code Transactions between banks and customers code,simple and easy to understand,has been debuged and correct
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:3024
    • 提供者:丁倩倩
  1. Complex

    0下载:
  2. 声明并测试一个复数类,类中的方法包括复数的加、减、乘运算,还可以根据代码的情况进行扩充。 -complex class
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:629
    • 提供者:ztf
  1. ComplexNumber

    0下载:
  2. (1)编写一个复数类ComplexNumber,其中包括实例变量real、image,方法如下: 1)构造方法 ComplexNumber(double a,double b) 2) ComplexNumber add(ComplexNumber x) //当前复数对象与另一复数对象进行复数的加法运算,返回一新的复数对象 3) ComplexNumber sub(ComplexNumber x) //当前复数对象与另一复数对象进行复数的减法运算,返回一新的复数对象 4)double getRea
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1224
    • 提供者:luoshengwang
  1. dangdang_day04_v2_pm

    0下载:
  2. 控制层 ,控制页面转发。。复数掉落死定了房间-i don t nosdkljf jsdflj fjsdfl jsdlfj sdf
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-13
    • 文件大小:987404
    • 提供者:人就
  1. java

    0下载:
  2. 分两个类来实现复数的各种运算,如加,减,乘除和取模运算等-Two categories to achieve complex operations, such as addition, subtraction, multiplication and division and modulo operations, etc.
  3. 所属分类:Applet

    • 发布日期:2017-11-23
    • 文件大小:4274
    • 提供者:刘静
  1. operations-of-the-complex

    0下载:
  2. 本代码分为两个类,主类和复数类,能够实现复数的基本加、减、乘、除和取模运算。 java实现复数的基本运算-The code is divided into two classes, master classes, and plural, the plural basic plus, minus, multiplication, division and modulo operation. java achieve the basic operations of the complex
  3. 所属分类:Java Develop

    • 发布日期:2017-11-10
    • 文件大小:4619
    • 提供者:兰馨
  1. complex

    0下载:
  2. 定义一个复数类,可以通过构造函数给复数对象赋值,实部和虚部是该类的私有属性,必须有获取和修改属性的方法,并定义它与复数、实数相加和相减及复数间乘、除的方法-Definition of a complex class constructor assigned to a complex object, real and imaginary parts of the private property of the class must have a method to access and modif
  3. 所属分类:Java Develop

    • 发布日期:2017-11-30
    • 文件大小:59738
    • 提供者:刘洋
  1. fushulei

    0下载:
  2. 进行复数的计算,包含的加,减,乘,除,这个程序是本来自己研究开发出来的,仅供大家参考-Complex calculation, contains the plus, minus, multiply, In addition, the program would have their own research developed only for reference
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-18
    • 文件大小:830
    • 提供者:半脑
  1. The-addition-of-a-complex-number-

    0下载:
  2. 复数的加法运算 真的不知道还能在写点什么了,谢谢你,可以了吧?-The addition of a complex number can write something, thank you, can it really do not know?
  3. 所属分类:JavaScript

    • 发布日期:2017-11-01
    • 文件大小:799
    • 提供者:liujin
  1. Advcomplex

    0下载:
  2. 定义一个高级复数类(AdvComplex),使他能继承一个复数类,该复数类的方法是:构造方法、得到实部、得到虚部、设置实部、设置虚部、复数的加法,减法,乘法,最后,创建对象进行运算。并覆盖和重载其相关的方法,并进行运算。-The definition of a senior class complex (AdvComplex), so that he could inherit a plural, the plural class methods are: construction method
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-26
    • 文件大小:667
    • 提供者:李妍
  1. JAVA-object-oriented-programming

    0下载:
  2. 1,创建一个复数类complex,以复数进行数学运算 2.创建银行账号Account类,实现存款(balance)的存(deposit)、取(withdraw)和查询(getbalance)等功能 3.编程定义一个接口,实现三个数中求最小值和最大值的方法,并将程序存放在mymaths包中 4.修改5.7.2案例1中的部分设计:①设计和实现Clipher类的一个子类,它实现如下的加密规则:在字母表中的每个字母用反字母表中的相应位置的字母来代替,如a用z来代替,b用y来代替等。②修改Transpos
  3. 所属分类:JavaScript

    • 发布日期:2017-08-13
    • 文件大小:73728
    • 提供者:落落
  1. Expression4j-0.03

    0下载:
  2. 强大的数学公式解析器Java,可区别实数和复数,应用复杂的数学公式解析。-Powerful mathematical formula parser Java, can be the difference between real and complex numbers, the application of complex mathematical formulas resolution.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1376754
    • 提供者:Camo
« 1 2 3 45 6 »
搜珍网 www.dssz.com