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

搜索资源列表

  1. CSML_complex

    0下载:
  2. c#复数类,定义实部虚部,以及一些运算.很不错的类,可以做成d-c# complex class, define real and imag, and calculate,good class as dll
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:69164
    • 提供者:薛总
  1. complex

    0下载:
  2. 可以实现简单的复数域的相应的输入输出,和简单的加减运算。-You can achieve a simple complex field of the corresponding input and output, and simple addition and subtraction.
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1058
    • 提供者:zhangyi
  1. Complex-class

    0下载:
  2. 大学生面向对象程序设计的代码。C++实现复数类的简单计算,可以进行无符号复数的运算。-Code for college students object oriented programming. C++ to achieve a simple calculation of the complex number, can carry out the arithmetic of unsigned number.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-20
    • 文件大小:5409309
    • 提供者:杨萤窗
  1. 11102

    0下载:
  2. 复数计算器 对复数进行简单的运算与测试 但是文件保存这方面有点问题-Complex calculator for simple arithmetic of complex tests, but to save the file with a problem in this area
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:4780
    • 提供者:huang408406
  1. 3_3

    0下载:
  2. 复数计算器可以进行复数+ —×/求模运算功能的一个计算器。-Calculator can be plural plural+- ×/seek mode operation of a calculator function.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-13
    • 文件大小:1949
    • 提供者:lang4105580
  1. chongzai100

    0下载:
  2. c++复数类乘除法运算重载——成员函数形式-c++ operator overloading complex multiplication and division classes- the form of member functions
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:642
    • 提供者:zhao6156824
  1. complex102

    0下载:
  2. 实现复数的运算,主要通过运算符及输入输出重载-implement the manipulation of complex
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:1316
    • 提供者:dhj973480
  1. Complex106

    0下载:
  2. 复数加减乘除运算的C源码,实现Double型复数的四则运算
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1098
    • 提供者:ib872184
  1. ReloadOperate1

    0下载:
  2. VC与C++开发基础 操作符重载实现编译多态,复数的加法运算,ReloadOperate的程序源码-VC and C++ to develop basic operator overloading to achieve compile polymorphic plural addition operator, ReloadOperate, program source code
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-15
    • 文件大小:7343
    • 提供者:yinag60i558
  1. Calculator

    0下载:
  2. 一个复数计算器,实现复数的基本运算,用MFC设计的计算器界面,使用方便。-A complex calculator, to achieve the basic operation of the complex number, using MFC design calculator interface, easy to use.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-11
    • 文件大小:2335374
    • 提供者:yangmingyuan
  1. TRANS_UL_TX_exp_cordic_cal_Fix

    0下载:
  2. 函数根据已知角度,通过CORDIC旋转运算得到相应的复数实部和虚部- Function according to the known angle to give the corresponding real and imaginary parts of the complex by CORDIC rotator
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2132
    • 提供者:nana
  1. TemplateClass100

    0下载:
  2. 运算符重载实现复数的加法运算的实例源码,很不错的vc源码,推荐!-Operator overloading to achieve complex examples of the addition operation code, source code vc very good, recommended!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-04
    • 文件大小:7774
    • 提供者:n9t45tan
  1. no1_1

    0下载:
  2. 此C语言小程序功能为:两个复数求和、求差、求积运算。-Two complex sum, minus, quadrature operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:779
    • 提供者:JC
  1. czn-adso

    0下载:
  2. 复数的运算,有点简单,但是比较容易看懂吧应该,还可以提取虚部实部-Plural computing, a bit simple, easy to understand but it should be, also can extract imaginary part real component
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-14
    • 文件大小:3375
    • 提供者:nxx!28313
  1. 614760

    0下载:
  2. FFT的C语言程序,对于复数蝶型运算的C语言程序实现,不错的-FFT C language program, the complex type adjustment calculation of C language program realization, good
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-13
    • 文件大小:7819
    • 提供者:comcile
  1. LEIJAVA

    0下载:
  2. 编写一个名为“复数”的类,包含复数的实部和虚部(数据成员),以及复数之间的基本算术运算:加、减(方法成员),并要求复数加减运算,程序运行中能对给定的复数进行运算,并打印运算的结果。-Write a class called complex number that contains the complex number of the real and imaginary parts (data members), and the basic arithmetic operations betw
  3. 所属分类:JavaScript

    • 发布日期:2017-12-11
    • 文件大小:15677
    • 提供者:魏倩
  1. ReloadOperate

    0下载:
  2. 基于MFC 程序,本程序教你如何实现操作符重载实现编译多态,复数的加法运算,非常适合于刚入门学习MFC的同学们-Based on the MFC program, this program teaches you how to achieve operator overloading, compile polymorphism, complex addition, is very suitable for beginners to learn MFC students
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-12
    • 文件大小:2167
    • 提供者:武光创
  1. juzhen

    1下载:
  2. 复数矩阵的运算、包括乘、除、加、减、求逆等(Including all operations of the matrix)
  3. 所属分类:中间件编程

    • 发布日期:2017-12-26
    • 文件大小:3072
    • 提供者:liukui
  1. C++作业代码

    0下载:
  2. 学习c++必会的20道经典练习题其中包括复数的运算,构造函数的练习以及文件的操作和继承的练习(Learn the 20 classical exercises that c++ will have, including plural operations, constructor exercises, and file operations and inheritance exercises)
  3. 所属分类:教育系统应用

    • 发布日期:2017-12-17
    • 文件大小:55296
    • 提供者:-雨一直下
  1. complex

    0下载:
  2. 创建一个复数类Complex,用来执行复数的算术运算,并编写一个程序来测试该类。 (1)该类有两个成员变量 (2)定义一个构造函数,用来对类对象进行初始化 (3)定义一个add成员函数,实现两个复数的加法 (4)定义一个sub成员函数,实现两个复数的减法 (5)定义一个void print( )成员函数,在屏幕上打印当前复数(Create a complex class Complex, which is used to perform arithmetic operations in
  3. 所属分类:Java编程

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:HHr006_ps
« 1 2 ... 15 16 17 18 19 2021 »
搜珍网 www.dssz.com