代码搜索:complex

找到约 10,000 项符合「complex」的源代码

代码结果 10,000
www.eeworm.com/read/121297/6068868

c fft.c

#include #include #include #include #define REAL(z,i) ((z)[2*(i)]) #define IMAG(z,i) ((z)[2*(i)+1]) int main (void) { int i; double d
www.eeworm.com/read/110980/6160644

cpp pro2doc.cpp

// Pro2Doc.cpp : implementation of the CPro2Doc class // #include "stdafx.h" #include "Pro2.h" #include "Pro2Doc.h" #include "CDib.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE
www.eeworm.com/read/110980/6160655

h pro2doc.h

// Pro2Doc.h : interface of the CPro2Doc class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_PRO2DOC_H__F74334AD_5CA8_410C_9FEA_9AD62E18C746__I
www.eeworm.com/read/105599/6197783

properties xmlschemamessages_hu.properties

# This file contains error and warning messages related to XML Schema # The messages are arranged in key and value tuples in a ListResourceBundle. # # @version BadMessageKey = Az \u00fcz
www.eeworm.com/read/105599/6197798

properties xmlschemamessages_de.properties

# This file contains error and warning messages related to XML Schema # The messages are arranged in key and value tuples in a ListResourceBundle. # # @version BadMessageKey = Die entspr
www.eeworm.com/read/126757/6314966

asm freqflt.asm

; ; freqflt.asm - Routine to perform frequency domain filtering ; ; Protptye: void freqflt(complex *, complex *, unsigned int); ; ; Entry: arg0: AR0 is the pointer to X[] ; ar
www.eeworm.com/read/485877/6548697

c fft.c

#include "filter.h" #include "stdio.h" #include "math.h" #include "complex.h" #define N 512; fract16 output[512];//库函数各参数的全局变量定义 complex_fract16 t[512]; complex_fract16 out[512]; complex_fr
www.eeworm.com/read/485877/6548699

asm cfft_fr16.asm

/************************************************************************ * * cfft_fr16.asm : $Revision: 1.3 $ * * (c) Copyright 2000-2003 Analog Devices, Inc. All rights reserved. * ****
www.eeworm.com/read/480412/6663533

m qpskmodelmain.m

%QPSK_Rayleigh fading.m %Simulation program to realize QPSK transmission system %(Both the AWGN channel and Rayleigh fading channel) %徐亚冲 编写整理 clear all; clc; %******************** 准备阶段 *******
www.eeworm.com/read/480637/6667209

mdl sanjay_run_model1.mdl

Model { Name "sanjay_run_model1" Version 7.0 MdlSubVersion 0 GraphicalInterface { NumRootInports 0 NumRootOutports 0 ParameterArgumentNames "" Comput