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

搜索资源列表

  1. array

    0下载:
  2.   1. 使用下面的方法头编写方法,消除数组中重复出现的值。输入10个整数,显示去除重复数后的结果。(设计性实验)    public static void int[] removeDuplicate(int[] number)-1 Use the following method header preparation methods, eliminating repeated array values. Enter 10 integers, show the results after
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:49632
    • 提供者:
  1. 12104547_LW3

    0下载:
  2. 复数的运算,运用class进行简单的复数运算-Plural operations, the use of a simple complex arithmetic class
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:189075
    • 提供者:LIWEI
  1. 1

    0下载:
  2. 本书用c语言编写了科研和工程中最常用的166个算法,这些算法包括复数 运算、... 4.3.1 【算法23】求一般复矩阵的逆 4.3.2 【算法24】求对称正定矩阵的-good study
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:689
    • 提供者:某某
  1. fangcheng

    0下载:
  2. 解一元二次方程,在复数范围内求解,并能输出根的个数。- Avoids solving quadratic equation, in solving complex scope, and can output the number of root.
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:485273
    • 提供者:胡学莹
  1. Complex2

    0下载:
  2. 实现复数计算,并通过简明的类的方法描述,通过实例化对象进行运算。-complex numbers calculate
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5155353
    • 提供者:David Lee
  1. DSP_FFT

    0下载:
  2. 产生两不迥频率的信号,并对两信号作复数FFT变换,找出频率为50Hz的信号对其进行能量计算-Two distant signal is not generated frequency, and two signals for complex FFT transform to identify the frequency of 50Hz signal to calculate its energy
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:77717
    • 提供者:osky123
  1. fushu

    0下载:
  2. 一个复数计算器的小程序,能计算相关的运算。-A plural calculator applet, can calculate the related operations.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:284945
    • 提供者:Penn
  1. complex-calculator

    0下载:
  2. C++的小程序,一个复杂的计算器的源代码,很实用,而且能实现基本和复杂的计算功能,包括复数的。-C + + program, a complex calculator source code, very practical, and can achieve the function of basic and complex computing, including the plural.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1044687
    • 提供者:Penn
  1. Baseband_System_QPSK

    0下载:
  2. 基带传输系统:二进制码->QPSK映射->取I路->4倍过采样->RRC成形->加高斯噪声->RRC匹配滤波器->LPF滤波器->转成复数->QPSK逆映射->取Q路->4倍过采样->RRC成形->加高斯噪声->RRC匹配滤波器->LPF滤波器-Baseband System
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2514
    • 提供者:杨霞
  1. invMatrix

    0下载:
  2. 该程序主要用于求解实数逆矩阵 对于复数逆矩阵的话不适用,不过可以参照一下。-The program is mainly used to solve real inverse matrix inverse matrix for plural words do not apply, but can refer to it.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1071
    • 提供者:曹志峰
  1. Complex

    0下载:
  2. 实现C++面向对象的复数加减运算 包含头文件-Achieve C++ object-oriented complex addition and subtraction
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:905
    • 提供者:任天天
  1. Overloading-Operators

    0下载:
  2. 声明了一个复数类,针对复数的运算符进行了重载-Declares a complex class for the complex operator is overloaded
  3. 所属分类:Console

    • 发布日期:2017-05-15
    • 文件大小:3901216
    • 提供者:灿钿
  1. ComplexMult

    0下载:
  2. xilinx 复数乘法ip核调用 含测试程序 vhdl语言-xilinx ip nuclear complex multiplication vhdl language calling with test procedures
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-01
    • 文件大小:671691
    • 提供者:bambod
  1. Archive

    1下载:
  2. 4) 创建一个名为Complex的类,进行复数的算术运算。复数的形式为: realpart+imaginarypart*i 用浮点变量表示类的private数据。提供构造函数,能够对所声明的该类对象进行初始化。在不提供初始化值的情况下,该构造函数应包含默认值。针对以下功能,分别提供一个public成员函数。 (1)两个复数相加; (2)两个复数相减 (3)用(a, b)的形式打印复数,其中a为实部,b为虚部。 -4) Create a class called Compl
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:1302
    • 提供者:lm
  1. PluralCalculator

    0下载:
  2. 复数计算器,实现复数的+、-、*、+=、-=、*=等功能,并含有测试功能-Complex calculator, plural+,-,*,+ =,- =,* = and other functions, and contains test function
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:2990
    • 提供者:
  1. MACC-6DSP

    0下载:
  2. 用DSP-48E实现了快速复数乘法,调用的是V6的资源。-With DSP-48E enables fast complex multiplication
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-13
    • 文件大小:3575415
    • 提供者:jason
  1. OFDM_lx

    1下载:
  2. 很实用的一个OFDM仿真程序,OFDM采用BPSK、QPSK、16QAM、64QAM4种调制方式。按照星座图,将每个子信道上的数据,映射到星座图点的复数表示,转换为同相Ich和正交分量Qch。-A very practical OFDM simulation program, OFDM the BPSK, QPSK, 16 qam, 64 qam4 kind of modulation method. According to the constellation diagram, each wi
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-07
    • 文件大小:296900
    • 提供者:sintancn
  1. complexnumber

    0下载:
  2. java写的复数的计算的小程序,调试通过的可运行代码-java applet written in complex calculations, debugging code can be run through the
  3. 所属分类:JavaScript

    • 发布日期:2017-04-05
    • 文件大小:1679
    • 提供者:jana
  1. CLLL

    0下载:
  2. LLL格基规约方式是实数的,本文介绍了复数LLL算法,复杂度是LLL算法的一半-The name LLL way base code is real, this paper introduces the plural name LLL algorithm
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:481450
    • 提供者:周克
  1. simbook_files

    1下载:
  2. 基于MATLAB/Simulink的系统仿真技术与应用本书首先介绍了MATLAB语言程序设计的基本内容,在此基础上系统地介绍了系统仿真所必要的数值计算方法及MATLAB实现,并以Simulink为主要工具介绍了系统仿真方法与技巧,包括连续系统、离散系统、随机输入系统和复数系统的仿真,-System based on MATLAB/Simulink simulation technology and application of the book first introduces the basi
  3. 所属分类:source in ebook

    • 发布日期:2017-05-08
    • 文件大小:2019568
    • 提供者:忍者
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com