代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/219389/14883226
c ac3_imdct.c
/*****************************************************************************
* ac3_imdct.c: ac3 DCT
*****************************************************************************
* Copyright (C) 1
www.eeworm.com/read/116795/14954484
h rprintfconf.h
/*! \file rprintfconf.h \brief printf library configuration. */
//****************************************************************************
//
// File Name : 'rprintfconf.h'
// Title : printf
www.eeworm.com/read/216898/14987469
cpp genvecwhere.cpp
#include "bzfstream.h"
#include "optuple.h"
int main()
{
std::cout
www.eeworm.com/read/216898/14988066
cpp chris-jeffery-2.cpp
#include
BZ_USING_NAMESPACE(blitz)
int main()
{
Array test(4,4) ;
Array test2(2,2) ;
test2 = real(test(Range(0,1),Range(0,1))) ;
Array test3;
www.eeworm.com/read/114509/15050421
h mds_def.h
/***************************************************************************
* This is the header file used for the testing of DSP library. It defines the
* required data types. It also contains th
www.eeworm.com/read/114509/15050476
h mds_def.h
/****************************************************************************
Copyright (c) 1996 Analog Devices Inc. All rights reserved.
**************************************************************
www.eeworm.com/read/114509/15050524
h rand4x4.h
//#define PRINTF_SUPPORT
#define MAX_PERMISSIBLE_ERROR 5
typedef struct {
short re, im;
} complex_fract16;
segment("mydata1") complex_fract16 _in[1024];
segment("mydata2") complex_fract16
www.eeworm.com/read/215487/15060260
h sin sindlg.h
// sin sinDlg.h : header file
//
#pragma once
// CsinsinDlg dialog
class CsinsinDlg : public CDialog
{
// Construction
public:
CsinsinDlg(CWnd* pParent = NULL); // standard constructor
www.eeworm.com/read/215382/15063020
m ch2_60.m
%定义一个具有实数和复数的矩阵
A=[5 6.5 2+3i 3.5 6 1+2i];
%定义存储实数和复数的矩阵目前为空矩阵
real_array=[];
complex_array=[];
for i=1:length(A),
%判断矩阵元素是否为实数
if isreal(A(i))==1,
real_array=[real_array A(i)]
www.eeworm.com/read/214975/15081121
c fft.c
#include
#include
#include
#include "mpi.h"
#define MAX_N 50
#define PI 3.1415926535897932
#define EPS 10E-8
#define V_TAG 99
#define P_TAG 100
#define Q_TAG 101
#d