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

搜索资源列表

  1. TI 54x fft

    0下载:
  2. DSP编程代码,FFT算法,经典!! FFT实验 一、 理论: 公式(1)FFT运算公式 FFT并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计算DFT时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加法。每运算一个X(k)需要4N次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以整个DFT运算总共需要4N^2次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法。如此一来,计算时乘法次数和加法次数都是和
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:439370
    • 提供者:徐克
  1. 数据结构上机实习

    0下载:
  2. 数据结构上机实验 实验题目:两个有序循环链表合并成一个有序循环链表 实验题目:欧洲地图最短路径 实验题目:稀疏矩阵基本运算及转置 实验题目: 已给定先序构造一棵二叉树的算法,请你完成其余部分,包括先序、中序、后序遍历 二叉树并打印出来。先序序列建立二叉树的顺序读入字符为A B C Ф Ф D E Ф G Ф Ф F Ф Ф Ф,注意输入时Ф用空格代替。 实验题目:复数抽象数据类型的实现
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:29860
    • 提供者:何金龙
  1. cmplx

    0下载:
  2. 复数加减乘除运算的程序,程序较简单,使用于初学者。-complex arithmetic operations procedure is relatively simple, beginners to use.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:9757
    • 提供者:mike
  1. fft1_code

    0下载:
  2. FFT的C语言程序,对于复数蝶型运算的C语言程序实现。-FFT C language program for computing complex BUTTERFLY C language program.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:11661
    • 提供者:李甫
  1. 55555555Complex

    0下载:
  2. 复数操作运算,没有解压密抹-complex computing operations, no secret extract clean
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1305
    • 提供者:
  1. ccmulVHDL

    0下载:
  2. vhdl语言编写的复数乘法运算器原代码,采用定点运算,并将复数乘法转为实数运算。-VHDL language in the plural multiplication with the original code using fixed-point computation. will the plural multiplication to real operations.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1275
    • 提供者:susu
  1. fushu

    0下载:
  2. 一些小程序,简单查看信息。可以计算复数的运算。-some small procedures, a simple check information. Calculating the plural arithmetic.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1394
    • 提供者:邓亮
  1. fushu

    0下载:
  2. 关于复数的运算的算法,例如复数乘除还有复数正弦的作图的算法-on the complex arithmetic algorithm, for example, there are complex multiplication and division complex mapping of the sinusoidal Algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7300
    • 提供者:钟澎洪
  1. ComplexCalculator

    0下载:
  2. 复数类,封装了复数的所有运算-plural categories, a complex package of all Operational
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:38856
    • 提供者:熊方勋
  1. fsys

    0下载:
  2. 这是复数的加减法运算源代码.使用C++在VC环境中实现.-This is the plural of addition and subtraction operations source. The use of C in the VC environment to achieve.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2524
    • 提供者:刘志铭
  1. complex_calculate

    0下载:
  2. 本程序新建complex类,并将数学库里的“+”“-”“*”“/”符号运算进行重载,使其适用范围从实数扩展至复数。-the new complex procedures category, Mathematics, 13-17 and the """-""*""/" symbol for heavy computation, from the scope of the application is extended
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:30701
    • 提供者:赵飞
  1. fushusizeyunsuan

    0下载:
  2. 此程序由C++语言编写而成,主要功能是实现复数之间的加、减、乘、除的运算,分别由数字键1、2、3、4代替。包含设计报告-this procedure prepared by the C language, the major function of the complex, plus or minus, multiplication, addition to the operator, Key figures from the 1, 2, 3 and 4 instead. Includes de
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12825
    • 提供者:许元雪
  1. C++matrix

    0下载:
  2. C++语言的复数与矩阵运算库,编写工程类软件必备。包括矩阵乘、加、数乘、逆等-C language in the plural and matrix operations for the preparation of engineering software required. Including matrix multiplication, Canada, multiply, the inverse
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9359
    • 提供者:杨文海
  1. simpleComplex

    0下载:
  2. java初学时的一个练习题,实现复数的加减乘除以及求模求俯角的运算。-java novice when a practice that, the realization of complex arithmetic and the angle of depression for the modular arithmetic.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:979
    • 提供者:andy
  1. operator_Complex

    0下载:
  2. c++ 操作符重载示例,实现复数的相加运算和赋值-c operator overloading example, the realization of complex arithmetic calculations and the sum of assignment
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8316
    • 提供者:邓建华
  1. Ex-05

    0下载:
  2. MATLAB小程序:关于MATLAB中整数\\浮点数\\复数的运算-small MATLAB : MATLAB on integer \\ float \\ complex arithmetic
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2059
    • 提供者:yxx
  1. ComplexOperation

    0下载:
  2. 复数的加减乘除运算,实现起来教简单。很容易看懂的-plural of the arithmetic calculations, to realize the simple up. Very easy to understand the.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:8828
    • 提供者:陈亮亮
  1. ScientificProAndNumbeAlgorithm(VC++Ver)

    1下载:
  2. 本源码是书籍《科学工程与数值算法VC++版》自带光盘的源码,丰富的数学运算,包括复数,方城求根,数值积分
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:401962
    • 提供者:皮皮
  1. complexApp_lab1

    0下载:
  2. 复数运算器,我自己写的,提供复数加法 减法的运算功能
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1072
    • 提供者:Ruby
  1. ccomplex

    0下载:
  2. 用于求解复数的加减乘除和求模运算,是用VC做的
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:31822
    • 提供者:廖永洪
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 21 »
搜珍网 www.dssz.com